Commit Graph

154 Commits

Author SHA1 Message Date
simon.kagstrom
5cfc60d9c8 Refactor game info version handling
When reading in old versions, convert directly to the class instead of
to the current game_info structure.
2010-03-28 07:14:01 +00:00
simon.kagstrom
d202722f5f Add genre/players to the structure and make the 8-bit 2010-03-27 07:53:12 +00:00
simon.kagstrom
ab72622362 game-info: Add graphics artist, cleanup some stuff 2010-03-27 07:46:40 +00:00
simon.kagstrom
6631286c8a Cleanup game data handling a bit: Move the structure to the C-file
and make the return value opaque (we shouldn't touch that stuff anyway)
2010-03-27 07:33:06 +00:00
simon.kagstrom
b6bb39da68 Add publisher/creator/musician and genre/players to game info. These
are not settable yet. Also refactor a bit and avoid using Alpha surfaces
2010-03-26 06:34:58 +00:00
simon.kagstrom
193785d51b Correct game screenshot saving: Always save as 8-bit data, always use
Gui::gui->screenshot
2010-03-22 18:37:35 +00:00
simon.kagstrom
d6d8217866 Wait a while if the gui is active 2010-03-21 12:52:32 +00:00
simon.kagstrom
8816763fce Fix wii key bindings and multiple joystick input (nunchuk/classic) 2010-03-21 12:23:58 +00:00
simon.kagstrom
60eda70d30 Correct wiimote binding 2010-03-21 08:34:17 +00:00
simon.kagstrom
90cc8d94ac Fix use-of-uninitialized 2010-03-19 16:57:22 +00:00
simon.kagstrom
9457a76210 Keep v1 for now 2010-03-19 13:16:12 +00:00
simon.kagstrom
bd0166e397 Add graphics artist / musician. Will not be used quite yet 2010-03-18 12:23:11 +00:00
simon.kagstrom
596796287e Correct prefs saving 2010-03-17 17:11:29 +00:00
simon.kagstrom
17e2f4816c Make queueMessage take a printf-style format string 2010-03-17 11:29:36 +00:00
simon.kagstrom
f12c77463d A friendly message to you, Rudie 2010-03-17 11:22:16 +00:00
simon.kagstrom
19f2bdad00 Remove help dialogue 2010-03-15 06:15:02 +00:00
simon.kagstrom
81f51cea98 Take screenshot at each menu enter 2010-03-15 06:11:31 +00:00
simon.kagstrom
176c46230d Remove up/down/left/right bindings - only keys now and fix Issue 22 2010-03-14 16:26:07 +00:00
simon.kagstrom
bf222dc91b Fix issue 22 (+/-): Switch + and - 2010-03-14 16:10:48 +00:00
simon.kagstrom
6a7b501741 Spell fix 2010-03-14 15:13:36 +00:00
simon.kagstrom
ec1e10f331 A bit larger timeout 2010-03-14 12:17:23 +00:00
simon.kagstrom
3eb348a930 Reset the C64 when invoking start 2010-03-14 12:15:58 +00:00
simon.kagstrom
a470e21b63 Fredric: Pause implicitly when entering the menu (and remove the
option)
2010-03-14 12:03:30 +00:00
simon.kagstrom
0ffcf6263a Fix default fallback 2010-03-13 14:42:39 +00:00
simon.kagstrom
322faaf28b Allow saving selected theme in the prefs 2010-03-13 14:30:15 +00:00
simon.kagstrom
e1294b9c88 Fix pause during network play 2010-03-13 14:06:08 +00:00
simon.kagstrom
906887f85d Autoamtically save game info when the screenshot timeout expires 2010-03-13 08:55:57 +00:00
simon.kagstrom
dc74ffeb19 Use new prefs 2010-03-13 07:31:22 +00:00
simon.kagstrom
9a6f9764bb Release an RC 2010-03-10 18:37:06 +00:00
simon.kagstrom
775c48274a Better help message 2010-03-10 16:58:06 +00:00
simon.kagstrom
ce1a2e78fb Fix memory leak in exit dialogue listener 2010-03-10 11:20:47 +00:00
simon.kagstrom
6fdceb0a26 Connect/disconnect from the menu 2010-03-10 06:37:25 +00:00
simon.kagstrom
c326c552e1 Better handling of joysticks for the menus and an unused network fsm 2010-03-06 07:25:12 +00:00
simon.kagstrom
683fea0461 Wii-specific paths 2010-03-04 06:15:53 +00:00
simon.kagstrom
eaa82b3e00 Fixup help messages 2010-03-02 19:59:11 +00:00
simon.kagstrom
c8e4a68ec6 Handle quit in the menu 2010-03-01 11:36:46 +00:00
simon.kagstrom
f45f77bedc discs -> images 2010-03-01 11:25:47 +00:00
simon.kagstrom
af79896457 Empty space 2010-02-28 18:46:07 +00:00
simon.kagstrom
af6a3192cf Some advertisement 2010-02-28 18:31:30 +00:00
simon.kagstrom
068bbd1ef1 Add help 2010-02-28 18:16:41 +00:00
simon.kagstrom
a8e5921841 Correct virtual keyboard events 2010-02-28 17:33:42 +00:00
simon.kagstrom
6e43635fa8 Remove DisplayOption and set fullscreen 2010-02-28 14:09:31 +00:00
simon.kagstrom
61521affd1 Add key delay (joysticks now work in the menu as well) 2010-02-28 10:13:23 +00:00
simon.kagstrom
f790813023 Step one for joystick handling: Centralize handling of SDL_Keys 2010-02-28 10:06:59 +00:00
simon.kagstrom
e352fa10cf Add special image for bind keys 2010-02-28 08:25:59 +00:00
simon.kagstrom
7ef8109788 Refactoring: Rename network_message_box 2010-02-28 08:02:45 +00:00
simon.kagstrom
75385f566b Add server message box support 2010-02-28 07:59:36 +00:00
simon.kagstrom
fa26ae2980 Passing NULL GameInfo is OK 2010-02-27 08:08:26 +00:00
simon.kagstrom
89b8fc07d9 Load game info on restoring saves 2010-02-27 08:07:00 +00:00
simon.kagstrom
99e906239e Valgrind fixes 2010-02-26 11:15:50 +00:00