커밋 기록

작성자 SHA1 메시지 날짜
  John Hurliman dd277a0d02 First pass at cleaning up thread safety in EntityManager and SceneGraph 14 년 전
  Melanie Thielker 0246edc2ea Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, because 14 년 전
  Melanie Thielker 6a0a878f7c Remove "Dwell" support from core and replace it with calls to methods 14 년 전
  Jonathan Freedman 0a83fde85c Implements parcel media setting persistence and packet / CAPS handling 14 년 전
  Justin Clark-Casey (justincc) 8acb401a14 minor: remove mono compiler warnings 14 년 전
  Melanie Thielker 00fd2e0446 Correct display of landmark about info. Also correct region maturity rating 14 년 전
  OpenSim Master 4c740e1717 Implements three new OSSL functions for parcel management: osParcelJoin joins parcels in an area, osParcelSubdivide splits parcels in an area, osParcelSetDetails sets parcel name, description, owner and group owner. Join and Subdivide methods in LandChannel are exposed. 14 년 전
  Melanie 6182d71326 Also remove sale and search flags on god owner change. 14 년 전
  Melanie 907fce8406 Remove land that is being abandoned from search. This is now consistent with 14 년 전
  Melanie adc34c7129 Ensure the show in search flag is cleared on ownership change. Also, when 14 년 전
  Dan Lake 859bc717a4 Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). 14 년 전
  Jeff Ames f58a0394ed Formatting cleanup. Add copyright notices. 14 년 전
  unknown 98f91a252c - parcel blocking, region crossing blocking, teleport blocking 14 년 전
  Melanie 3c90d834ea Remove all references to master avatar, replacing with estate owner where 14 년 전
  Jeff Ames 70d5b1c34c Formatting cleanup. Add copyright headers. 14 년 전
  Justin Clark-Casey (justincc) 59caa68e08 minor: add doc to a few parcel methods 15 년 전
  Melanie 81c439bcaa Patch from Snoopy2. Fixes Mantis #4342 15 년 전
  John Hurliman d199767e69 Experimental change of PhysicsVector to Vector3. Untested 15 년 전
  John Hurliman 142008121e * Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This avoids .NET remoting and a managed->unmanaged->managed jump. Overall, a night and day performance difference 15 년 전
  John Hurliman d44b50ee46 * Removed some of the redundant broadcast functions in Scene and SceneGraph so it is clear who/what the broadcast is going to each time 15 년 전
  Melanie 89d23a1fa2 Revert "Rewrote parts of the code that were double-locking different objects. This is about half of the code base reviewed." 15 년 전
  Diva Canto e992ca0255 Rewrote parts of the code that were double-locking different objects. This is about half of the code base reviewed. 15 년 전
  dr scofield (aka dirk husemann) 2107b67f1b - cleaning up LandData/ILandObject capitalization issues 15 년 전
  Diva Canto 5757afe766 First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now. 15 년 전
  dr scofield (aka dirk husemann) bb0cbdc064 switching LandManagementModule to "new" region module scheme; cleaning 15 년 전
  Teravus Ovares (Dan Olivares) e1b38ff001 * It turns out that Physics heightmap values were being stored in managed memory in _heightmap and using multiple heightmaps caused them all to overwrite each other and the last one was the heightmap for all of the regions. This fixes that. It also reduces the terrain resolution to half. 15 년 전
  Teravus Ovares (Dan Olivares) bff26ccdbb * More tweaking of the various services to work with nonstandard region sizes. * Now, what's available of the terrain will show and it'll be truncated if it's larger on Linden Clients. Parcel minimum is 64 (256/4) for the client to accept it. 15 년 전
  Teravus Ovares (Dan Olivares) 2b990a61bf This is the second part of the 'not crash on regionsize changes'. This lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions. 15 년 전
  Teravus Ovares 4cbf0444df * Tweak the caps manager so that the NPCAvatar works again. 15 년 전
  Teravus Ovares 64bd9a3354 * Updates libOMV to version 0.7.0 15 년 전