Update About Blades of Exile dialog

- Some text in this update contributed by ADoS

Also:
- Make scroll panes scroll 5 pixels per click instead of 1
- Make scroll pane page size depend on the height
This commit is contained in:
2015-10-02 18:46:21 -04:00
parent a455941d92
commit 5f7654046d
3 changed files with 59 additions and 27 deletions

View File

@@ -7,15 +7,49 @@
<pict type='dlog' num='16' top='6' left='6'/>
<text top='6' left='50' width='420' height='33'>
Blades of Exile v2.0 alpha <br/>
Copyright 1997-8, Spiderweb Software, Inc., All rights reserved.
Copyright 1997-2015, Spiderweb Software, Inc., All rights reserved.
</text>
<pane top='42' left='50' width='400' height='67'>
<text top='42' left='50' width='400' height='67'>
CREDITS: <br/>
Concept, Design, Programming: Jeff Vogel <br/>
Graphics: Andrew Hunter (Wormius@aol.com) <br/>
Business Manager: Mariann Krizsan (krizsan@spidweb.com)<br/>
Title Screen: James Ernest (ernest@speakeasy.org)
<text size='large' top='42' left='150' width='300' height='10'>------ CREDITS ------</text>
<!-- TODO: Get a proper right-aligned text setting so that I don't have to use this hack of weird numbers of spaces -->
<!-- The height of this text needs to be 10 times the number of lines. -->
<text top='52' left='50' width='400' height='210'>
ORIGINAL GAME: <br/>
Concept, Design, Programming: <br/>
Graphics: <br/>
Business Manager: <br/>
Title/Splash Screens: <br/>
<br/>
OPEN SOURCE CREDITS: <br/>
Programming: <br/><br/><br/><br/><br/><br/>
Graphics: <br/><br/><br/>
Testing and Troubleshooting: <br/>
<br/>
SCENARIO FIXES AND UPDATES: <br/>
Bandit Busywork: <br/>
</text>
<!-- The height of this text needs to be 10 times the number of lines. -->
<!-- Also make sure that it properly aligns with the previous text. -->
<!-- Comments are included to aid with this. Don't mess it up! Test it to be sure! -->
<text top='52' left='250' width='230' height='210'>
<!-- ORIGINAL GAME --><br/>
<!-- Concept, Design, Programming -->Jeff Vogel (SpidWeb@spidweb.com) <br/>
<!-- Graphics -->Andrew Hunter (Wormius@aol.com) <br/>
<!-- Business Manager -->Mariann Krizsan (krizsan@spidweb.com)<br/>
<!-- Title/Splash Screens -->James Ernest (ernest@speakeasy.org) <br/>
<br/><!-- OPEN SOURCE CREDITS --><br/>
<!-- Programming -->Khoth <br/>
Ormus <br/>
Chokboyz <br/>
Celtic Minstrel <br/>
Paul Erdos <br/>
Sylae Corell <br/>
<!-- Graphics -->The Almighty Doer of Stuff <br/>
Mistb0rn <br/>
Celtic Minstrel <br/>
<!-- Testing and Troubleshooting -->The Almighty Doer of Stuff <br/>
<br/><!-- SCENARIO FIXES AND UPDATES --><br/>
<!-- Bandit Busywork -->The Almighty Doer of Stuff <br/>
</text>
</pane>
<text top='110' left='50' width='410' height='51'>
@@ -24,18 +58,14 @@
"Blades of Exile" and Spiderweb Software are trademarks of Spiderweb Software.
</text>
<text top='162' left='50' width='424' height='145'>
Blades of Exile is $30 shareware. For information on how to
register, select 'How To Order' from the game opening screen.
Open Blades of Exile is brought to you from the hard work of volunteers who are passionate about this software.
We sincerely hope you enjoy, share, and discuss this game, and maybe even make and release your own scenario!<br/>
Open Blades of Exile is a modification of Blades of Exile, created by Spiderweb Software, Inc. in 1997.
It is released under GNU GPL 2.0+. The source code can be found at https://github.com/calref/cboe/.
</text>
<text top='196' left='50' width='354' height='32'>
Comments and questions? The creators of Exile want to hear them.
Send them to:
<text top='240' left='60' width='353' height='66'>
Comments and questions? The creators and maintainers of Exile want to hear them.
Visit http://www.spidweb.com/, where you can find the official discussion forum and other great games!
</text>
<!--text top='229' left='60' width='353' height='66'>
Internet: SpidWeb@spidweb.com <br/>
America Online: SpidWeb <br/>
Compuserve: 76463,1521 <br/>
WWW: http://www.spidweb.com
</text-->
<button name='okay' type='regular' top='299' left='435'>OK</button>
</dialog>
</dialog>