aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape inste...lbsa712007-07-131-2/+0
* * some follow up renaming of members et c.lbsa712007-07-091-1/+1
* * Introduced ClientManager for great justice.lbsa712007-07-091-1/+2
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-11/+6
* * removed try-catchall from scene constructorlbsa712007-07-011-1/+3
* Started change to having SceneObject and then that having child Primitives wh...MW2007-07-011-1/+1
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-1/+1
* Imported the scripting changes, so now should be up to date with sugilite. MW2007-06-281-1/+0
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-0/+201