summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-03-06 12:36:48 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-03-06 12:36:48 +0000
commit3e8adbadc2b22583b45219fab8cf4ffbed38bf07 (patch)
tree914e597699278d89f3a475be80aba357bcfbe499
parent5f9bbd205fec7d66643861a5204c6cc7dec639ba (diff)
downloadmana-client-3e8adbadc2b22583b45219fab8cf4ffbed38bf07.tar.gz
mana-client-3e8adbadc2b22583b45219fab8cf4ffbed38bf07.tar.bz2
mana-client-3e8adbadc2b22583b45219fab8cf4ffbed38bf07.tar.xz
mana-client-3e8adbadc2b22583b45219fab8cf4ffbed38bf07.zip
A bunch of updates to docs, ready for 0.0.19.
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog5
-rw-r--r--NEWS11
-rw-r--r--README2
-rw-r--r--data/help/changes.txt27
-rw-r--r--data/help/header.txt2
-rw-r--r--data/help/team.txt4
7 files changed, 50 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index ee4095af..2a0628cf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -8,7 +8,8 @@ The Mana World Dev Team
== Programmers ==
Bertram (SDL input, progress bar drawing, Debian package)
- Bjørn lindeijer (various parts, GUI, graphics, A* and map rewrites)
+ Bjørn Lindeijer (various parts, GUI, graphics, A* and map rewrites)
+ Björn Steinbrink (various parts)
Javila (various parts, GUI)
nym (several GUI parts)
Shura (configuration, sound, misc. ports)
diff --git a/ChangeLog b/ChangeLog
index 5f9cb3dc..1f203902 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-06 Eugenio Favalli <elvenprogrammer@gmail.com>
+
+ * AUTHORS, NEWS, README, data/help/changes.txt, data/help/header.txt,
+ data/help/team.txt: A bunch of updates to docs, ready for 0.0.19.
+
2006-03-05 Björn Steinbrink <B.Steinbrink@gmx.de>
* data/graphics/sprites/Makefile.am: Remove trailing whitespace.
diff --git a/NEWS b/NEWS
index 7e23677b..6268d311 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,14 @@
-0.0.19 (WIP)
+0.0.19 (6 March 2006)
- Added --username, --password and --defaults command line options
+- Improved login sequence
+- Enabled 3 slots to create players
+- Improved setup window and added a joystick calibration tool
+- Some maps fixes
+- Reorganized and improved network code
+- Fixed some bugs
+- Made the player walk to items prior to picking them up
+- Added new playerset
+- Lots of cleanups and code re-roganization
0.0.18.1 (30 December 2005)
- Fixed a drawing glitch with high tiles at the bottom of the screen
diff --git a/README b/README
index 1b4c1270..17431c0c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA WORLD
==============
- Version: 0.0.18 Date: 20/12/2005
+ Version: 0.0.19 Date: 06/03/2006
Development team:
diff --git a/data/help/changes.txt b/data/help/changes.txt
index 50bfd9fa..1c5149ff 100644
--- a/data/help/changes.txt
+++ b/data/help/changes.txt
@@ -3,6 +3,33 @@
##3 === RECENT CHANGES ===
+ 0.0.19 (6 March 2006)
+
+ - Added --username, --password and --defaults command line options
+ - Improved login sequence
+ - Enabled 3 slots to create players
+ - Improved setup window and added a joystick calibration tool
+ - Some maps fixes
+ - Reorganized and improved network code
+ - Fixed some bugs
+ - Made the player walk to items prior to picking them up
+ - Added new playerset
+ - Lots of cleanups and code re-roganization
+
+ 0.0.18.1 (30 December 2005)
+ - Fixed a drawing glitch with high tiles at the bottom of the screen
+ - Fixed glitches caused by fading out the damage display
+
+ 0.0.18 (20 December 2005)
+ - Added new items, npcs, tilesets, maps and monsters
+ - Non blocking connection at startup
+ - Enabled monster emotions
+ - Client version is now displayed during login
+ - Fixed setup window behaviour
+ - Fixed a Windows crash issue
+ - Fixed ScrollArea and BrowserBox behaviour
+ - Code cleanups
+
0.0.17 (10 October 2005)
- Added remembering of window position and sizes
diff --git a/data/help/header.txt b/data/help/header.txt
index ac28a931..1e663011 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.18 ##2Date:##6 20 December 2005
+ ##2Version:##6 0.0.19 ##2Date:##6 6 March 2005
##2 Website: http://themanaworld.org
diff --git a/data/help/team.txt b/data/help/team.txt
index ec20ca6b..e17771d5 100644
--- a/data/help/team.txt
+++ b/data/help/team.txt
@@ -15,6 +15,10 @@
b_lindeijer@users.sourceforge.net
(various parts, GUI, graphics, A* and map rewrites)
+ ##9Björn Steinbrink (aka Doener)
+ der_doener@users.sourceforge.net
+ (various parts)
+
##9Eric Scrivner (aka zenogais)
bitshift2002@users.sourceforge.net
(resource manager)