aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* and more work on those classes. Think they are just about ready to begin hook...MW2007-08-031-1/+0
* * Terrain engine now knows the region coordinates - this can be later used to...Adam Frisby2007-08-011-1/+1
* Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa...MW2007-08-011-2/+2
* clear userAgent state on client shutdown, which fixes the issueSean Dague2007-07-311-1/+3
* Deleting objects should now work. But beware they aren't send to your trash f...MW2007-07-291-1/+2
* * Started renaming world to Scenelbsa712007-07-261-10/+14
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-251-4/+4
* * Users doing terraforming should see updates instantly now.Adam Frisby2007-07-241-29/+1
* * SendLayerData overload including coords now uses patch number rather than c...Adam Frisby2007-07-241-20/+27
* * Small fix, patch values should be multiplied by their size (16)Adam Frisby2007-07-241-1/+1
* * Terrain should now send just updated patches.Adam Frisby2007-07-241-14/+31
* Couple of small changesMW2007-07-221-1/+1
* * Some work in progress code: Inventory cache, start of inventory server/serv...MW2007-07-221-9/+12
* * Renamed terrain functions to match OpenSim naming styles.Adam Frisby2007-07-211-15/+15
* * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Tha...Adam Frisby2007-07-211-1/+23
* * Assortment of Console changes - console messages are now grouped into modul...Adam Frisby2007-07-201-6/+6
* Some work on Inventory (not yet finished or enabled)MW2007-07-191-0/+4
* Added some Alert methods to Scene , and a console command handler. So from th...MW2007-07-191-0/+54
* * Moved EventManager to SceneBase (from Scene)Adam Frisby2007-07-191-8/+1
* * Cleaned out remaining references to the old LocalStorage system in prep. to...Adam Frisby2007-07-191-1/+5
* Sculpted Prims should now work. MW2007-07-181-0/+1
* few small changesMW2007-07-181-0/+4
* * Changed SimpleApp to use EventManager and Scene timerlbsa712007-07-171-164/+162
* * debugged quite a lot of db-related strangeness and various refactoring goofslbsa712007-07-171-10/+3
* * RegionApplicationBase restructuring now completelbsa712007-07-161-2/+2
* * Massive restructuring of RegionApplicationBase, OpenSimMain and SimpleApplbsa712007-07-161-1/+1
* *Renamed everything Parcels and ParcelData to Land and LandDatamingchen2007-07-161-12/+12
* *Renamed ParcelManager to LandManagermingchen2007-07-161-20/+22
* changed to native line ending encodingSean Dague2007-07-161-919/+919
* *Trunk compiles nowmingchen2007-07-161-3/+29
* *Fixed bug that incorrectly tabulated 'others' prims on a parcelmingchen2007-07-161-0/+3
* * More scripting enhancemnents and properties.Adam Frisby2007-07-151-0/+5
* * Added new scripting related events, in particular a new event which is trig...Adam Frisby2007-07-151-0/+9
* Hijacked simpleApp again (sorry lbsa71, guess I should create my own simpleAp...MW2007-07-151-2/+2
* *Added support for the "show" button that highlights objects over the selecte...mingchen2007-07-151-1/+2
* * Primitives are now loaded from Datastore during scene initialisation.Adam Frisby2007-07-151-0/+9
* Removed the reference to ClientManager from scene, as scene really shouldn't ...MW2007-07-151-11/+19
* Removed reference to Scene EventManager from primitive. In its place, primiti...MW2007-07-151-5/+12
* * Marked old terrain methods as obsolete.Adam Frisby2007-07-151-2/+3
* * Terrain now uses the new StorageManager.Adam Frisby2007-07-151-4/+4
* * Storage Manager now initialises with a DB name equal to that of the region ...Adam Frisby2007-07-151-1/+1
* * Added loading methods for NullStorage.Adam Frisby2007-07-151-1/+4
* * Fixed duplicate CAP bug when a user logs out then relogs back in in grid mode.Adam Frisby2007-07-141-1/+10
* *Removed ParcelManager from SceneObject and Primitive and replaced with event...mingchen2007-07-141-1/+4
* *Added support for simwide area and simwide prim count for parcelsmingchen2007-07-141-1/+1
* * Worked some more on SimpleApplbsa712007-07-141-28/+27
* *Added support for prim counting on parcelsmingchen2007-07-141-1/+22
* * encapsulated some public fieldslbsa712007-07-141-12/+25
* * Apparently, we need to tell ParcelManager that there is no parcels.lbsa712007-07-141-8/+14
* Added AddPreCompiledScript method to ScriptManager.MW2007-07-141-1/+3