diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.txt | 4 | ||||
-rw-r--r-- | docs/win32-release.txt | 1 |
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) |