NEWS 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. SuperTux 0.1.4 (31 July 2018)
  2. =============================
  3. * changed project name to "SuperTux - Milestone 1"
  4. * merged GP2X port
  5. * replaced sounds that had unclear copyright
  6. * default to window mode
  7. * added .desktop, appdata and .svg icon
  8. * added support for XDG_CONFIG_HOME
  9. * minor cleanup to make it work on modern compiler
  10. SuperTux 0.1.3 (09 July 2005)
  11. =============================
  12. * a second Bonus Island containing 28 levels
  13. * support for custom worldmaps
  14. * gameplay changes:
  15. -increased Tux' invincible time after being hit
  16. -added ability to jump off badguys (hold the jump key after hitting a badguy)
  17. * changed default jump key to space, default window mode to fullscreen
  18. * a few bug fixes in code and level design
  19. * minor additions to music and graphics
  20. SuperTux 0.1.2 (24 August 2004)
  21. ===============================
  22. * a brand new island containing 22 contributed and "official" levels!
  23. * a "new" enemy: The Fish
  24. * some new music and graphics
  25. * additions to level-/worldmap format and gameplay:
  26. -support for autoscrolling levels
  27. -map-messages, one-way roads and teleporters
  28. -kicked ice blocks destroy wooden crates and open "?"-boxes
  29. * minor bug fixes
  30. SuperTux 0.1.1 (11 May 2004)
  31. ============================
  32. * new handwritten font
  33. * endseq bugs squished
  34. * built-in level editor
  35. * support for g++-2.95
  36. * various bug fixes
  37. SuperTux 0.1.0 (3 May 2004)
  38. ==========================
  39. * completly new graphics
  40. * a basic storyline
  41. * new enemies
  42. * new music
  43. * a worldmap
  44. * 26 fully playable levels
  45. * configurable joystick and keyboard support
  46. * new s-expr based file-format
  47. * converter script for old levels (levelconverter-0.0.6_0.0.7.py)
  48. * switched completly to C++
  49. * automagic detection of the datafile location, no more requirement
  50. to run 'make install'
  51. * Win32 port
  52. * config file support
  53. SuperTux 0.0.6 (16 Mar 2004)
  54. ============================
  55. * Game Save/Load.
  56. * New Collision detection.
  57. * Graphical Level Editor.
  58. * OpenGL mode.
  59. * Bugfixes (Timer related and many others).
  60. * 2 new levels (Tux in Sky and Mondo).
  61. # EOF #