aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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