| Commit message (Expand) | Author | Files | Lines |
2007-08-31 | Added a Debug method to the Console/log class that has the Conditional attrib... | MW | 1 | -1/+1 |
2007-08-29 | Various small changes (some likely to be removed again soon) | MW | 1 | -3/+4 |
2007-08-28 | Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s... | MW | 1 | -1/+1 |
2007-08-28 | Taken the old scripting engine out of Region.Environment and moved it into a ... | MW | 1 | -9/+0 |
2007-08-28 | Start of trying to make Region/Scene more modular. | MW | 1 | -8/+54 |
2007-08-27 | Fixed the bug that sent a region port as the CAPS url, instead of sending the... | MW | 1 | -1/+6 |
2007-08-27 | Deleted a few old files that are no longer used. | MW | 1 | -8/+2 |
2007-08-27 | Another small tweak to image sending. | MW | 1 | -0/+9 |
2007-08-26 | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 1 | -5/+8 |
2007-08-23 | Added RemovePrim method to the physics plugins interface. | MW | 1 | -12/+12 |
2007-08-23 | Implemented Resize Method in OdePrim. | MW | 1 | -5/+5 |
2007-08-23 | Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this... | MW | 1 | -11/+15 |
2007-08-23 | Added danx0r's physics patch, although for now have disabled the lines in Sce... | MW | 1 | -0/+12 |
2007-08-22 | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 1 | -0/+1 |
2007-08-22 | Added Scene.GetSceneObjectPart(uint localID) | MW | 1 | -0/+17 |
2007-08-22 | Fixed typo. | MW | 1 | -2/+2 |
2007-08-22 | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 1 | -0/+4 |
2007-08-21 | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 1 | -0/+1 |
2007-08-21 | Hopefully fixed the problem of users avatars not always showing up when eithe... | MW | 1 | -0/+9 |
2007-08-21 | Old group is now deleted from datastore when you link groups/prims, so that t... | MW | 1 | -0/+1 |
2007-08-21 | Shift and Drag copying should now work correctly. [This was one of those stup... | MW | 1 | -0/+2 |
2007-08-21 | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 1 | -72/+4 |
2007-08-20 | The regionUUID is now being passed to the datastore calls. | MW | 1 | -5/+5 |
2007-08-20 | Instant Messages between users in the same region should actually now work. | MW | 1 | -4/+2 |
2007-08-19 | small clean up. | MW | 1 | -0/+2 |
2007-08-19 | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 1 | -3/+89 |
2007-08-18 | When teleporting to distant region, you can now go to the point you want to g... | Brian McBee | 1 | -1/+2 |
2007-08-16 | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 1 | -1/+1 |
2007-08-16 | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 1 | -2/+6 |
2007-08-15 | More work on inventory, can now create other inventory types, like Clothes an... | MW | 1 | -0/+3 |
2007-08-15 | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 1 | -2/+4 |
2007-08-15 | * Permissions! - You can now only perform certain functions (such as editing ... | Adam Frisby | 1 | -0/+16 |
2007-08-14 | Partial fix for the permissions on edited notecards/scripts (now you might st... | MW | 1 | -0/+1 |
2007-08-14 | preliminary support for editing notecards and scripts. | MW | 1 | -2/+43 |
2007-08-14 | Can now create some new empty inventory items (like notecards and scripts) fr... | MW | 1 | -1/+1 |
2007-08-14 | Start of inventory items, when you upload a texture the data will now be stor... | MW | 1 | -25/+47 |
2007-08-14 | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 1 | -2/+2 |
2007-08-14 | More inventory work, should be able to now create new inventory folders and t... | MW | 1 | -2/+2 |
2007-08-14 | Start of Inventory service, currently only (partially) functional in standalo... | MW | 1 | -3/+3 |
2007-08-13 | Common script for all objects (Default.lsl). ScriptEngine touch_start event n... | Tedd Hansen | 1 | -2/+1 |
2007-08-13 | Added Scene.ConvertLocalIDToFullID() method. | MW | 1 | -0/+18 |
2007-08-13 | added Sample OnObjectGrab event to SceneEventManager for script engines to s... | MW | 1 | -0/+2 |
2007-08-13 | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 1 | -0/+9 |
2007-08-13 | Partial Linking of prim groups should work (its partial as currently only the... | MW | 1 | -1/+2 |
2007-08-10 | Few small fixes | MW | 1 | -1/+1 |
2007-08-10 | Some cleaning up and removed a few old files no longer in use. | MW | 1 | -2/+2 |
2007-08-10 | Fixed a couple of mistakes. | MW | 1 | -1/+1 |
2007-08-10 | Made a few changes so that once we enable the sqlite data store (simple line ... | MW | 1 | -15/+18 |
2007-08-09 | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 1 | -19/+19 |
2007-08-09 | Making sure my local working copy is in sync with svn before I start the job ... | MW | 1 | -2/+9 |