Commit Graph

672 Commits

Author SHA1 Message Date
fabio.olimpieri
8085fee39c Version 2.2
Solved issues # 20, 21,23, 25, 29.

Added the possibility to show a smaller screen (so also the borders are shown), the preferences are saved manually and not automatically on exit, when a gameshot is saved also some preferences (key bindings, game name, 1541 emulation, screen dimension) related to the game are saved.
2011-06-02 20:50:48 +00:00
simon.kagstrom
17d70cc3ef Keyboard input: Add option to use cursor keys as cursors instead of
joystick
2010-08-23 08:32:48 +00:00
simon.kagstrom
fd5fe7825f Gui refactoring 2: Separate the timer controller from the Gui 2010-08-15 12:11:23 +00:00
simon.kagstrom
01e2513f62 Gui refactoring, pass1: Rename Gui::gui->timerController -> controller 2010-08-15 11:59:34 +00:00
simon.kagstrom
78a4a29c83 Network: Reduce SDL deps (use uint* instead of Uint* from SDL) 2010-08-15 11:32:44 +00:00
simon.kagstrom
3c27c3b326 Add some unused network packets for game info transmission 2010-08-15 11:29:51 +00:00
simon.kagstrom
6b8bdfce22 Don't allow sending empty messages 2010-08-15 11:29:22 +00:00
simon.kagstrom
9b4b1dfe94 Don't display empty messages 2010-08-15 11:29:03 +00:00
simon.kagstrom
89955d1517 Link with libpng 2010-05-08 07:52:04 +00:00
simon.kagstrom
81507d0477 Update theme 2010-04-19 05:29:55 +00:00
simon.kagstrom
4d730c6fee Issue 26: Remove unused help option 2010-04-07 05:26:38 +00:00
simon.kagstrom
72e6efaf84 Create a dummy file (maybe helps with the homebrew browser bug where /frodo/tmp isn't created) 2010-04-06 05:10:01 +00:00
simon.kagstrom
d24905b0b5 New disc info image 2010-03-30 19:04:22 +00:00
simon.kagstrom
9d72585440 More messages 2010-03-30 19:04:11 +00:00
simon.kagstrom
1854a65cd8 Forgot players in the game info... 2010-03-30 05:10:53 +00:00
simon.kagstrom
5964b5e783 Add extra game info stuff (genre, players etc) for the menu 2010-03-28 15:59:56 +00:00
simon.kagstrom
dab3082e48 Remove printout 2010-03-28 12:56:04 +00:00
simon.kagstrom
4aef6329d2 Bump game info version to v2 and save new files with that 2010-03-28 12:42:19 +00:00
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
a0f30e9388 Display message when network message is sent 2010-03-22 18:43:49 +00:00
simon.kagstrom
01ae78f2ac Update of the default theme 2010-03-22 18:41: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
be3d67e12d Update web page again 2010-03-21 13:42:40 +00:00
simon.kagstrom
6364e49978 Update web page 2010-03-21 13:42:12 +00:00
simon.kagstrom
1380c71ab2 Update 2010-03-21 13:02:44 +00:00
simon.kagstrom
ed6776efc6 Bump version 2010-03-21 12:53:11 +00:00
simon.kagstrom
d6d8217866 Wait a while if the gui is active 2010-03-21 12:52:32 +00:00
simon.kagstrom
12ed482d0d Unmount on the Wii 2010-03-21 12:52:07 +00:00
simon.kagstrom
eb3ad92fc0 Fix noise in menu 2010-03-21 12:38:24 +00:00
simon.kagstrom
db6a76d666 Unused include 2010-03-21 12:38:16 +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
31ed6f41ed Fix true 1541 emulation regression. Wrong warning fix 2010-03-20 13:48: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
65ad6963b1 Avoid double free 2010-03-17 20:46:43 +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
df670a1785 Use GUI screenshot for network connects as well 2010-03-17 06:34:27 +00:00
simon.kagstrom
56e227029c Updated network info pic 2010-03-16 20:19:29 +00:00
simon.kagstrom
acc79d9d9e Fix wii prefs path 2010-03-16 20:17:52 +00:00
simon.kagstrom
d2a38d8b01 Remove unneeded warning 2010-03-16 17:07:18 +00:00
simon.kagstrom
96c46ce568 Update 2010-03-16 06:27:37 +00:00
simon.kagstrom
19f2bdad00 Remove help dialogue 2010-03-15 06:15:02 +00:00