Skip to content

Commit

Permalink
Update credits/etc
Browse files Browse the repository at this point in the history
... as CI builds are now a thing ...
  • Loading branch information
KScl committed Jul 15, 2020
1 parent c954184 commit 4b5cf06
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CREDITS
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
The OpenTyrian Development Team
================================================================================
== OpenTyrian2000 ==============================================================

Tyrian 2000 support added by Kaito Sinclaire (KScl).

== OpenTyrian Development Team =================================================

Carl W. Reinke <mindless2112\100gmail\056com> (Mindless)
Yuri K. Schlesner <[email protected]> (yuriks)
Expand Down
8 changes: 7 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ as freeware:

== Keyboard Controls ===========================================================

ctrl-backspace -- kill OpenTyrian
ctrl-backspace -- kill OpenTyrian2000
alt-enter -- fullscreen
ctrl-f10 -- ungrab mouse

Expand All @@ -43,8 +43,14 @@ depending on which ship you intend to pilot, and NAME is your alias
OpenTyrian uses UDP port 1333 for multiplayer, but in most cases players will
not need to open any ports because OpenTyrian makes use of UDP hole punching.

Note that Network play has not been tested for OpenTyrian2000.

== Links =======================================================================

* For OpenTyrian2000
project: https://github.com/KScl/opentyrian2000

* For OpenTyrian
project: https://github.com/opentyrian/opentyrian
irc: irc://irc.freenode.net/#tyrian
forums: http://tyrian2k.proboards.com/index.cgi?board=opentyriangeneral
2 changes: 1 addition & 1 deletion src/opentyr.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void opentyrian_menu( void )

static const char *menu_items[] =
{
"About OpenTyrian",
"About OpenTyrian2000",
NULL, // "Windowed" or "Fullscreen: Display %d"
NULL, // "Scaler: %s"
NULL, // "Scaling Mode: %s"
Expand Down
10 changes: 6 additions & 4 deletions src/scroller.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@

const struct about_text_type about_text[] =
{
{0x30, "----- ~OpenTyrian~ -----"},
{0x30, "----- ~OpenTyrian2000~ -----"},
{0x00, ""},
{0x0b, "...eliminating Microsol,"},
{0x0b, "one planet at a time..."},
{0x0f, "A ~fork~ of OpenTyrian"},
{0x0f, "developed by"},
{0x00, ""},
{0x02, "Kaito Sinclaire // KScl"},
{0x00, ""},
{0x30, "----- ~Developers~ -----"},
{0x00, ""},
{0x30, "----- ~OpenTyrian Devs~ -----"},
{0x00, ""},
{0x03, "Carl Reinke // Mindless"},
{0x07, "Yuri Schlesner // yuriks"},
Expand Down

0 comments on commit 4b5cf06

Please sign in to comment.