From 60b5e5fd50acb01cbdc59f50e2c8f4b8786635c0 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 6 May 2018 17:03:18 +0200 Subject: [PATCH] Prepare 2.5 release. - Update help and credits - Change version --- src/helpfile.h | 27 +++++++++++++++------------ src/pversion.c | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/helpfile.h b/src/helpfile.h index 19a891fa..ffe286d1 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -58,17 +58,14 @@ static const T_Help_table helptable_about[] = HELP_TEXT ("") HELP_TEXT ("") HELP_TEXT ("") - HELP_TITLE(" GRAFX 2 ") - HELP_BOLD (" \"Dragon's Layers\" Edition") + HELP_TITLE(" GRAFX 2 ") + HELP_BOLD (" \"Pixels not Dead!\"") HELP_BOLD (" THE ULTIMATE MULTI-RESOLUTION GFX EDITOR") - HELP_TEXT (" http://grafx2.tk") -#if defined(__MINT__) - HELP_TEXT (" atari build ") -#else HELP_TEXT ("") -#endif + HELP_TEXT (" http://grafx2.tk") + HELP_TEXT ("") HELP_TEXT ("Copyright 2007-2018, the Grafx2 project team") - HELP_TEXT (" Copyright 1996-2001, SUNSET DESIGN") + HELP_TEXT (" 1996-2001, SUNSET DESIGN") }; static const T_Help_table helptable_licence[] = { @@ -360,6 +357,7 @@ static const T_Help_table helptable_credits[] = HELP_TEXT ("") HELP_TEXT (" Adrien Destugues (pulkomandy)") HELP_TEXT (" Yves Rizoud (yrizoud)") + HELP_TEXT (" Thomas Bernard (miniupnp)") HELP_TEXT ("") HELP_TEXT (" Got the source back to life in 2006") HELP_TEXT ("") @@ -454,6 +452,7 @@ static const T_Help_table helptable_credits[] = HELP_BOLD (" HAIKU OS AND BEOS PORT") HELP_TEXT ("") HELP_TEXT (" Luc Schrijvers (Begasus)") + HELP_TEXT (" Adrien Destugues (PulkoMandy)") HELP_TEXT ("") HELP_BOLD (" FREEBSD PORT") HELP_TEXT ("") @@ -515,14 +514,16 @@ static const T_Help_table helptable_credits[] = HELP_TITLE(" FILE FORMATS CREDITS") HELP_TEXT ("") - HELP_TEXT (" BMP : Microsoft") + HELP_TEXT (" BMP,ICO : Microsoft") HELP_TEXT (" CEL,KCF : K.O.S. (KISekae Set system)") HELP_TEXT (" CM5 : SyX") HELP_TEXT (" EGX : Targhan & Supersly / Cargosoft") + HELP_TEXT (" FLI,FLC : Autodesk") HELP_TEXT (" GIF : Compuserve") HELP_TEXT (" GPL : The GIMP") - HELP_TEXT (" IMG : Bivas (W. Wiedmann?)") HELP_TEXT (" IFF : Electronic Arts") + HELP_TEXT (" IMG : Bivas (W. Wiedmann?)") + HELP_TEXT (" INFO : Commodore") HELP_TEXT (" KOA : Koala Technologies") HELP_TEXT (" NEO : Atari Corporation") HELP_TEXT (" PAL : ermmh... nobody (?)") @@ -532,6 +533,7 @@ static const T_Help_table helptable_credits[] = HELP_TEXT (" PNG : W3C") HELP_TEXT (" PPH : Rhino / Batman Group") HELP_TEXT (" SCx : Colorix (?)") + HELP_TEXT (" XPM : C.Nahaboo and D.Dardailler / Bull") HELP_TEXT ("") HELP_TEXT ("") HELP_TITLE(" OUR HOMEPAGE") @@ -541,6 +543,7 @@ static const T_Help_table helptable_credits[] = HELP_TEXT (" Link to us!") HELP_TEXT ("") HELP_TEXT ("") +//HELP_TEXT ("0----5----0----5----0----5----0----5----0--X") HELP_TITLE(" GREETINGS") HELP_TEXT ("") HELP_BOLD ("Pulkomandy:") @@ -548,8 +551,8 @@ static const T_Help_table helptable_credits[] = HELP_TEXT (" To the Pouet.net BBS posters, the #CPC") HELP_TEXT (" trolls and the bitfellas") HELP_TEXT (" To every people who makes the scene alive!") - HELP_TEXT (" To all guys making nice pixelled pictures") - HELP_TEXT (" (with or without GrafX2)") + HELP_TEXT (" To all people making nice pixelled") + HELP_TEXT (" pictures (with or without GrafX2)") HELP_TEXT ("") HELP_BOLD ("Sunset Designs:") HELP_TEXT ("") diff --git a/src/pversion.c b/src/pversion.c index f61073bf..62c9cbed 100644 --- a/src/pversion.c +++ b/src/pversion.c @@ -1,2 +1,2 @@ -char Program_version[]="2.5wip"; +char Program_version[]="2.5";