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
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
2015-12-10
Update FindEntityX.cmake
Alex Tennant
2015-09-16
Merge pull request #110 from rupertsteel/master
Alec Thomas
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
2015-09-15
Fix spurious warning from VC.
Alec Thomas
2015-07-18
Remove ambiguity that old compilers can't resolve.
Alec Thomas
2015-07-18
Add `.each<C...>([](C &c...) {})` iteration.
Alec Thomas
2015-07-05
Document requirement for VS2015.
Alec Thomas
2015-06-23
Update example.
Alec Thomas
2015-06-23
Also pass EntityManager to System::configure().
Alec Thomas
2015-06-22
Add std::hash<Entity>.
Alec Thomas
2015-06-14
Merge pull request #102 from svenstaro/patch-1
Alec Thomas
2015-06-14
Merge pull request #103 from Nodmgatall/patch-1
Alec Thomas
2015-06-13
Make Receiver inheritance public instead of implicitly private
Nodmgatall
2015-06-13
Fix code example in README.md
Sven-Hendrik Haase
2015-04-25
Don't require CMake 3.0.
Alec Thomas
2015-04-25
Bump to 1.1.2.
Alec Thomas
2015-04-24
Update example with a vertex array-based particle system.
Alec Thomas
2015-04-24
Fix a bunch of constness issues (fixes #95).
Alec Thomas
2015-04-23
Add AppVeyor master status badge.
Alec Thomas
2015-04-20
Merge pull request #94 from jpleau/cmake_soname
Alec Thomas
2015-04-19
update versions in CMakeLists.txt
Jason Pleau
2015-03-30
Test that components aren't reused on deleted entities.
Alec Thomas
2015-03-19
Test for multiple event subscriptions.
Alec Thomas
2015-03-04
Merge pull request #89 from tahsmith/master
Alec Thomas
2015-03-04
Remove user defined constructors for Entity that are equivalent to the compil...
tahsmith
2015-02-16
More examples projects.
Alec Thomas
2015-02-09
More README udpates.
Alec Thomas
2015-02-09
Update README+example for inheritance-free change.
Alec Thomas
2015-02-09
Events no longer need to be inherited from Event, they can be any class.
Alec Thomas
2015-02-09
Components no longer need to be inherited from Component<>.
Alec Thomas
2015-02-06
Merge pull request #84 from Gronis/master
Alec Thomas
2015-02-05
Added unsubscribe feature to EventManager. Also added tests in Event_test.cc ...
robin
2015-01-15
Merge pull request #79 from sansumbrella/component_replace
Alec Thomas
2015-01-14
Entity::replace<Component> method.
David Wicks
2014-12-31
Use a vector for the free list. std::list is mind bogglingly slow.
Alec Thomas
2014-12-24
CMake fix for AppleClang.
Alec Thomas
2014-12-21
Merge pull request #76 from excaliburHisSheath/master
Alec Thomas
2014-12-20
Rename SystemManager::update_all() and Add Documentation
David LeGare
2014-12-19
Add Non-Templated SystemManager::update() Method
David LeGare
2014-12-16
Merge pull request #73 from MarioLiebisch/cmake-additions
Alec Thomas
[next]