2009-01-29 19:04:31 +01:00
|
|
|
TODO: Add ability to select files to load from disks in
|
|
|
|
a menu
|
|
|
|
|
2009-04-02 20:21:43 +02:00
|
|
|
TODO: Fix Unset.19583 - fixed random number...
|
|
|
|
|
2009-01-24 16:48:43 +01:00
|
|
|
TODO: Multiple frodo versions, switch between
|
|
|
|
|
2009-01-26 22:00:23 +01:00
|
|
|
TODO: Crash on + in "Other" menu
|
|
|
|
|
2009-03-08 09:59:29 +01:00
|
|
|
TODO: Handle Run/Stop in virtual keyboard (?)
|
2009-03-29 14:45:53 +02:00
|
|
|
version 9:
|
2009-04-04 10:23:51 +02:00
|
|
|
* Fix a buffer overflow in the network status string...
|
|
|
|
|
|
|
|
* Add network version field and display an error message if
|
|
|
|
an un-matching network version is connected
|
|
|
|
|
|
|
|
* Select with zero timeout when waiting for peer addresses
|
|
|
|
|
|
|
|
* Don't block the server when connecting and instead draw a status
|
|
|
|
string to indicate that we're waiting for a connection
|
|
|
|
|
2009-03-29 14:45:53 +02:00
|
|
|
* Networking support now works (but without sound being transferred). A
|
|
|
|
broker is installed on c64-network.game-host.org.
|
|
|
|
|
2009-04-02 20:21:43 +02:00
|
|
|
* Link with Yohanes port of SDL, modified by Danny Milo to get USB
|
2009-03-29 14:45:53 +02:00
|
|
|
keyboards working while still having the Home key do what it
|
|
|
|
should
|
|
|
|
|
|
|
|
-- Simon Kagstrom <simon.kagstrom@gmail.com>
|
|
|
|
|
2009-03-08 09:59:29 +01:00
|
|
|
|
2009-02-28 12:13:00 +01:00
|
|
|
version 8:
|
2009-03-08 20:02:19 +01:00
|
|
|
* Lots of networking code which will not work yet
|
|
|
|
|
|
|
|
* Also add the analog part of the classic controller
|
|
|
|
|
2009-03-08 09:59:29 +01:00
|
|
|
* Make it possible to control the game with the Nunchuk (Aaron Morris)
|
|
|
|
|
2009-02-28 12:26:57 +01:00
|
|
|
* Correct binding of shifted keys (thanks to Bob Forgan)
|
|
|
|
|
2009-02-28 12:13:00 +01:00
|
|
|
* Fix binding keys without the classic controller (plus etc were missing)
|
|
|
|
|
2009-03-14 08:06:14 +01:00
|
|
|
-- Simon Kagstrom <simon.kagstrom@gmail.com>, Wed Mar 11 19:46:11 CET 2009
|
2009-02-28 12:13:00 +01:00
|
|
|
|
2009-01-31 08:51:23 +01:00
|
|
|
version 7:
|
2009-02-23 19:52:40 +01:00
|
|
|
* Exit with SYS_RETURNTOMENU to make WAD's work
|
|
|
|
|
2009-02-21 10:01:33 +01:00
|
|
|
* Fix bug when multiple buttons are bound to the same keys, we now
|
|
|
|
simply skip one of the bindings.
|
|
|
|
|
2009-02-13 08:58:33 +01:00
|
|
|
* Wiimote direction keys and "fire" can now be bound to keyboard
|
|
|
|
keys
|
|
|
|
|
2009-01-31 08:51:23 +01:00
|
|
|
* Allow binding 1 and other extra buttons to joystick directions
|
2009-02-13 08:58:33 +01:00
|
|
|
and fire
|
|
|
|
|
|
|
|
* Simplify menu code even more
|
2009-01-31 08:51:23 +01:00
|
|
|
|
2009-02-23 19:30:43 +01:00
|
|
|
-- Simon Kagstrom <simon.kagstrom@gmail.com>, Mon Feb 23 19:30:09 CET 2009
|
2009-01-24 16:48:43 +01:00
|
|
|
|
2009-01-20 17:19:24 +01:00
|
|
|
version 6:
|
2009-01-24 10:55:11 +01:00
|
|
|
* Handle reset button (back to menu)
|
|
|
|
|
|
|
|
* General code cleanup, e.g., simplified menu system and reduced the
|
|
|
|
amount of code for that and some other things
|
2009-01-20 17:19:24 +01:00
|
|
|
|
2009-01-24 09:37:59 +01:00
|
|
|
* Increase key delay (should hopefully avoid the LOQD problem)
|
|
|
|
|
|
|
|
* Implemented a virtual keyboard which is used to select key bindings and
|
|
|
|
also to type in strings
|
2009-01-22 21:34:33 +01:00
|
|
|
|
2009-01-20 18:21:17 +01:00
|
|
|
* Don't load files with zero-size (allows .d64 files where the first file
|
2009-01-22 21:34:33 +01:00
|
|
|
is not a PRG to load correctly). Thanks to Dominik Reichardt for pointing
|
|
|
|
this out
|
2009-01-20 17:19:24 +01:00
|
|
|
|
2009-01-24 16:48:43 +01:00
|
|
|
-- Simon Kagstrom <simon.kagstrom@gmail.com>, Sat Jan 24 11:48:01 CET 2009
|
|
|
|
|
2009-01-20 17:19:24 +01:00
|
|
|
|
2009-01-16 18:16:23 +01:00
|
|
|
version 5:
|
2009-01-20 17:19:24 +01:00
|
|
|
* Some wiimote sanity checks
|
2009-01-16 18:16:23 +01:00
|
|
|
|
2009-01-16 20:26:37 +01:00
|
|
|
* (Binary only) don't link with Yohanes SDL version anymore. It causes the
|
|
|
|
home button in the menu to quit the emulator. I'll investigate why it happens,
|
|
|
|
not sure right now.
|
|
|
|
|
|
|
|
-- Simon Kagstrom <simon.kagstrom@gmail.com>, Fri Jan 16 20:26:12 CET 2009
|
2009-01-16 18:16:23 +01:00
|
|
|
|
2009-01-13 20:02:39 +01:00
|
|
|
version 4:
|
2009-01-16 17:59:08 +01:00
|
|
|
* (Binary only) link with Yohanes version of SDL (http://wiiapple.googlecode.com).
|
|
|
|
This might bring USB keyboard support, but that's untested.
|
|
|
|
|
2009-01-15 21:33:13 +01:00
|
|
|
* Fixed + and - bindings on the wiimote and a keybinding bug which caused
|
2009-01-16 17:56:56 +01:00
|
|
|
keypresses to go unnoticed.
|
2009-01-15 21:33:13 +01:00
|
|
|
|
2009-01-14 21:46:51 +01:00
|
|
|
* Build the SC version of frodo, which makes some more games work or
|
|
|
|
some work better. For example, I *think* that the sound in Exploding
|
2009-01-20 17:19:24 +01:00
|
|
|
fist is now correct
|
2009-01-14 07:39:48 +01:00
|
|
|
|
2009-01-14 21:34:54 +01:00
|
|
|
* Added arrow up/down/left/right and some other keys as bindable
|
2009-01-14 07:39:48 +01:00
|
|
|
|
2009-01-14 20:59:14 +01:00
|
|
|
* Some more "auto load" options, and rearranged the top menu order to help
|
|
|
|
with this
|
|
|
|
|
|
|
|
* Store preferences together with save games and reload those when the
|
|
|
|
saved state is restored again
|
2009-01-20 17:19:24 +01:00
|
|
|
|
2009-01-14 20:59:14 +01:00
|
|
|
* Corrected file extension matching
|
|
|
|
|
2009-01-20 17:19:24 +01:00
|
|
|
* Show current key binding in the menu
|
2009-01-14 20:59:14 +01:00
|
|
|
|
2009-01-14 07:39:48 +01:00
|
|
|
* Added ability to turn on 1541 CPU emulation in the "other options" menu
|
|
|
|
(hint from Vermeylen Schoonakker)
|
|
|
|
|
2009-01-13 20:02:39 +01:00
|
|
|
* Make menu delay a bit shorter (looks better with the classic controller)
|
|
|
|
|
|
|
|
* Merged with the Frodo CVS trunk. This changes a number of things, most
|
|
|
|
visibly the palette
|
|
|
|
|
2009-01-16 17:59:08 +01:00
|
|
|
-- Simon Kagstrom <simon.kagstrom@gmail.com>, Fri Jan 16 17:58:51 CET 2009
|
2009-01-13 20:02:39 +01:00
|
|
|
|
|
|
|
version 3:
|
|
|
|
* Various cleanup of the code
|
|
|
|
|
|
|
|
* Fixed a bug in the menu code which was triggered when there
|
|
|
|
is more than one submenu
|
|
|
|
|
|
|
|
* Make speed configurable (basically fast/normal/slow) and
|
|
|
|
change the menus a bit
|
|
|
|
|
|
|
|
* 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...
|
|
|
|
|
|
|
|
* Allow controlling the joystick via the keyboard for the host (basically
|
|
|
|
to ease debugging)
|
|
|
|
|
|
|
|
-- Simon Kagstrom <simon.kagstrom@gmail.com>, Sun Jan 11 19:46:01 CET 2009
|
|
|
|
|
|
|
|
version 2:
|
|
|
|
* Also support the .prg and p00, s00 formats. Only .prg has been tested.
|
|
|
|
|
|
|
|
* Added support for classic controllers. NOTE: This is untested since I don't
|
|
|
|
have a classic controller!
|
|
|
|
|
|
|
|
* Fixed some corner-cases in the prefs setting to avoid loosing key bindings etc
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
|
|
|
* Handle keycode 0 and therefore make del work
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
* Improved speed just a bit (by enabling compiler optimization!)
|
|
|
|
|
|
|
|
* Only save prefs on exit
|
|
|
|
|
|
|
|
* Pause sound in the menu
|
|
|
|
|
|
|
|
* Handle very long filenames better (thanks Corey89 for pointing this out)
|
|
|
|
|
|
|
|
* Corrected file sorting
|
|
|
|
|
|
|
|
* Better Makefile
|
|
|
|
|
|
|
|
* More keycodes added (C= etc)
|
|
|
|
|
|
|
|
-- Simon Kagstrom <simon.kagstrom@gmail.com>, Sat Jan 10 17:26:32 CET 2009
|
|
|
|
|
|
|
|
version 1:
|
|
|
|
* Initial release
|