| Commit message (Expand) | Author | Files | Lines |
2007-09-21 | * First example of moving stuff to a Region layer | lbsa71 | 1 | -9/+0 |
2007-09-21 | * Continuing refactoring of presence | lbsa71 | 1 | -2/+2 |
2007-09-20 | * even more renaming and refactoring; the cleaning woman is on call. | lbsa71 | 1 | -2/+2 |
2007-09-20 | Rev 1971 : The Lbsa71 vintage commit | lbsa71 | 1 | -4/+4 |
2007-09-19 | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 1 | -151/+194 |
2007-09-14 | added ability to update group position | Sean Dague | 1 | -0/+7 |
2007-09-11 | Fixing namespace problems | MW | 1 | -0/+1 |
2007-09-11 | Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. I... | MW | 1 | -2/+22 |
2007-09-10 | hooked up sdague new sqlite asset database provider to the old asset system. ... | MW | 1 | -2/+3 |
2007-09-08 | Converted the LSL scripting engine into a IRegionModule, so now all "modules"... | MW | 1 | -0/+5 |
2007-09-06 | added experimental method of trying to relieve missing prim problem (by addin... | MW | 1 | -2/+32 |
2007-08-29 | few small changes (all work in progress). | MW | 1 | -2/+1 |
2007-08-29 | Fixed the problem of prims not being loaded from the database (that my last c... | MW | 1 | -2/+8 |
2007-08-29 | Attempt to cut down how often objects are backed up to the database. | MW | 1 | -1/+3 |
2007-08-28 | Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace s... | MW | 1 | -1/+1 |
2007-08-28 | Start of trying to make Region/Scene more modular. | MW | 1 | -2/+2 |
2007-08-27 | Stopped EntityBase from implementing IScriptHost, as don't think it should, m... | MW | 1 | -0/+5 |
2007-08-25 | Hopefully fixed the bugs in primitives rotation editing | MW | 1 | -1/+2 |
2007-08-25 | updated to include saving of object flags. | Sean Dague | 1 | -9/+14 |
2007-08-24 | Scripts are now copied into a prim (ie new copy placed in the prim) rather th... | MW | 1 | -1/+1 |
2007-08-23 | Added RemovePrim method to the physics plugins interface. | MW | 1 | -0/+1 |
2007-08-23 | Added a PhysicsActor PhysActor member to SceneObjectPart, and made it so this... | MW | 1 | -0/+3 |
2007-08-22 | Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri... | MW | 1 | -2/+20 |
2007-08-22 | Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca... | MW | 1 | -1/+1 |
2007-08-22 | A little bit of cleaning up. | MW | 1 | -2/+2 |
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 | 1 | -1/+1 |
2007-08-22 | Start of Task Inventory (ie prim's inventory). For now, you can only move scr... | MW | 1 | -45/+128 |
2007-08-21 | Added OnRezScript event to Scene.EventManager.Which the script engine should ... | MW | 1 | -0/+9 |
2007-08-21 | Shift and Drag copying should now work correctly. [This was one of those stup... | MW | 1 | -5/+5 |
2007-08-20 | Instant Messages between users in the same region should actually now work. | MW | 1 | -6/+7 |
2007-08-19 | Sqlite datastore should now save the textures and extraparams data (used by s... | MW | 1 | -8/+93 |
2007-08-17 | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 1 | -0/+1 |
2007-08-16 | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 1 | -0/+5 |
2007-08-16 | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 1 | -9/+15 |
2007-08-15 | The 'Party Party Groupie Groupie Life is a game' commit: | lbsa71 | 1 | -0/+4 |
2007-08-15 | * Again, FileSystemObject reports filename. | lbsa71 | 1 | -0/+1 |
2007-08-15 | * Exploring Group/Part from an app perspective. | lbsa71 | 1 | -0/+4 |
2007-08-13 | Added Scene.ConvertLocalIDToFullID() method. | MW | 1 | -1/+5 |
2007-08-13 | Partial Linking of prim groups should work (its partial as currently only the... | MW | 1 | -0/+24 |
2007-08-10 | Made a few changes so that once we enable the sqlite data store (simple line ... | MW | 1 | -0/+8 |
2007-08-09 | SceneObjects should now (hopefully) call datastore.StoreObject(). | MW | 1 | -0/+2 |
2007-08-09 | Deleted old LSLEngine files (those under Scene.Scripting) | MW | 1 | -0/+1 |
2007-08-09 | Start of replacing the old SceneObject/Primitive classes with the new versions. | MW | 1 | -8/+15 |
2007-08-07 | Some more work on new Sceneobject. | MW | 1 | -16/+36 |
2007-08-07 | * koncept bugfix | lbsa71 | 1 | -0/+12 |
2007-08-07 | a couple of changes in the new Sceneobject classes, just committing so things... | MW | 1 | -7/+23 |
2007-08-06 | * Now we have boxes. Yay! | lbsa71 | 1 | -2/+2 |
2007-08-04 | clean up of startup config settings (command line args etc), | MW | 1 | -9/+5 |
2007-08-03 | changed the properties so that most of them only take up one line per get/set. | MW | 1 | -116/+33 |