| Commit message (Expand) | Author | Files | Lines |
2007-11-18 | cleaned up some mono compiler warnings | Jeff Ames | 1 | -1/+1 |
2007-11-18 | * Found several cases where prim set physical were not subscribing to physics... | Teravus Ovares | 1 | -0/+2 |
2007-11-17 | Added ClickAction property to SceneObjectPart (and the relevant changes in IC... | MW | 1 | -1/+13 |
2007-11-17 | minor cleanup of some dodgy bits | Jeff Ames | 1 | -10/+1 |
2007-11-16 | * Resolved the situation where prim is loaded from storage and when pushed ne... | Teravus Ovares | 1 | -17/+38 |
2007-11-16 | * Trying a space/collision optimization technique in ODE. Let me know if you... | Teravus Ovares | 1 | -1/+2 |
2007-11-16 | * ODE step two on the way to separate dynamic space allocation ( One more to ... | Teravus Ovares | 1 | -6/+48 |
2007-11-15 | * Implemented the little friendly pop tooltip messages that appear when you h... | Teravus Ovares | 1 | -4/+30 |
2007-11-14 | * Copied objects are now owned by the object copier (Next Owner) (however nex... | Teravus Ovares | 1 | -1/+3 |
2007-11-11 | Patch from Mathias Soeken (thanks Mathias!) to take care of the color | Dalien Talbot | 1 | -1/+22 |
2007-11-11 | * adds flag in OpenSim.ini for disabling physical prim. Look at OpenSim.ini.... | Teravus Ovares | 1 | -5/+8 |
2007-11-09 | * Moved BulletX off of the 'constant terse update' method. It now only sends... | Teravus Ovares | 1 | -4/+7 |
2007-11-08 | * Fixed occasional character drift caused by sim not sending the avatar's fin... | Teravus Ovares | 1 | -0/+12 |
2007-11-08 | * Added Rotational Velocity reporting for Client Interpolation to Terse Updates | Teravus Ovares | 1 | -3/+27 |
2007-11-05 | Thank you, Teravus for: Solution for 'after using physical prim with MonoSql... | Charles Krinke | 1 | -1/+5 |
2007-11-04 | Applying Teravus patch # 557. Some glue code for the updating of prim's veloc... | MW | 1 | -4/+34 |
2007-11-03 | Fixes a bug with a ZERO Quaternion when creating a prim. | darok | 1 | -4/+8 |
2007-11-03 | Modifications for prim movement. For now only in Mod. BulletX, but i think it... | darok | 1 | -5/+68 |
2007-11-03 | First part of Scene refactoring: | MW | 1 | -0/+1 |
2007-11-03 | Changes in BulletXPlugin: Added new class BulletXActor class inherits from Ph... | darok | 1 | -9/+10 |
2007-11-01 | * Diuerse beavtificatems | lbsa71 | 1 | -50/+52 |
2007-11-01 | Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat... | Charles Krinke | 1 | -2/+7 |
2007-11-01 | Thank you Melanie for a patch to SceneObjectPart.cs so that on first transmis... | Charles Krinke | 1 | -2/+19 |
2007-10-30 | Tevarus' patch for object flags & implemented Phantom edits | dan miller | 1 | -4/+102 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -14/+9 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 1 | -2/+1 |
2007-10-29 | Started the process of cleaning up AssetCache and moving most of the code int... | MW | 1 | -2/+2 |
2007-10-16 | Couple of small changes to Xml serialising of SceneObjectGroups (shouldn't ef... | MW | 1 | -0/+2 |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -1/+29 |
2007-10-12 | * Just extracted a standard ToXml() on SceneObjectGroup | lbsa71 | 1 | -1/+2 |
2007-10-11 | Some changes to the sending of updates of SceneObjects to clients, that I did... | MW | 1 | -8/+5 |
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 |