Commit History

Author SHA1 Message Date
  Teravus Ovares 7c1f17b994 * Applying melanie's Landmark patch. Thanks Melanie! 16 years ago
  Justin Clarke Casey 9a7717743b refactor: eliminate method in UserProfileCacheService 16 years ago
  Teravus Ovares b790a16e98 * Updating the version of the ODE library. (big update). The Mac library needs to be updated still. 16 years ago
  Justin Clarke Casey ad6783ff40 * Massaging CAPS setup/teardown log messages 16 years ago
  Justin Clarke Casey 8c74cf7758 * Tear down CAPS and http handlers when an agent leaves a region (via crossing, teleport or logout) 16 years ago
  Justin Clarke Casey f14c102c7a * Clean up Scene.AddCapsHandler(). There was a race condition warning, but I don't think this is now relevant... 16 years ago
  Justin Clarke Casey da531fa9e1 * Start passing around a region server's http port in RegionInfo. 16 years ago
  mingchen 71ca162821 *Moved LandManagement into its own region module (spiffy!) 16 years ago
  Justin Clarke Casey c1beb85315 * First draft resolution of mantis 777, 734, 389 - scripts do not save in non-home regions 16 years ago
  Jeff Ames e5b9144282 Formatting cleanup. 16 years ago
  Jeff Ames 47180080f0 Formatting cleanup. 16 years ago
  Justin Clarke Casey 87067bff1e * The rest of the fix necessary for mantis #766 - terse updates broken 16 years ago
  Justin Clarke Casey dc84f350a7 * As yet incomplete fix for mantis #766 - terse updates broken 16 years ago
  Teravus Ovares ce9c2ecac8 * You can leave godmode if you want now. 16 years ago
  Teravus Ovares abacfba287 * Preliminary work with the ODEPlugin to collect collision data. 16 years ago
  Justin Clarke Casey a4304fb9e6 * Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disappear') 16 years ago
  Adam Frisby 14b37533aa * Removed more compiler warnings, dead code, etc. 16 years ago
  Sean Dague 4ea52b2105 Change SceneObjectPart.LocalID to .LocalId to be case matching 16 years ago
  Johan Berntsson 279e0061c5 Merged 3Di code that provides scene and avatar serialization, and plugin support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim. 16 years ago
  Charles Krinke 7794fc3766 Change handler001 through handler009 to more 16 years ago
  Teravus Ovares 1afe38b319 * Added a way for the friends module to definitively know if an avatar's root agent is on the instance and if so, which region the avatar's root agent is in. 16 years ago
  Teravus Ovares 41c369de82 * OnSignificantClientMovement was never being called. So we got no land updates (fixed) 16 years ago
  Teravus Ovares 582964800c * Moved all events except gridcomms and regioncomms over to Event Delegate instances to prevent event race conditions 16 years ago
  Jeff Ames a8cfbbe963 Minor cleanup. 16 years ago
  Teravus Ovares b77c48e75e * Cleanup of some memory consuming items on ScenePresence.Close(). 16 years ago
  Teravus Ovares 056f3dca2c * Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin was trying to set the height of avatar to 127m, which you can imagine is a bit /wrong\ 16 years ago
  Teravus Ovares 81a00dd68f * Thanks to Ahzz, more verbose error messages on the console and possibly a fix to the b*stard Sakai issue. 16 years ago
  Teravus Ovares 8edaada1d3 ODE: Tired of floating above the ground after crossing a border? Boy have I got a solution for you! For a limited time, you can be the right height after border crossings automatically. Just three easy payments of $9.95 and make sure your neighbor is sending child agent updates! 16 years ago
  Teravus Ovares 19e0ada93a * Located and destroyed the weird velocity and rotation transfers. It turned out to be that the Static PhysicsVector.Zero was transferring velocities between all non fixed objects. Not so static after all :(. Finding it was cruel and unusual punishment from the CLR. 16 years ago
  Adam Frisby f3afa68a2a * Made new Framework.Constants class, added RegionSize member. 16 years ago