-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews_old.html
More file actions
504 lines (504 loc) · 25.7 KB
/
news_old.html
File metadata and controls
504 lines (504 loc) · 25.7 KB
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.8.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Pingus - Archived News</title>
<link rel="stylesheet" type="text/css" href="default.css">
<link rel="alternate stylesheet" title="Desert Theme" type="text/css" href="halloween.css">
<link rel="alternate stylesheet" title="Desert Theme" type="text/css" href="desert.css">
<link rel="alternate stylesheet" title="Snow Theme" type="text/css" href="snow.css">
<link rel="alternate stylesheet" title="X-Mas Theme" type="text/css" href="xmas.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
</head>
<body>
<div id="logo"><a href="http://pingus.seul.org"><img src="images/logo_pingus.png" alt="Pingus"></a></div>
<div id="page">
<div id="nav">
<ul>
<li><a class="menuitem" href="index.html">Home</a></li>
<li><a class="menuitem" href="news.html">News</a></li>
<li><a class="menuitem" href="screenshots-0.7.html">Screenshots</a></li>
<li><a class="menuitem" href="download.html">Download</a></li>
<li><a class="menuitem" href="contact.html">Contact</a></li>
</ul>
</div>
<div id="header">
<h1>Archived News</h1>
</div>
<div id="body">
<h2>2007</h2>
<div class="newsitem">
<div class="newsdate">15. Jan 2007</div>
<div class="newsbody">Porting Pingus to SDL is in progress, some spelling fixes for the FAQ</div>
</div>
<h2>2006</h2>
<div class="newsitem">
<div class="newsdate">11. Feb 2006</div>
<div class="newsbody">Time for some news, current plans for Pingus look like this:
<ul>
<li>Jave27 is currently trying to get the latest version in a release ready state</li>
<li>Grumbel opened a new branch in SVN called pingus-sdl, this is supposed to port Pingus to SDL, level file format will switch to S-Expr instead of XML</li>
</ul>
</div>
</div>
<h2>2004</h2>
<div class="newsitem">
<div class="newsdate">09. Apr 2004</div>
<div class="newsbody">It's been a long time without any updates, so there's a couple of news to note here.
<ul>
<li>Pingus got elected GotM for April at <a href="http://www.happypenguin.org">The Linux Game Tome</a> and a 0.7 release with many new features may be expected soon.</li>
<li>Pingus CVS was replaced by <a href="http://subversion.tigris.org">Subversion</a></li>
<li>There will be a new release on the stable branch (0.6.1) very soon now, planned date is 15.04.2004 - cross your fingers and hope. :-)</li>
<li>We've got now a <a href="http://pingus.seul.org/level_comment_tool/index.php">Level Comment Tool</a> where you can rate all levels which are delivered with Pingus.</li>
</ul>
</div>
</div>
<h2>2003</h2>
<div class="newsitem">
<div class="newsdate">14. Sep 2003</div>
<div class="newsbody">A added little button in the bottom left corner of the webpage that allows you to <a href="https://www.paypal.com/xclick/business=grumbel%40gmx.de&item_name=Pingus+donation&no_note=1&tax=0&currency_code=EUR">donate via Paypal</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">16. Apr 2003</div>
<div class="newsbody">Pingus 0.6.0 is finally out, has taken longer as expected, but here it is. It contains one island with 22 playable tutorial levels. This is the first playable release ever of Pingus.</div>
</div>
<div class="newsitem">
<div class="newsdate">12. Apr 2003</div>
<div class="newsbody">A second prerelease of Pingus 0.6.0 is out, named 0.6.0rc2, final 0.6.0 release is expected to be finished this weekend.</div>
</div>
<div class="newsitem">
<div class="newsdate">7. Apr 2003</div>
<div class="newsbody">A first prerelease of Pingus 0.6.0 is out, named 0.6.0rc1</div>
</div>
<div class="newsitem">
<div class="newsdate">21. Mar 2003</div>
<div class="newsbody">After some downtime the Pingus CVS repository is up and running again. But since its now in another CVSROOT people with a checkout need either to re checkout it or editor they <span class="teletype">CVS/Root</span> files a bit, more info is available <a href="http://mail.gnu.org/archive/html/pingus-devel/2003-03/msg00063.html">here</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">5. Mar 2003</div>
<div class="newsbody">Another IRC Meeting is scheduled for the end of this week (07. Mar 2003) on Friday, 18:00 GMT. Server and channel stay the as with the last one, see below. same. Everybody is welcome.</div>
</div>
<div class="newsitem">
<div class="newsdate">26. Feb 2003</div>
<div class="newsbody">IRC Meeting planed for the next Saturday. For details see below and the <a href="contact.html">Contact Section</a> of this site.<br>
<br>
<table>
<tr>
<td>Server:</td>
<td><a href="http://freenode.net">irc.freenode.net</a> 6667</td>
</tr>
<tr>
<td>Channel:</td>
<td>#pingus</td>
</tr>
<tr>
<td>Date:</td>
<td>Saturday, 1. March 2003</td>
</tr>
<tr>
<td>Time:</td>
<td>21:00 <a href="http://greenwichmeantime.com/">GMT</a></td>
</tr>
</table>
</div>
</div>
<h2>2002</h2>
<div class="newsitem">
<div class="newsdate">22. Dec 2002</div>
<div class="newsbody">Rumour is that a new, finally playable, release will come out in the next days... even so this isn't officially confirmed you might cross your fingers and it will probably happen.</div>
</div>
<div class="newsitem">
<div class="newsdate">21. Dec 2002</div>
<div class="newsbody">The Webpage got finally a complete redesign, this took, as always, longer than expected, but anyway here it is. If you want to know how this page is generated you can look at the xml source and the Makefiles in the <a href="http://savannah.nongnu.org/cvs/?group=pingus">Savanna Web CVS tree</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">28. July 2002</div>
<div class="newsbody"><a href="http://www.blender3d.com/">Blender</a>, a very powerfull 3D modelling software, might become Free Software, but to accomplish that they need to collect 100'000EUR. So if you want to help Pingus and many other free game projects, donate something to the Blender Foundation please.<br>
<a href="http://www.blender3d.com/"><img src="http://www.blender3d.com/but150.gif" alt="Donate now, Blender3D"></a><br>
[Update: Blender now is Free Software, thanks to all donators!]</div>
</div>
<div class="newsitem">
<div class="newsdate">17. June 2002</div>
<div class="newsbody">Updates are still not done, but we are working on it... in the meantime you can go to the <a href="http://savannah.gnu.org/bugs/?func=addbug&group_id=2184">bugtracker</a> and submit your favorit bugs in Pingus.</div>
</div>
<div class="newsitem">
<div class="newsdate">5. June 2002</div>
<div class="newsbody"><b>Mailing List and Bugtracking on the move to savanna</b><br>
The bugtracking and mailing lists are on there move to <a href="https://savannah.gnu.org/projects/pingus/">http://savannah.gnu.org/projects/pingus/</a>. Some of the info on this webpage will therefore be out dated and needs some updating, this should be done in a day or two.</div>
</div>
<div class="newsitem">
<div class="newsdate">2. June 2002</div>
<div class="newsbody">The source for many Pingus images (.xcf, etc.) is now available at <a href="ftp://pingus.seul.org/pub/pingus/contrib/">ftp://pingus.seul.org/pub/pingus/contrib/</a>. That directory contains everything that I used in the development process, which is not included in the official source tarball.</div>
</div>
<div class="newsitem">
<div class="newsdate">28. May 2002</div>
<div class="newsbody">I have submitted Pingus to <a href="http://unmaintained.sourceforge.net/">http://unmaintained.sourceforge.net/</a> now. Sorry, but I simply lack the time and motivation to continue this project. So if anybody wants to help coordinating this project, they are more than welcome. Please drop a mail to <a href="http://lists.sourceforge.net/lists/listinfo/pingus-devel">pingus-devel</a> in case you are interested to help.</div>
</div>
<div class="newsitem">
<div class="newsdate">18. Feb 2002</div>
<div class="newsbody"><b>Call for help!</b><br>
Pingus has currently 140 levels in the XML format and another 40 levels in the old PLF/PSM format, all these need to get reviewed, rated, fixed and/or converted. So if you have some spare time, its now a good point to help! For a first overview you can get a list of all levels <a href="alllevels.html">here</a>. More detailed instructions on what you can do will follow soon.</div>
</div>
<div class="newsitem">
<div class="newsdate">12. Jan 2002</div>
<div class="newsbody">some larger additions to the <a href="todo/index.html">todo</a> and a <a href="howtocontribute.html">How to contribute guide</a></div>
</div>
<h2>2001</h2>
<div class="newsitem">
<div class="newsdate">01. Dec 2001</div>
<div class="newsbody">New ToDo list added <a href="todo/">here</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">17. Nov 2001</div>
<div class="newsbody">A short overview over the class structure is available <a href="sourcecodestructure.html">here</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">5. Aug 2001</div>
<div class="newsbody">'pingus.cx' is down, so you currently can't reach me via grumbel@gmail.com, try <a href="mailto:grumbel@gmail.com">grumbel@gmail.com</a> instead.</div>
</div>
<div class="newsitem">
<div class="newsdate">28. July 2001</div>
<div class="newsbody"><b>Release 0.5.0pre2 is out</b><br>
You can download it <a href="download.html#devrel">here</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">15. July 2001</div>
<div class="newsbody"><b>Pingus is in need for new programmers!</b> As the last month have shown this project is nearly dead, I currently simply lack the time to do anything for Pingus, so I need some help. So when you are at least a bit familiar with C++ and have some spare time to offer, please drop <a href="mailto:grumbel@gmail.com">me a mail</a>, so I can coordinate the efforts.</div>
</div>
<div class="newsitem">
<div class="newsdate">16. June 2001</div>
<div class="newsbody"><a href="download.html#devrel">Pingus 0.5.0pre1 is out</a><br>
Finally a new Pingus release is out, but be warned this is a development release (mostly for level designers) and is known to crash. When you want a playable game, this thing won't make you happy.</div>
</div>
<div class="newsitem">
<div class="newsdate">14. Apr 2001</div>
<div class="newsbody">You can find a screenshot of the multiplayer mode <a href="images/screen_0.5.0-1.jpg">here</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">12. Apr 2001</div>
<div class="newsbody">Multiplayer is on its way!<br>
<a href="mailto:grumbel@gmail.com">I</a> am currently implementing multiplayer support (split-screen, no network support) for Pingus, cooperative and battle modes will be available.</div>
</div>
<div class="newsitem">
<div class="newsdate">4. Apr 2001</div>
<div class="newsbody">Generated some source docs with doxygen, you can find them <a href="http://pingus.seul.org/doxy/index.html">here</a></div>
</div>
<div class="newsitem">
<div class="newsdate">2. Apr 2001</div>
<div class="newsbody">I cleaned up my Pingus directory tree, commited a bunch of missing images and levels (more to come) and fixed some bugs in the CVS version. Looks like this thing is alife again and a new release might follow soon.</div>
</div>
<div class="newsitem">
<div class="newsdate">18. Feb 2001</div>
<div class="newsbody"><b>Project suspended for at least another month!</b><br>
<p>Due to the lack of time and motivation I will not work on the project for at least another month, so don't expect any updates in that time. In the meantime you can have a look at some of my other projects:</p>
<ul>
<li><a href="http:%20//feuerkraft.sourceforge.net">Feuerkraft</a></li>
<li><a href="http://advent.sourceforge.net">Advent</a></li>
</ul>
</div>
</div>
<h2>2000</h2>
<div class="newsitem">
<div class="newsdate">5. Nov 2000</div>
<div class="newsbody"><b>Pingus runs now on LinuxPPC!</b><br>
A guide on how to compile Pingus and some PPC Clanlib and Hermes RPMs are available <a href="http://mapage.noos.fr/guillaume.laures/linux/pingus.html">here</a>, but be warned this is only experimental development stuff and it will crash often.</div>
</div>
<div class="newsitem">
<div class="newsdate">24. Oct 2000</div>
<div class="newsbody"><a href="info@linuxdoos.com">Arnold van Rooij</a> wrote a dutch <a href="http://pingus.linuxdoos.com">level editing howto</a></div>
</div>
<div class="newsitem">
<div class="newsdate">13. Sep 2000</div>
<div class="newsbody">We have now an "official" IRC channel at:<br>
Server: <span class="teletype">irc.openprojects.net</span><br>
Channel: <span class="teletype">#pingus</span></div>
</div>
<div class="newsitem">
<div class="newsdate">11. Aug 2000</div>
<div class="newsbody">Some more photos of the LinuxTag are available <a href="http://pingus.seul.org/~grumbel/pingus/linuxtag/">here</a></div>
</div>
<div class="newsitem">
<div class="newsdate">7. Aug 2000</div>
<div class="newsbody">A Windows port of Pingus 0.4.0 is available in the <a href="download.html#win32">download section</a></div>
</div>
<div class="newsitem">
<div class="newsdate">5. Aug 2000</div>
<div class="newsbody">Added another <a href="screenshots.html">screenshot</a> of the new menu and a screenshot of the new weather effects</div>
</div>
<div class="newsitem">
<div class="newsdate">27. Jul 2000</div>
<div class="newsbody">Added a <a href="screenshots.html">screenshot</a> of the new menu, comments welcome.</div>
</div>
<div class="newsitem">
<div class="newsdate">16. Jul 2000</div>
<div class="newsbody"><b>Pingus Release 0.4.0</b><br>
A new release of Pingus is out, its main features are a set of fully playable levels, a lot of new gfx for the level designers and it comes as a <strong>static linked binary</strong>, <em>no</em> extra libraries are required - it will run <em>out-of-the-box</em>. Its as always available in the <a href="download.html">download section</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">16. Jul 2000</div>
<div class="newsbody"><b><a href="levels.html">Level building tutorial</a></b><br>
I have written a short level building tutorial, which explains the basics of level editing.</div>
</div>
<div class="newsitem">
<div class="newsdate">8. Jul 2000</div>
<div class="newsbody"><a href="http://www.tammura.at/eyemodule/LinuxTag/eyemodule_img.html">Some photos from the LinuxTag are available</a> , thanks to Tamer for providing them.</div>
</div>
<div class="newsitem">
<div class="newsdate">4. Jul 2000</div>
<div class="newsbody">New mailing list: Due to some spam problems with the old list, the <a href="contact.html">Pingus mailing</a> has now moved to <a href="http://sourceforge.net">SourceForge</a>, in addition there are now also announce and users mailing lists.</div>
</div>
<div class="newsitem">
<div class="newsdate">29. Jun</div>
<div class="newsbody"><a href="http://www.linuxtag.org">LinuxTag 2000</a><br>
As some might already know, Pingus will be present from the 29.06-02.07.2000 at the LinuxTag in Stuttgart/Germany</div>
</div>
<div class="newsitem">
<div class="newsdate">19. Jun 2000</div>
<div class="newsbody"><a href="http://pingus.seul.org/doc++/">The doc++ documention of the source code is now available.</a></div>
</div>
<div class="newsitem">
<div class="newsdate">10. Jun 2000</div>
<div class="newsbody">The first prerelease of Pingus 0.4.0pre1 is out, have a look on the pingus-devel list for more instruction. <em>Warrning: prereleases are not meant for the average user, they are meant for testing and debugging, so they are not publicly available</em>.</div>
</div>
<div class="newsitem">
<div class="newsdate">24. Mai 2000</div>
<div class="newsbody">Pingus 0.4.0 still not ready<br>
Pingus has currently some huge bugs, which needs to be fix before the next release, this can take another two weeks or longer, sorry. Use the CVS version for the moment.</div>
</div>
<div class="newsitem">
<div class="newsdate">07. Mai 2000</div>
<div class="newsbody">All older Pingus releases are now available via <a href="ftp://pingus.seul.org/pub/pingus/">FTP</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">01. Mai 2000</div>
<div class="newsbody">Added a new <a href="images/screen_0.4.0.jpg">screenshot</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">25. Apr 2000</div>
<div class="newsbody">Ever wished that the Pingus could walk over your windows while you are reading you mail? A dream has come true, <a href="mailto:R.J.Hogan@reading.ac.uk">Robin Hogan</a> wrote <a href="http://www.met.rdg.ac.uk/~swrhgnrj/xpenguins/">XPenguins</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">23. Apr 2000</div>
<div class="newsbody">Pingus 0.4.0 not ready yet<br>
A new version of Pingus will probably released in the next two weeks, for the moment I suggest you to try the CVS version.</div>
</div>
<div class="newsitem">
<div class="newsdate">09. Mar 2000</div>
<div class="newsbody">Pingus 0.3.1 will not work with ClanLib 0.4.2, a patch is available <a href="pingus-patch-0.3.1-0.3.1a">here</a>, have also a look at the <a href="faq.html">FAQ</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">19. Feb 2000</div>
<div class="newsbody"><a href="download.html#rpm">RPMs of Pingus 0.3.1 are ready.</a></div>
</div>
<div class="newsitem">
<div class="newsdate">16. Feb 2000</div>
<div class="newsbody"><a href="download.html">Pingus 0.3.1 is released</a></div>
</div>
<div class="newsitem">
<div class="newsdate">27. Jan 2000</div>
<div class="newsbody"><a href="download.html#data">A new Pingus Music tarball is ready, it contains two new songs and some older ones are updated.</a></div>
</div>
<div class="newsitem">
<div class="newsdate">13. Jan 2000</div>
<div class="newsbody"><a href="download.html#cvs">The CVSROOT has changed, if you use the CVS version you need to do a recheckout</a></div>
</div>
<div class="newsitem">
<div class="newsdate">05. Jan 2000</div>
<div class="newsbody"><a href="download.html#cvs">The Pingus CVS version uses now ClanLib 0.3.1, it will <em>not</em> work with ClanLib 0.2.x.</a></div>
</div>
<div class="newsitem">
<div class="newsdate">04. Jan 2000</div>
<div class="newsbody"><a href="development.html">Added a level building guide and some Gimp scripts</a></div>
</div>
<h2>1999</h2>
<div class="newsitem">
<div class="newsdate">29. Dec 1999</div>
<div class="newsbody"><a href="download.html#data">Released a Pingus music tarball</a></div>
</div>
<div class="newsitem">
<div class="newsdate">26. Dec 1999</div>
<div class="newsbody">Added <a href="download.html#rpm">RPMs</a> and a new <a href="download.html#source">tarball</a> of Pingus 0.3.0a</div>
</div>
<div class="newsitem">
<div class="newsdate">25. Dec 1999</div>
<div class="newsbody"><a href="download.html">Some levelfiles are missing in Pingus 0.3.0, a patch is available</a></div>
</div>
<div class="newsitem">
<div class="newsdate">24. Dec 1999</div>
<div class="newsbody"><a href="download.html">Released version 0.3.0</a></div>
</div>
<div class="newsitem">
<div class="newsdate">11. Nov 1999</div>
<div class="newsbody"><a href="download.html">Released RPMs of Pingus 0.2.4</a></div>
</div>
<div class="newsitem">
<div class="newsdate">8. Nov 1999</div>
<div class="newsbody"><a href="download.html">Released Windows version of 0.2.4</a></div>
</div>
<div class="newsitem">
<div class="newsdate">7. Nov 1999</div>
<div class="newsbody"><a href="download.html">Released version 0.2.4</a></div>
</div>
<div class="newsitem">
<div class="newsdate">10. Oct 1999</div>
<div class="newsbody">Uploaded new versions of the RPMs, which fix a little bug</div>
</div>
<div class="newsitem">
<div class="newsdate">06. Oct 1999</div>
<div class="newsbody">Binary RPMs of Pingus 0.2.3 are available</div>
</div>
<div class="newsitem">
<div class="newsdate">04. Oct 1999</div>
<div class="newsbody">Source RPMs of Pingus 0.2.3 are available</div>
</div>
<div class="newsitem">
<div class="newsdate">30. Sept 1999</div>
<div class="newsbody"><a href="download.html">Released version 0.2.3</a> and first release of the <a href="download.html#win32">Windows port</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">29. Sept 1999</div>
<div class="newsbody">A good <a href="http://news.tucows.com/ext2/99/09/articles/ext2092719991.shtml">article</a> about Pinugs can be found at ext2.org.</div>
</div>
<div class="newsitem">
<div class="newsdate">26. Sept 1999</div>
<div class="newsbody">Added some documentation to for the <a href="levelformat.txt">levelfile format</a> and <a href="gfx.html">gfx painting</a> to the <a href="development.html">development section</a></div>
</div>
<div class="newsitem">
<div class="newsdate">18. Sept 1999</div>
<div class="newsbody"><a href="download.html">Source and binary RPMs from version 0.2.2 are available</a></div>
</div>
<div class="newsitem">
<div class="newsdate">10. Sept 1999</div>
<div class="newsbody"><a href="download.html">Released version 0.2.2</a></div>
</div>
<div class="newsitem">
<div class="newsdate">31. Aug 1999</div>
<div class="newsbody">Added a link to the <a href="http://dark.x.dtu.dk/~mbn/clanlib/download/snapshots/">daily cvs snapshots</a></div>
</div>
<div class="newsitem">
<div class="newsdate">25. Aug 1999</div>
<div class="newsbody">Released version 0.2.1</div>
</div>
<div class="newsitem">
<div class="newsdate">22. Aug 1999</div>
<div class="newsbody">Updated the webpage a bit</div>
</div>
<div class="newsitem">
<div class="newsdate">13. Aug 1999</div>
<div class="newsbody">Released Version 0.2.0b</div>
</div>
<div class="newsitem">
<div class="newsdate">12. Aug 1999</div>
<div class="newsbody">Released Version 0.2.0a and a patch for 0.2.0</div>
</div>
<div class="newsitem">
<div class="newsdate">11. Aug 1999</div>
<div class="newsbody">Released Version 0.2.0</div>
</div>
<div class="newsitem">
<div class="newsdate">01. Jul 1999</div>
<div class="newsbody">Released Version 0.1.1</div>
</div>
<div class="newsitem">
<div class="newsdate">28. Jun 1999</div>
<div class="newsbody">Pingus was presented at the <a href="http://www.linuxtag.org">LinuxTag</a>. <a href="mailto:grumbel@gmail.com">Ingo Ruhnke</a> created some special levels there, you can get the complete Special Editon in the <a href="download.html">download section</a></div>
</div>
<div class="newsitem">
<div class="newsdate">22. Jun 1999</div>
<div class="newsbody">Released <a href="download.html#0.1.0s">version 0.1.0</a></div>
</div>
<div class="newsitem">
<div class="newsdate">21. Jun 1999</div>
<div class="newsbody">A nice Pingus <a href="images/poster.jpg">poster</a> is now, available.</div>
</div>
<div class="newsitem">
<div class="newsdate">19. Jun 1999</div>
<div class="newsbody">Added infos about <a href="spots.html">Spot Objects</a></div>
</div>
<div class="newsitem">
<div class="newsdate">30. May 1999</div>
<div class="newsbody">Released pingus version 0.0.15</div>
</div>
<div class="newsitem">
<div class="newsdate">30. May 1999</div>
<div class="newsbody">I have uploaded a new CVS snapshot of ClanLib, checkout the <a href="download.html">download section</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">13. May 1999</div>
<div class="newsbody">The CVS version is now ready, checkout the <a href="download.html">download section</a>.</div>
</div>
<div class="newsitem">
<div class="newsdate">9. May 1999</div>
<div class="newsbody">Released pingus version 0.0.14</div>
</div>
<div class="newsitem">
<div class="newsdate">7. May 1999</div>
<div class="newsbody">Added some description to the <a href="level.html">development section</a></div>
</div>
<div class="newsitem">
<div class="newsdate">30. Apr 1999</div>
<div class="newsbody">Changed the layout of the webpage, to be more flexible and extensible.</div>
</div>
<div class="newsitem">
<div class="newsdate">01. Apr 1999</div>
<div class="newsbody">0.0.10: Hotspot, traps, exits and entrances all can now be read from a level file. An example level is included.</div>
</div>
<div class="newsitem">
<div class="newsdate">01. Apr 1999</div>
<div class="newsbody">0.0.9a: Same as the broken 0.0.9, only some bug fixes and clean ups</div>
</div>
<div class="newsitem">
<div class="newsdate">27. Mar 1999</div>
<div class="newsbody">0.0.9pre: Release of a static linked version</div>
</div>
<div class="newsitem">
<div class="newsdate">21. Mar 1999</div>
<div class="newsbody">0.0.8: Rewrite of Pingu class, entrance and exit are ready</div>
</div>
<div class="newsitem">
<div class="newsdate">14. Mar 1999</div>
<div class="newsbody">0.0.7: Compiling should now be easier, make install should work (for /usr/local only). Walker pingu now included.</div>
</div>
<div class="newsitem">
<div class="newsdate">07. Mar 1999</div>
<div class="newsbody">Release of version 0.0.6, more trouble to get it compiled</div>
</div>
<div class="newsitem">
<div class="newsdate">20. Feb 1999</div>
<div class="newsbody">Release of version 0.0.5, better speed (~15fps), basic mouse support and a nice tile map</div>
</div>
<div class="newsitem">
<div class="newsdate">31. Jan 1999</div>
<div class="newsbody">Fourth release, levels are now read from file and support for tile maps is available</div>
</div>
<div class="newsitem">
<div class="newsdate">17. Jan 1999</div>
<div class="newsbody">Third Release, more complete drawing routines</div>
</div>
<div class="newsitem">
<div class="newsdate">10. Jan 1999</div>
<div class="newsbody">Second Release, maybe compilable</div>
</div>
<h2>1998</h2>
<div class="newsitem">
<div class="newsdate">06. Dec 1998</div>
<div class="newsbody">First version available and added some infos about the level format</div>
</div>
<div class="newsitem">
<div class="newsdate">28. Nov 1998</div>
<div class="newsbody">Changed the GFX-Lib from Allegro to <a href="http://www.clanlib.org">ClanLib</a></div>
</div>
<div class="newsitem">
<div class="newsdate">07. Nov 1998</div>
<div class="newsbody">Started Programming <strong>Pingus</strong></div>
</div>
<div class="newsitem">
<div class="newsdate">04. Nov 1998</div>
<div class="newsbody">Got the Idea to start a Lemmings clone</div>
</div>
</div>
<div id="footer">Copyright © 1998-2015 <a href="http://grumbel.blogspot.co.at/">Ingo Ruhnke</a> <<a href="mailto:grumbel@gmail.com">grumbel@gmail.com</a>></div>
</div>
</body>
</html>