| Commit message (Expand) | Author | Age | Files | Lines |
* | Hopefully fixed the problem of users avatars not always showing up when eithe... | MW | 2007-08-21 | 2 | -6/+19 |
* | Old group is now deleted from datastore when you link groups/prims, so that t... | MW | 2007-08-21 | 2 | -3/+2 |
* | Think linking prims should now work correctly (if its not then please someone... | MW | 2007-08-21 | 1 | -1/+2 |
* | A bit more work on prim building related code. Think most of the building too... | MW | 2007-08-21 | 2 | -8/+7 |
* | Shift and Drag copying should now work correctly. [This was one of those stup... | MW | 2007-08-21 | 4 | -17/+57 |
* | Can now turn on/off server side permission checking (on prim editing etc) fro... | MW | 2007-08-21 | 3 | -262/+330 |
* | Added Property to SceneObjectGroup to allow the UUID of the region it is in t... | MW | 2007-08-20 | 1 | -0/+10 |
* | The regionUUID is now being passed to the datastore calls. | MW | 2007-08-20 | 4 | -7/+31 |
* | Instant Messages between users in the same region should actually now work. | MW | 2007-08-20 | 3 | -12/+11 |
* | small clean up. | MW | 2007-08-19 | 2 | -0/+16 |
* | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 2007-08-19 | 5 | -20/+221 |
* | When teleporting to distant region, you can now go to the point you want to g... | Brian McBee | 2007-08-18 | 1 | -1/+2 |
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 3 | -1/+5 |
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 8 | -1/+33 |
* | Had to rename Rotation in SceneObjectGroup to GroupRotation to stop conflict ... | MW | 2007-08-16 | 2 | -4/+4 |
* | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 2007-08-16 | 12 | -61/+108 |
* | Taking Prims (SceneObjectGroups) in and out of inventory should now work and ... | MW | 2007-08-16 | 3 | -47/+172 |
* | The 'Party Party Groupie Groupie Life is a game' commit: | lbsa71 | 2007-08-15 | 3 | -1/+28 |
* | More work on inventory, can now create other inventory types, like Clothes an... | MW | 2007-08-15 | 3 | -27/+37 |
* | * Again, FileSystemObject reports filename. | lbsa71 | 2007-08-15 | 2 | -0/+7 |
* | * Exploring Group/Part from an app perspective. | lbsa71 | 2007-08-15 | 2 | -1/+28 |
* | Temporary fix for the region crossing crash, Although we need to start to cha... | MW | 2007-08-15 | 2 | -3/+6 |
* | * Permissions! - You can now only perform certain functions (such as editing ... | Adam Frisby | 2007-08-15 | 3 | -15/+52 |
* | Partial fix for the permissions on edited notecards/scripts (now you might st... | MW | 2007-08-14 | 1 | -0/+1 |
* | Added public RegionInfo RegionsInfo property to SceneBase (so scripts can acc... | MW | 2007-08-14 | 1 | -0/+5 |
* | preliminary support for editing notecards and scripts. | MW | 2007-08-14 | 2 | -11/+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 | 2 | -26/+48 |
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 3 | -7/+30 |
* | 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 | 2 | -2/+2 |
* | Added Scene.ConvertLocalIDToFullID() method. | MW | 2007-08-13 | 3 | -1/+33 |
* | added Sample OnObjectGrab event to SceneEventManager for script engines to s... | MW | 2007-08-13 | 3 | -0/+17 |
* | Changed ScriptLoader to use Path.combine. | MW | 2007-08-13 | 1 | -1/+2 |
* | (DotNet) ScriptEngine is now loaded and added to Scene during startup. | Tedd Hansen | 2007-08-13 | 3 | -0/+149 |
* | Some more work on SceneObjectGroup | MW | 2007-08-13 | 1 | -5/+10 |
* | Added the SetPartText access method to SceneObjectGroup to set the text of me... | MW | 2007-08-13 | 1 | -17/+35 |
* | Partial Linking of prim groups should work (its partial as currently only the... | MW | 2007-08-13 | 3 | -42/+167 |
* | Few small fixes | MW | 2007-08-10 | 3 | -3/+3 |
* | Some cleaning up and removed a few old files no longer in use. | MW | 2007-08-10 | 2 | -15/+4 |
* | 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 | 4 | -18/+80 |
* | SceneObjects should now (hopefully) call datastore.StoreObject(). | MW | 2007-08-09 | 2 | -2/+12 |
* | Deleted old LSLEngine files (those under Scene.Scripting) | MW | 2007-08-09 | 14 | -2911/+2 |
* | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 2007-08-09 | 9 | -186/+254 |
* | Making sure my local working copy is in sync with svn before I start the job ... | MW | 2007-08-09 | 2 | -3/+13 |
* | Transition between not flying / flying should be smoother | Brian McBee | 2007-08-09 | 1 | -1/+6 |
* | worldmap now gets correctly updated when terrain changes | Brian McBee | 2007-08-08 | 1 | -0/+2 |
* | when teleporting to a non-adjacent region, client was not getting new neighbours | Brian McBee | 2007-08-08 | 1 | -1/+1 |