summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-07-20 08:11:14 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-07-20 08:11:14 +0000
commit8428461d6d932b3bd278e8cd3d294c4c5ca53c9f (patch)
tree7c5d8dc75198ffa13010de45fac26a0cb8f65978
parent3618e7adb44fd79968cfae6eb769e11afed13921 (diff)
downloadmana-client-8428461d6d932b3bd278e8cd3d294c4c5ca53c9f.tar.gz
mana-client-8428461d6d932b3bd278e8cd3d294c4c5ca53c9f.tar.bz2
mana-client-8428461d6d932b3bd278e8cd3d294c4c5ca53c9f.tar.xz
mana-client-8428461d6d932b3bd278e8cd3d294c4c5ca53c9f.zip
Added new features of 0.0.20.
-rw-r--r--ChangeLog14
-rw-r--r--NEWS15
2 files changed, 16 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aa71e70..bd9470f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* data/help/header.txt, data/help/skills.txt, docs/FAQ.txt, README:
Updated some docs for the 0.0.20 release.
+ * NEWS: Added new features of 0.0.20.
2006-07-19 Bjørn Lindeijer <bjorn@lindeijer.nl>
@@ -239,11 +240,6 @@
* data/graphics/sprites/player_male_base.xml: Animation file now has
the syntax described on the wiki.
-2006-06-27 Frode Lindeijer <f.lindeijer@gmail.com>
-
- * /tmw/trunk/data/graphics/sprites/player_male_base.png:
- Fixed transparency issue with the north punching frames
-
2006-06-27 Eugenio Favalli <elvenprogrammer@gmail.com>
* data/graphics/sprites/Makefile.am,
@@ -329,14 +325,6 @@
The Mana World: You can now see the shirt when equipping a top
equipment.
-2006-05-12 Eugenio Favalli <elvenprogrammer@gmail.com>
-
- * data/graphics/sprites/item1202.png,
- data/graphics/sprites/Makefile.am, src/being.cpp, src/being.h,
- src/localplayer.cpp, src/localplayer.h, src/main.cpp, src/player.cpp,
- The Mana World: You can now see the shirt when equipping a top
- equipment.
-
2006-05-05 Eugenio Favalli <elvenprogrammer@gmail.com>
* src/gui/setup_video.cpp: Fixed some numeric conversions.
diff --git a/NEWS b/NEWS
index 6b530c5c..b30f1f89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.0.20 (23 July 2006)
+- Reduced size of textures to stay within the OpenGL limits
+- Added new hairstyle, and some fixes to the old ones
+- Fixed connection not being shut down completely in case of an error
+- Fixed min size of a window when resizing
+- Added slider to set FPS limit
+- Added visible equipments
+- Added new maps and monsters
+- Added female characters
+- Some fixes to monsters and player graphics
+- Implemented a new animation system
+- Updated the updating system
+- Fixed some maps issues
+- Minor bug fixes and lots of code cleanups
+
0.0.19 (6 March 2006)
- Added new playerset
- Added --username, --password and --defaults command line options