aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-4/+2
2007-10-29* ModuleLoader: Privatized some too-public fieldslbsa711-1/+9
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-9/+20
2007-10-26Region ground texture was not marked as temporary, when being created, and as...Tleiades Hax1-0/+1
2007-10-25* Added XMLRPC Controller Module to OpenSimMain which allows XML-RPC queries ...Adam Frisby1-1/+0
2007-10-22* Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby1-3/+3
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-4/+4
2007-10-22* Made EstateSetting static since there's only one instance, and we only need...lbsa711-8/+16
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-4/+4
2007-10-22* Major ass commit.Adam Frisby1-4/+4
2007-10-22Made some changes to the load/save xml format, So that the old format can sti...MW1-0/+58
2007-10-21Fixed a bug causing a crash during clientlog on in Windows (Thanks to Rookiie...Tleiades Hax1-1/+3
2007-10-19* Instant Message functionality moved into a Region ModulesAdam Frisby1-1/+0
2007-10-19* normalized line endings...lbsa711-15/+15
2007-10-19r 2113 introduced a leak, this should fix the leakTleiades Hax1-2/+12
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-6/+27
2007-10-11Some changes to the sending of updates of SceneObjects to clients, that I did...MW1-1/+1
2007-10-10* Gave ModuleLoader some good lovin'lbsa711-2/+2
2007-10-10some refactoringMW1-0/+1
2007-10-08small bug fixMW1-1/+1
2007-10-05Code from Illumious Beltran (IBM) implementing more LSLSean Dague1-0/+4
2007-09-29Hollow prims (box only), thanks Gerard! Enjoydan miller1-3/+10
2007-09-25Terrain:Adam Frisby1-3/+3
2007-09-25* Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-...lbsa711-1/+0
2007-09-25* Fixed Culture-variant parsing of config optionslbsa711-6/+1
2007-09-24* Added time dilation property to SceneAdam Frisby1-0/+4
2007-09-24* Fixed an issue where it chose the smaller rather than larger of the two num...Adam Frisby1-1/+1
2007-09-24* Renamed ScriptConsole to PluginConsole for clarityAdam Frisby1-3/+3
2007-09-24* Refactored the central update loop - now easier to work with. Switching fro...Adam Frisby1-90/+158
2007-09-24* Started major restructusing of comms to prepare for better grid and region ...lbsa711-9/+9
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-1/+1
2007-09-24* Added TryGetAvatarByNamelbsa711-0/+20
2007-09-24long-lost fixes to physics -- proper physical avatar management on crossings, TPdan miller1-2/+2
2007-09-23* Purged 'Regions' code pending Agent layer grok.lbsa711-13/+6
2007-09-21* Slowly but surely working my way towards Regionality...lbsa711-3/+14
2007-09-21* Continued work on Region layerlbsa711-19/+21
2007-09-21* Removed unused RegenerateTerrain functionslbsa711-54/+0
2007-09-21* Removed unused LandRenegerated flaglbsa711-12/+2
2007-09-21* First example of moving stuff to a Region layerlbsa711-4/+12
2007-09-21* Continuing refactoring of presencelbsa711-23/+16
2007-09-21physics-related fixes; should stabilize border crossingsdan miller1-1/+2
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa711-13/+13
2007-09-20* Some more presence refactoringlbsa711-52/+47
2007-09-20Rev 1971 : The Lbsa71 vintage commitlbsa711-22/+23
2007-09-20* moved SceneManager to RegionApplicationBaselbsa711-0/+7
2007-09-20* Added TryGetAvatar to SceneManagerlbsa711-34/+50
2007-09-19* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata...lbsa711-7/+3
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-141/+143
2007-09-18* Now at least we're not creating physActors for child agents.lbsa711-9/+19
2007-09-18RemoveAvatar called from scene.cs; implemented in ODE. Still issues with mul...dan miller1-0/+4