1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
2019-02-03 v0.7.1
* Add input device sensitivity
* Add ball speed control
* Add loading screen
* Add device presets
* Add joystick support
* Add keyboard pause
* Cache rasterisation
* Improve settings UI
* Improve vibrations
* Code cleanup
2011-12-28 v0.7.0
* 100% vector graphics
* 16/32 bit color depth support
* Game board resize and rotation
* Screen scrolling mode
* Game settings GUI
* New JSON parser
* New command line parser
2009-06-10 v0.5.5
* Added "pass-through-checkpoints" game mode
2009-05-05 v0.5.1
* Added anti-aliasing
2009-04-29 v0.5.0
* Physics engine changed to ODE
* Added rolling ball animation
* Added falling ball animation
* Added shadows from the walls
* Improved GUI and game skin
* Added exit button
* Added gravity calibration function
2009-04-15 v0.2.3
* Added support of 2.6.29 kernel
2009-02-15 v0.2.2
* Keyboard input is supported
* Savegame data stores in HOME directory
* Path to font file is configurable by parameter to make
* More checks and messages while working with files
* Command line arguments support is improved
2009-02-03 v0.2.1
* Improved compatibility with FSO, SHR (vibration works now)
and FDOM (can be run now)
2009-01-31 v0.2.0
* Physics: dramatically improved - twitchings are eliminated
* Added fullscreen support
* Added basic GUI functionality for level switching
* Added saving of current level number in user's profile during exit
2009-01-24 v0.1.1
* The ball interaction with box corners is improved
* Levelpack file format is extended
2009-01-19 v0.1
* Initial release
|