]> code.bitgloo.com Git - clyne/entityx.git/shortlog
clyne/entityx.git
2014-10-20 Alec ThomasActually call component destructors on reset().
2014-10-14 Alec ThomasMerge pull request #55 from kumar8600/patch-3
2014-10-13 kumar8600Correct project name definition at CMakeLists.txt
2014-10-13 Alec ThomasMerge pull request #54 from kumar8600/kumar8600/size_t...
2014-10-13 kumar8600Return std::size_t at Event::connected_signals
2014-10-12 kumar8600Get definition of std::size_t and make sizet_t more int
2014-10-12 kumar8600Make return size_t at functions Event and Pool
2014-10-12 Alec ThomasMerge pull request #53 from kumar8600/patch-2
2014-10-12 Alec ThomasMerge pull request #52 from kumar8600/patch-1
2014-10-12 kumar8600Make true default ENTITY_BUILD_SHARED
2014-10-11 kumar8600Define project name on CMakeLists.txt
2014-10-10 Alec ThomasBig performance improvement in iteration.
2014-10-10 Alec ThomasAdd benchmark for unpacking two components.
2014-10-09 Alec ThomasImprove entity iteration performance by removing suppor...
2014-10-09 Alec ThomasUse a partitioned grid for collision detection.
2014-10-09 Alec ThomasDon't use deprecated strstream.
2014-10-09 Alec ThomasAdd example.
2014-10-02 Alec ThomasSuppress unused variable warning. Fixes #49.
2014-09-29 Alec ThomasUpdate README for 1.0.0.
2014-09-17 Alec ThomasIn benchmark: only iterate once, not 10 times.
2014-09-16 Alec ThomasDocument some projects using EntityX.
2014-08-13 Alec ThomasMake fail() static.
2014-08-13 Alec ThomasUse std::abort() if exceptions are disabled.
2014-08-13 Alec ThomasUse abort() if _HAS_EXCEPTIONS is not defined.
2014-08-07 Alec ThomasMerge pull request #46 from scrpi/master
2014-08-07 Ben KellyAdded operator< overload for Entity class. Allowing...
2014-08-05 Alec ThomasMerge pull request #45 from isra17/master
2014-08-05 Israël HalléUses bitmask function to set bit
2014-08-05 Israël HalléChanges 64 bits family to fast 32 bits
2014-07-30 Alec ThomasFix warnings(?) for implicit type conversions + headers...
2014-07-10 Alec ThomasMerge pull request #41 from isra17/master
2014-07-10 Israël HalléAdd /MDd flag for MSVC debug target
2014-07-10 Alec ThomasMerge pull request #40 from isra17/master
2014-07-10 Israël HalléFix VS2013 compiler error in Entity_test.cc
2014-07-07 Alec ThomasMaybe fix the build?
2014-07-07 Alec ThomasAdd entities_for_debugging() entity iterator.
2014-07-07 Alec ThomasMerge @jarrettchisholm's change plus add some tests...
2014-07-02 Alec ThomasMerge pull request #36 from jeremyjh/android-pr
2014-07-02 Jeremy Huffmanadd Android make file
2014-06-20 Alec ThomasMerge pull request #35 from x-w/master
2014-06-19 Xiang WeiOverride Entity::component() to return a const Componen...
2014-06-08 Alec ThomasCall systems.configure() in example.
2014-06-07 Alec ThomasAdd convenience `Component<T>::Handle` typedef.
2014-06-07 Alec ThomasREADME updates.
2014-05-15 Alec ThomasOnly delete assigned components.
2014-05-05 Alec Thomas1.0.0alpha1 release.
2014-05-03 Alec ThomasAdd -g to release builds.
2014-04-25 Alec ThomasVerify destroyed event count is correct.
2014-04-18 Alec ThomasDon't include entityx/Manager.h - it is no longer used.
2014-04-02 Alec ThomasDoc updates.
2014-03-05 Alec ThomasUse vector rather than unordered_map for event dispatching.
2014-03-05 Alec ThomasWrap component access in a ComponentHandle.
2014-03-04 Alec ThomasUse TEST_CASE_METHOD rather than SECTION.
2014-03-04 Alec ThomasSwitch to Catch testing framework.
2014-03-02 Alec ThomasUpdate README for 1.0.0.
2014-03-02 Alec ThomasUse raw pointers for components, allocated from pools.
2014-03-02 Alec ThomasRemoved Manager. Add EntityX class. Largely eradicate...
2014-03-02 Alec ThomasFix visibility issue with gcc.
2014-03-02 Alec ThomasIncrease cache coherency.
2014-02-13 Jarrett ChisholmFixed compile issues on Windows with Visual Studio...
2014-01-23 Alec ThomasMerge pull request #26 from hovatterz/pkg-config
2014-01-19 Zack HovatterAdd pkg-config source file
2013-12-31 Alec ThomasMerge pull request #22 from scott-linder/master
2013-12-31 scott-linderAdded std::forward in order to respect move semantics...
2013-12-25 Alec ThomasMerge pull request #21 from scott-linder/master
2013-12-25 scott-linderAdded entityx::make_ptr to mirror std::make_shared
2013-12-21 Alec ThomasMove Python support to https://github.com/alecthomas...
2013-12-20 Alec ThomasEvent delivery to/from Python and C++.
2013-12-18 Alec ThomasFix unpack and entities_with_components with > 2 args.
2013-12-02 Alec ThomasAdd download instructions.
2013-12-02 Alec ThomasUpdate docs, add step(dt) to Manager.
2013-11-29 Alec ThomasDon't cap at ms.
2013-11-29 Alec ThomasMerge no-boost into master.
2013-11-29 Alec ThomasMake benchmarks work.
2013-11-27 Alec ThomasMerge pull request #18 from dustinfreeman/master
2013-11-27 Dustin FreemanFixed spelling in README.md
2013-11-04 Antony WoodsMoved stdlib=libc++ test into CMakeLists.txt. Made...
2013-11-04 Antony WoodsTidied up config.h.in to remove redundant guard - take two
2013-11-04 Antony WoodsRevert "Tidied up config.h.in to remove redundant guard"
2013-11-01 Antony WoodsTidied up config.h.in to remove redundant guard
2013-10-31 Antony WoodsLine endings fix?
2013-10-30 Antony WoodsNormalize line endings
2013-10-30 Antony WoodsResolved README merge conflict
2013-10-30 AntonyMerge pull request #1 from alecthomas/master
2013-10-30 Alec ThomasNormalize line endings
2013-10-30 Alec ThomasAdd .gitattributes for line endings.
2013-10-29 Antony WoodsTidying up and amending readme/changes
2013-10-29 Antony WoodsRemoved boost namespace from tests so they compile
2013-10-29 Antony WoodsFixed a compiler error with std::chrono::duration
2013-10-16 Antony WoodsFixed invalid header in python files. Now using chrono...
2013-10-15 Antony WoodsFirst pass at replacing boost with c++11 features
2013-10-14 Alec ThomasDependencies in README.
2013-10-14 Antony WoodsInitial commit
2013-10-14 Alec ThomasREADME formatting tweaks.
2013-10-14 Alec ThomasFix bug in EntityManager::get.
2013-10-12 Alec ThomasAllow creation of Entity::Id from uint64_t.
2013-10-04 Alec ThomasDocument dependency helper.
2013-10-04 Alec ThomasAdd `Dependency<C, D1, D2...>` System for automatic...
2013-10-02 Alec ThomasUpdate README to match reality.
2013-09-05 Alec ThomasSpeed up iterator creation a bit by avoiding some copies.
next