| Commit message (Expand) | Author | Files | Lines |
2007-08-23 | Added danx0r's physics patch, although for now have disabled the lines in Sce... | MW | 2 | -0/+13 |
2007-08-22 | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 5 | -2/+61 |
2007-08-22 | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 1 | -1/+1 |
2007-08-22 | Added Scene.GetSceneObjectPart(uint localID) | MW | 1 | -0/+17 |
2007-08-22 | Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca... | MW | 2 | -20/+20 |
2007-08-22 | A little bit of cleaning up. | MW | 3 | -6/+4 |
2007-08-22 | added ParentPartID to TaskInventoryItem class to make it easier to store them... | MW | 1 | -4/+4 |
2007-08-22 | Fixed typo. | MW | 4 | -6/+6 |
2007-08-22 | Added forgotten file. | MW | 3 | -5/+147 |
2007-08-22 | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 4 | -57/+191 |
2007-08-21 | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 4 | -2/+63 |
2007-08-21 | Hopefully fixed the problem of users avatars not always showing up when eithe... | MW | 2 | -6/+19 |
2007-08-21 | Old group is now deleted from datastore when you link groups/prims, so that t... | MW | 2 | -3/+2 |
2007-08-21 | Think linking prims should now work correctly (if its not then please someone... | MW | 1 | -1/+2 |
2007-08-21 | A bit more work on prim building related code. Think most of the building too... | MW | 2 | -8/+7 |
2007-08-21 | Shift and Drag copying should now work correctly. [This was one of those stup... | MW | 4 | -17/+57 |
2007-08-21 | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 3 | -262/+330 |
2007-08-20 | Added Property to SceneObjectGroup to allow the UUID of the region it is in t... | MW | 1 | -0/+10 |
2007-08-20 | The regionUUID is now being passed to the datastore calls. | MW | 5 | -10/+34 |
2007-08-20 | Instant Messages between users in the same region should actually now work. | MW | 3 | -12/+11 |
2007-08-19 | small clean up. | MW | 2 | -0/+16 |
2007-08-19 | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 5 | -20/+221 |
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-17 | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 3 | -1/+5 |
2007-08-16 | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 8 | -1/+33 |
2007-08-16 | Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ... | MW | 2 | -4/+4 |
2007-08-16 | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 15 | -65/+112 |
2007-08-16 | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 3 | -47/+172 |
2007-08-15 | The 'Party Party Groupie Groupie Life is a game' commit: | lbsa71 | 4 | -5/+39 |
2007-08-15 | More work on inventory, can now create other inventory types, like Clothes an... | MW | 3 | -27/+37 |
2007-08-15 | * Again, FileSystemObject reports filename. | lbsa71 | 2 | -0/+7 |
2007-08-15 | * Exploring Group/Part from an app perspective. | lbsa71 | 2 | -1/+28 |
2007-08-15 | * Division of parcel boundaries occurs in double space rather than decimal. | Adam Frisby | 1 | -2/+2 |
2007-08-15 | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 2 | -3/+6 |
2007-08-15 | * Permissions! - You can now only perform certain functions (such as editing ... | Adam Frisby | 5 | -47/+187 |
2007-08-14 | Partial fix for the permissions on edited notecards/scripts (now you might st... | MW | 1 | -0/+1 |
2007-08-14 | Added public RegionInfo RegionsInfo property to SceneBase (so scripts can acc... | MW | 1 | -0/+5 |
2007-08-14 | preliminary support for editing notecards and scripts. | MW | 2 | -11/+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 | 2 | -26/+48 |
2007-08-14 | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 3 | -7/+30 |
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 | 2 | -2/+2 |
2007-08-13 | Added Scene.ConvertLocalIDToFullID() method. | MW | 3 | -1/+33 |
2007-08-13 | added Sample OnObjectGrab event to SceneEventManager for script engines to s... | MW | 3 | -0/+17 |
2007-08-13 | Changed ScriptLoader to use Path.combine. | MW | 1 | -1/+2 |
2007-08-13 | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 3 | -0/+149 |
2007-08-13 | Some more work on SceneObjectGroup | MW | 1 | -5/+10 |
2007-08-13 | Added the SetPartText access method to SceneObjectGroup to set the text of me... | MW | 1 | -17/+35 |