| Commit message (Expand) | Author | Age | Files | Lines |
* | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 2007-08-22 | 1 | -0/+1 |
* | Added Scene.GetSceneObjectPart(uint localID) | MW | 2007-08-22 | 1 | -0/+17 |
* | Fixed typo. | MW | 2007-08-22 | 1 | -2/+2 |
* | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 2007-08-22 | 1 | -0/+4 |
* | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 2007-08-21 | 1 | -0/+1 |
* | Hopefully fixed the problem of users avatars not always showing up when eithe... | MW | 2007-08-21 | 1 | -0/+9 |
* | Old group is now deleted from datastore when you link groups/prims, so that t... | MW | 2007-08-21 | 1 | -0/+1 |
* | Shift and Drag copying should now work correctly. [This was one of those stup... | MW | 2007-08-21 | 1 | -0/+2 |
* | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 2007-08-21 | 1 | -72/+4 |
* | The regionUUID is now being passed to the datastore calls. | MW | 2007-08-20 | 1 | -5/+5 |
* | Instant Messages between users in the same region should actually now work. | MW | 2007-08-20 | 1 | -4/+2 |
* | small clean up. | MW | 2007-08-19 | 1 | -0/+2 |
* | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 2007-08-19 | 1 | -3/+89 |
* | When teleporting to distant region, you can now go to the point you want to g... | Brian McBee | 2007-08-18 | 1 | -1/+2 |
* | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 2007-08-16 | 1 | -1/+1 |
* | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 2007-08-16 | 1 | -2/+6 |
* | More work on inventory, can now create other inventory types, like Clothes an... | MW | 2007-08-15 | 1 | -0/+3 |
* | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 2007-08-15 | 1 | -2/+4 |
* | * Permissions! - You can now only perform certain functions (such as editing ... | Adam Frisby | 2007-08-15 | 1 | -0/+16 |
* | Partial fix for the permissions on edited notecards/scripts (now you might st... | MW | 2007-08-14 | 1 | -0/+1 |
* | preliminary support for editing notecards and scripts. | MW | 2007-08-14 | 1 | -2/+43 |
* | Can now create some new empty inventory items (like notecards and scripts) fr... | MW | 2007-08-14 | 1 | -1/+1 |
* | Start of inventory items, when you upload a texture the data will now be stor... | MW | 2007-08-14 | 1 | -25/+47 |
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -2/+2 |
* | More inventory work, should be able to now create new inventory folders and t... | MW | 2007-08-14 | 1 | -2/+2 |
* | Start of Inventory service, currently only (partially) functional in standalo... | MW | 2007-08-14 | 1 | -3/+3 |
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event n... | Tedd Hansen | 2007-08-13 | 1 | -2/+1 |
* | Added Scene.ConvertLocalIDToFullID() method. | MW | 2007-08-13 | 1 | -0/+18 |
* | added Sample OnObjectGrab event to SceneEventManager for script engines to s... | MW | 2007-08-13 | 1 | -0/+2 |
* | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 2007-08-13 | 1 | -0/+9 |
* | Partial Linking of prim groups should work (its partial as currently only the... | MW | 2007-08-13 | 1 | -1/+2 |
* | Few small fixes | MW | 2007-08-10 | 1 | -1/+1 |
* | Some cleaning up and removed a few old files no longer in use. | MW | 2007-08-10 | 1 | -2/+2 |
* | Fixed a couple of mistakes. | MW | 2007-08-10 | 1 | -1/+1 |
* | Made a few changes so that once we enable the sqlite data store (simple line ... | MW | 2007-08-10 | 1 | -15/+18 |
* | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 2007-08-09 | 1 | -19/+19 |
* | Making sure my local working copy is in sync with svn before I start the job ... | MW | 2007-08-09 | 1 | -2/+9 |
* | worldmap now gets correctly updated when terrain changes | Brian McBee | 2007-08-08 | 1 | -0/+2 |
* | * commands are done foreach instead of by [i] | lbsa71 | 2007-08-06 | 1 | -2/+2 |
* | * renamed some scene to world | lbsa71 | 2007-08-06 | 1 | -4/+8 |
* | * encapsulated firstname/lastname on ScenePresence | lbsa71 | 2007-08-06 | 1 | -1/+1 |
* | and more work on those classes. Think they are just about ready to begin hook... | MW | 2007-08-03 | 1 | -1/+0 |
* | * Terrain engine now knows the region coordinates - this can be later used to... | Adam Frisby | 2007-08-01 | 1 | -1/+1 |
* | Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa... | MW | 2007-08-01 | 1 | -2/+2 |
* | clear userAgent state on client shutdown, which fixes the issue | Sean Dague | 2007-07-31 | 1 | -1/+3 |
* | Deleting objects should now work. But beware they aren't send to your trash f... | MW | 2007-07-29 | 1 | -1/+2 |
* | * Started renaming world to Scene | lbsa71 | 2007-07-26 | 1 | -10/+14 |
* | Start of the OpenSim library , for now only contains a few textures. | MW | 2007-07-25 | 1 | -4/+4 |
* | * Users doing terraforming should see updates instantly now. | Adam Frisby | 2007-07-24 | 1 | -29/+1 |
* | * SendLayerData overload including coords now uses patch number rather than c... | Adam Frisby | 2007-07-24 | 1 | -20/+27 |