summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-06-09 20:02:10 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-06-09 20:02:10 +0200
commit1ce650f013fc40c3618bd8a7c53e0e93dac036da (patch)
tree4a3ef7834a19d109e28fb7f5322c5adaa84be676
parent6a47bcb21c4fb1a8df03f1dd6ecf64e408a1e622 (diff)
downloadmana-client-1ce650f013fc40c3618bd8a7c53e0e93dac036da.tar.gz
mana-client-1ce650f013fc40c3618bd8a7c53e0e93dac036da.tar.bz2
mana-client-1ce650f013fc40c3618bd8a7c53e0e93dac036da.tar.xz
mana-client-1ce650f013fc40c3618bd8a7c53e0e93dac036da.zip
Updated version and changes for 0.0.29.1 release
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS7
-rw-r--r--README2
-rwxr-xr-xconfigure.ac4
-rw-r--r--data/help/changes.txt40
-rw-r--r--data/help/header.txt2
-rw-r--r--packaging/windows/setup.nsi2
-rw-r--r--src/main.h2
-rw-r--r--src/winver.h4
9 files changed, 35 insertions, 30 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e20ec309..11d20a0a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(TMW)
-SET(VERSION 0.0.29)
+SET(VERSION 0.0.29.1)
# where to look for cmake modules
SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules)
diff --git a/NEWS b/NEWS
index 0fda11ee..85dac1ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-0.0.29.1 (...)
+0.0.29.1 (9 June 2009)
+- Added the ability to change your password after logging in
- The leader of a party is now displayed in bold
- Status window was reorganized to allow larger numbers to be displayed
+- The client no longer quits when it can't find the current map
- Fixed position of floating text for damage, pickup and experience
- Fixed a possible crash on logging in to the map server
- Fixed the crash when shift-clicking an item in the inventory
@@ -11,7 +13,10 @@
- Fixed Reset Windows to also reset the party window
- Fixed problems with the context menu in the Brazilian translation
- Fixed resetting the height of the chat on /clear
+- Fixed playing of login song and the music after login
+- Fixed a problem with the player skipping corners, desyncing from the server
- Small optimizations to OpenGL mode when drawing certain GUI widgets
+- Updated Spanish, Polish, Portugese, Swedish, French and German translations
0.0.29 (13 May 2009)
- Added support for dynamic emotes and a new way to select them
diff --git a/README b/README
index 8587fa84..c6f0acb2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA WORLD
==============
- Version: 0.0.29 Date: 13/05/2009
+ Version: 0.0.29.1 Date: 09/06/2009
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index 89a62d96..3649a520 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([The Mana World], [0.0.29], [themanaworld-devel@lists.sourceforge.net], [tmw])
-AM_INIT_AUTOMAKE
+AC_INIT([The Mana World], [0.0.29.1], [themanaworld-devel@lists.sourceforge.net], [tmw])
+AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
diff --git a/data/help/changes.txt b/data/help/changes.txt
index 840bd691..e330038a 100644
--- a/data/help/changes.txt
+++ b/data/help/changes.txt
@@ -3,6 +3,26 @@
##3 === RECENT CHANGES ===
+ 0.0.29.1 (9 June 2009)
+ - Added the ability to change your password after logging in
+ - The leader of a party is now displayed in bold
+ - Status window was reorganized to allow larger numbers to be displayed
+ - The client no longer quits when it can't find the current map
+ - Fixed position of floating text for damage, pickup and experience
+ - Fixed a possible crash on logging in to the map server
+ - Fixed the crash when shift-clicking an item in the inventory
+ - Fixed a crash related to item links in the chat window
+ - Fixed a crash on whispering somebody again after closing their tab
+ - Fixed lightspeed bug when stopping to attack
+ - Fixed the -S/--home-dir command line option
+ - Fixed Reset Windows to also reset the party window
+ - Fixed problems with the context menu in the Brazilian translation
+ - Fixed resetting the height of the chat on /clear
+ - Fixed playing of login song and the music after login
+ - Fixed a problem with the player skipping corners, desyncing from the server
+ - Small optimizations to OpenGL mode when drawing certain GUI widgets
+ - Updated Spanish, Polish, Portugese, Swedish, French and German translations
+
0.0.29 (13 May 2009)
- Added support for dynamic emotes and a new way to select them
- Added speech balloons that wrap the text
@@ -97,23 +117,3 @@
- Position names and chat such that there is no overlap, when possible
- Fixed a crash when loading a corrupt map that has too much layer data
- 0.0.25 (27 July 2008)
- - Added support for whispering to other players
- - Added ability to ignore other players
- - Added command line argument for specifying the update host (-H)
- - Added support for receiving the update host from the server
- - Added support for displaying a shield sprite
- - Added shortcut window, allowing you to quickly access inventory items
- - Added message when gaining money from trade or quest
- - Added support for an arbitrary number of map layers
- - Added support for basing one sprite definition on another
- - Added the possibility to assign particle effects to NPCs
- - Added remembering whether windows are visible or not
- - Updated to work with Guichan 0.8.x
- - Improved accuracy of monster targeting with the mouse
- - Page up and page down will now scroll the chat window
- - Item icons are now loaded on demand and unloaded when no longer used
- - Fixed display of critical hits
- - Fixed multi-channel image dyeing
- - Fixed updating of money display after buying
-
diff --git a/data/help/header.txt b/data/help/header.txt
index d7e8e6e5..6008f64c 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.29 ##2Date:##3 13 May 2009
+ ##2Version:##6 0.0.29.1 ##2Date:##3 9 June 2009
##2 Website: http://themanaworld.org
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 495dda3c..a9c433c9 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -9,7 +9,7 @@ SetCompressor /SOLID lzma
; HM NIS Edit helper defines
!define PRODUCT_NAME "The Mana World"
-!define PRODUCT_VERSION "0.0.29"
+!define PRODUCT_VERSION "0.0.29.1"
!define PRODUCT_PUBLISHER "The Mana World Development Team"
!define PRODUCT_WEB_SITE "http://themanaworld.org"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\tmw.exe"
diff --git a/src/main.h b/src/main.h
index c0d0a5bd..bd1c6184 100644
--- a/src/main.h
+++ b/src/main.h
@@ -58,7 +58,7 @@
#elif defined WIN32
#include "winver.h"
#elif defined __APPLE__
-#define PACKAGE_VERSION "0.0.29"
+#define PACKAGE_VERSION "0.0.29.1"
#endif
#ifdef PACKAGE_VERSION
diff --git a/src/winver.h b/src/winver.h
index 4996bdfb..708e247b 100644
--- a/src/winver.h
+++ b/src/winver.h
@@ -2,5 +2,5 @@
#define VER_MAJOR 0
#define VER_MINOR 0
#define VER_RELEASE 29
-#define VER_BUILD 0
-#define PACKAGE_VERSION "0.0.29"
+#define VER_BUILD 1
+#define PACKAGE_VERSION "0.0.29.1"