summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-09-16 12:10:15 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-09-16 12:10:15 +0000
commitb9b94c857cbf2dbf6036b86e7d59be649c018eac (patch)
treeb3368cc28a466c8a6fe1f7eccbf5c6c3a00a1329
parentfac417f9600eb3cd459595e9cd46161fa4a12df9 (diff)
downloadmana-client-b9b94c857cbf2dbf6036b86e7d59be649c018eac.tar.gz
mana-client-b9b94c857cbf2dbf6036b86e7d59be649c018eac.tar.bz2
mana-client-b9b94c857cbf2dbf6036b86e7d59be649c018eac.tar.xz
mana-client-b9b94c857cbf2dbf6036b86e7d59be649c018eac.zip
Updated release infos
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--data/help/changes.txt31
-rw-r--r--data/help/header.txt2
-rw-r--r--src/tmw.rc8
6 files changed, 43 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 127b95ce..9db2f5a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-16 Eugenio Favalli <elvenprogrammer@gmail.com>
+
+ * data/help/changes.txt, data/help/header.txt, NEWS, README,
+ src/tmw.rc: Updated release infos.
+
2006-09-14 Philipp Sehmisch <tmw@crushnet.org>
* src/animation.h, src/animatedsprite.h,
diff --git a/NEWS b/NEWS
index c9d745c0..2b77dca3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.0.21 (.. September 2006)
+0.0.21 (17 September 2006)
- Added item pickup messages to the chat dialog
- Added XP bar to ministatus in the top left
- Added configurable smooth and lazy scrolling
diff --git a/README b/README
index 55d65e1d..0313fac3 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA WORLD
==============
- Version: 0.0.20 Date: 23/07/2006
+ Version: 0.0.21 Date: 17/09/2006
Development team:
diff --git a/data/help/changes.txt b/data/help/changes.txt
index 2d0f9d86..f8a3eb67 100644
--- a/data/help/changes.txt
+++ b/data/help/changes.txt
@@ -3,6 +3,37 @@
##3 === RECENT CHANGES ===
+ 0.0.21 (17 September 2006)
+ - Added item pickup messages to the chat dialog
+ - Added XP bar to ministatus in the top left
+ - Added configurable smooth and lazy scrolling
+ - Added option to turn off the joystick
+ - Added --playername option for automatic character picking
+ - Added --configfile option for specifying which configuration file to use
+ - Added shortcut and middle mouse button for targetting nearest monster
+ - Added support for map effect overlays
+ - Fixed FPS limiter
+ - Fixed updating system on Windows
+ - Fixed player animations going out of sync on changing equipment or hairstyle
+ - Fixed SDL_image configure check on some systems by first checking for libpng
+ - Fixed big memory leak when using OpenGL
+ - Updated to work with Guichan 0.5.0 (older versions no longer supported)
+
+ 0.0.20 (24 July 2006)
+ - Added new hairstyle, and some fixes to the old ones
+ - Added slider to set FPS limit
+ - Added visible equipments
+ - Added new maps and monsters
+ - Added female characters
+ - Implemented a new animation system
+ - Updated the updating system
+ - Reduced size of textures to stay within the limits of some OpenGL drivers
+ - Fixed connection not being shut down completely in case of an error
+ - Fixed min size of a window when resizing
+ - Fixed some maps issues
+ - Some fixes to monsters and player graphics
+ - Minor bug fixes and lots of code cleanups
+
0.0.19 (6 March 2006)
- Added --username, --password and --defaults command line options
diff --git a/data/help/header.txt b/data/help/header.txt
index d9188a3b..30c1dc93 100644
--- a/data/help/header.txt
+++ b/data/help/header.txt
@@ -2,7 +2,7 @@
##1 T H E M A N A W O R L D
##1 ==========================================
- ##2Version:##6 0.0.20 ##2Date:##6 23 July 2006
+ ##2Version:##6 0.0.21 ##2Date:##6 17 September 2006
##2 Website: http://themanaworld.org
diff --git a/src/tmw.rc b/src/tmw.rc
index 31411b61..388b643d 100644
--- a/src/tmw.rc
+++ b/src/tmw.rc
@@ -7,8 +7,8 @@ A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw-icon.ico"
// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS...
//
1 VERSIONINFO
-FILEVERSION 0,0,20,0
-PRODUCTVERSION 0,0,20,0
+FILEVERSION 0,0,21,0
+PRODUCTVERSION 0,0,21,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
@@ -16,14 +16,14 @@ FILETYPE VFT_APP
BLOCK "040904E4"
{
VALUE "CompanyName", "The Mana World Development Team"
- VALUE "FileVersion", "0.0.20"
+ VALUE "FileVersion", "0.0.21"
VALUE "FileDescription", "The Mana World"
VALUE "InternalName", "tmw.exe"
VALUE "LegalCopyright", "2004-2006 (C)"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "tmw.exe"
VALUE "ProductName", "The Mana World MMORPG"
- VALUE "ProductVersion", "0.0.20"
+ VALUE "ProductVersion", "0.0.21"
}
}
BLOCK "VarFileInfo"