diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | data/help/changes.txt | 3 | ||||
-rw-r--r-- | data/help/header.txt | 2 | ||||
-rw-r--r-- | tmw.cbp | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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 @@ -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" /> |