summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-09 20:36:12 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-09 20:36:12 +0100
commit9412eceeb4063f9b7540493449734299b5f3b3cd (patch)
treeee3336e052e057df7e6d470ad661dfd93f4b49b9
parenta69fe2636b8c658ba9efa604059232b203243e46 (diff)
downloadmana-client-9412eceeb4063f9b7540493449734299b5f3b3cd.tar.gz
mana-client-9412eceeb4063f9b7540493449734299b5f3b3cd.tar.bz2
mana-client-9412eceeb4063f9b7540493449734299b5f3b3cd.tar.xz
mana-client-9412eceeb4063f9b7540493449734299b5f3b3cd.zip
Updated release date for 0.0.27v0.0.27
-rw-r--r--NEWS3
-rw-r--r--README2
-rw-r--r--data/help/changes.txt3
-rw-r--r--data/help/header.txt2
-rw-r--r--tmw.cbp2
5 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 078fcda8..4f64967d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.0.27 (7 December 2008)
+0.0.27 (9 December 2008)
- Added support for showing map name above minimap
- Added showing how long the ban is when banned
- Added --data parameter for developers
@@ -15,6 +15,7 @@
- Only require a restart to switch to full screen with OpenGL on Windows
- Make sure news and update file list aren't cached (from Aethyra)
- Made NPC dialogs resizable (from Aethyra)
+- Made window shortcuts configurable
- Fixed visibility of trade window on startup
- Fixed a client input freeze when closing NPC script from server
- Fixed dead players to lie on the ground instead of standing around
diff --git a/README b/README
index d2318cb0..d2caba88 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA WORLD
==============
- Version: 0.0.27 Date: 7/12/2008
+ Version: 0.0.27 Date: 9/12/2008
Development team:
- See AUTHORS file for a list
diff --git a/data/help/changes.txt b/data/help/changes.txt
index 865f66fc..62035a01 100644
--- a/data/help/changes.txt
+++ b/data/help/changes.txt
@@ -3,7 +3,7 @@
##3 === RECENT CHANGES ===
- 0.0.27 (7 December 2008)
+ 0.0.27 (9 December 2008)
- Added support for showing map name above minimap
- Added showing how long the ban is when banned
- Added --data parameter for developers
@@ -20,6 +20,7 @@
- Only require a restart to switch to full screen with OpenGL on Windows
- Make sure news and update file list aren't cached (from Aethyra)
- Made NPC dialogs resizable (from Aethyra)
+ - Made window shortcuts configurable
- Fixed visibility of trade window on startup
- Fixed a client input freeze when closing NPC script from server
- Fixed dead players to lie on the ground instead of standing around
diff --git a/data/help/header.txt b/data/help/header.txt
index 382b9592..0d3ff134 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.27 ##2Date:##3 7 December 2008
+ ##2Version:##6 0.0.27 ##2Date:##3 9 December 2008
##2 Website: http://themanaworld.org
diff --git a/tmw.cbp b/tmw.cbp
index aec0d606..221c709f 100644
--- a/tmw.cbp
+++ b/tmw.cbp
@@ -154,8 +154,6 @@
<Unit filename="src\gui\minimap.h" />
<Unit filename="src\gui\ministatus.cpp" />
<Unit filename="src\gui\ministatus.h" />
- <Unit filename="src\gui\newskill.cpp" />
- <Unit filename="src\gui\newskill.h" />
<Unit filename="src\gui\npc_text.cpp" />
<Unit filename="src\gui\npc_text.h" />
<Unit filename="src\gui\npclistdialog.cpp" />