Releases: Quipyowert2/geki2
Releases · Quipyowert2/geki2
Geki2 2.0.8
- Fix another pointer sign warning.
Geki2 2.0.7
- Fixes some pointer sign warnings
Geki2 2.0.6
- Fix missing levels when installing with make install.
.score
was being installed as a file nameddata
in/usr/share/geki2
instead ofdata/.score
. This prevented the levels from being installed in data directory becausedata
was a file not a directory.
Geki2 2.0.5
-
Initialize Root->My and Root->Your arrays with zero.
This fixes a Valgrind warning about uninitialized values in HitEnemyToBomb and HitEnemyToItem.
Geki2 2.0.4
- Install levels along with the game
- Replace obsolete Copyright tag with License tag
- Initialize StageLoop so Valgrind doesn't warn about it
- Fix missing return values in a few functions
- Fix some -Wformat warnings using %lu, %hhu, and %hu
- Fix implicit declarations of strcpy, memcpy, time
- Fix possible crash with fscanf
- Fix 3kb memory leak
- Fix 1.5kb memory leak