Skip to content

Releases: kenamick/savagewheels

Data directories patch

08 May 12:35
Compare
Choose a tag to compare

1.6.1 Patch

  • added Linux configurable game data directories
  • Install on Arch Linux
  • Install on Gentoo

v1.6.0

23 Apr 20:29
Compare
Choose a tag to compare

v1.6.0

  • added support for SDL_mixer sound library. It is now the default sound library used.

v1.5.0

23 Apr 15:39
Compare
Choose a tag to compare

v1.5.0

  • improved vehicle damage balancing.
  • changed all ingame sound effects.
  • changed sound support library. Game now uses FMod Ex sound library to play sound fx and music.
  • added Linux startup script - 'run.sh'.
  • fixed crashes and game assets loading issues under 64-bit platforms.
  • minor fixes in game AI and physics that caused vehicles to stuck.
  • fixed bug that caused UI buttons to be constantly pressed.
  • fixed save/load game settings for 64-bit platforms.
  • fixed a minor bug that prevented browsing vehicles when starting 1 or 2-player games.
  • Major code cleanup.

v1.4

23 Apr 15:48
Compare
Choose a tag to compare

v1.4

  • fixed a large number of memory leaks
  • fixed problems in showing in-game shadows when in 32 bit color mode. Might still be buggy on x64 systems :(
  • fixed crash on game exit
  • fixed problem where when in windowed mode the game window was not centered
  • fixed - changing sound/music volume on fullscreen was almost impossible because of the fast gfx rendering. Now the volume changes on mouse button released
  • fixed the F4 key to start/stop in-game music
  • fixed one of the background available was not being selected from the random map selector
  • changed - To prevent problems on Linux systems the game will start in windowed mode by default. Use F11 when playing to toggle fullscreen mode or start the game with a command line parameter '-force-fullscreen'. NOTE: Fullscreen may crash your Linux desktop. So, far problems where detected only on KDE.
  • changed - the game will now always try to go for hardware surface for better performance. If you want to run with software surfaces use the '-sw' command line parameter.
  • added support for Linux systems. The game can now be compiled and run on Linux.
  • added - escape key now exists the game when in main menu
  • updated Readme html document (English version only). Check the document for more Q&A info.