0
I Use This!
Inactive

Commits : Listings

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