summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-12-24 15:20:32 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-12-24 15:20:32 +0000
commit3784ce02a149ef40a269d30d8fc7e8ad0407516c (patch)
tree7cc986f0e7a8609fe1e57a6fa123eb43382c26db
parenteaa16c5602d7f9081ef16c799f4492b68cc81a9c (diff)
downloadmana-client-3784ce02a149ef40a269d30d8fc7e8ad0407516c.tar.gz
mana-client-3784ce02a149ef40a269d30d8fc7e8ad0407516c.tar.bz2
mana-client-3784ce02a149ef40a269d30d8fc7e8ad0407516c.tar.xz
mana-client-3784ce02a149ef40a269d30d8fc7e8ad0407516c.zip
Some preparations for release 0.0.18.1. Fixing of damage fadeout glitches is
also planned to be included in this release.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS3
-rw-r--r--The Mana World.dev6
-rwxr-xr-xconfigure.ac2
4 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d43a4235..b4bcf9bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
* src/main.cpp: When compiling with OpenGL support, it'll default to
using OpenGL on only Windows and Mac. These systems are known to have
stable acceleration most of the time.
+ * NEWS, configure.ac, The Mana World.dev: Updated in preparation of
+ release 0.0.18.1.
2005-12-20 Bjørn Lindeijer <bjorn@lindeijer.nl>
diff --git a/NEWS b/NEWS
index 7c60f506..a3798c96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.0.18.1 (24 December 2005)
+- Fixed a drawing glitch with high tiles at the bottom of the screen
+
0.0.18 (20 December 2005)
- Added new items, npcs, tilesets, maps and monsters
- Non blocking connection at startup
diff --git a/The Mana World.dev b/The Mana World.dev
index 823b0792..56e039d8 100644
--- a/The Mana World.dev
+++ b/The Mana World.dev
@@ -33,18 +33,18 @@ CompilerSettings=0010001001001000001101
Major=0
Minor=0
Release=18
-Build=0
+Build=1
LanguageID=1033
CharsetID=1252
CompanyName=The Mana World Development Team
-FileVersion=0.0.18
+FileVersion=0.0.18.1
FileDescription=The Mana World
InternalName=tmw.exe
LegalCopyright=2004-2005 (C)
LegalTrademarks=
OriginalFilename=tmw.exe
ProductName=The Mana World MMORPG
-ProductVersion=0.0.18
+ProductVersion=0.0.18.1
AutoIncBuildNr=0
[Unit8]
diff --git a/configure.ac b/configure.ac
index 835907e6..4558edd3 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([The Mana World], [0.0.18], [umperio@users.sourceforge.net], [tmw])
+AC_INIT([The Mana World], [0.0.18.1], [umperio@users.sourceforge.net], [tmw])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS