diff options
Diffstat (limited to 'docs/win32-release.txt')
-rw-r--r-- | docs/win32-release.txt | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/docs/win32-release.txt b/docs/win32-release.txt index 5bd837d0..a8696897 100644 --- a/docs/win32-release.txt +++ b/docs/win32-release.txt @@ -1,6 +1,6 @@ -------------------------------------------- -AETHYRA WIN32 RELEASE CHECKLIST -------------------------------------------- +-------------------------------------- +THE MANA WORLD WIN32 RELEASE CHECKLIST +-------------------------------------- Every Win32 releaser should follow this checklist when creating a new package. @@ -11,10 +11,7 @@ Every Win32 releaser should follow this checklist when creating a new package. * Eventually Legal Copyright - Update README and ChangeLog if not already - Compile OpenGL version (Using -DUSE_OPENGL option) and rename the executable - from aethyra.exe to aethyra_opengl.exe - (This isn't actually how it's happening because I'm cross compiling - and therefore flying blind. As it is aethyra.exe is the OpenGL version - and no sdl version is generated -- kraant) + from tmw.exe to tmw_opengl.exe - Compile normal version (Do not use special flags as __DEBUG or USE_OPENGL) - Check if the dlls were compressed (SDL.dll, SDL_Image.dll, SDL_Mixer.dll) - Check config.xml for default values: @@ -22,9 +19,9 @@ Every Win32 releaser should follow this checklist when creating a new package. <configuration> <option name="chatlog" value="chatlog.txt"/> <option name="guialpha" value="0.8"/> - <option name="host" value="www.aethyra.org"/> + <option name="host" value="server.themanaworld.org"/> <option name="hwaccel" value="0"/> - <option name="port" value="21001"/> + <option name="port" value="6901"/> <option name="remember" value="0"/> <option name="screen" value="0"/> <option name="sfxVolume" value="100"/> |