summaryrefslogtreecommitdiff
path: root/docs/win32-release.txt
diff options
context:
space:
mode:
authorKraant <kraant@gmail.com>2008-08-07 21:36:18 +0000
committerKraant <kraant@gmail.com>2008-08-07 21:36:18 +0000
commitd63aff470f914d711b92af12ceb7944e8a6e24f4 (patch)
tree837585ea16854831dd6cd9ffc0592649076cc64a /docs/win32-release.txt
parent128afe364bf797d02424b6e7191bb4bd4c1df21d (diff)
downloadmana-client-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.gz
mana-client-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.bz2
mana-client-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.xz
mana-client-d63aff470f914d711b92af12ceb7944e8a6e24f4.zip
Rebranding TME to Aethyra
Diffstat (limited to 'docs/win32-release.txt')
-rw-r--r--docs/win32-release.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/win32-release.txt b/docs/win32-release.txt
index 1c0577df..64590139 100644
--- a/docs/win32-release.txt
+++ b/docs/win32-release.txt
@@ -1,5 +1,5 @@
-------------------------------------------
-THE MANA EXPERIMENT WIN32 RELEASE CHECKLIST
+AETHYRA WIN32 RELEASE CHECKLIST
-------------------------------------------
Every Win32 releaser should follow this checklist when creating a new package.
@@ -11,7 +11,10 @@ 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 tme.exe to tme_opengl.exe
+ 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)
- 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:
@@ -19,7 +22,7 @@ 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="server.themanaworld.org"/>
+ <option name="host" value="209.168.213.109"/>
<option name="hwaccel" value="0"/>
<option name="port" value="6901"/>
<option name="remember" value="0"/>