0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
initial add More... about 10 years ago
Merge branch 'master' of git://github.com/mtheall/tiny-2d-games More... over 13 years ago
consolidate "#if defined(FEOS) || defined(ARM9)" into "#ifdef ARM9" since FeOS also defines ARM9 More... over 13 years ago
Merge remote branch 'mtheall/master' More... over 13 years ago
consolidate headers for simplicity More... over 13 years ago
use dmaCopy for FeOS/libnds version apps More... over 13 years ago
tweak plasma gun to use fewer particles More... over 13 years ago
effect player weapon upgrade More... over 13 years ago
allow exceptions for nds-style app More... over 13 years ago
add enemies More... over 13 years ago
add a character/player class More... over 13 years ago
allow 'make nds' and 'make feos' to work without having to 'make clean' first More... over 13 years ago
fix compilation for libnds-style app More... over 13 years ago
add ammo constraints More... over 13 years ago
change weapons from static classes to instance classes More... over 13 years ago
adding a topdir README More... over 13 years ago
add new particles colors, add 'update' functions for weapons, move cooldowns to static members for use by 'update' and 'shoot' More... over 13 years ago
make atan2Tonc static inline More... over 13 years ago
remove f32 macros from Makefile.FeOS to work with new FeOS More... over 13 years ago
move console into a class More... over 13 years ago
add miniwars: feos edition More... over 13 years ago
weapon detail More... over 13 years ago
Merge branch 'master' of git://github.com/mtheall/tiny-2d-games More... over 13 years ago
weapon description More... over 13 years ago
add a readme for winiwars with game specs More... over 13 years ago
compile fbtest in arm mode More... over 13 years ago
eliminate float operations from fbtest More... over 13 years ago
add .gitignore to fbtest More... over 13 years ago
Merge branch 'master' of git://github.com/mtheall/tiny-2d-games More... over 13 years ago
replace vector with a bitmap and use placement new More... over 13 years ago