| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Game has been restructured in favor of OOP | XaviDCR92 | 2018-07-09 | 1 | -452/+0 |
| | | |||||
| * | Kinda improved pathfinding algorithm. Still some work TODO. | XaviDCR92 | 2017-11-10 | 1 | -50/+81 |
| | | | | | | | | Fixed some errors in DEBUG_VAR macro. Shadows are now drawn before any other object. Different strings are now shown depending on the number of selected units. Some work on calculating actions mask when different types of units are selected. Still some work TODO. | ||||
| * | *Removed decceleration for camera. | XaviDCR92 | 2017-11-05 | 1 | -45/+74 |
| | | | | | | | Improved pathfinding when a unit collides with another unit. Added generic function to find distances. Other minor changes. | ||||
| * | Deprecated use of sprintf() in favor of custom routine Systemitoa(). | XaviDCR92 | 2017-11-05 | 1 | -13/+13 |
| | | | | | When B button is released and showActionsMenu == true, showActionsMenu = false. | ||||
| * | * Modified shadows for Town centre. | XaviDCR92 | 2017-11-05 | 1 | -31/+66 |
| | | | | | | | * Bugfixes in unit movement and collision detection. Now it should work fine. * Added include guards to all *.i files. * Other minor changes | ||||
| * | + Added copy of BitmapEncoder | XaviDCR92 | 2017-11-05 | 1 | -31/+43 |
| | | | | | | | + New sprite and unit "Town center" * Provisional collision checking. * Many other modifications. | ||||
| * | Renamed *Spr.c files to *Spr.inc. Adjusted dependencies for subMakes. | XaviDCR92 | 2017-09-09 | 1 | -3/+3 |
| | | |||||
| * | Simple collision detection between units added. libgamebuino was always ↵ | XaviDCR92 | 2017-09-09 | 1 | -49/+102 |
| | | | | | updating header files, so targets were always being rebuilt. | ||||
| * | Removed Building and GameStructures modules. Restructured SW for Unit and ↵ | XaviDCR92 | 2017-09-08 | 1 | -202/+199 |
| | | | | | Player, still a lot TODO | ||||
| * | + Added Makefiles for dependencies | XaviDCR92 | 2017-08-26 | 1 | -8/+18 |
| | | |||||
| * | *Makefile MMCU was not set for linking (text overflow occurred) | XaviDCR92 | 2017-08-26 | 1 | -1/+1 |
| | | |||||
| * | + Added MouseSpr and Unit modules. | XaviDCR92 | 2017-08-26 | 1 | -0/+285 |
| * Unit actions, building actions. | |||||
