提交歷史

作者 SHA1 備註 提交日期
  Lasse Öörni a40fead7dc Updated license for the new year. 13 年之前
  Lasse Öörni 7d8558a51f Applied massive patch from weitjong. 13 年之前
  Lasse Öörni 88896fe805 Added GetCollidingBodies() function to RigidBody which returns collisions from last physics step. 13 年之前
  Lasse Öörni c49ece0491 Added Sort() function to HashMap & HashSet. 13 年之前
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. 13 年之前
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. 13 年之前
  Lasse Öörni b86f052689 Fixed using nonexistent member variable in template code. 13 年之前
  Lasse Öörni 170ee77019 To avoid confusion when to use what, and as the performance is usually better, use only HashMap & HashSet instead of Map & Set. 13 年之前
  Lasse Öörni 51c4336f2f Moved HashMap & Vector allocations to .cpp files so that they can be more easily tracked. 13 年之前
  Lasse Öörni 958c489be7 Fixed GCC build. 13 年之前
  Lasse Öörni b636b3a211 Keep track of constraints to release them properly before deleting the rigid body. 13 年之前
  Lasse Öörni 54c7de95d8 Tidied up Container code. 13 年之前
  Lasse Öörni 9baf3bad64 Fixed crash in FileWatcher on exit when FileSystem had already been destroyed. 13 年之前
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. 14 年之前
  Lasse Öörni c8089b1687 Initial work queue & multithreading support. 14 年之前
  Lasse Öörni 91500591c3 Reverted the previous shader parameter query optimization. Instead, added possibility to rehash a hashmap/hashset manually to a specified bucket count. 14 年之前
  Lasse Öörni 0e337f493d Optimized checking whether shader parameters need updating. 14 年之前
  Lasse Öörni de67af8825 CoreData / Data reorganization. 14 年之前
  Lasse Öörni b694ad047e Refactored interest management into the NetworkPriority component. 14 年之前
  Lasse Öörni 20a2a48ed9 Added hashing support to Pair template class. 14 年之前
  Lasse Öörni f70cc35815 Added package file download support to the network protocol. 14 年之前
  Lasse Öörni 71603ae52e Initial kNet-based networking implementation. 14 年之前
  Lasse Öörni b90c1386be Removed unnecessary parentheses. 14 年之前
  Lasse Öörni c9c0610709 Added alternative OpenGL rendering path, not fully complete yet. 14 年之前
  Lasse Öörni 2bee05deb9 Reordered batch setup. 14 年之前
  Lasse Öörni 634b5cc81b Added division by type size for pointer hashes. 14 年之前
  Lasse Öörni f899c2f7ca Fixed bugs in Map. 14 年之前