]> code.bitgloo.com Git - clyne/entityx.git/shortlog
clyne/entityx.git
2015-12-10 Alex TennantUpdate FindEntityX.cmake
2015-09-16 Alec ThomasMerge pull request #110 from rupertsteel/master
2015-09-16 Rupert SteelFix size downcast warning on 64 bit builds.
2015-09-15 Alec ThomasTest that receivers are only called once for each emit.
2015-09-15 Alec ThomasFix spurious warning from VC.
2015-07-19 Alec ThomasRemove ambiguity that old compilers can't resolve.
2015-07-19 Alec ThomasAdd `.each<C...>([](C &c...) {})` iteration.
2015-07-05 Alec ThomasDocument requirement for VS2015.
2015-06-23 Alec ThomasUpdate example.
2015-06-23 Alec ThomasAlso pass EntityManager to System::configure().
2015-06-22 Alec ThomasAdd std::hash<Entity>.
2015-06-14 Alec ThomasMerge pull request #102 from svenstaro/patch-1
2015-06-14 Alec ThomasMerge pull request #103 from Nodmgatall/patch-1
2015-06-13 NodmgatallMake Receiver inheritance public instead of implicitly...
2015-06-13 Sven-Hendrik... Fix code example in README.md
2015-04-25 Alec ThomasDon't require CMake 3.0.
2015-04-25 Alec ThomasBump to 1.1.2.
2015-04-24 Alec ThomasUpdate example with a vertex array-based particle system.
2015-04-24 Alec ThomasFix a bunch of constness issues (fixes #95).
2015-04-23 Alec ThomasAdd AppVeyor master status badge.
2015-04-19 Alec ThomasMerge pull request #94 from jpleau/cmake_soname
2015-04-19 Jason Pleauupdate versions in CMakeLists.txt
2015-03-30 Alec ThomasTest that components aren't reused on deleted entities.
2015-03-19 Alec ThomasTest for multiple event subscriptions.
2015-03-04 Alec ThomasMerge pull request #89 from tahsmith/master
2015-03-04 tahsmithRemove user defined constructors for Entity that are...
2015-02-16 Alec ThomasMore examples projects.
2015-02-09 Alec ThomasMore README udpates.
2015-02-09 Alec ThomasUpdate README+example for inheritance-free change.
2015-02-09 Alec ThomasEvents no longer need to be inherited from Event, they...
2015-02-09 Alec ThomasComponents no longer need to be inherited from Component<>.
2015-02-05 Alec ThomasMerge pull request #84 from Gronis/master
2015-02-05 robinAdded unsubscribe feature to EventManager. Also added...
2015-01-15 Alec ThomasMerge pull request #79 from sansumbrella/component_replace
2015-01-14 David WicksEntity::replace<Component> method.
2014-12-30 Alec ThomasUse a vector for the free list. std::list is mind boggl...
2014-12-24 Alec ThomasCMake fix for AppleClang.
2014-12-21 Alec ThomasMerge pull request #76 from excaliburHisSheath/master
2014-12-20 David LeGareRename SystemManager::update_all() and Add Documentation
2014-12-20 David LeGareAdd Non-Templated SystemManager::update() Method
2014-12-16 Alec ThomasMerge pull request #73 from MarioLiebisch/cmake-additions
2014-12-15 Mario LiebischAdded CMake Find_Package script and debug suffix
2014-12-14 Alec ThomasMerge pull request #72 from eco/patch-1
2014-12-14 Brad AndersonDon't use dereference operator in events example
2014-12-07 Alec ThomasMerge pull request #69 from jpleau/examples
2014-12-07 Alec ThomasMerge pull request #70 from jpleau/libdir
2014-12-07 Jason Pleauadd CMAKE_INSTALL_LIBDIR
2014-12-07 Jason Pleauexample: fix compilation command
2014-12-07 Jason Pleauexample: replace arial with a free font
2014-12-01 Alec ThomasAdd SONAME. Fixes #65.
2014-12-01 Alec ThomasInclude cmath in example. Fixes #66.
2014-10-31 Alec ThomasHack for VS internal error. Fixes #23 (again).
2014-10-27 Alec ThomasDeltaTime -> TimeDelta
2014-10-27 Alec ThomasFix RPATH issue on OSX.
2014-10-27 Alec ThomasMerge branch 'master' of github.com:alecthomas/entityx
2014-10-27 Alec ThomasFix example.
2014-10-26 Alec ThomasMerge pull request #61 from tivek/remove_c_std_libraries
2014-10-26 Alec ThomasConfigurable delta time type via -DENTITYX_DT_TYPE...
2014-10-25 tivekfix typo
2014-10-25 Tomislav IvekDo not assume integer types in global namespace
2014-10-25 Tomislav IvekInclude cstdint instead of stdint.h
2014-10-23 Alec ThomasDebug -> All, now that it is faster.
2014-10-23 Alec ThomasSort free list before iterating over all entities.
2014-10-21 Alec ThomasAdd test for component destructor called when entity...
2014-10-20 Alec ThomasAdd test case for component destruction.
2014-10-20 Alec ThomasActually call component destructors on reset().
2014-10-14 Alec ThomasMerge pull request #55 from kumar8600/patch-3
2014-10-13 kumar8600Correct project name definition at CMakeLists.txt
2014-10-13 Alec ThomasMerge pull request #54 from kumar8600/kumar8600/size_t...
2014-10-13 kumar8600Return std::size_t at Event::connected_signals
2014-10-12 kumar8600Get definition of std::size_t and make sizet_t more int
2014-10-12 kumar8600Make return size_t at functions Event and Pool
2014-10-12 Alec ThomasMerge pull request #53 from kumar8600/patch-2
2014-10-12 Alec ThomasMerge pull request #52 from kumar8600/patch-1
2014-10-12 kumar8600Make true default ENTITY_BUILD_SHARED
2014-10-11 kumar8600Define project name on CMakeLists.txt
2014-10-10 Alec ThomasBig performance improvement in iteration.
2014-10-10 Alec ThomasAdd benchmark for unpacking two components.
2014-10-09 Alec ThomasImprove entity iteration performance by removing suppor...
2014-10-09 Alec ThomasUse a partitioned grid for collision detection.
2014-10-09 Alec ThomasDon't use deprecated strstream.
2014-10-09 Alec ThomasAdd example.
2014-10-02 Alec ThomasSuppress unused variable warning. Fixes #49.
2014-09-29 Alec ThomasUpdate README for 1.0.0.
2014-09-17 Alec ThomasIn benchmark: only iterate once, not 10 times.
2014-09-16 Alec ThomasDocument some projects using EntityX.
2014-08-13 Alec ThomasMake fail() static.
2014-08-13 Alec ThomasUse std::abort() if exceptions are disabled.
2014-08-13 Alec ThomasUse abort() if _HAS_EXCEPTIONS is not defined.
2014-08-07 Alec ThomasMerge pull request #46 from scrpi/master
2014-08-07 Ben KellyAdded operator< overload for Entity class. Allowing...
2014-08-05 Alec ThomasMerge pull request #45 from isra17/master
2014-08-05 Israël HalléUses bitmask function to set bit
2014-08-05 Israël HalléChanges 64 bits family to fast 32 bits
2014-07-30 Alec ThomasFix warnings(?) for implicit type conversions + headers...
2014-07-10 Alec ThomasMerge pull request #41 from isra17/master
2014-07-10 Israël HalléAdd /MDd flag for MSVC debug target
2014-07-10 Alec ThomasMerge pull request #40 from isra17/master
2014-07-10 Israël HalléFix VS2013 compiler error in Entity_test.cc
2014-07-07 Alec ThomasMaybe fix the build?
next