Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | Add appveyor.yml | Alec Thomas | |
2016-04-13 | Merge pull request #142 from roig/master | Alec Thomas | |
Fixed shared library compilation and Function to retrieve the entity from ComponentHandle | |||
2016-04-13 | Fix running tests | Daniel Guzmán | |
2016-04-13 | Dependencies for test projects added | Daniel Guzmán | |
2016-04-13 | Fix ident. | Daniel Guzman | |
2016-04-10 | Minor fix due to copy-paste of entity() function | Daniel Guzman | |
2016-04-10 | Fixed shared library compilation. | Daniel Guzman | |
- Fixed that when ENTITYX_BUILD_SHARED=1 was compiling the static library and the shared_library. Now it only compiles one of them, shared or static, but not both. Using visual studio compiler, now, the shared library doesn't create a .lib file (because it doesn't export anything which is OK). This will be the next step. | |||
2016-04-08 | Merge pull request #140 from zackthehuman/copy_construct_entities | Alec Thomas | |
Enable Entity cloning via EntityManager::create_from_copy | |||
2016-04-07 | Allow Entity cloning via EntityManager::create_from_copy | Zack Mulgrew | |
2016-04-06 | Added a function to retrieve the Entity associated with a component in ↵ | Daniel Guzman | |
ComponentHandle | |||
2016-03-17 | Merge pull request #137 from FrankStain/master | Alec Thomas | |
Removing of copy-paste issue. | |||
2016-03-16 | Removing of copy-paste issue. | Frank Stein | |
2016-02-28 | Merge pull request #134 from zackthehuman/remove_components_on_destroy | Alec Thomas | |
Re-implement "Remove components on destroy" functionality | |||
2016-02-27 | Trigger ComponentRemovedEvent on Entity::destroy | Zack Mulgrew | |
2016-02-27 | Add ComponentHelper and base class, no functionality | Zack Mulgrew | |
2016-02-27 | Revert "Split Entity and ComponentHandle into their own headers" | Zack Mulgrew | |
This reverts commit d8c5d0e30980b747749571b5a1e5c3b5b20423b2. | |||
2016-02-27 | Revert "Trigger ComponentRemovedEvent for each component before destroying" | Zack Mulgrew | |
This reverts commit 070cd89d2ed140594608d252318f444202579a52. | |||
2016-02-27 | Revert "Fix method name to be consistent with others" | Zack Mulgrew | |
This reverts commit f176609c242afd53f6083b3e115227ace10e2eb2. | |||
2016-02-26 | Fix apt-get line | Alec Thomas | |
2016-02-05 | Merge pull request #129 from zackthehuman/entity_removal_on_destroy | Alec Thomas | |
Emit ComponentRemovedEvent<T> on Entity::destroy() | |||
2016-02-05 | Revert change made regarding component inheritance | Zack Mulgrew | |
2016-02-04 | Fix method name to be consistent with others | Zack Mulgrew | |
2016-02-03 | Update README to reflect how components are removed before entity destruction | Zack Mulgrew | |
2016-02-03 | Trigger ComponentRemovedEvent for each component before destroying | Zack Mulgrew | |
2016-02-03 | Split Entity and ComponentHandle into their own headers | Zack Mulgrew | |
2016-02-03 | Add test 'TestComponentRemovedEventOnEntityDestroyed' | Zack Mulgrew | |
2016-01-03 | Use update_all() in example. | Alec Thomas | |
2015-12-26 | Merge pull request #123 from Bablawn3d5/pr-uint64fix | Alec Thomas | |
Pr uint64fix | |||
2015-12-25 | Fixes uint64_t ambigutity issue on compiling Benchmark_tests.cc on MSVC | Stephen Ma | |
Always build benchmark test when ENTITYX_BUILD_TESTING is set. Expand namespace entityx and std in Benchmarks_test.cc Fix whitespace to match original Benchmark_test.cc Fix CMakeFiles to correctly conditionally add Benchmark tests. | |||
2015-12-24 | Merge pull request #120 from Bablawn3d5/pr-nice-folders | Alec Thomas | |
Organize CMake generated projects into solution folders. | |||
2015-12-21 | Organize CMake generated projects into solution folders. | Stephen Ma | |
2015-12-21 | Merge pull request #119 from PHEN-/pr-sharedfix | Alec Thomas | |
Generate seperate debug postfix dll for building in debug. | |||
2015-12-20 | Generate seperate debug postfix dll for building in debug. | Stephen Ma | |
2015-12-21 | Merge pull request #118 from PHEN-/pr-sharedfix | Alec Thomas | |
Fix CMP0054 warnings in CMake >= 3.1 | |||
2015-12-20 | Remove use of quoted variables inside if and elseif blocks. | Stephen Ma | |
Single quote use of literal 'MSVC'. | |||
2015-12-20 | Merge pull request #116 from PHEN-/pr-sharedfix | Alec Thomas | |
Generate seperate debug postfix dll for building in debug. | |||
2015-12-19 | Generate seperate debug postfix dll for building in debug. | Stephen Ma | |
2015-12-11 | Merge pull request #112 from adtennant/patch-1 | Alec Thomas | |
Update FindEntityX.cmake | |||
2015-12-10 | Update FindEntityX.cmake | Alex Tennant | |
To be consistent with other CMake modules ENTITYX_LIBRARIES and ENTITYX_INCLUDE_DIRS should be exposed. find_package_handle_standard_args should be used to set ENTITYX_FOUND. | |||
2015-09-16 | Merge pull request #110 from rupertsteel/master | Alec Thomas | |
Fix size downcast warning on 64 bit builds. | |||
2015-09-16 | Fix size downcast warning on 64 bit builds. | Rupert Steel | |
2015-09-15 | Test that receivers are only called once for each emit. | Alec Thomas | |
See #109. | |||
2015-09-15 | Fix spurious warning from VC. | Alec Thomas | |
Fixes #109. | |||
2015-07-18 | Remove ambiguity that old compilers can't resolve. | Alec Thomas | |
2015-07-18 | Add `.each<C...>([](C &c...) {})` iteration. | Alec Thomas | |
May break code that uses `EntityManager::View`, as this is now a template type `EntityManager::View<C...>`. Fixes #62. | |||
2015-07-05 | Document requirement for VS2015. | Alec Thomas | |
Fixes #105. | |||
2015-06-23 | Update example. | Alec Thomas | |
2015-06-23 | Also pass EntityManager to System::configure(). | Alec Thomas | |
Old configure() left for compatibility. Fixes #104. | |||
2015-06-22 | Add std::hash<Entity>. | Alec Thomas | |
2015-06-14 | Merge pull request #102 from svenstaro/patch-1 | Alec Thomas | |
Fix code example in README.md |