| Commit message (Expand) | Author | Files | Lines |
2007-08-27 | Fixed the bug that sent a region port as the CAPS url, instead of sending the... | MW | 1 | -1/+6 |
2007-08-27 | Deleted a few old files that are no longer used. | MW | 6 | -1058/+4 |
2007-08-27 | Stopped EntityBase from implementing IScriptHost, as don't think it should, m... | MW | 4 | -1/+10 |
2007-08-27 | Another small tweak to image sending. | MW | 3 | -1/+11 |
2007-08-26 | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 3 | -29/+32 |
2007-08-25 | Hopefully fixed the bugs in primitives rotation editing | MW | 2 | -4/+7 |
2007-08-25 | updated to include saving of object flags. | Sean Dague | 1 | -9/+14 |
2007-08-24 | Small bit of refactoring to the startup command script code (moved it into a ... | MW | 1 | -4/+2 |
2007-08-24 | Fixed a problem where some prims didn't show up when you crossed or teleporte... | MW | 1 | -0/+3 |
2007-08-24 | Had "using OpenSim.Physics.Manager;" defined twice in SceneObjectGroup.cs, so... | MW | 1 | -1/+0 |
2007-08-24 | Hopefully fixed mantis bug #318 (exception when a prim moves across a border,... | MW | 2 | -3/+24 |
2007-08-24 | Scripts are now copied into a prim (ie new copy placed in the prim) rather th... | MW | 3 | -9/+34 |
2007-08-24 | Updated sqlite3.dll to version 3.4.2 | MW | 2 | -0/+9 |
2007-08-23 | Added RemovePrim method to the physics plugins interface. | MW | 3 | -12/+27 |
2007-08-23 | Implemented Resize Method in OdePrim. | MW | 2 | -5/+24 |
2007-08-23 | Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this... | MW | 3 | -11/+23 |
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 |