Some advertisement

This commit is contained in:
simon.kagstrom 2010-02-28 18:31:30 +00:00
parent 068bbd1ef1
commit af6a3192cf
4 changed files with 29 additions and 4 deletions

View File

@ -258,6 +258,18 @@ bool Gui::setTheme(const char *path)
VirtualKeyboard::kbd->updateTheme();
/* FIXME! Remove! */
{
static bool viewed = false;
if (!viewed)
{
this->activate();
this->pushDialogueBox(new DialogueBox(needs_help));
viewed = true;
}
}
return true;
}

View File

@ -338,3 +338,15 @@ const char *game_info_menu_messages[6] = {
/*04*/ "Set publishing year",
NULL
};
const char *needs_help[8] = {
/*00*/ "c64-network.org neeeds",
/*01*/ "design help! See",
/*02*/ "#", /* Empty line */
/*03*/ "http://www.c64-network.org",
/*04*/ "for more information.",
/*05*/ "#",
/*06*/ "^|OK",
NULL
};

View File

@ -4,11 +4,12 @@
extern const char *main_menu_messages[];
extern const char *exit_dialogue_messages[];
extern const char *frodo_help[];
extern const char **main_menu_help[];
extern const char *needs_help[];
extern const char *bind_key_menu_messages[];
extern const char *options_menu_messages[];
extern const char **main_menu_help[];
extern const char **options_menu_help[];
extern const char *game_info_menu_messages[];

View File

@ -5,13 +5,13 @@
<H1>The C64 network!</H1>
<p>Welcome to <A HREF="http://www.c64-network.org">c64-network.org</A>! C64-network.org is a Commodore C64 emulator based on the <A HREF="http://frodo.cebix.net/">Frodo</A> source code by Christian Bauer. In addition to the features provided by Frodo, it adds network support and a port to the Nintendo Wii.
<H2>Help needed!</H2>
<p>The C64 network needs your help! Primarily, I need help with building the source code for Windows and Mac OS, and also web design and graphical design. See <A HREF="http://simonkagstrom.livejournal.com">this blog entry</A>
<H2>Screenshots</H2>
<p><IMG SRC="ikplus.png">
<p><IMG SRC="emulator-main.png">
<H2>Help needed!</H2>
<p>The C64 network needs your help! Primarily, I need help with building the source code for Windows and Mac OS, and also web design and graphical design. See <A HREF="http://simonkagstrom.livejournal.com">this blog entry</A>
<H2>Download</H2>
You can download source and binaries for the C64 network here: