diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-07-26 18:52:23 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-07-26 18:52:23 +0000 |
commit | ea17e8e26173d641fc9b3710b65209c03af5aff3 (patch) | |
tree | ea050ed05fba1aae2e2d900b9b1284a0ef1c9a53 | |
parent | d1339182aecd8892355421bb96e08d5345e1b9eb (diff) | |
download | mana-ea17e8e26173d641fc9b3710b65209c03af5aff3.tar.gz mana-ea17e8e26173d641fc9b3710b65209c03af5aff3.tar.bz2 mana-ea17e8e26173d641fc9b3710b65209c03af5aff3.tar.xz mana-ea17e8e26173d641fc9b3710b65209c03af5aff3.zip |
Some updates to docs
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | README | 15 | ||||
-rw-r--r-- | data/help/changes.txt | 15 | ||||
-rw-r--r-- | data/help/commands.txt | 12 | ||||
-rw-r--r-- | data/help/header.txt | 2 |
5 files changed, 37 insertions, 16 deletions
@@ -1,3 +1,12 @@ +2005-07-26 Eugenio Favalli <elvenprogrammer@gmail.com> + + * The Mana World.dev: Updated release infos. + * data/graphics/sprites/emotions.png: Added Modanung's smilies. + * src/being.cpp, src/engine.cpp: Fixed text and smilies position. + * src/game.cpp: Cleanups. + * src/gui/skill.cpp: Added new skill names. + * src/main.cpp: Moved sound playback to update screen and changed song. + 2005-07-24 Björn Steinbrink <B.Steinbrink@gmx.de> * src/game.cpp: Made the key-event handler use switches instead of @@ -1,7 +1,7 @@ THE MANA WORLD ============== - Version: 0.0.14.1 Date: 7/7/2005 + Version: 0.0.15 Date: 27/7/2005 Development team: @@ -13,6 +13,8 @@ THE MANA WORLD - Guichan (GUI framework) - libxml2 (XML parsing and writing) - PhysFS (Data files) + - libcurl (HTTP downloads) + - zlib (Archives) 0. Index @@ -33,8 +35,9 @@ Remember that the server is only for demo and development purposes. 2. Commands ----------- -Use arrow keys (or left mouse button) to move around and the right mouse button -over NPC's feet to talk to them or over a monster to attack it. Other keys: +KEYBOARD: + +Use arrow keys to move around. Other keys: - Left Ctrl attack - Alt + 0-9 show emotions @@ -50,6 +53,12 @@ over NPC's feet to talk to them or over a monster to attack it. Other keys: - Alt + C show setup window - Left Shift hold it when attacking to lock target for auto attack +MOUSE: + +Left click to execute default action: walk, pick up an item, attack a monster +and talk to NPCs (be sure to click on their feet). Right click to show up a +context menu. Holding [Left Shift] prevents from walking when attacking. + 3. Skills --------- diff --git a/data/help/changes.txt b/data/help/changes.txt index 98b1d70a..589078b7 100644 --- a/data/help/changes.txt +++ b/data/help/changes.txt @@ -3,12 +3,9 @@ ##3 === RECENT CHANGES === - - Added action menu (moved trading to action menu) - - Added support for map properties (to be used for music and minimap - settings) - - Added background image to minimap - - Fixed window resizing (applies to inventory window) - - Fixed inventory item display not to be cut off - - Fixed ghosts bug - - Fixed fullscreen switch bug (Opengl, win32) - - Added BGM to maps +- Added dynamic updating of client data +- Added much better font for chat and names +- Added option not to use the custom mouse cursor +- Added joystick support +- Improved mouse attack by not walking while pressing shift +- Fixed items being shown as equipped in inventory although they are not diff --git a/data/help/commands.txt b/data/help/commands.txt index 7920beae..bce9b820 100644 --- a/data/help/commands.txt +++ b/data/help/commands.txt @@ -3,9 +3,9 @@ ##3 === COMMANDS === - Use arrow keys (or left mouse button) to move around and the right - mouse button over NPC's feet to talk to them or over a monster to - attack it. +##2KEYBOARD: + +Use arrow keys to move around. Other keys: Other keys: @@ -23,3 +23,9 @@ ##2Alt + C##P show setup window ##2Left Shift##P hold it when attacking to lock target for auto attack + +##2MOUSE: + +Left click to execute default action: walk, pick up an item, attack a monster +and talk to NPCs (be sure to click on their feet). Right click to show up a +context menu. Holding [Left Shift] prevents from walking when attacking. diff --git a/data/help/header.txt b/data/help/header.txt index 14f7db58..9a680ff8 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.14 ##2Date:##6 3 July 2005 + ##2Version:##6 0.0.15 ##2Date:##6 27 July 2005 ##2 Website: http://themanaworld.org |