summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-13 00:49:37 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-13 00:54:44 +0200
commit01d87fa38bdffe7207e1370e64f1178a43bd8bbf (patch)
treeb29650ee525c0f52bee4498900e1d7c3c590490a
parent7b0309c45591a98846b650e789829a0b0de309e9 (diff)
downloadmana-client-01d87fa38bdffe7207e1370e64f1178a43bd8bbf.tar.gz
mana-client-01d87fa38bdffe7207e1370e64f1178a43bd8bbf.tar.bz2
mana-client-01d87fa38bdffe7207e1370e64f1178a43bd8bbf.tar.xz
mana-client-01d87fa38bdffe7207e1370e64f1178a43bd8bbf.zip
Set the release date and updated README and NEWS files
-rw-r--r--INSTALL12
-rw-r--r--NEWS58
-rw-r--r--README3
-rw-r--r--data/help/changes.txt44
-rw-r--r--data/help/header.txt2
5 files changed, 101 insertions, 18 deletions
diff --git a/INSTALL b/INSTALL
index 7a466ecc..8aeb7183 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,7 +24,7 @@ and some libraries. The required libraries are:
* ENet 1.2 http://enet.bespin.org/
* Guichan 0.8.x http://guichan.sourceforge.net/
* libxml2 http://www.xmlsoft.org/
-* physfs 1.0.x http://icculus.org/physfs/
+* physfs 1.x http://icculus.org/physfs/
* zlib 1.2.x http://www.gzip.org/zlib/
* libcurl http://curl.haxx.se/libcurl/
@@ -67,6 +67,16 @@ different prefix to configure as usual.
Rebuild the executable from scratch using "make clean" and then "make".
+ NOTE: This version of TMW can be compiled with support for connecting to
+ tmwserv, a server developed from scratch by the TMW project. However, the
+ client won't support eAthena anymore when you do. In future clients we
+ intend to support either server from a single compile.
+
+ To configure the client with support for tmwserv, do step 3 as follows:
+
+ ./configure --with-server=tmwserv
+
+
3. Notes
========
diff --git a/NEWS b/NEWS
index 34d661db..178a58f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,46 @@
-0.0.29 (...)
-* Added ability to record the chatlog to a file
-* Added support for dynamic emotes
-* Added speech balloons that wrap the text
-* Added item popup for showing detailed information
-* Added support for external tilesets
-* Added ability to refer to items in chat
-* Added the ability to see your own name in game
-* Made smily shortcuts customizable in more detail
-* Made chat colors customizable
-* Made it possible to change resolution
-* GUI opacity now effects more widgets
-* Redesigned equipment window and allow unequip from there
-* Next level percentage is now displayed in hundredths
-* Player and NPC names now appear in bold for better readability
+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
+- Added item popup for showing detailed information
+- Added ability to refer to items in chat
+- Added the ability to see your own name in game
+- Added the option to hide player names
+- Added support for dynamically defined weight unit and currency
+- Added support for NPC item storage
+- Added compile-time support for tmwserv, as an alternative to eAthena
+- Added support for entering the port of the login server
+- Added support for creating parties and inviting other players to them
+- Added tabs to the chat window for party and private chats
+- Added ability to set initial player attributes when creating a new character
+- Added command line option to temporarily disable OpenGL (--no-opengl)
+- Added support for showing arrows flying through the air
+- Added option to show pickup as text particle instead of in the chat
+- Added ability to change the font size
+- Added support for the /me command to do actions
+- Added a /present command to show players present in the area
+- Added ability to record the chatlog to a file
+- Made emote shortcuts customizable in more detail
+- Made it possible to change resolution
+- Made many colors used by the game configurable
+- Made setup window available during login
+- Dynamically generate the item effects description
+- Minimap can now be told to stay on the screen
+- Minimap now adapts to the scale and size of the minimap image
+- Non-stackable items can now be sold more easily
+- Login dialog now remembers the list of recently used servers
+- Completely rewritten NPC interaction
+- GUI opacity now effects the whole user interface
+- Redesigned the trade window
+- Redesigned equipment window and allow unequip from there
+- Next level percentage is now displayed in hundredths
+- The player will no longer walk away when clicking the map while sitting
+- Keep the login screen from taking 100% CPU
+- No longer prompt for character server when there is only one
+- Fixed compilation with GCC 4.4
+- Fixed scroll wheel handling and dragging glitches in lists
+- Many more bug fixes, small improvements and code cleanups
+- Updated German, Finnish, Croatian, French, Spanish, Swedish and Polish
+ translations
0.0.28.1 (12 February 2009)
- Enabled translations on Windows
diff --git a/README b/README
index 2034f807..8587fa84 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA WORLD
==============
- Version: 0.0.29 Date: XX/XX/2009
+ Version: 0.0.29 Date: 13/05/2009
Development team:
- See AUTHORS file for a list
@@ -12,6 +12,7 @@ THE MANA WORLD
- Guichan (GUI framework)
- libxml2 (XML parsing and writing)
- PhysFS (Data files)
+ - ENet (UDP networking library)
- libcurl (HTTP downloads)
- zlib (Archives)
diff --git a/data/help/changes.txt b/data/help/changes.txt
index 50242b50..840bd691 100644
--- a/data/help/changes.txt
+++ b/data/help/changes.txt
@@ -3,6 +3,50 @@
##3 === RECENT CHANGES ===
+ 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
+ - Added item popup for showing detailed information
+ - Added ability to refer to items in chat
+ - Added the ability to see your own name in game
+ - Added the option to hide player names
+ - Added support for dynamically defined weight unit and currency
+ - Added support for NPC item storage
+ - Added compile-time support for tmwserv, as an alternative to eAthena
+ - Added support for entering the port of the login server
+ - Added support for creating parties and inviting other players to them
+ - Added tabs to the chat window for party and private chats
+ - Added ability to set initial player attributes when creating a new character
+ - Added command line option to temporarily disable OpenGL (--no-opengl)
+ - Added support for showing arrows flying through the air
+ - Added option to show pickup as text particle instead of in the chat
+ - Added ability to change the font size
+ - Added support for the /me command to do actions
+ - Added a /present command to show players present in the area
+ - Added ability to record the chatlog to a file
+ - Made emote shortcuts customizable in more detail
+ - Made it possible to change resolution
+ - Made many colors used by the game configurable
+ - Made setup window available during login
+ - Dynamically generate the item effects description
+ - Minimap can now be told to stay on the screen
+ - Minimap now adapts to the scale and size of the minimap image
+ - Non-stackable items can now be sold more easily
+ - Login dialog now remembers the list of recently used servers
+ - Completely rewritten NPC interaction
+ - GUI opacity now effects the whole user interface
+ - Redesigned the trade window
+ - Redesigned equipment window and allow unequip from there
+ - Next level percentage is now displayed in hundredths
+ - The player will no longer walk away when clicking the map while sitting
+ - Keep the login screen from taking 100% CPU
+ - No longer prompt for character server when there is only one
+ - Fixed compilation with GCC 4.4
+ - Fixed scroll wheel handling and dragging glitches in lists
+ - Many more bug fixes, small improvements and code cleanups
+ - Updated German, Finnish, Croatian, French, Spanish, Swedish and Polish
+ translations
+
0.0.28.1 (12 February 2009)
- Enabled translations on Windows
- Added command line option to set home directory path
diff --git a/data/help/header.txt b/data/help/header.txt
index 0309b970..d7e8e6e5 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 [Day] [Month] 2009
+ ##2Version:##6 0.0.29 ##2Date:##3 13 May 2009
##2 Website: http://themanaworld.org