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