-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnews.xml
210 lines (192 loc) · 8.88 KB
/
news.xml
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
<?xml version="1.0" ?>
<page title="News">
<section title="2015">
<news>
<item date="23. Mar 2015">
<p>The Pingus source code repository has been moved to Github and is now located
<a href="https://github.com/Pingus/pingus">here</a>.</p>
</item>
</news>
</section>
<section title="2011">
<news>
<item date="30. Dec 2011">
The MacOSX packages got another update, which should fix the remaining known issues.
</item>
<item date="29. Dec 2011">
A new <a
href="http://pingus.googlecode.com/files/Pingus-0.7.6.1.dmg">MacOSX
port of Pingus 0.7.6</a> is available, it should fix some
issues with the previous one.
</item>
<item date="27. Dec 2011">
<p>
<a href="mailto:[email protected]">Jonas Bähr</a> has build
a <a
href="http://pingus.googlecode.com/files/Pingus-0.7.6.dmg">MacOSX
port of Pingus 0.7.6</a>, you can find it in the download
section.
</p>
</item>
<item date="24. Dec 2011">
<p>Pingus 0.7.6 is out, not much changes to the core game, but 10 brand new Xmas themed levels.</p>
<ul>
<li>added new SVG icons for Pingus</li>
<li>added 10 new xmas themed levels</li>
<li>added ability to sort levelsets by priority</li>
</ul>
</item>
<item date="25. Oct 2011">
<p>
Pingus 0.7.5 is out, changes include among some fixes, 10
brand new Halloween levels. Linux and Windows versions are
provided. No Mac version at this point, it might fallow
later on.
</p>
<ul>
<li>fixed memory leak in OpenGL renderer</li>
<li>added support for Win32 cross-compilation with mingw32</li>
<li>added gamespeed adjustments via KPPlus, KPMinus, KPEnter</li>
<li>added single-stepping the game with 'S'</li>
<li>added better application icon</li>
<li>added access to all levelsets in developer-mode (Ctrl-m)</li>
<li>added 10 new Halloween levels</li>
</ul>
<a href="download.html">Download</a>
</item>
<item date="23. Oct 2011">
<p>
Pingus 0.7.5 is nearing completion. A first release candidate is now available for testing at:
</p>
<ul>
<li><a href="http://pingus.googlecode.com/files/pingus-0.7.5rc1.tar.bz2">pingus-0.7.5rc1.tar.bz2 - source code</a></li>
<li><a href="http://pingus.googlecode.com/files/Pingus-0.7.5rc1.exe">Pingus-0.7.5rc1.exe - Windows version</a></li>
</ul>
<p>
Final release will follow in a few days.
</p>
</item>
<item date="12. Oct 2011">
<p>
There is now a preliminary Win32 build available for Pingus
0.7.4. Note that this is a rather rough release, it doesn't
contain an installer yet and has not been tested at all on
native Windows, just in Wine. Use it at your own risk.
</p>
<ul>
<li><a href="http://pingus.seul.org/~grumbel/tmp/md5/90a04be9d1d57101d1cb91b6121a6cb9-pingus-0.7.4-3f338c61e9554b88b17fbef319465122cf1d8b31-win32.zip">pingus-0.7.4-3f338c61e9554b88b17fbef319465122cf1d8b31-win32.zip</a></li>
</ul>
</item>
<item date="10. Oct 2011">
<p>
At long
last, <a href="http://pingus.googlecode.com/files/pingus-0.7.4.tar.bz2">Pingus
0.7.4</a> is out. This release does not yet continue the
main story, but it contains all the little improvements and
bug fixes that have been allocated over the last few years.
As a bonus however this release contains two new levelsets
with 27 new levels. This release is source only at the
moment and will compile in Linux. Windows and MacOSX
versions might follow at a later point. Some more things
that have changed in this release are:
</p>
<ul>
<li>fixed game not starting when no soundcard is present</li>
<li>all halloween and tutorial levels have been converted to a minimum size of 1920x1200 so they can be played in fullscreen without letterboxing</li>
<li>new --userdir command line switch to set the directory where savegames are saved</li>
<li>menu getting confused by fast succedding clicks fixed</li>
<li>level-demo recording and playback are back (files not compatible between x86 and x86-64)</li>
<li>window resize support throughout the whole game</li>
<li>dirty-rectangles drawing for improved performance with software rendering</li>
<li>OpenGL rendering</li>
<li>new blackboard graphic</li>
<li>Unicode support</li>
<li>two new levelsets, "Desert" and "Factory Campaign", with 27 new levels</li>
<li>added a man-page</li>
<li>deadly fall height has been increased</li>
<li>support for prefab objects and groups in the editor</li>
<li>cleaned up digger, miner and basher paths</li>
<li>added an option menu</li>
<li>lots of minor bug fixes</li>
<li>bitmap fonts have been generated with anti-aliasing</li>
</ul>
</item>
<item date="01. Sep 2011">
Stuck in Pingus? Full <a href="http://www.youtube.com/playlist?list=PL85CB546B69E1E313">walkthrough videos for the Tutorial Island and the Halloween 2007 levelset</a> are available on Youtube.
</item>
<item date="31. Aug 2011">
The Pingus source code repository has been moved to Git and is now located at
<a href="http://code.google.com/p/pingus/source/checkout">code.google.com</a>.
</item>
</news>
</section>
<section title="2010">
<news>
<item date="12. Apr 2010">
The webpage got a little relayout.
</item>
<item date="18. Mar 2010">
Pingus 0.7.3 is released, nothing new in terms of gameplay, just
some fixes to make it work with newer incarnations of GCC.
</item>
</news>
</section>
<section title="2007">
<news>
<item date="31. Oct 2007">
Pingus 0.7.2 is released, this release features 8 brand new
Halloween levels along with numerous smaller bug fixes.
<ul>
<li>added support for levelsets</li>
<li>added 8 new levels in the form of a halloween levelset</li>
<li>added window resize support to the editor (use --allow-resize)</li>
<li>added minimap to the editor</li>
<li>scroll wheel support to change the actions</li>
<li>right and middle button now both scroll</li>
<li>'jumper dying on landing' bug fixed</li>
<li>numerous other small bug fixes</li>
</ul>
</item>
<item date="23. Sep 2007">
Pingus 0.7.1 is released, this is the second release based on
SDL and among some small bug fixes, it also contains a brand new
level editor rewritten from scratch. Other new things in this
release:
<ul>
<li>faster sprite drawing, so more overall fps</li>
<li>level editor rewritten from scratch</li>
<li>level loading from command line fixed</li>
<li>numerous other command line parsing bugs fixed</li>
<li>separate images for gfx and colmap are used again</li>
<li>input subsystem rewritten from scratch, supports now gamepads,
usbmice, wiimote (some of those might unfinished and not enabled by
default)</li>
</ul>
</item>
<item date="25. Aug 2007">
Pingus 0.7.0 is released, this is the first working version of
Pingus that is based on SDL. New things in this release:
<ul>
<li>switch from ClanLib to SDL</li>
<li>new anti-aliased fonts</li>
<li>better support for resolutions larger then 800x600 (see --geometry WxH option)</li>
<li>s-expression based file format (converter scripts are available)</li>
<li>PPC and 64bit support</li>
<li>language support for Czech, German, Finish, Italian, Norwegian,
Serbian, Turkish, Danish, Dutch, Spanish, Fench and Polish</li>
<li>level editor temporarly removed</li>
<li>a little less fps then the ClanLib version</li>
<li>no new levels or other main features</li>
</ul>
</item>
<item date="25. Jun 2007">
Pingus goes multi-touch, some people at the RWTH Aachen used
Pingus gfx in the creation of their Table Lemmings game, you can find screenshots
at <a href="http://www.flickr.com/photos/davidh/567995242/">Flickr</a> and at their page at the
<a href="http://media.informatik.rwth-aachen.de/tiki-index.php?page=table-lemmings">RWTH
Aachen</a>.
</item>
</news>
</section>
<p style="text-align: right"><a href="news_old.html">Older News...</a></p>
</page>