aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-05-161-9/+9
* *Added SceneExternalChecks.cs that is used to manage checking the results of ...mingchen2008-05-071-0/+6
* * Rolled back a few changes.Adam Frisby2008-05-011-37/+34
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-34/+37
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-4/+4
* * Re-Fixed caps Teravus Ovares2008-04-171-12/+0
* * A tweak of the caps system so that new caps have random paths instead of a ...Teravus Ovares2008-04-151-0/+12
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-0/+3
* * First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey2008-03-201-0/+15
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
* * Disabled ancient TerrainEngine.Adam Frisby2008-03-061-11/+2
* * New Terrain Module (disabled, search for 'usingTerrainModule = false' to re...Adam Frisby2008-03-051-1/+1
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+1
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-031-1/+10
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-3/+3
* * Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares2008-02-221-1/+3
* * Removed some catch-all-ignores from UDPServer in an attempt to look for #305.Adam Frisby2008-02-141-0/+2
* * Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares2008-02-091-0/+5
* Converted logging to use log4net.Jeff Ames2008-02-051-2/+4
* Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey2008-01-071-1/+3
* * Added the ability for estate managers to use the magic secondlife blue card...Teravus Ovares2008-01-041-1/+4
* * Optimized usingslbsa712007-12-271-7/+4
* * Fix for mantis 0000040 After client logout remote host closed connection on...Teravus Ovares2007-12-181-0/+2
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * Restarting regions with the estate tools works in sandbox mode. I'm still ...Teravus Ovares2007-11-261-2/+1
* * Added the ability to restart your individual sims from within them using th...Teravus Ovares2007-11-251-0/+34
* Added "remove-region <region name>" console command that "should" remove the ...MW2007-11-131-5/+0
* Some more refactoringMW2007-11-041-7/+0
* Added support for OpenSim application plugins (as requested by Adam), which u...MW2007-11-041-1/+7
* First part of Scene refactoring:MW2007-11-031-1/+4
* fixed filenames in log messagesJeff Ames2007-10-311-1/+1
* * Optimized usingslbsa712007-10-301-2/+2
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-2/+1
* * Now the OGS1GridServices has a LocalBackEndServices that it forwards intra-...lbsa712007-09-251-0/+7
* * Encapsulated all CommunicationsManager serviceslbsa712007-09-241-1/+1
* * First example of moving stuff to a Region layerlbsa712007-09-211-11/+0
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-9/+7
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* Various small changes (some likely to be removed again soon)MW2007-08-291-0/+1
* Added public RegionInfo RegionsInfo property to SceneBase (so scripts can acc...MW2007-08-141-0/+5
* * Started renaming world to Scenelbsa712007-07-261-1/+1
* * Terrain should now send just updated patches.Adam Frisby2007-07-241-2/+2
* * Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby2007-07-241-1/+1
* * Some work in progress code: Inventory cache, start of inventory server/serv...MW2007-07-221-1/+1
* * Renamed terrain functions to match OpenSim naming styles.Adam Frisby2007-07-211-2/+2
* * Moved EventManager to SceneBase (from Scene)Adam Frisby2007-07-191-1/+8
* * Cleaned out remaining references to the old LocalStorage system in prep. to...Adam Frisby2007-07-191-40/+1
* * debugged quite a lot of db-related strangeness and various refactoring goofslbsa712007-07-171-31/+24
* changed to native line ending encodingSean Dague2007-07-161-195/+195
* Removed the reference to ClientManager from scene, as scene really shouldn't ...MW2007-07-151-1/+0