aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-10-23Merge pull request #154 from FrankStain/masterAlec Thomas
2016-10-22std::hash for const Entity implemented.Frank Stein
2016-04-13Add appveyor.ymlAlec Thomas
2016-04-13Merge pull request #142 from roig/masterAlec Thomas
2016-04-13Fix running testsDaniel Guzmán
2016-04-13Dependencies for test projects addedDaniel Guzmán
2016-04-13Fix ident.Daniel Guzman
2016-04-10Minor fix due to copy-paste of entity() functionDaniel Guzman
2016-04-10Fixed shared library compilation.Daniel Guzman
2016-04-08Merge pull request #140 from zackthehuman/copy_construct_entitiesAlec Thomas
2016-04-07Allow Entity cloning via EntityManager::create_from_copyZack Mulgrew
2016-04-06Added a function to retrieve the Entity associated with a component in Compon...Daniel Guzman
2016-03-17Merge pull request #137 from FrankStain/masterAlec Thomas
2016-03-16Removing of copy-paste issue.Frank Stein
2016-02-28Merge pull request #134 from zackthehuman/remove_components_on_destroyAlec Thomas
2016-02-27Trigger ComponentRemovedEvent on Entity::destroyZack Mulgrew
2016-02-27Add ComponentHelper and base class, no functionalityZack Mulgrew
2016-02-27Revert "Split Entity and ComponentHandle into their own headers"Zack Mulgrew
2016-02-27Revert "Trigger ComponentRemovedEvent for each component before destroying"Zack Mulgrew
2016-02-27Revert "Fix method name to be consistent with others"Zack Mulgrew
2016-02-26Fix apt-get lineAlec Thomas
2016-02-05Merge pull request #129 from zackthehuman/entity_removal_on_destroyAlec Thomas
2016-02-05Revert change made regarding component inheritanceZack Mulgrew
2016-02-04Fix method name to be consistent with othersZack Mulgrew
2016-02-03Update README to reflect how components are removed before entity destructionZack Mulgrew
2016-02-03Trigger ComponentRemovedEvent for each component before destroyingZack Mulgrew
2016-02-03Split Entity and ComponentHandle into their own headersZack Mulgrew
2016-02-03Add test 'TestComponentRemovedEventOnEntityDestroyed'Zack Mulgrew
2016-01-03Use update_all() in example.Alec Thomas
2015-12-26Merge pull request #123 from Bablawn3d5/pr-uint64fixAlec Thomas
2015-12-25Fixes uint64_t ambigutity issue on compiling Benchmark_tests.cc on MSVCStephen Ma
2015-12-24Merge pull request #120 from Bablawn3d5/pr-nice-foldersAlec Thomas
2015-12-21Organize CMake generated projects into solution folders.Stephen Ma
2015-12-21Merge pull request #119 from PHEN-/pr-sharedfixAlec Thomas
2015-12-20Generate seperate debug postfix dll for building in debug.Stephen Ma
2015-12-21Merge pull request #118 from PHEN-/pr-sharedfixAlec Thomas
2015-12-20Remove use of quoted variables inside if and elseif blocks.Stephen Ma
2015-12-20Merge pull request #116 from PHEN-/pr-sharedfixAlec Thomas
2015-12-19Generate seperate debug postfix dll for building in debug.Stephen Ma
2015-12-11Merge pull request #112 from adtennant/patch-1Alec Thomas
2015-12-10Update FindEntityX.cmakeAlex Tennant
2015-09-16Merge pull request #110 from rupertsteel/masterAlec Thomas
2015-09-16Fix size downcast warning on 64 bit builds.Rupert Steel
2015-09-15Test that receivers are only called once for each emit.Alec Thomas
2015-09-15Fix spurious warning from VC.Alec Thomas
2015-07-18Remove ambiguity that old compilers can't resolve.Alec Thomas
2015-07-18Add `.each<C...>([](C &c...) {})` iteration.Alec Thomas
2015-07-05Document requirement for VS2015.Alec Thomas
2015-06-23Update example.Alec Thomas
2015-06-23Also pass EntityManager to System::configure().Alec Thomas