Historie revizí

Autor SHA1 Zpráva Datum
  Justin Clark-Casey (justincc) 71d221cdc0 Remove the unused CollisionLocker from ODE před 12 roky
  Justin Clark-Casey (justincc) 9cc2694776 restrict unnecessary access levels on ODEPrim fields/properties před 12 roky
  Justin Clark-Casey (justincc) f2132329a3 refactor: make methods that do not need to be public in ODE private or internal to aid code reading/analysis. Remove some unused method arguments před 12 roky
  Justin Clark-Casey (justincc) 1e798136c3 adjust some whitespace to trigger another build, to check the last failure was just a glitch před 12 roky
  Justin Clark-Casey (justincc) 05e94ff27e Move common gemo/agent map name code into CreateGeom() před 13 roky
  Justin Clark-Casey (justincc) f9d6a91252 Instead of preserving old name in geom_name_map in change size or shape, use the Name property instead. před 13 roky
  Justin Clark-Casey (justincc) ccb4b76242 On geom removal, remove the name from the OdeScene.geom_name_map too před 13 roky
  Justin Clark-Casey (justincc) f79df6f43f remove the unused ODEPrim.prev_geom field před 13 roky
  Justin Clark-Casey (justincc) f32dbef647 When an ODE geom is removed (as when a non-phantom prim is deleted, resized or shape changed, also remove the OdeScene.actor_name_map entry pointing to the phys actor před 13 roky
  Justin Clark-Casey (justincc) 6618948ff9 refactor: centralize prim geom removal code from four places to one před 13 roky
  Justin Clark-Casey (justincc) 509200d5cd minor: add note to RemovePrimThreadLocked() to the effect that it contrary to the summary, it is being called from within Simulate() lock (OdeLock) před 13 roky
  Justin Clark-Casey (justincc) dfa2f7d715 If a prim changes size or shape, add actor to _parent_scene.actor_name_map with new prim_geom key, as the old one becomes invalid. před 13 roky
  Justin Clark-Casey (justincc) d041276517 Remove _mesh field since the mesh data no longer needs to be stored after it's initially used. před 13 roky
  Justin Clark-Casey (justincc) bd8f538f80 refactor: Remove argument to pass in an initial mesh to OdePrim since this is no longer required and it prevents removal of the _mesh field (which is only used temporarily) před 13 roky
  Justin Clark-Casey (justincc) 196a774b24 minor: correct method doc for last commit před 13 roky
  Justin Clark-Casey (justincc) 454312f5bc refactor: rename CreateGeom _mesh argument to mesh, so as to not confuse this with the pre-existing _mesh field před 13 roky
  Justin Clark-Casey (justincc) f1ce17071d minor: method doc před 13 roky
  Justin Clark-Casey (justincc) e08be91c84 Refactor: Replace instances of m_isphysical with IsPhysical rather than have some code reference the private var and other the public var without any functionality difference. před 13 roky
  Justin Clark-Casey (justincc) 4f4d080461 refactor: Rename ODEPrim.ParentPrim() to AddChildPrim() for code readability před 13 roky
  Justin Clark-Casey (justincc) 49a3740ee9 minor: remove mono compiler warnings, some code spacing adjustments před 13 roky
  Justin Clark-Casey (justincc) d917010433 minor: Add method doc to collision subscription methods. Change method case to reflect OpenSim standards. před 13 roky
  Justin Clark-Casey (justincc) 18652eb87e Fix physics proxy regeneration when a mesh with more than one submesh is resized před 13 roky
  Justin Clark-Casey (justincc) f75f906e35 minor: remove whitespace to trigger another build před 13 roky
  Justin Clark-Casey (justincc) df0e5cc9fe When a mesh object is added to a scene, delay adding the physics actor until the sculpt data has been added to the shape (possibly via an async asset service request) před 13 roky
  Justin Clark-Casey (justincc) 2f3d0e209f When a sculpt/mesh texture is received by a part on a callback request, don't do the unnecessary work of copying the base shape. před 13 roky
  Justin Clark-Casey (justincc) ce85675e70 comment out accidential ProcessTaints physics debug line left in code před 13 roky
  Justin Clark-Casey (justincc) 5e8900dfd0 minor: code tidy and inserted log lines for future use. před 13 roky
  Justin Clark-Casey (justincc) 29034bc0e0 minor: code tidy up - remove a couple of Console.WriteLine() accidentally added in the last commit před 13 roky
  Justin Clark-Casey (justincc) 1dcad4ac66 minor: commented out log lines for future use and very small code tidy před 13 roky
  Jeff Ames bc9f793a92 Formatting cleanup. před 13 roky