- updating various scripts and config files in preparation for a 3.6.0 release

This commit is contained in:
Mark Vejvoda 2011-12-01 16:58:39 +00:00
parent 1a2855f50f
commit 1fc4837229
5 changed files with 15 additions and 10 deletions

View File

@ -4,9 +4,16 @@ MEGAGLEST CHANGELOG
To see a timeline of detail changes please visit:
http://sourceforge.net/apps/trac/megaglest/timeline
v3.6.0( under construction ) v3.5.3-beta1
v3.6.0
- bugfixes reported in the bugs forum from beta1 and 2
- iso639-1 style language loading example: megaglest --use-language=zh and auto language detect on first time launch
- new and updated translations (Greek, Japanese, Russian, Italian, Czech etc)
- auto complete player names in chat mode using tab character
- customized port # override via commandline (useful for multiple headless servers) example: megaglest --use-ports=x,y (x is internal port y is external port)
- new commandline option to support standalone modes example: megaglest --load-mod=x (x is the path to the mod)
- new lua functions added (to be documented on the MG wiki)
- lower CPU / RAM requirements in headless server mode
- attack-boosts can be named and shared for proper re-use and singleton usage.
- New font system and enhanced International language support (Chinese, Japanese, etc)
- New intro
- Enhanced AI plays smarter and responds more quickly
@ -27,8 +34,6 @@ v3.6.0( under construction ) v3.5.3-beta1
- Bugfixes for supported UPNP for auto router configuration when hosting games
- many more...
v3.5.2
- Lots of work to make MegaGlest a Linux distro friendly package (Debian, Arch, etc)
- Added Support for Russian and Ukrainian with proper fonts in Linux if installed.

View File

@ -1,7 +1,7 @@
#!/bin/bash
OLD_MG_VERSION=3.5.2
MG_VERSION=3.5.3
MG_VERSION=3.6.0
if [ "$1" = "--oldversion" ]; then
echo "$OLD_MG_VERSION"

Binary file not shown.

View File

@ -4,7 +4,7 @@
!define APNAME MegaGlest
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.5.2
!define APVER 3.5.3-beta1
!define APVER 3.6.0
Name "${APNAME} ${APVER}"
SetCompressor /FINAL /SOLID lzma

View File

@ -2,10 +2,10 @@
; General Attributes
!define APNAME MegaGlest
!define APVER 3.5.2
!define APVER 3.6.0
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.5.1
!define APVER_UPDATE 3.5.2
!define APVER_OLD 3.5.2
!define APVER_UPDATE 3.6.0
Name "${APNAME} ${APVER_UPDATE}"
SetCompressor /FINAL /SOLID lzma