]> code.bitgloo.com Git - clyne/entityx.git/shortlog
clyne/entityx.git
2017-01-16 Jarrett ChisholmRevert "try different cmake ppa"
2017-01-16 Jarrett Chisholmtry different cmake ppa
2017-01-16 Jarrett Chisholmsyntax error
2017-01-16 Jarrett Chisholmupdate cmake
2017-01-16 Jarrett ChisholmWe don't need to specify c++11 flag
2017-01-16 Jarrett Chisholmfix C++11 feature checking for Microsoft Visual C+...
2017-01-07 Alec ThomasUpdates to example.
2017-01-05 Alec ThomasUse std::shared_ptr<sf::Shape> directly as component...
2016-12-28 Alec ThomasMerge pull request #167 from jarrettchisholm/master
2016-12-28 Alec ThomasMerge pull request #169 from lethal-guitar/component...
2016-12-28 lethal-guitarAdd dereference operator to ComponentHandle
2016-12-25 Jarrett Chisholmfix compile issue with gcc 6
2016-12-24 Alec ThomasMerge pull request #166 from sjaustirni/patch-1
2016-12-22 sjaustirniFix copy&paste mistake in CMakeLists.txt
2016-10-31 Alec ThomasMerge pull request #157 from lethal-guitar/cmake-messag...
2016-10-29 lethal-guitarUse 'STATUS' message type for non-error messages
2016-10-23 Alec ThomasMerge pull request #156 from asmw/cmake_includes
2016-10-23 Sumedha WidyadharmaSet build_interface directories for integrated builds
2016-10-23 Alec ThomasMerge pull request #155 from asmw/master
2016-10-23 Sumedha WidyadharmaFix a typo
2016-10-22 Alec ThomasMerge pull request #154 from FrankStain/master
2016-10-21 Frank Steinstd::hash for const Entity implemented.
2016-04-13 Alec ThomasAdd appveyor.yml
2016-04-13 Alec ThomasMerge pull request #142 from roig/master
2016-04-13 Daniel GuzmánFix running tests
2016-04-13 Daniel GuzmánDependencies for test projects added
2016-04-12 Daniel GuzmanFix ident.
2016-04-10 Daniel GuzmanMinor fix due to copy-paste of entity() function
2016-04-10 Daniel GuzmanFixed shared library compilation.
2016-04-08 Alec ThomasMerge pull request #140 from zackthehuman/copy_construc...
2016-04-08 Zack MulgrewAllow Entity cloning via EntityManager::create_from_copy
2016-04-06 Daniel GuzmanAdded a function to retrieve the Entity associated...
2016-03-16 Alec ThomasMerge pull request #137 from FrankStain/master
2016-03-16 Frank SteinRemoving of copy-paste issue.
2016-02-28 Alec ThomasMerge pull request #134 from zackthehuman/remove_compon...
2016-02-27 Zack MulgrewTrigger ComponentRemovedEvent on Entity::destroy
2016-02-27 Zack MulgrewAdd ComponentHelper and base class, no functionality
2016-02-27 Zack MulgrewRevert "Split Entity and ComponentHandle into their...
2016-02-27 Zack MulgrewRevert "Trigger ComponentRemovedEvent for each componen...
2016-02-27 Zack MulgrewRevert "Fix method name to be consistent with others"
2016-02-26 Alec ThomasFix apt-get line
2016-02-06 Alec ThomasMerge pull request #129 from zackthehuman/entity_remova...
2016-02-06 Zack MulgrewRevert change made regarding component inheritance
2016-02-04 Zack MulgrewFix method name to be consistent with others
2016-02-04 Zack MulgrewUpdate README to reflect how components are removed...
2016-02-04 Zack MulgrewTrigger ComponentRemovedEvent for each component before...
2016-02-04 Zack MulgrewSplit Entity and ComponentHandle into their own headers
2016-02-04 Zack MulgrewAdd test 'TestComponentRemovedEventOnEntityDestroyed'
2016-01-02 Alec ThomasUse update_all() in example.
2015-12-26 Alec ThomasMerge pull request #123 from Bablawn3d5/pr-uint64fix
2015-12-26 Stephen MaFixes uint64_t ambigutity issue on compiling Benchmark_...
2015-12-24 Alec ThomasMerge pull request #120 from Bablawn3d5/pr-nice-folders
2015-12-21 Stephen MaOrganize CMake generated projects into solution folders.
2015-12-21 Alec ThomasMerge pull request #119 from PHEN-/pr-sharedfix
2015-12-21 Stephen MaGenerate seperate debug postfix dll for building in...
2015-12-21 Alec ThomasMerge pull request #118 from PHEN-/pr-sharedfix
2015-12-21 Stephen MaRemove use of quoted variables inside if and elseif...
2015-12-20 Alec ThomasMerge pull request #116 from PHEN-/pr-sharedfix
2015-12-20 Stephen MaGenerate seperate debug postfix dll for building in...
2015-12-10 Alec ThomasMerge pull request #112 from adtennant/patch-1
2015-12-10 Alex TennantUpdate FindEntityX.cmake
2015-09-16 Alec ThomasMerge pull request #110 from rupertsteel/master
2015-09-16 Rupert SteelFix size downcast warning on 64 bit builds.
2015-09-15 Alec ThomasTest that receivers are only called once for each emit.
2015-09-15 Alec ThomasFix spurious warning from VC.
2015-07-19 Alec ThomasRemove ambiguity that old compilers can't resolve.
2015-07-19 Alec ThomasAdd `.each<C...>([](C &c...) {})` iteration.
2015-07-05 Alec ThomasDocument requirement for VS2015.
2015-06-23 Alec ThomasUpdate example.
2015-06-23 Alec ThomasAlso pass EntityManager to System::configure().
2015-06-22 Alec ThomasAdd std::hash<Entity>.
2015-06-14 Alec ThomasMerge pull request #102 from svenstaro/patch-1
2015-06-14 Alec ThomasMerge pull request #103 from Nodmgatall/patch-1
2015-06-13 NodmgatallMake Receiver inheritance public instead of implicitly...
2015-06-13 Sven-Hendrik... Fix code example in README.md
2015-04-25 Alec ThomasDon't require CMake 3.0.
2015-04-25 Alec ThomasBump to 1.1.2.
2015-04-24 Alec ThomasUpdate example with a vertex array-based particle system.
2015-04-24 Alec ThomasFix a bunch of constness issues (fixes #95).
2015-04-23 Alec ThomasAdd AppVeyor master status badge.
2015-04-19 Alec ThomasMerge pull request #94 from jpleau/cmake_soname
2015-04-19 Jason Pleauupdate versions in CMakeLists.txt
2015-03-30 Alec ThomasTest that components aren't reused on deleted entities.
2015-03-19 Alec ThomasTest for multiple event subscriptions.
2015-03-04 Alec ThomasMerge pull request #89 from tahsmith/master
2015-03-04 tahsmithRemove user defined constructors for Entity that are...
2015-02-16 Alec ThomasMore examples projects.
2015-02-09 Alec ThomasMore README udpates.
2015-02-09 Alec ThomasUpdate README+example for inheritance-free change.
2015-02-09 Alec ThomasEvents no longer need to be inherited from Event, they...
2015-02-09 Alec ThomasComponents no longer need to be inherited from Component<>.
2015-02-05 Alec ThomasMerge pull request #84 from Gronis/master
2015-02-05 robinAdded unsubscribe feature to EventManager. Also added...
2015-01-15 Alec ThomasMerge pull request #79 from sansumbrella/component_replace
2015-01-14 David WicksEntity::replace<Component> method.
2014-12-30 Alec ThomasUse a vector for the free list. std::list is mind boggl...
2014-12-24 Alec ThomasCMake fix for AppleClang.
2014-12-21 Alec ThomasMerge pull request #76 from excaliburHisSheath/master
2014-12-20 David LeGareRename SystemManager::update_all() and Add Documentation
2014-12-20 David LeGareAdd Non-Templated SystemManager::update() Method
next