aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-30while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield1-0/+18
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-1/+1
2008-05-28* Put in stubs for "load-oar" command, including ultra-primitive temporary ta...Justin Clarke Casey1-3/+3
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-4/+4
2008-05-24* Get the xml2 entities serialization representation in the archiver moduleJustin Clarke Casey1-2/+2
2008-05-22* Plug in stubbed out archiver moduleJustin Clarke Casey1-4/+4
2008-05-22* Documentation for load/save xml methodsJustin Clarke Casey1-1/+38
2008-05-18Formatting cleanup, minor refactoring. Fixed some comparisons of value types...Jeff Ames1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-3/+3
2008-05-14* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per...Teravus Ovares1-1/+1
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-05* Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-41/+41
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-41/+41
2008-04-28From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-13/+2
2008-04-27* Patch from XenReborn to make remove-region work properly without needing to...Teravus Ovares1-2/+13
2008-04-21* Various compiler warning cleanups.Adam Frisby1-1/+1
2008-04-21From: Dr Scofield <hud@zurich.ibm.com>Sean Dague1-0/+16
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+3
2008-04-18* Fixed two compiler warnings dealing with IPAddress equality.Adam Frisby1-3/+1
2008-04-15From: dirk husemann <hud@zurich.ibm.com>Sean Dague1-2/+4
2008-04-11* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-0/+32
2008-03-30**Big ass update warning**Adam Frisby1-5/+3
2008-03-25Minor formatting / svn properties cleanup.Jeff Ames1-16/+16
2008-03-22* Tell the user what the new terrain commands format is if they try to execut...Justin Clarke Casey1-1/+4
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames1-6/+6
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-07More spelling corrections in the spirit of r3771.Jeff Ames1-4/+4
2008-03-06* Disabled ancient TerrainEngine.Adam Frisby1-23/+2
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-15Resolve mantis #572 - terrain help printed multiple times when change-region ...Justin Clarke Casey1-0/+6
2008-02-10Removed some ScriptEngine config debugging.Tedd Hansen1-0/+5
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-4/+4
2008-02-08Minor refactoringJustin Clarke Casey1-19/+15
2008-02-08Minor ScenePresence related refactoringJustin Clarke Casey1-15/+11
2008-02-05Converted logging to use log4net.Jeff Ames1-18/+19
2007-12-27* Optimized usingslbsa711-5/+4
2007-12-17Thank you to Kiryu for a patch to fix an out of SyncCharles Krinke1-3/+7
2007-12-06more minor cleanup. added some command descriptions to region server help.Jeff Ames1-9/+4
2007-12-05From Gary Chernega (IBM)Sean Dague1-2/+2
2007-12-04keeping opensim safe for children -- made some namespace references less expl...Jeff Ames1-4/+1
2007-12-03Added a flag to load-xml console command, that will generate new uuids for th...MW1-2/+2
2007-11-29* Fixed neighbour range buglbsa711-3/+7
2007-11-28* Restaring the sim works fine in grid mode now. Sims announce themselves to...Teravus Ovares1-1/+1
2007-11-27Fixed an event in the events chain in inter-region communications.Teravus Ovares1-0/+6
2007-11-26* Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares1-2/+20
2007-11-25* Added the ability to restart your individual sims from within them using th...Teravus Ovares1-0/+56
2007-11-24* Added a nice 'The Region is going down.' message to the user when the sim o...Teravus Ovares1-1/+1
2007-11-13Some work on cleanly removing Regions.MW1-0/+29
2007-10-30* Optimized usingslbsa711-44/+42