- Replaced the former "How to Order" icon with a "Support and Downloads" that opens the BoE forum in the browser.
- Updated forum URL...again. git-svn-id: http://openexile.googlecode.com/svn/trunk@171 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -734,7 +734,7 @@ STYLE WS_POPUP | WS_DLGFRAME
|
|||||||
LTEXT "1_63", 1, 434, 268, 61, 20
|
LTEXT "1_63", 1, 434, 268, 61, 20
|
||||||
LTEXT "5_716", 2, 6, 6, 36, 36
|
LTEXT "5_716", 2, 6, 6, 36, 36
|
||||||
LTEXT "Classic Blades of Exile Character Editor v1.2.0a ($Rev$) |Released under the GNU General Public License, version 2.", 3, 50, 6, 358, 34
|
LTEXT "Classic Blades of Exile Character Editor v1.2.0a ($Rev$) |Released under the GNU General Public License, version 2.", 3, 50, 6, 358, 34
|
||||||
LTEXT "Comments and questions? Feel free to express yourself on the Spiderweb Software Message Board: www.spiderwebforums.com/forum/", 5, 50, 178, 354, 32
|
LTEXT "Comments and questions? Feel free to express yourself on the Spiderweb Software Message Board: http://spiderwebforums.ipbhost.com", 5, 50, 178, 354, 32
|
||||||
LTEXT "Spiderweb Software web page: http://www.spidweb.com", 6, 60, 211, 354, 53
|
LTEXT "Spiderweb Software web page: http://www.spidweb.com", 6, 60, 211, 354, 53
|
||||||
LTEXT "The Blades of Exile Editor was originally created by Spiderweb Software - _Where our aberrations become your reality._ ||_Blades of Exile_ and Spiderweb Software are trademarks of Spiderweb Software.", 7, 50, 91, 410, 51
|
LTEXT "The Blades of Exile Editor was originally created by Spiderweb Software - _Where our aberrations become your reality._ ||_Blades of Exile_ and Spiderweb Software are trademarks of Spiderweb Software.", 7, 50, 91, 410, 51
|
||||||
LTEXT "ORIGINAL CREDITS: | Concept, Design, Programming: Jeff Vogel | Graphics: Andrew Hunter", 8, 50, 42, 416, 47
|
LTEXT "ORIGINAL CREDITS: | Concept, Design, Programming: Jeff Vogel | Graphics: Andrew Hunter", 8, 50, 42, 416, 47
|
||||||
|
|||||||
@@ -1170,7 +1170,7 @@ STYLE WS_POPUP | WS_DLGFRAME
|
|||||||
LTEXT "5_716", 2, 6, 6, 36, 36
|
LTEXT "5_716", 2, 6, 6, 36, 36
|
||||||
LTEXT "Classic Blades of Exile v1.2.0a ($Rev$) | Copyright 1997, Spiderweb Software, Inc., All rights reserved.||Blades of Exile is distributed for free under GNU General Public License version 2.", 3, 50, 6, 420, 33
|
LTEXT "Classic Blades of Exile v1.2.0a ($Rev$) | Copyright 1997, Spiderweb Software, Inc., All rights reserved.||Blades of Exile is distributed for free under GNU General Public License version 2.", 3, 50, 6, 420, 33
|
||||||
LTEXT "CONTRIBUTORS : Ormus, Ishad Nha, Celtic Minstrel, Niemand and all involved in the BoE community.", 4, 50, 227, 424, 33
|
LTEXT "CONTRIBUTORS : Ormus, Ishad Nha, Celtic Minstrel, Niemand and all involved in the BoE community.", 4, 50, 227, 424, 33
|
||||||
LTEXT "Comments? Questions? Bugs? Post them at the Blades section of the Spiderweb Software Message Board: www.spiderwebforums.com/forum/", 5, 50, 271, 354, 32
|
LTEXT "Comments? Questions? Bugs? Post them at the Blades section of the Spiderweb Software Message Board: http://spiderwebforums.ipbhost.com", 5, 50, 271, 354, 32
|
||||||
LTEXT "Blades of Exile was brought to you by Spiderweb Software - | _Where our aberrations become your reality._ |_Blades of Exile_ and Spiderweb Software are trademarks of Spiderweb Software.", 7, 50, 154, 410, 51
|
LTEXT "Blades of Exile was brought to you by Spiderweb Software - | _Where our aberrations become your reality._ |_Blades of Exile_ and Spiderweb Software are trademarks of Spiderweb Software.", 7, 50, 154, 410, 51
|
||||||
LTEXT "ORIGINAL CREDITS: | Concept, Design, Programming: Jeff Vogel | Graphics: Andrew Hunter (Wormius@aol.com) | Business Manager: Mariann Krizsan (krizsan@spidweb.com)| Title Screen: James Ernest (ernest@speakeasy.org)", 8, 50, 82, 415, 51
|
LTEXT "ORIGINAL CREDITS: | Concept, Design, Programming: Jeff Vogel | Graphics: Andrew Hunter (Wormius@aol.com) | Business Manager: Mariann Krizsan (krizsan@spidweb.com)| Title Screen: James Ernest (ernest@speakeasy.org)", 8, 50, 82, 415, 51
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -292,7 +292,7 @@ void draw_start_button(short which_position,short which_button)
|
|||||||
{
|
{
|
||||||
"Load Game",
|
"Load Game",
|
||||||
"Make New Party",
|
"Make New Party",
|
||||||
" < Unused > ",
|
"Support and Downloads",
|
||||||
"Start Scenario",
|
"Start Scenario",
|
||||||
"Custom Scenario",
|
"Custom Scenario",
|
||||||
"Quit"
|
"Quit"
|
||||||
|
|||||||
@@ -63,8 +63,9 @@ Boolean handle_startup_press(POINT the_point)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
/* how to order button */
|
// Not cross-platform.
|
||||||
//draw_startup(0);
|
ShellExecute(NULL, "open", "http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/", NULL, NULL, SW_SHOWNORMAL);
|
||||||
|
draw_startup(0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
|
|||||||
@@ -2065,7 +2065,7 @@ STYLE WS_POPUP | WS_DLGFRAME
|
|||||||
LTEXT "5_716", 2, 6, 6, 36, 36
|
LTEXT "5_716", 2, 6, 6, 36, 36
|
||||||
LTEXT "Classic Blades of Exile Scenario Editor v1.2.0a ($Rev: 168 $) | Copyright 1997, Spiderweb Software, Inc., All rights reserved.||Blades of Exile is distributed for free under GNU General Public License version 2.", 3, 50, 6, 420, 33
|
LTEXT "Classic Blades of Exile Scenario Editor v1.2.0a ($Rev: 168 $) | Copyright 1997, Spiderweb Software, Inc., All rights reserved.||Blades of Exile is distributed for free under GNU General Public License version 2.", 3, 50, 6, 420, 33
|
||||||
LTEXT "CREDITS : Initial coding/32-bit porting by Ormus . Aesthetic touches by Ishad Nha.", 4, 50, 227, 424, 33
|
LTEXT "CREDITS : Initial coding/32-bit porting by Ormus . Aesthetic touches by Ishad Nha.", 4, 50, 227, 424, 33
|
||||||
LTEXT "Comments? Questions? Bugs? Post them at the Spiderweb Software Message Board: www.spiderwebforums.com/forum/", 5, 50, 271, 354, 32
|
LTEXT "Comments? Questions? Bugs? Post them at the Spiderweb Software Message Board: http://spiderwebforums.ipbhost.com", 5, 50, 271, 354, 32
|
||||||
LTEXT "Blades of Exile was brought to you by Spiderweb Software - | _Where our aberrations become your reality._ |_Blades of Exile_ and Spiderweb Software are trademarks of Spiderweb Software.", 7, 50, 154, 410, 51
|
LTEXT "Blades of Exile was brought to you by Spiderweb Software - | _Where our aberrations become your reality._ |_Blades of Exile_ and Spiderweb Software are trademarks of Spiderweb Software.", 7, 50, 154, 410, 51
|
||||||
LTEXT "ORIGINAL CREDITS: | Concept, Design, Programming: Jeff Vogel | Graphics: Andrew Hunter (Wormius@aol.com) | Title Screen: James Ernest (ernest@speakeasy.org)", 8, 50, 82, 415, 51
|
LTEXT "ORIGINAL CREDITS: | Concept, Design, Programming: Jeff Vogel | Graphics: Andrew Hunter (Wormius@aol.com) | Title Screen: James Ernest (ernest@speakeasy.org)", 8, 50, 82, 415, 51
|
||||||
DEFPUSHBUTTON "", 9, 182, 326, 31, 10
|
DEFPUSHBUTTON "", 9, 182, 326, 31, 10
|
||||||
|
|||||||
Reference in New Issue
Block a user