| Commit message (Expand) | Author | Files | Lines |
2009-10-25 | Changing Scene.ForEachClient to use the synchronous for loop instead of Paral... | John Hurliman | 1 | -55/+54 |
2009-10-23 | Experimental change to use an immutable array for iterating ScenePresences, a... | John Hurliman | 1 | -61/+60 |
2009-10-18 | * Rewrote the methods that build ObjectUpdate and ImprovedTerseObjectUpdate p... | John Hurliman | 1 | -3/+3 |
2009-10-15 | Object update prioritization by Jim Greensky of Intel Labs, part one. This im... | John Hurliman | 1 | -4/+4 |
2009-10-15 | * Removed some of the redundant broadcast functions in Scene and SceneGraph s... | John Hurliman | 1 | -11/+1 |
2009-10-04 | disable physics actors for flexible prims | dahlia | 1 | -3/+4 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2009-09-30 | And another merge issue | Kitto Flora | 1 | -0/+1 |
2009-09-30 | And another | Kitto Flora | 1 | -1/+1 |
2009-09-30 | Another small change to avoid later merge conflict | Kitto Flora | 1 | -2/+3 |
2009-09-30 | Small chaneg to adapt to trunk | Kitto Flora | 1 | -2/+3 |
2009-09-30 | Commit initial version of KittoFlora's vehicle changes | opensim | 1 | -154/+113 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -9/+9 |
2009-09-29 | This fix addresses the problem where phantom objects do not | Alan M Webb | 1 | -1/+1 |
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-17 | While running a test case I had written to pursue problems with | Alan M Webb | 1 | -113/+152 |
2009-09-09 | * Lock timers when Calling Start() and Stop() when the Thread Context is murk... | Teravus Ovares (Dan Olivares) | 1 | -0/+2 |
2009-08-29 | * Fix the reason why physical vehicles have a problem in virtual regions. | Teravus Ovares (Dan Olivares) | 1 | -1/+2 |
2009-08-16 | Misc cleanup. | Jeff Ames | 1 | -27/+25 |
2009-08-15 | Changed FromAssetID to FromItemID | Diva Canto | 1 | -3/+3 |
2009-08-13 | Formatting cleanup. Fix some compiler warnings. | Jeff Ames | 1 | -26/+23 |
2009-08-07 | Another stab at cmickeyb's patch for script GC. | Melanie | 1 | -8/+8 |
2009-08-07 | Revert the XEngine memleak patch, it causes premature GC. | Melanie | 1 | -8/+8 |
2009-08-06 | |From: James J Greensky <jame.j.greensky@intel.com> | Melanie | 1 | -8/+8 |
2009-08-04 | Add plumbing for the SceneObjectDeleter to wait for the script engine to | Melanie | 1 | -0/+5 |
2009-07-15 | A stab at implementing llSetDamage. Not persistent. | Melanie Thielker | 1 | -0/+9 |
2009-06-26 | Extracted the code that handles the sending of prim updates to the client, fr... | MW | 1 | -4/+4 |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-29 | * refactor: little tweaks to trigger another build | Justin Clarke Casey | 1 | -4/+15 |
2009-05-29 | * Add save xml2 serialization test | Justin Clarke Casey | 1 | -0/+2 |
2009-05-29 | reinstate a hopefully more robust experimental decoded sculpt map caching scheme | Dahlia Trimble | 1 | -2/+2 |
2009-05-29 | disable sculpt map caching until a better method of avoiding asset requests c... | Dahlia Trimble | 1 | -1/+3 |
2009-05-29 | null test for texture assets when using cached sculpt map | Dahlia Trimble | 1 | -2/+3 |
2009-05-29 | Experimental decoded sculpt map caching | Dahlia Trimble | 1 | -1/+1 |
2009-05-27 | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 1 | -1/+14 |
2009-05-25 | Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>" | Dr Scofield | 1 | -14/+1 |
2009-05-25 | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 1 | -1/+14 |
2009-05-15 | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 1 | -4/+12 |
2009-05-04 | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 1 | -1/+1 |
2009-04-25 | Thank you kindly, RemedyTomm, for a patch that fixes: | Charles Krinke | 1 | -1/+4 |
2009-04-20 | * Allow passing of material type to physics engine | Teravus Ovares | 1 | -1/+8 |
2009-04-10 | Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Drag | nlin | 1 | -0/+5 |
2009-03-27 | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 1 | -1/+1 |
2009-03-27 | * refactor: call some EventManager triggers directly rather than through scene | Justin Clarke Casey | 1 | -5/+2 |
2009-03-11 | add a taint to SOP.UpdateShape() - addresses Mantis #3277 | Dahlia Trimble | 1 | -0/+1 |
2009-03-06 | Fixes Mantis #3260. Thank you kindly, MCortez for a patch that: | Charles Krinke | 1 | -0/+17 |
2009-03-05 | * remove now unused serialization code | Justin Clarke Casey | 1 | -124/+1 |
2009-02-25 | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 1 | -1/+3 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -9/+9 |