| Commit message (Expand) | Author | Age | Files | Lines |
* | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 2007-08-26 | 2 | -28/+31 |
* | Hopefully fixed the bugs in primitives rotation editing | MW | 2007-08-25 | 2 | -4/+7 |
* | updated to include saving of object flags. | Sean Dague | 2007-08-25 | 1 | -9/+14 |
* | Fixed a problem where some prims didn't show up when you crossed or teleporte... | MW | 2007-08-24 | 1 | -0/+3 |
* | Had "using OpenSim.Physics.Manager;" defined twice in SceneObjectGroup.cs, so... | MW | 2007-08-24 | 1 | -1/+0 |
* | Hopefully fixed mantis bug #318 (exception when a prim moves across a border,... | MW | 2007-08-24 | 1 | -1/+20 |
* | Scripts are now copied into a prim (ie new copy placed in the prim) rather th... | MW | 2007-08-24 | 3 | -9/+34 |
* | Updated sqlite3.dll to version 3.4.2 | MW | 2007-08-24 | 2 | -0/+9 |
* | Added RemovePrim method to the physics plugins interface. | MW | 2007-08-23 | 3 | -12/+27 |
* | Implemented Resize Method in OdePrim. | MW | 2007-08-23 | 2 | -5/+24 |
* | Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this... | MW | 2007-08-23 | 3 | -11/+23 |
* | Added danx0r's physics patch, although for now have disabled the lines in Sce... | MW | 2007-08-23 | 2 | -0/+13 |
* | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 2007-08-22 | 5 | -2/+61 |
* | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 2007-08-22 | 1 | -1/+1 |
* | Added Scene.GetSceneObjectPart(uint localID) | MW | 2007-08-22 | 1 | -0/+17 |
* | Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca... | MW | 2007-08-22 | 2 | -20/+20 |
* | A little bit of cleaning up. | MW | 2007-08-22 | 2 | -4/+4 |
* | added ParentPartID to TaskInventoryItem class to make it easier to store them... | MW | 2007-08-22 | 1 | -4/+4 |
* | Fixed typo. | MW | 2007-08-22 | 3 | -4/+4 |
* | Added forgotten file. | MW | 2007-08-22 | 2 | -5/+5 |
* | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 2007-08-22 | 4 | -57/+191 |
* | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 2007-08-21 | 4 | -2/+63 |
* | 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 |