aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-21* Slowly but surely working my way towards Regionality...lbsa713-44/+44
2007-09-21* Yeah, I placed Close() in the wrong file. So sue me.lbsa712-9/+5
2007-09-21* Continued work on Region layerlbsa715-45/+59
2007-09-21* Removed unused RegenerateTerrain functionslbsa711-54/+0
2007-09-21* Removed unused LandRenegerated flaglbsa713-26/+2
2007-09-21* First example of moving stuff to a Region layerlbsa718-65/+77
2007-09-21* Continuing refactoring of presencelbsa7115-179/+145
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.lbsa7111-93/+94
2007-09-20* Some more presence refactoringlbsa715-469/+469
2007-09-20Rev 1971 : The Lbsa71 vintage commitlbsa719-81/+77
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 SceneManagerlbsa713-443/+474
2007-09-19* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata...lbsa712-15/+30
2007-09-19* Deleted unused RegionManager.cslbsa711-3/+0
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa7146-1443/+1431
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 Dague29-2636/+2636
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 BEHAVIOURSlbsa712-14/+232
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa713-49/+63
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 Dague12-12/+12
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW8-30/+75
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...MW2-8/+16
2007-09-08Converted the LSL scripting engine into a IRegionModule, so now all "modules"...MW7-6/+211
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-05Added "Local" and "Temporary" Fields to the AssetBase class.MW1-1/+1
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.MW3-3/+38
2007-09-04Removed the exit-region command, now use "change-region root" or "change-regi...MW2-0/+23
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