Historial de Commits

Autor SHA1 Mensaje Fecha
  Lasse Öörni ad7b7451b4 As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process. hace 12 años
  Wei Tjong Yao dacd06c2d8 Removed redundant code to keep LLVM compiler happy. hace 12 años
  Lasse Öörni e039330e62 Changed DecalSet to use raw binary buffer serialization for the decal data for more size-optimal and faster load/save. hace 12 años
  Lasse Öörni c0dbf7f545 Generalized the factory category for all objects. hace 12 años
  Wei Tjong Yao 8d1c28bc3e Group components into categories. In the Editor app, dynamically create the menu structure based on the component categories. Added new GetCategory() method in Component class and exposed it to script. Reviewed and fixed as necessary the default attributes registration of Component's descendant classes. Removed 'Attenuation' and 'Panning' attributes from SoundSource3D as they are updated constantly in this class. Enhanced Context class to 'register' component category during the component factory registration. hace 12 años
  Lasse Öörni 90233154ab Added padding attribute to NavigationMesh, which expands the bounding box to allow adding geometry in partial rebuilds. hace 12 años
  Lasse Öörni 38498ab24c Completed the OffMeshConnection implementation. hace 12 años
  Lasse Öörni 5bd757850f Added functionality to Text3D. Attributes yet missing. hace 12 años
  Lasse Öörni 379d786da4 Fixed NinjaSnowWar assets to use 1m world unit. hace 12 años
  Lasse Öörni 362e6a6f95 Added functionality to NavigationMesh. hace 12 años
  Lasse Öörni 606d374936 Added GetWorldBoundingBox() to CollisionShape. hace 12 años
  Lasse Öörni 56a7f36a0c Store the indices of a physics convex hull in preparation to using it for navigation data. hace 12 años
  Lasse Öörni 3fac48401a Added support for partial navmesh rebuild. hace 12 años
  Lasse Öörni d623481ad0 Changed to use a tiled navmesh to allow for larger navigable areas. hace 12 años
  Lasse Öörni 3c43ccb3f1 Transform geometry to local space of the navigation mesh root node to allow moving the root without invalidating navigation data. hace 12 años
  Lasse Öörni be3b304836 Added batch files to start the navigation example. hace 12 años
  Lasse Öörni c11f65dfea Added FindPath() function to NavigationMesh. hace 12 años
  Lasse Öörni a8d9904467 Debug-draw the navmesh. hace 12 años
  Lasse Öörni 49ec63e620 To be safe, store the navmesh data for later serialization before Recast patches it. hace 12 años
  Lasse Öörni 03dce6b988 Serialize navigation data along with the scene. hace 12 años
  Lasse Öörni 0e713bd509 Generate Recast/Detour data. hace 12 años
  Lasse Öörni 35c2d83370 Added code to collect navigation mesh geometry. hace 12 años
  Lasse Öörni 08075f0915 Reversed if's in Variant code to favor the correct type. hace 12 años