|
@@ -1,33 +1,28 @@
|
|
|
<html>
|
|
|
-<head>
|
|
|
-<link rel="styleSheet" href="bmxstyle.css" type="text/css">
|
|
|
-</head>
|
|
|
-<body>
|
|
|
-<div align=center>
|
|
|
-<table width=100% class=open>
|
|
|
-<tr>
|
|
|
-<td class=blank align=left width=33%> </td>
|
|
|
-<td class=blank align=center width=33%><img src=bmax120.png></td>
|
|
|
-<td class=blank align=right valign=top width=33%><img src=brllogo.png></td>
|
|
|
-</tr>
|
|
|
-</table>
|
|
|
-</div>
|
|
|
-<div align=center>
|
|
|
-BlitzMax © Blitz Research Ltd<br>
|
|
|
-<br>
|
|
|
-<font color=#000088>Language and Compiler:</font> Mark Sibly<br>
|
|
|
-<br>
|
|
|
-<font color=#000088>Modules:</font> Mark Sibly and Simon Armstrong<br>
|
|
|
-<br>
|
|
|
-<font color=#000088>Documentation:</font> Mark Sibly and Simon Armstrong<br>
|
|
|
-<br>
|
|
|
-<font color=#000088>Beta testers:</font> Richard Betson; David Bird; James Boyd; Jim Brown; Mikkel Fredborg; Garrit Grandberg; Stephen Greener; Simon Harrison; Michael Hense; Rob Hutchinson; Stephen Johnson; Mikkel Lokke; Daniel Lurie; Richard Olpin; Lee Page; Richard Pearson; John Pickford; Michael Reitzenstein; Robin Shackford; Mark Tiffany<br>
|
|
|
-<br>
|
|
|
-<font color=#000088>FASM x86 Assembler:</font>Tomasz Grysztar<br>
|
|
|
-<br>
|
|
|
-<font color=#000088>Extra thanks to:</font> Rod Smith and Mikkel Fredborg for the cool logos and toolbar graphics; Rick, Kay, Robbie and Sarah Keam; Donna, Harley and Danni Adams and all Blitz users around the world!<br>
|
|
|
-<br>
|
|
|
-<font color=#000088>Last but not Least:</font> BlitzMax would not have been possible without the indirect help of the amazing open source community. Libraries such as zlib, libpng, libjpeg, oggvorbis, freetype, FLTK and others are used by many commercial programs such as BlitzMax, and the unselfish contribution the authors of such libraries have made to the software scene is awesome.
|
|
|
-</div>
|
|
|
-</body>
|
|
|
+ <head>
|
|
|
+ <link rel="styleSheet" href="bmxstyle.css" type="text/css">
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <div align="center">
|
|
|
+ <img src="bmxnglogo.png">
|
|
|
+ </div>
|
|
|
+ <div align="center">BlitzMax NG
|
|
|
+ <p>Based on original work by Mark Sibly and Simon Armstrong. (see <a href="_credits_old.html">Legacy credits</a>) </p>
|
|
|
+ <p>Main Development : <a href="https://github.com/woollybah">Bruce A Henderson</a></p>
|
|
|
+ <p>Contributors (in no particular order) :
|
|
|
+ <a href="https://github.com/HurryStarfish">@HurryStarfish</a>,
|
|
|
+ <a href="https://github.com/GWRon">Ronny Otto</a>,
|
|
|
+ <a href="https://github.com/Octav14n">Simon K</a>,
|
|
|
+ <a href="https://github.com/markcwm">Mark Mcvittie</a>,
|
|
|
+ <a href="https://github.com/davecamp">@davecamp</a>,
|
|
|
+ <a href="https://github.com/DivineDominion">Christian Tietze</a>
|
|
|
+ <br/>
|
|
|
+ (if we've missed anyone out, please let us know so that we can add you too!)
|
|
|
+ </p>
|
|
|
+ <p>Tutorials : wave~ </p>
|
|
|
+ <p>Thanks to everyone for the amazing support, feedback and issue reporting.</p>
|
|
|
+ <p>3rd-party libraries : Boehm-gc, etc...</p>
|
|
|
+ <p>Github : <a href="https://github.com/bmx-ng">https://github.com/bmx-ng</a></p>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
</html>
|