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
2014-07-07
Add entities_for_debugging() entity iterator.
Alec Thomas
2014-07-07
Merge @jarrettchisholm's change plus add some tests. Thanks!
Alec Thomas
2014-07-02
Merge pull request #36 from jeremyjh/android-pr
Alec Thomas
2014-07-01
add Android make file
Jeremy Huffman
2014-06-20
Merge pull request #35 from x-w/master
Alec Thomas
2014-06-19
Override Entity::component() to return a const ComponentHandle
Xiang Wei
2014-06-08
Call systems.configure() in example.
Alec Thomas
2014-06-08
Add convenience `Component<T>::Handle` typedef.
Alec Thomas
2014-06-07
README updates.
Alec Thomas
2014-05-15
Only delete assigned components.
Alec Thomas
2014-05-05
1.0.0alpha1 release.
Alec Thomas
2014-05-03
Add -g to release builds.
Alec Thomas
2014-04-25
Verify destroyed event count is correct.
Alec Thomas
2014-04-18
Don't include entityx/Manager.h - it is no longer used.
Alec Thomas
2014-04-02
Doc updates.
Alec Thomas
2014-03-05
Use vector rather than unordered_map for event dispatching.
Alec Thomas
2014-03-05
Wrap component access in a ComponentHandle.
Alec Thomas
2014-03-04
Use TEST_CASE_METHOD rather than SECTION.
Alec Thomas
2014-03-04
Switch to Catch testing framework.
Alec Thomas
2014-03-02
Update README for 1.0.0.
Alec Thomas
2014-03-02
Use raw pointers for components, allocated from pools.
Alec Thomas
2014-03-02
Removed Manager. Add EntityX class. Largely eradicate use of shared_ptr.
Alec Thomas
2014-03-02
Fix visibility issue with gcc.
Alec Thomas
2014-03-02
Increase cache coherency.
Alec Thomas
2014-02-13
Fixed compile issues on Windows with Visual Studio 2013.
Jarrett Chisholm
2014-01-22
Merge pull request #26 from hovatterz/pkg-config
Alec Thomas
2014-01-19
Add pkg-config source file
Zack Hovatter
2013-12-30
Merge pull request #22 from scott-linder/master
Alec Thomas
2013-12-30
Added std::forward in order to respect move semantics in some methods.
scott-linder
2013-12-25
Merge pull request #21 from scott-linder/master
Alec Thomas
2013-12-24
Added entityx::make_ptr to mirror std::make_shared
scott-linder
2013-12-20
Move Python support to https://github.com/alecthomas/entityx_python
Alec Thomas
2013-12-20
Event delivery to/from Python and C++.
Alec Thomas
2013-12-17
Fix unpack and entities_with_components with > 2 args.
Alec Thomas
2013-12-02
Add download instructions.
Alec Thomas
2013-12-02
Update docs, add step(dt) to Manager.
Alec Thomas
2013-11-29
Don't cap at ms.
Alec Thomas
2013-11-29
Merge no-boost into master.
Alec Thomas
2013-11-29
Make benchmarks work.
Alec Thomas
2013-11-27
Merge pull request #18 from dustinfreeman/master
Alec Thomas
2013-11-27
Fixed spelling in README.md
Dustin Freeman
2013-11-04
Moved stdlib=libc++ test into CMakeLists.txt. Made further modifications to R...
Antony Woods
2013-11-04
Tidied up config.h.in to remove redundant guard - take two
Antony Woods
2013-11-04
Revert "Tidied up config.h.in to remove redundant guard"
Antony Woods
2013-11-01
Tidied up config.h.in to remove redundant guard
Antony Woods
2013-10-31
Line endings fix?
Antony Woods
2013-10-30
Normalize line endings
Antony Woods
2013-10-30
Resolved README merge conflict
Antony Woods
2013-10-30
Merge pull request #1 from alecthomas/master
Antony
2013-10-29
Normalize line endings
Alec Thomas
[prev]
[next]