summaryrefslogtreecommitdiff
path: root/Pad.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Game has been restructured in favor of OOPXaviDCR922018-07-091-18/+18
|
* Deprecated use of sprintf() in favor of custom routine Systemitoa().XaviDCR922017-11-051-3/+3
| | | | When B button is released and showActionsMenu == true, showActionsMenu = false.
* Removed Building and GameStructures modules. Restructured SW for Unit and ↵XaviDCR922017-09-081-2/+2
| | | | Player, still a lot TODO
* * Player can now select nearest unit or building. Multiple buildings and ↵XaviDCR922017-03-121-1/+6
| | | | | | | units can be selected at the same time. * Unit module moved from C++ to C (only extension change - and compiler - was needed). * GfxGetHeightFromSpriteData and GfxGetWidthFromSpriteData were getting incorrect data! Incorrect memory address was being read when calling pgm_read_byte, and caused unexpected behaviour under real hw.
* + Initial commit. Added source, sprites and final executable.XaviDCR922017-03-071-0/+43