| Commit message (Expand) | Author | Files | Lines |
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 |
2007-08-08 | worldmap now gets correctly updated when terrain changes | Brian McBee | 1 | -0/+2 |
2007-08-06 | * commands are done foreach instead of by [i] | lbsa71 | 1 | -2/+2 |
2007-08-06 | * renamed some scene to world | lbsa71 | 1 | -4/+8 |
2007-08-06 | * encapsulated firstname/lastname on ScenePresence | lbsa71 | 1 | -1/+1 |
2007-08-03 | and more work on those classes. Think they are just about ready to begin hook... | MW | 1 | -1/+0 |
2007-08-01 | * Terrain engine now knows the region coordinates - this can be later used to... | Adam Frisby | 1 | -1/+1 |
2007-08-01 | Some more work on SceneObject/primitive rewrites (AllNewSceneObjectGroup2 /Pa... | MW | 1 | -2/+2 |
2007-07-31 | clear userAgent state on client shutdown, which fixes the issue | Sean Dague | 1 | -1/+3 |
2007-07-29 | Deleting objects should now work. But beware they aren't send to your trash f... | MW | 1 | -1/+2 |
2007-07-26 | * Started renaming world to Scene | lbsa71 | 1 | -10/+14 |
2007-07-25 | Start of the OpenSim library , for now only contains a few textures. | MW | 1 | -4/+4 |
2007-07-24 | * Users doing terraforming should see updates instantly now. | Adam Frisby | 1 | -29/+1 |
2007-07-24 | * SendLayerData overload including coords now uses patch number rather than c... | Adam Frisby | 1 | -20/+27 |
2007-07-24 | * Small fix, patch values should be multiplied by their size (16) | Adam Frisby | 1 | -1/+1 |
2007-07-24 | * Terrain should now send just updated patches. | Adam Frisby | 1 | -14/+31 |
2007-07-22 | Couple of small changes | MW | 1 | -1/+1 |
2007-07-22 | * Some work in progress code: Inventory cache, start of inventory server/serv... | MW | 1 | -9/+12 |
2007-07-21 | * Renamed terrain functions to match OpenSim naming styles. | Adam Frisby | 1 | -15/+15 |
2007-07-21 | * Issue#206 - Casting of a LLUUID from XMLRPC hashtable causes an error. (Tha... | Adam Frisby | 1 | -1/+23 |
2007-07-20 | * Assortment of Console changes - console messages are now grouped into modul... | Adam Frisby | 1 | -6/+6 |