0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor refractoring done to collision example and common library To remove warnings/run-time errors (run-time error in collision example) Forgot to add these files in previous commit More... about 10 years ago
Removed warnings Fixed segfault for Collision example (when virtual dtors are enabled) More... about 10 years ago
Removed config.hpp (as this is generated by CMake) More... about 10 years ago
Changed default option to use virtual dtors to true As the way components are stored by default are on the heap, and contained via a BaseComponent* More... about 10 years ago
Fixed compilation errors in AnimationSystem when constructing a new texture rect Changed curly to round brackets (is this a bug in clang?) More... about 10 years ago
Fixed compilation errors in examples/Collision/Game.cpp More... about 10 years ago
Removed .swp files from merge More... about 10 years ago
Fix #40 More... about 10 years ago
Merge branch 'master' of https://github.com/johnmarinelli/anax into johnmarinelli-master More... about 10 years ago
Changed implementation of EntityIdPool::remove to add the updated ID to the free list Commented out line 50, as remove *should* make line 50 redundant. More... about 10 years ago
Made the collidable texture clearer More... about 10 years ago
Changed 'm' prefix to 'm_' prefix for member variables More... about 10 years ago
Changed 'm' prefix to 'm_' prefix for member variables More... about 10 years ago
removed the build directory from git More... about 10 years ago
readme edited More... about 10 years ago
collision tutorial draft 1 More... about 10 years ago
"cleanup" More... about 10 years ago
cleanup More... about 10 years ago
cleanup More... about 10 years ago
More spacing fixes More... about 10 years ago
Update World.cpp More... about 10 years ago
Merge https://github.com/johnmarinelli/anax More... about 10 years ago
Various bug fixes More... about 10 years ago
Merge branch 'master' of https://github.com/miguelmartin75/anax More... about 10 years ago
got trivial case working. 3/17/14 More... about 10 years ago
Delete .main.cpp.swp More... about 10 years ago
Delete .Game.cpp.swp More... about 10 years ago
3/16/14 More... about 10 years ago
did animation tutorial More... about 10 years ago
Forgot to remove print statement in World.cpp whilst resolving #35 More... about 10 years ago