index
:
clyne/entityx
master
remove-std-iterator
serialize
EntityX - A fast, type-safe C++ Entity-Component system
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-12-29
Merge pull request #169 from lethal-guitar/component-operator-star
Alec Thomas
2016-12-28
Add dereference operator to ComponentHandle
lethal-guitar
2016-12-25
Merge pull request #166 from sjaustirni/patch-1
Alec Thomas
2016-12-22
Fix copy&paste mistake in CMakeLists.txt
sjaustirni
2016-10-31
Merge pull request #157 from lethal-guitar/cmake-messages-use-status
Alec Thomas
2016-10-29
Use 'STATUS' message type for non-error messages
lethal-guitar
2016-10-24
Merge pull request #156 from asmw/cmake_includes
Alec Thomas
2016-10-23
Set build_interface directories for integrated builds
Sumedha Widyadharma
2016-10-24
Merge pull request #155 from asmw/master
Alec Thomas
2016-10-23
Fix a typo
Sumedha Widyadharma
2016-10-23
Merge pull request #154 from FrankStain/master
Alec Thomas
2016-10-22
std::hash for const Entity implemented.
Frank Stein
2016-04-13
Add appveyor.yml
Alec Thomas
2016-04-13
Merge pull request #142 from roig/master
Alec Thomas
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
2016-04-08
Merge pull request #140 from zackthehuman/copy_construct_entities
Alec Thomas
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 Compon...
Daniel Guzman
2016-03-17
Merge pull request #137 from FrankStain/master
Alec Thomas
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
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
2016-02-27
Revert "Trigger ComponentRemovedEvent for each component before destroying"
Zack Mulgrew
2016-02-27
Revert "Fix method name to be consistent with others"
Zack Mulgrew
2016-02-26
Fix apt-get line
Alec Thomas
2016-02-05
Merge pull request #129 from zackthehuman/entity_removal_on_destroy
Alec Thomas
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
2015-12-25
Fixes uint64_t ambigutity issue on compiling Benchmark_tests.cc on MSVC
Stephen Ma
2015-12-24
Merge pull request #120 from Bablawn3d5/pr-nice-folders
Alec Thomas
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
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
2015-12-20
Remove use of quoted variables inside if and elseif blocks.
Stephen Ma
2015-12-20
Merge pull request #116 from PHEN-/pr-sharedfix
Alec Thomas
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
[next]