aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-21* Continuing refactoring of presencelbsa719-170/+91
2007-09-21physics-related fixes; should stabilize border crossingsdan miller2-2/+18
2007-09-21* Removed Unused 'Entity' superclasslbsa712-114/+71
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa718-84/+85
2007-09-20* Some more presence refactoringlbsa715-469/+469
2007-09-20Rev 1971 : The Lbsa71 vintage commitlbsa715-70/+69
2007-09-20* moved SceneManager to RegionApplicationBaselbsa712-0/+13
2007-09-20* Rewired Touch to route to group/part (Still triggering EventManager as well)lbsa712-0/+16
2007-09-20* Added TryGetAvatar to SceneManagerlbsa712-242/+273
2007-09-19* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata...lbsa712-15/+30
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa7117-906/+991
2007-09-18* Now at least we're not creating physActors for child agents.lbsa711-9/+19
2007-09-18* Merged ClientViewBase into ClientView for great justicelbsa711-1/+0
2007-09-18RemoveAvatar called from scene.cs; implemented in ODE. Still issues with mul...dan miller1-0/+4
2007-09-17fixing me some line endingsSean Dague6-907/+907
2007-09-17* Moved some commands from Scene into SceneManager so they could be used with...lbsa712-77/+30
2007-09-17* CHANGED SOME CONSOLE COMMAND BEHAVIOURSlbsa711-0/+210
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-2/+2
2007-09-14added ability to update group positionSean Dague1-0/+7
2007-09-13Backup is now optional on classeslbsa712-24/+44
2007-09-11Kill little green men on minimap if the avatar logs off.Dalien Talbot1-0/+1
2007-09-11Fixing namespace problems MW1-0/+1
2007-09-11Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. I...MW3-2/+46
2007-09-11Get rid of extra green men in minimap on region crossings (they were Dalien Talbot1-2/+3
2007-09-10Make grass and trees phantom by default. Same behavior as LL grid.Brian McBee1-0/+6
2007-09-10mass update of urls in source code to new websiteSean Dague9-9/+9
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW4-12/+12
2007-09-09added avatar updates for physics movement -- fixes gravity & avatar collision...dan miller2-4/+16
2007-09-09Little green men (aka dots on minimap). Thanks to bushing for Dalien Talbot1-0/+38
2007-09-09ODE: added support for Phantom flag. Presently you need to add 1024 to Objec...dan miller2-14/+18
2007-09-08Partial fix for the "avatars permanently facing east" - now the rotationDalien Talbot1-2/+7
2007-09-08Added region console command "edit-scale". To use first use change-region to ...MW2-0/+29
2007-09-08Cut down on the number of compile warnings. Now down to 5: 4 are related to u...MW1-1/+6
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW3-5/+20
2007-09-06added experimental method of trying to relieve missing prim problem (by addin...MW4-13/+123
2007-09-06fixed mantis bug 375 (copy broken with physics/ODE enabled)dan miller2-1/+12
2007-09-05Added "force-update" console command (when a region is set as active), which ...MW1-0/+11
2007-09-04Just trying to get more debug info from a exception that has been reported.MW1-1/+1
2007-09-04Added partial help info when calling "help" command with a region set.MW1-0/+10
2007-09-04Removed the exit-region command, now use "change-region root" or "change-regi...MW1-0/+11
2007-09-04Added "show modules" command that if at root level will display a list of loa...MW1-3/+50
2007-09-04Fixed it so change-region works with region names that have spaces in them. MW1-1/+1
2007-09-04Some work on Module loading/management.MW2-76/+114
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-1/+1
2007-08-29few small changes (all work in progress).MW1-2/+1
2007-08-29Fixed the problem of prims not being loaded from the database (that my last c...MW1-2/+8
2007-08-29Various small changes (some likely to be removed again soon)MW4-4/+15
2007-08-29Attempt to cut down how often objects are backed up to the database.MW2-3/+15
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW6-6/+6
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ...MW34-3083/+0