Added info to changelog

This commit is contained in:
Pali Rohár 2010-06-23 15:24:54 +02:00
parent d5aa14d42c
commit b467ecfd51
3 changed files with 16 additions and 2 deletions
debian
doc
src/stratagus

1
debian/rules vendored
View file

@ -2,6 +2,7 @@
# debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# GNU Copyright 2002-2004 by David Martínez Moreno.
# GNU Copyright 2010 by Pali Rohar
# Do you want verbosity...? Uncomment this.
#export DH_VERBOSE=1

View file

@ -31,11 +31,24 @@
<ul>
<p><li>2.2.6 UNRELEASED<p>
<ul>
<li>Ported stratagus to Maemo systems - Nokia N900 (from Pali Rohar)
<li>Ported engine to OpenGL ES 1.1 (from Pali Rohar)
<li>Fixed minimap (from upstream svn boswars)
<li>Fixed cross compile MinGW 32/64 (from Pali Rohar)
<li>Added option print debug output to console on Windows (from Pali Rohar)
<li>Added function PlayMovie to LUA scripts - play movies from game (from Pali Rohar)
<li>Added support for 64bit Windows version (from Pali Rohar)
<li>Added new NSIS Installer for Windows (from Pali Rohar)
</ul>
<p><li>2.2.5 Released<p>
<ul>
<li>Fixed attack range off by 1 bug (from Jimmy Salmon)
<li>Fixed bug releasing the same resource twice (from Jimmy Salmon)
</ul>
<p><li>2.2.4 Released<p>
<ul>
<li>Sea and air units don't bounce up and down anymore, that caused strange drawing errors with ships next to each other (from Jimmy Salmon)
@ -1292,7 +1305,7 @@ g the callback. (from Francois Beerten)
</ul>
<hr>
(C) Copyright 1998-2007 by The <a href="http://stratagus.org">Stratagus</a> Project
(C) Copyright 1998-2010 by The <a href="http://stratagus.org">Stratagus</a> Project
under the <a href="gpl.html">GNU General Public License</a>.<br>
All trademarks and copyrights on this page are owned by their respective owners.<br>
</body>

View file

@ -538,7 +538,7 @@ int SaveReplay(const std::string &filename)
static void PrintHeader(void)
{
fprintf(stdout, "%s\n written by Lutz Sammer, Fabrice Rossi, Vladi Shabanski, Patrice Fortier,\n"
"Jon Gabrielson, Andreas Arens, Nehal Mistry, Jimmy Salmon, and others.\n"
"Jon Gabrielson, Andreas Arens, Nehal Mistry, Jimmy Salmon, Pali Rohar, and others.\n"
"\t(http://stratagus.org)"
"\nCompile options %s", NameLine, CompileOptions.c_str());
}