index
:
xavi/pocketempires
master
Real-time strategy video game for Gamebuino.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Unit.c
Commit message (
Expand
)
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
*
*Removed decceleration for camera.
XaviDCR92
2017-11-05
1
-45
/
+74
*
Deprecated use of sprintf() in favor of custom routine Systemitoa().
XaviDCR92
2017-11-05
1
-13
/
+13
*
* Modified shadows for Town centre.
XaviDCR92
2017-11-05
1
-31
/
+66
*
+ Added copy of BitmapEncoder
XaviDCR92
2017-11-05
1
-31
/
+43
*
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 updat...
XaviDCR92
2017-09-09
1
-49
/
+102
*
Removed Building and GameStructures modules. Restructured SW for Unit and Pla...
XaviDCR92
2017-09-08
1
-202
/
+199
*
+ 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