]> git.seodisparate.com - EntityComponentMetaSystem/shortlog
EntityComponentMetaSystem
2017-12-01 Stephen SeoFix bug with multiple sig/func call
2017-12-01 Stephen SeoRemove .gitlab-ci.yml
2017-12-01 Stephen SeoReplace garbage-collection-like cleanup
2017-11-24 Stephen SeoMinor fixes to documentation
2017-11-24 Stephen SeoChange CleanupReturnType to std::vector
2017-11-15 Stephen SeoFix bug with duplicate signatures
2017-11-14 Stephen SeoImprove efficiency of stored function calling
2017-11-14 Stephen SeoAdd ptr versions of forMatchingSignature fns
2017-11-10 Stephen SeoFix crash bug, improve Unit Test
2017-11-09 Stephen SeoImplement forMatchingSignatures for efficiency
2017-11-03 Stephen SeoAdd getCurrentSize and getCurrentCapacity
2017-10-31 Stephen SeoFix minor typo
2017-10-31 Stephen SeoFix cleanup function's return value
2017-10-06 Stephen SeoFix unit test
2017-10-06 Stephen SeoReplace variable length arrays with std::vector
2017-10-06 Stephen SeoImplement multithreading for function calls
2017-09-28 Stephen SeoAdd feature to cleanup function in manager
2017-09-20 Stephen SeoAdd const fns to Manager, obey 80 char line limit
2017-08-29 Stephen SeoAdd a test to unit tests
2017-07-13 Stephen SeoFixed keepSomeMatchingFunctions
2017-07-13 Stephen SeoChanged clearSomeMatchingFunctions, line lengths
2017-07-12 Stephen SeoAdded two new functions
2017-06-10 Stephen SeoUpdated README.md
2017-06-10 Stephen SeoUpdated README.md
2017-06-10 Stephen SeoAdded readme
2016-09-21 Stephen SeoChanged implementation of stored functions to map
2016-09-20 Stephen SeoFixed docs, ids changed to const references
2016-09-20 Stephen SeoAdded capability to store functions
2016-08-30 Stephen SeoFixed bug where deleted entities retain info
2016-08-28 Stephen SeoTemporary(?) bugfix
2016-08-27 Stephen SeoFixed not working as cmake subproject
2016-04-20 Stephen SeoFixed missing include
2016-04-20 Stephen SeoAdded missing includes
2016-04-11 Stephen SeoFixed include gtest on nonstanndard gtest install
2016-04-06 Stephen SeoAdded note about manager's addComponent
2016-04-06 Stephen SeoAdded support for components of type UniquePtr
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-18 Stephen SeoUpdated .gitlab-ci.yml
2016-03-17 Stephen Seoadded .gitlab-ci.yml
2016-03-15 Stephen SeoAdded License and legal related requirements
2016-03-14 Stephen SeoSlight change to docs
2016-03-14 Stephen SeoSlight change to unit tests, docs
2016-03-14 Stephen SeoSlight addition to EC::Manager documentation
2016-03-14 Stephen SeoFix to EC::Manager::cleanup
2016-03-14 Stephen SeoAdded Doxygen comments
2016-03-14 Stephen SeoMinor fixes/changes
2016-03-14 Stephen SeoMinor fixes/changes
2016-03-14 Stephen SeoMade some Meta stuff more generic
2016-03-14 Stephen SeoFixed entity deletion bug
2016-03-13 Stephen SeoFix to Meta/Matching
2016-03-13 Stephen SeoAdded Meta/Matching, progress on Bitset/Manager
2016-03-13 Stephen SeoAdded forEach to EC/Meta
2016-03-08 Stephen SeoFixed 'make install'
2016-03-05 Stephen SeoAdded EC/Meta/TypeListGet, WIP in Bitset, Manager
2016-03-05 Stephen SeoFixed support for Clang
2016-03-04 Stephen SeoAdded EC/Meta/Morph.hpp
2016-03-04 Stephen SeoUpdated CMakeLists.txt to include EC/Meta/Combine
2016-03-04 Stephen SeoChanged Bitset to use Combined lists
2016-03-04 Stephen SeoAdded EC/Meta/Combine.hpp
2016-03-04 Stephen SeoSlight change to Bitset test
2016-03-04 Stephen SeoAdded EC/Bitset.hpp and EC/Meta/ContainsAll.hpp
2016-03-04 Stephen SeoSplit Meta.hpp
2016-02-25 Stephen SeoAdded IndexOf
2016-02-25 Stephen SeoBasic meta stuff working
2016-02-24 Stephen SeoInit commit