summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-04-19 18:21:54 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-04-19 18:21:54 +0000
commit08762b727553d92b767ab6f32f199d4f04ff58d9 (patch)
tree9db1e43347ab721e8090ad4c870763d75bbad4d2 /docs
parent9450e7c72ff962ad749ae3336353f15a1f4fb499 (diff)
downloadmana-client-08762b727553d92b767ab6f32f199d4f04ff58d9.tar.gz
mana-client-08762b727553d92b767ab6f32f199d4f04ff58d9.tar.bz2
mana-client-08762b727553d92b767ab6f32f199d4f04ff58d9.tar.xz
mana-client-08762b727553d92b767ab6f32f199d4f04ff58d9.zip
useful and useless docs updates
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.txt4
-rw-r--r--docs/win32-release.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/FAQ.txt b/docs/FAQ.txt
index 27ac9e4a..57084427 100644
--- a/docs/FAQ.txt
+++ b/docs/FAQ.txt
@@ -58,6 +58,10 @@ A: That's because /<commands> are not implemented at the moment of writing.
Anyway the ban is temp, just wait some minutes and you should be able to
connect again.
+Q: I can't recover HP anymore.
+
+A: Check your inventory, if you've got lots of stuff probably you're overweight, try to give away some of them.
+
DEVELOPMENT
diff --git a/docs/win32-release.txt b/docs/win32-release.txt
index 8ef87d07..60d30f4d 100644
--- a/docs/win32-release.txt
+++ b/docs/win32-release.txt
@@ -9,6 +9,7 @@ Every Win32 releaser should follow this checklist when creating a new package.
* File version
* Product version
* Eventually Legal Copyright
+- Update README and ChangeLog if not already
- Compile OpenGL version (Using -DUSE_OPENGL option) and rename the executable
from tmw.exe to tmw_opengl.exe
- Compile normal version (Do not use special flags as __DEBUG or USE_OPENGL)