frodo-wii/CHANGES.WII

58 lines
1.9 KiB
Plaintext
Raw Normal View History

version 3:
* Fixed a bug in the menu code which was triggered when there
is more than one submenu
* Make speed configurable and change the menus a bit
2009-01-11 14:39:18 +00:00
* Skip SDL_Delay and SDL_GetTicks() which seem to give strange
results. Use gettime and usleep instead.
* Improve performance a bit more by doing a custom
blit-to-double-size implementation
* Fixed changelog format
* Bought a Classic controller and fixed so that it actually works...
2009-01-11 11:54:26 +00:00
* Allow controlling the joystick via the keyboard for the host (basically
to ease debugging)
-- Simon Kagstrom <simon.kagstrom@gmail.com>
2009-01-07 17:35:40 +00:00
version 2:
2009-01-10 16:27:04 +00:00
* Also support the .prg and p00, s00 formats. Only .prg has been tested.
2009-01-10 11:20:00 +00:00
* Added support for classic controllers. NOTE: This is untested since I don't
have a classic controller!
2009-01-10 09:32:58 +00:00
* Fixed some corner-cases in the prefs setting to avoid loosing key bindings etc
2009-01-10 09:02:44 +00:00
* Improve keyboard bindings to handle press and release correctly and also
both controllers at the same time (key is released when the last controller releases
it)
2009-01-10 09:02:44 +00:00
* Handle keycode 0 and therefore make del work
2009-01-09 19:26:52 +00:00
* Remove the 1-1 graphics option and make stretched the default. Should avoid
"helpful and constructive" messages such as
http://wiinewz.com/forums/nintendo-news/91829-frodo-v1-0-a.html#post580580
2009-01-10 11:20:00 +00:00
* Improved speed just a bit (by enabling compiler optimization!)
2009-01-07 19:56:10 +00:00
* Only save prefs on exit
2009-01-07 19:56:10 +00:00
* Pause sound in the menu
2009-01-07 17:35:40 +00:00
* Handle very long filenames better (thanks Corey89 for pointing this out)
2009-01-07 19:56:10 +00:00
* Corrected file sorting
2009-01-07 17:35:40 +00:00
* Better Makefile
* More keycodes added (C= etc)
2009-01-07 17:35:40 +00:00
2009-01-10 16:27:04 +00:00
-- Simon Kagstrom <simon.kagstrom@gmail.com>, Sat Jan 10 17:26:32 CET 2009
2009-01-07 17:35:40 +00:00
version 1:
* Initial release