Skip to content

Releases: Quipyowert2/geki2

Geki2 2.0.8

30 Sep 23:22
Compare
Choose a tag to compare
  • Fix another pointer sign warning.

Geki2 2.0.7

30 Sep 05:19
Compare
Choose a tag to compare
  • Fixes some pointer sign warnings

Geki2 2.0.6

27 Aug 04:05
Compare
Choose a tag to compare
  • Fix missing levels when installing with make install.
    .score was being installed as a file named data in /usr/share/geki2 instead of data/.score. This prevented the levels from being installed in data directory because data was a file not a directory.

Geki2 2.0.5

07 Mar 04:31
Compare
Choose a tag to compare
  • 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

23 Dec 01:47
Compare
Choose a tag to compare
  • 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