Skip to content

Releases: AKJ7/dinorunner

Randomness and nightmode improvement

23 Jun 04:59
5397860

Choose a tag to compare

  • Fixed moving stars and moon during gameover on nightmode
  • Fixed invalid obstacle gaps
  • Improved random value generation in interval
  • Added dinorunner_seed() for variance in random values
  • Updated docs

Bug Fixes and general improvements

03 Mar 23:50

Choose a tag to compare

General fixes:

  • Fixed double clear while initial jump
  • Fixed landing into invalid state between crashed and playing state
  • Fixed wrong user name in docker compose file
  • clearcanvas() now called at every frame
  • Deleted old unused assets
  • Bump project version to 1.3.1
  • Remove clib linkage from project

General improvements

15 Feb 14:03

Choose a tag to compare

  • Fixed missing blinks
  • Removed missing _*export.h files from CMakefile install
  • Switches between night and day done with fade effects
  • Added screen expansion after the intro is played
  • Highscore now only visible when set
  • Added new demo recordings
  • Added dinorunner_isalive() to return the state of the game as after the intro is played
  • Updated README.md and CMakefile versions
  • Removed private name from git

Final release

29 Jan 19:40

Choose a tag to compare

Fixed issue in previous:

  • Dark mode now also inverts the sprites colors
  • Jumps' height now depends on button pressed time
  • Fixed docker-compose privileged and file mod issues
  • dinorunner-sdl can now parse the original grayscaled 2 bytes per pixel sprite image
  • During invert mode, the sprite are now drawned with proper fading alpha values
  • Added vibration and controller support
  • Fixed ubuntu:noble guid/uid issue
  • Fixed bugs with very long score values
  • General code refactor and fixes

Project complete

05 Jan 23:45
1c19ca7

Choose a tag to compare

Completed project:

  • Added sound support
  • Added dark/night mode
  • Fixed wrong positioning of objects
  • Reduce memory usage from 2544 -> 1200 bytes
  • Removed dead code
  • Fixed docker and docker-compose file
  • Fixed and standardized API
  • Added copyright notice

First version

11 Aug 21:45

Choose a tag to compare

Basic version without night mode