aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-1/+1
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW1-2/+6
2007-08-15More work on inventory, can now create other inventory types, like Clothes an...MW1-0/+3
2007-08-15Temporary fix for the region crossing crash, Although we need to start to cha...MW1-2/+4
2007-08-15* Permissions! - You can now only perform certain functions (such as editing ...Adam Frisby1-0/+16
2007-08-14Partial fix for the permissions on edited notecards/scripts (now you might st...MW1-0/+1
2007-08-14preliminary support for editing notecards and scripts. MW1-2/+43
2007-08-14Can now create some new empty inventory items (like notecards and scripts) fr...MW1-1/+1
2007-08-14Start of inventory items, when you upload a texture the data will now be stor...MW1-25/+47
2007-08-14ScriptEngine: Some error handling, logs to loggerTedd Hansen1-2/+2
2007-08-14More inventory work, should be able to now create new inventory folders and t...MW1-2/+2
2007-08-14Start of Inventory service, currently only (partially) functional in standalo...MW1-3/+3
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen1-2/+1
2007-08-13Added Scene.ConvertLocalIDToFullID() method. MW1-0/+18
2007-08-13added Sample OnObjectGrab event to SceneEventManager for script engines to s...MW1-0/+2
2007-08-13(DotNet) ScriptEngine is now loaded and added to Scene during startup.Tedd Hansen1-0/+9
2007-08-13Partial Linking of prim groups should work (its partial as currently only the...MW1-1/+2
2007-08-10Few small fixesMW1-1/+1
2007-08-10Some cleaning up and removed a few old files no longer in use.MW1-2/+2
2007-08-10Fixed a couple of mistakes.MW1-1/+1
2007-08-10Made a few changes so that once we enable the sqlite data store (simple line ...MW1-15/+18
2007-08-09Start of replacing the old SceneObject/Primitive classes with the new versions.MW1-19/+19
2007-08-09Making sure my local working copy is in sync with svn before I start the job ...MW1-2/+9
2007-08-08worldmap now gets correctly updated when terrain changesBrian McBee1-0/+2
2007-08-06* commands are done foreach instead of by [i]lbsa711-2/+2
2007-08-06* renamed some scene to worldlbsa711-4/+8
2007-08-06* encapsulated firstname/lastname on ScenePresencelbsa711-1/+1
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