X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=CHANGES.txt;h=4fbaf5cf87880e13509dbcd5b8bfba9caa816d15;hb=4915ff573cd77908effc5413e931166fcc8b4721;hp=a1aecaad90fed1c8bc52af9d49d22a179144acb4;hpb=9d1f5cf0d4a76fcd05d7dcab156bf23ca3a01638;p=supertux.git diff --git a/CHANGES.txt b/CHANGES.txt index a1aecaad9..4fbaf5cf8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,77 @@ http://www.newbreedsoftware.com/supertux/ 0.0.6 - current CVS version --------------------------- + * Added realistic physic. Only implemented for the bad money atm. + Tobias Glaesser + + * Created new letters. + Ingo Ruhnke + + * Gameplay fixes. (with the aim to make it at least as playable as 0.0.5 was) + Tobias Glaesser + + * Flexible font (text) handling. + Tobias Glaesser + + * Rewritten menu code. + Tobias Glaesser + + * Upgrades go into the opposite direction Tux collided with. + Ricardo Cruz + + * First implementation of a graphical leveleditor interface. + Tobias Glaesser + + * You can test levels directly in the leveleditor. + Ricardo Cruz & Tobias Glaesser + + * Reinit timers when tux dies. + Duong-Khang NGUYEN + + * Got rid of the TEXTURE_RECTANGLE NVIDIA extension. It should be possible + to play the game in OpenGl mode with the most graphic cards now. + Tobias Glaesser + + * Added optional backgrounds for levels. + Tobias Glaesser + + * First code to optimize the FPS. The maximum are 100 FPS. + Tobias Glaesser + + * Introduced command line option --show-fps. It's self-describing. :) + Tobias Glaesser + + * Text is displayed correctly in OpenGL mode now. + Tobias Glaesser + + * Alpha works in OpenGL mode now. + Tobias Glaesser + + * Rewrite of text/font related code, which should bring huge performance increases to you. + Tobias Glaesser + + * Added a highscore background and improved the name input code. + Tobias Glaesser + + * Added feature to enter your name for a new highscore. + Ricardo Cruz + + * Grid support for the leveleditor and you can look + what's inside a brick now. + Ricardo Cruz + + * Initial infrastructure for mapping keys. + Tobias Glaesser & Ricardo Cruz + + * Fixed a little displaying bug of upgrades. + Ricardo Cruz + + * Improved and fixed the sound support another time. + Duong-Khang NGUYEN + + * Fixed uncorrect use of TIME_WARNING. + Duong-Khang NGUYEN + * Provided hint for fixing memory leak when fullscreen is toggled. Ricardo Cruz