diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | data/help/changes.txt | 27 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rw-r--r-- | data/help/team.txt | 4 |
7 files changed, 50 insertions, 4 deletions
@@ -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) @@ -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. @@ -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 @@ -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) |