aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-06-14Merge pull request #103 from Nodmgatall/patch-1Alec Thomas
2015-06-13Make Receiver inheritance public instead of implicitly privateNodmgatall
2015-06-13Fix code example in README.mdSven-Hendrik Haase
2015-04-25Don't require CMake 3.0.Alec Thomas
2015-04-25Bump to 1.1.2.Alec Thomas
2015-04-24Update example with a vertex array-based particle system.Alec Thomas
2015-04-24Fix a bunch of constness issues (fixes #95).Alec Thomas
2015-04-23Add AppVeyor master status badge.Alec Thomas
2015-04-20Merge pull request #94 from jpleau/cmake_sonameAlec Thomas
2015-04-19update versions in CMakeLists.txtJason Pleau
2015-03-30Test that components aren't reused on deleted entities.Alec Thomas
2015-03-19Test for multiple event subscriptions.Alec Thomas
2015-03-04Merge pull request #89 from tahsmith/masterAlec Thomas
2015-03-04Remove user defined constructors for Entity that are equivalent to the compil...tahsmith
2015-02-16More examples projects.Alec Thomas
2015-02-09More README udpates.Alec Thomas
2015-02-09Update README+example for inheritance-free change.Alec Thomas
2015-02-09Events no longer need to be inherited from Event, they can be any class.Alec Thomas
2015-02-09Components no longer need to be inherited from Component<>.Alec Thomas
2015-02-06Merge pull request #84 from Gronis/masterAlec Thomas
2015-02-05Added unsubscribe feature to EventManager. Also added tests in Event_test.cc ...robin
2015-01-15Merge pull request #79 from sansumbrella/component_replaceAlec Thomas
2015-01-14Entity::replace<Component> method.David Wicks
2014-12-31Use a vector for the free list. std::list is mind bogglingly slow.Alec Thomas
2014-12-24CMake fix for AppleClang.Alec Thomas
2014-12-21Merge pull request #76 from excaliburHisSheath/masterAlec Thomas
2014-12-20Rename SystemManager::update_all() and Add DocumentationDavid LeGare
2014-12-19Add Non-Templated SystemManager::update() MethodDavid LeGare
2014-12-16Merge pull request #73 from MarioLiebisch/cmake-additionsAlec Thomas
2014-12-15Added CMake Find_Package script and debug suffixMario Liebisch
2014-12-15Merge pull request #72 from eco/patch-1Alec Thomas
2014-12-14Don't use dereference operator in events exampleBrad Anderson
2014-12-08Merge pull request #69 from jpleau/examplesAlec Thomas
2014-12-08Merge pull request #70 from jpleau/libdirAlec Thomas
2014-12-07add CMAKE_INSTALL_LIBDIRJason Pleau
2014-12-07example: fix compilation commandJason Pleau
2014-12-07example: replace arial with a free fontJason Pleau
2014-12-02Add SONAME. Fixes #65.Alec Thomas
2014-12-01Include cmath in example. Fixes #66.Alec Thomas
2014-10-31Hack for VS internal error. Fixes #23 (again).Alec Thomas
2014-10-27DeltaTime -> TimeDeltaAlec Thomas
2014-10-27Fix RPATH issue on OSX.Alec Thomas
2014-10-27Merge branch 'master' of github.com:alecthomas/entityxAlec Thomas
2014-10-27Fix example.Alec Thomas
2014-10-27Merge pull request #61 from tivek/remove_c_std_librariesAlec Thomas
2014-10-27Configurable delta time type via -DENTITYX_DT_TYPE=<type>.Alec Thomas
2014-10-25fix typotivek
2014-10-25Do not assume integer types in global namespaceTomislav Ivek
2014-10-25Include cstdint instead of stdint.hTomislav Ivek
2014-10-23Debug -> All, now that it is faster.Alec Thomas