aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-04Some work on Module loading/management.MW1-27/+110
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-1/+1
2007-08-29Various small changes (some likely to be removed again soon)MW1-3/+4
2007-08-28Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s...MW1-1/+1
2007-08-28Taken the old scripting engine out of Region.Environment and moved it into a ...MW1-9/+0
2007-08-28Start of trying to make Region/Scene more modular. MW1-8/+54
2007-08-27Fixed the bug that sent a region port as the CAPS url, instead of sending the...MW1-1/+6
2007-08-27Deleted a few old files that are no longer used.MW1-8/+2
2007-08-27Another small tweak to image sending.MW1-0/+9
2007-08-26Another attempt to fix the image sending bug (next week, I intend to rewrite ...MW1-5/+8
2007-08-23Added RemovePrim method to the physics plugins interface.MW1-12/+12
2007-08-23Implemented Resize Method in OdePrim.MW1-5/+5
2007-08-23Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this...MW1-11/+15
2007-08-23Added danx0r's physics patch, although for now have disabled the lines in Sce...MW1-0/+12
2007-08-22Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...MW1-0/+1
2007-08-22Added Scene.GetSceneObjectPart(uint localID)MW1-0/+17
2007-08-22Fixed typo.MW1-2/+2
2007-08-22Start of Task Inventory (ie prim's inventory). For now, you can only move scr...MW1-0/+4
2007-08-21Added OnRezScript event to Scene.EventManager.Which the script engine should ...MW1-0/+1
2007-08-21Hopefully fixed the problem of users avatars not always showing up when eithe...MW1-0/+9
2007-08-21Old group is now deleted from datastore when you link groups/prims, so that t...MW1-0/+1
2007-08-21Shift and Drag copying should now work correctly. [This was one of those stup...MW1-0/+2
2007-08-21Can now turn on/off server side permission checking (on prim editing etc) fro...MW1-72/+4
2007-08-20The regionUUID is now being passed to the datastore calls.MW1-5/+5
2007-08-20Instant Messages between users in the same region should actually now work.MW1-4/+2
2007-08-19small clean up.MW1-0/+2
2007-08-19Sqlite datastore should now save the textures and extraparams data (used by s...MW1-3/+89
2007-08-18When teleporting to distant region, you can now go to the point you want to g...Brian McBee1-1/+2
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