Commit History

Author SHA1 Message Date
  Lasse Öörni e6fe0d6cf0 Removed convenience GetWorldTransform() from Component to make it explicit that an indirection to the parent node is being made. 13 years ago
  Lasse Öörni 172a097b1c Mark nodes and components separately for network update, instead of looping node's all components when one of them changes. 13 years ago
  Lasse Öörni da921892b2 Rearranged Octant variables for more optimal access. 13 years ago
  Lasse Öörni 5bc2c61d88 Reorganized Node, Component, Drawable & Camera member variables for more optimal access. 13 years ago
  Lasse Öörni 91f6f87472 Explicitly mark changed nodes to avoid going through the whole scene in PrepareNetworkUpdate(). 13 years ago
  Lasse Öörni 1a9dced05b Updated to AngelScript 2.23.1 WIP. 13 years ago
  Lasse Öörni 1c2cc43f14 Refactoring of how network updates to clients are collected. This removes costly, redundant Variant compares that were performed per-user. 13 years ago
  Lasse Öörni 9ead094d5a Removed the physics world maximum timestep, as it is already governed by the Engine's minimum FPS. 13 years ago
  Lasse Öörni 1841169cb2 Fixed missing CollisionGeometryData code. 13 years ago
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. 14 years ago
  Lasse Öörni 1e1496e7d4 Refactored setting variants from strings. 14 years ago
  Lasse Öörni 510125fe32 Removed unused Component::HasComponent() function. 14 years ago
  Lasse Öörni 593ce78eaf Refactored temporary shadow camera creation. 14 years ago
  Lasse Öörni baa3efacc3 Fixed the Data directory getting removed in the editor, if a scene was first loaded from there, and then from elsewhere. 14 years ago
  Lasse Öörni 3f7fffbf49 Some renames. CollisionGroup -> CollisionLayer, Scene::GetNodeByID() -> GetNode(), Ray::Distance() -> HitDistance(). 14 years ago
  Lasse Öörni de67af8825 CoreData / Data reorganization. 14 years ago
  Lasse Öörni b694ad047e Refactored interest management into the NetworkPriority component. 14 years ago
  Lasse Öörni abe05c6a53 MinGW is no longer officially supported. 14 years ago
  Lasse Öörni 444c18673e Code formatting & optimization. 14 years ago
  Lasse Öörni bddedd7fd2 Added a function for components to list the nodes they depend on. 14 years ago
  Lasse Öörni 5f7b64d6e7 Further cleanup of the Container & Math library API & internal functions. 14 years ago
  Lasse Öörni 2da8d4ae47 Renamed Matrix4x3 to Matrix3x4. 14 years ago
  Lasse Öörni f60321b20f Use PODVector more extensively. 14 years ago
  Lasse Öörni d69efd65f0 Container library fixes. 14 years ago
  Lasse Öörni b5a43134a9 Simplified AnimationController API. 14 years ago
  Lasse Öörni a7a458b3a9 Script API registration cleanup: asMETHODPR changed to asMETHOD where possible. 14 years ago
  Lasse Öörni 7c45da5588 Import new code. 14 years ago
  Lasse Öörni a48885a729 Make way for import of new code. 14 years ago
  Lasse Öörni 20b23ced83 Engine & script API improvements. 15 years ago
  Lasse Öörni d1bf5d5702 Added getResourceRefs() function to Component. 15 years ago