-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblitzmax.html
230 lines (190 loc) · 7.83 KB
/
blitzmax.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/logo192.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Blitz Community Website">
<title>BlitzMax</title>
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<link href="bin/layout.css" rel="stylesheet">
<link href="bin/theme.css" rel="stylesheet">
<link href="bin/components.css" rel="stylesheet">
<link href="bin/timeline.css" rel="stylesheet">
<script src="js/site.js"></script>
</head>
<body>
<!-- GENERIC PAGE HEADER -->
<header>
<img src="img/logo48.png"/>
<h1>Blitz Community</h1>
<nav>
<a href="index.html">HOME</a>
<a target="blank" href="https://github.com/Blitz-Community">GITHUB</a>
<a target="blank" href="https://en.wikipedia.org/wiki/Blitz_BASIC">HISTORY</a>
</nav>
</header>
<!-- MAIN NAVIGATION -->
<div class="navbar">
<a href="index.html">Home</a>
<div class="subnav">
<button class="subnavbtn">Languages</button>
<div class="subnav-content">
<a href="https://en.wikipedia.org/wiki/Blitz_BASIC#BlitzBasic" class="tooltip">BlitzBasic<span>2001-2003</span>
<div class="tooltiptext tooltipright">
<h1>BlitzBasic</h1>
<p>By Blitz Research</p>
<p>2001-2003</p>
<p>Obsolete: see BlitzPlus</p>
</div>
</a>
<a href="https://en.wikipedia.org/wiki/Blitz_BASIC#BlitzPlus" class="tooltip">BlitzPlus<span>2003-2014</span>
<div class="tooltiptext tooltipright">
<h1>BlitzPlus</h1>
<p>By Blitz Research</p>
<p>Feb 2003 to Apr 2014</p>
</div>
</a>
<a href="https://blitzresearch.itch.io/blitz3d" class="tooltip">Blitz3D<span>2001-2014</span>
<div class="tooltiptext tooltipright">
<h1>Blitz3D</h1>
<p>By Blitz Research</p>
<p>2001 to Aug 2014</p>
</div>
</a>
<a href="blitzmax.html" class="tooltip">BlitzMax<span>2004-2015</span>
<div class="tooltiptext tooltipright">
<h1>BlitzMax (Legacy)</h1>
<p>By Blitz Research</p>
<p>Dec 2004 to Sep 2015</p>
<p>Obsolete: See BlitzMax-NG</p>
</div>
</a>
<a href="https://web.archive.org/web/20170715134814/http://monkey-x.com/" class="tooltip">Monkey-X<span>2011-2017</span>
<div class="tooltiptext tooltipright">
<h1>Monkey-X</h1>
<p>By Blitz Research</p>
<p>2011 to Jul 2017</p>
<p>Obsolete: See Cerberus-X</p>
</div>
</a>
<a href="https://web.archive.org/web/20170606030922/http://monkey2.monkey-x.com/" class="tooltip">Monkey2<span>2011-2018</span>
<div class="tooltiptext tooltipright">
<h1>Monkey2</h1>
<p>By Blitz Research</p>
<p>Mar 2011 to Dec 2018</p>
<p>Obsolete: See Wonkey</p>
</div>
</a>
<a href="https://www.cerberus-x.com/" target="blank" class="tooltip">Cererbus-X<span>2017-Date</span>
<div class="tooltiptext tooltipright">
<h1>Cererbus-X</h1>
<p>By Cerberus-X Community</p>
<p>2017 to Date</p>
<p>Based on Monkey-X</p>
</div>
</a>
<a href="blitzmax.html" class="tooltip">BlitzMax-NG<span>2018-Date</span>
<div class="tooltiptext tooltipright">
<h1>BlitzMax-NG</h1>
<p>By Brucey</p>
<p>2018 to Date</p>
<p>Based on BlitzMax</p>
</div>
</a>
<a href="https://wonkey-coders.github.io/" target="blank" class="tooltip">Wonkey<span>2021-Date</span>
<div class="tooltiptext tooltipright">
<h1>Wonkey</h1>
<p>By Wonkey Community</p>
<p>2021 to date</p>
<p>Based on Monkey 2</p>
</div>
</a>
</div>
</div>
<div class="subnav">
<button class="subnavbtn">Forums</button>
<div class="subnav-content">
<a href="https://syntaxbomb.com/forum" target="blank">syntaxbomb.com</a>
<a href="https://www.blitzcoder.org/forum" target="blank">blitzcoder.org</a>
</div>
</div>
</div>
<!-- THREE COLUMN LAYOUT -->
<section id="main">
<!-- LEFT SIDEBAR -->
<aside id="leftcolumn">
<div class="card">
<h1>Blitzmax</h1>
<p onclick="selectPane('pane-history');">History</p>
<a target="blank" href="https://github.com/Blitz-Community/blitzmax/wiki">Wiki</a>
<a target="blank" href="https://github.com/Blitz-Community/blitzmax/blob/main/code%20archive">Code archive</a>
<a target="blank" href="https://github.com/Blitz-Community/blitzmax/discussions">Discussions board</a>
<a target="blank" href="https://github.com/Blitz-Community/blitzmax/discussions/categories/tutorials">Tutorials</a>
<a target="blank" href="https://github.com/Blitz-Community/blitzmax/discussions/categories/worklogs">Worklogs</a>
<a target="blank" class="external" href="https://blitzmax.org/" rel="nofollow">Official website</a>
<a target="blank" class="external" href="https://discord.gg/yVxkBybBsY" rel="nofollow">Discord</a>
</div>
<div class="card">
<h1>Archives</h1>
<a target="blank" href="https://blitz-community.github.io/syntaxbomb-backup">SyntaxBomb Archive</a>
<a target="blank" href="https://blitz-community.github.io/blitzbasic-backup/">BlitzBasic Archive</a>
</div>
<div class="card">
<a target="blank" href="https://github.dev/Blitz-Community/web/blob/main/index.html">Edit this page<br><small>(requires a GitHub account)</small></a>
</div>
</aside>
<!-- MAIN CONTENT -->
<section id="content">
<!-- TOPIC CONTENT STARTS -->
<div class="card">
<h1>BlitzMax</h1>
</div>
<div id="pane-history" class="card pane">
<h1>History</h1>
<table>
<tr><th>Date<th>Version</th><th>Detail</th></tr>
<tr><td>2004<td>-</td><td>BlitzMax for MacOS</td></tr>
<tr><td>2005<td>-</td><td>Windows and Linux release</td></tr>
<tr><td>2007<td>1.26</td><td>Reflection</td></tr>
<tr><td>-<td>1.32</td><td>Threading and Lua</td></tr>
<tr><td>2015<td>1.51</td><td><a target="blank" href="https://github.com/blitz-research/blitzmax">BlitzMax Opensource</a></td></tr>
<tr><td>2018<td>-</td><td>BlitzMax-NG</td></tr>
</table>
</div>
<div id="pane-example" class="card pane">
<h1>EXAMPLE</h1>
</div>
<!-- TOPIC CONTENT ENDS -->
</section>
<!-- RIGHT SIDEBAR -->
<aside id="rightcolumn">
<div class="panel screenshot">
<h1>TV Tower</h1>
<img src="showcase/blitzmax/tvtower.jpg"/>
<h2>Ronny Otto</h2>
<a target="blank" class="external" href="https://www.tvtower.org/">tvtower.org</a>
</div>
</aside>
</section>
<!-- GENERIC PAGE FOOTER -->
<footer>
<div class="pane">
<div>
<h1>About us</h1>
<p>The Blitz Community Website is managed and maintained by the Blitz Community.</p>
<p>All views and opinions are those of the respective authors and do not represent The Blitz Community as a whole.</p>
</div>
<div>
<h1>Cookie Policy</h1>
<p>This site does not use cookies.</p>
</div>
</div>
<p class="copyright">© Copyright Blitz Community, 2022.</p>
</footer>
</body>
</html>