mirror of
https://github.com/glest/glest-source.git
synced 2025-08-25 17:20:43 +02:00
- updating version # in prep for 3.5.2
This commit is contained in:
@@ -22,3 +22,10 @@ echo 'Copying mingw dependencies if they are missing...'
|
|||||||
[[ -f "data/glest_game/libvorbisfile-3.dll" ]] && cp source/win32_deps/lib/libvorbisfile.dll data/glest_game/libvorbisfile-3.dll
|
[[ -f "data/glest_game/libvorbisfile-3.dll" ]] && cp source/win32_deps/lib/libvorbisfile.dll data/glest_game/libvorbisfile-3.dll
|
||||||
[[ -f "data/glest_game/libvorbis-0.dll" ]] && cp source/win32_deps/lib/libvorbis.dll data/glest_game/libvorbis-0.dll
|
[[ -f "data/glest_game/libvorbis-0.dll" ]] && cp source/win32_deps/lib/libvorbis.dll data/glest_game/libvorbis-0.dll
|
||||||
[[ -f "data/glest_game/libogg-0.dll" ]] && cp source/win32_deps/lib/libogg.dll data/glest_game/libogg-0.dll
|
[[ -f "data/glest_game/libogg-0.dll" ]] && cp source/win32_deps/lib/libogg.dll data/glest_game/libogg-0.dll
|
||||||
|
[[ -f "data/glest_game/OpenAL32.dll" ]] && cp source/win32_deps/lib/OpenAL32.dll data/glest_game/OpenAL32.dll
|
||||||
|
[[ -f "data/glest_game/SDLmain.dll" ]] && cp source/win32_deps/lib/SDLmain.dll data/glest_game/SDLmain.dll
|
||||||
|
[[ -f "data/glest_game/SDL.dll" ]] && cp source/win32_deps/lib/SDL.dll data/glest_game/SDL.dll
|
||||||
|
[[ -f "data/glest_game/wxmsw28u_gcc_custom.dll" ]] && cp source/win32_deps/wxWidgets-2.8.10/lib/wxmsw28u_gcc_custom.dll data/glest_game/wxmsw28u_gcc_custom.dll
|
||||||
|
[[ -f "data/glest_game/wxmsw28u_gl_gcc_custom.dll" ]] && cp source/win32_deps/wxWidgets-2.8.10/lib/wxmsw28u_gl_gcc_custom.dll data/glest_game/wxmsw28u_gl_gcc_custom.dll
|
||||||
|
[[ -f "data/glest_game/zlib.dll" ]] && cp source/win32_deps/lib/zlib.dll data/glest_game/zlib.dll
|
||||||
|
[[ -f "data/glest_game/mingwm10.dll" ]] && cp /usr/share/doc/mingw32-runtime/mingwm10.dll data/glest_game/mingwm10.dll
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
OLD_MG_VERSION=3.5.0
|
OLD_MG_VERSION=3.5.1
|
||||||
MG_VERSION=3.5.1
|
MG_VERSION=3.5.2
|
||||||
|
|
||||||
if [ "$1" = "--oldversion" ]; then
|
if [ "$1" = "--oldversion" ]; then
|
||||||
echo "$OLD_MG_VERSION"
|
echo "$OLD_MG_VERSION"
|
||||||
|
@@ -22,7 +22,7 @@ sync_support_libs(){
|
|||||||
local _cp="/bin/cp"
|
local _cp="/bin/cp"
|
||||||
#local skip_deps="libm.so libpthread.so libstdc++.so libgcc_s.so libc.so libdl.so libX11.so libpulse libfusion libdirect libnvidia libXext librt libxcb libICE libSM libXtst libwrap libdbus libXau libXdmcp libnsl libFLAC libGL"
|
#local skip_deps="libm.so libpthread.so libstdc++.so libgcc_s.so libc.so libdl.so libX11.so libpulse libfusion libdirect libnvidia libXext librt libxcb libICE libSM libXtst libwrap libdbus libXau libXdmcp libnsl libFLAC libGL"
|
||||||
local skip_deps=""
|
local skip_deps=""
|
||||||
local keep_deps="libcurl libgnu libicu liblua libxerces libjpeg libpng"
|
local keep_deps="libcurl libgnu libicu liblua libxerces libjpeg libpng libopenal libwx libgtk libgdk libvorbis libogg"
|
||||||
|
|
||||||
local scan_via_skiplist=1
|
local scan_via_skiplist=1
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
local GAME_INSTALL_SIZE = 680000000;
|
local GAME_INSTALL_SIZE = 680000000;
|
||||||
local GAME_VERSION = "3.5.1";
|
local GAME_VERSION = "3.5.2";
|
||||||
|
|
||||||
local _ = MojoSetup.translate
|
local _ = MojoSetup.translate
|
||||||
|
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
!define APNAME MegaGlest
|
!define APNAME MegaGlest
|
||||||
!define APNAME_OLD Mega-Glest
|
!define APNAME_OLD Mega-Glest
|
||||||
!define APVER_OLD 3.5.0
|
!define APVER_OLD 3.5.1
|
||||||
!define APVER 3.5.1
|
!define APVER 3.5.2
|
||||||
|
|
||||||
Name "${APNAME} ${APVER}"
|
Name "${APNAME} ${APVER}"
|
||||||
SetCompressor /FINAL /SOLID lzma
|
SetCompressor /FINAL /SOLID lzma
|
||||||
|
@@ -2,10 +2,10 @@
|
|||||||
; General Attributes
|
; General Attributes
|
||||||
|
|
||||||
!define APNAME MegaGlest
|
!define APNAME MegaGlest
|
||||||
!define APVER 3.5.1
|
!define APVER 3.5.2
|
||||||
!define APNAME_OLD Mega-Glest
|
!define APNAME_OLD Mega-Glest
|
||||||
!define APVER_OLD 3.5.0
|
!define APVER_OLD 3.5.1
|
||||||
!define APVER_UPDATE 3.5.1
|
!define APVER_UPDATE 3.5.2
|
||||||
|
|
||||||
Name "${APNAME} ${APVER_UPDATE}"
|
Name "${APNAME} ${APVER_UPDATE}"
|
||||||
SetCompressor /FINAL /SOLID lzma
|
SetCompressor /FINAL /SOLID lzma
|
||||||
@@ -21,16 +21,16 @@ BGGradient 0xDF9437 0xffffff
|
|||||||
|
|
||||||
; Request application privileges for Windows Vista
|
; Request application privileges for Windows Vista
|
||||||
;RequestExecutionLevel none
|
;RequestExecutionLevel none
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel none
|
||||||
|
|
||||||
PageEx license
|
PageEx license
|
||||||
LicenseText "Megaglest License"
|
LicenseText "MegaGlest Game License"
|
||||||
LicenseData "..\..\..\data\glest_game\docs\README.data-license.txt"
|
LicenseData "..\..\..\docs\gnu_gpl_3.0.txt"
|
||||||
PageExEnd
|
PageExEnd
|
||||||
|
|
||||||
PageEx license
|
PageEx license
|
||||||
LicenseText "Megaglest README"
|
LicenseText "MegaGlest Data License"
|
||||||
LicenseData "..\..\..\docs\README.txt"
|
LicenseData "..\..\..\data\glest_game\docs\cc-by-sa-3.0-unported.txt"
|
||||||
PageExEnd
|
PageExEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
@@ -191,6 +191,19 @@ SectionEnd
|
|||||||
; Optional section (can be disabled by the user)
|
; Optional section (can be disabled by the user)
|
||||||
Section "Start Menu Shortcuts"
|
Section "Start Menu Shortcuts"
|
||||||
|
|
||||||
|
; Remove shortcuts, if any
|
||||||
|
Delete "$SMPROGRAMS\${APNAME}\*.*"
|
||||||
|
|
||||||
|
CreateDirectory "$SMPROGRAMS\${APNAME}"
|
||||||
|
CreateShortCut "$SMPROGRAMS\${APNAME}\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
|
||||||
|
CreateShortCut "$SMPROGRAMS\${APNAME}\${APNAME}.lnk" "$INSTDIR\megaglest.exe" "" "$INSTDIR\megaglest.exe" 0 "" "" "${APNAME}"
|
||||||
|
|
||||||
|
; CreateShortCut "$SMPROGRAMS\${APNAME} ${APVER}\${APNAME} Configurator.lnk" "$INSTDIR\glest_configurator.exe" "" "$INSTDIR\glest_configurator.exe" 0 "" "" "${APNAME} Config Editor"
|
||||||
|
CreateShortCut "$SMPROGRAMS\${APNAME}\${APNAME} Map Editor.lnk" "$INSTDIR\megaglest_editor.exe" "" "$INSTDIR\megaglest_editor.exe" 0 "" "" "${APNAME} MegaGlest Map Editor"
|
||||||
|
CreateShortCut "$SMPROGRAMS\${APNAME}\${APNAME} G3D Viewer.lnk" "$INSTDIR\megaglest_g3dviewer.exe" "" "$INSTDIR\megaglest_g3dviewer.exe" 0 "" "" "${APNAME} MegaGlest G3D Viewer"
|
||||||
|
|
||||||
|
CreateShortCut "$SMPROGRAMS\${APNAME}\${APNAME} User Data.lnk" "$APPDATA\megaglest" "" "" 0 "" "" "This folder contains downloaded data (such as mods) and your personal ${APNAME} configuration"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
@@ -199,5 +212,50 @@ SectionEnd
|
|||||||
|
|
||||||
Section "Uninstall"
|
Section "Uninstall"
|
||||||
|
|
||||||
|
; Remove registry keys
|
||||||
|
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APNAME}"
|
||||||
|
DeleteRegKey HKLM SOFTWARE\${APNAME}
|
||||||
|
|
||||||
|
; Remove files and uninstaller
|
||||||
|
Delete "$INSTDIR\uninstall.exe"
|
||||||
|
|
||||||
|
Delete "$INSTDIR\megaglest.exe"
|
||||||
|
Delete "$INSTDIR\megaglest_editor.exe"
|
||||||
|
Delete "$INSTDIR\megaglest_configurator.exe"
|
||||||
|
Delete "$INSTDIR\megaglest_g3dviewer.exe"
|
||||||
|
Delete "$INSTDIR\configuration.xml"
|
||||||
|
Delete "$INSTDIR\megaglest.ico"
|
||||||
|
Delete "$INSTDIR\glest.ini"
|
||||||
|
Delete "$INSTDIR\glestkeys.ini"
|
||||||
|
Delete "$INSTDIR\servers.ini"
|
||||||
|
Delete "$INSTDIR\openal32.dll"
|
||||||
|
Delete "$INSTDIR\xerces-c_3_0.dll"
|
||||||
|
Delete "$INSTDIR\*.log"
|
||||||
|
|
||||||
|
Delete "$INSTDIR\data\*.*"
|
||||||
|
Delete "$INSTDIR\docs\*.*"
|
||||||
|
Delete "$INSTDIR\maps\*.*"
|
||||||
|
Delete "$INSTDIR\scenarios\*.*"
|
||||||
|
Delete "$INSTDIR\screens\*.*"
|
||||||
|
Delete "$INSTDIR\techs\*.*"
|
||||||
|
Delete "$INSTDIR\tilesets\*.*"
|
||||||
|
Delete "$INSTDIR\tutorials\*.*"
|
||||||
|
|
||||||
|
RMDir /r "$INSTDIR\data"
|
||||||
|
RMDir /r "$INSTDIR\docs"
|
||||||
|
RMDir /r "$INSTDIR\maps"
|
||||||
|
RMDir /r "$INSTDIR\scenarios"
|
||||||
|
RMDir /r "$INSTDIR\screens"
|
||||||
|
RMDir /r "$INSTDIR\techs"
|
||||||
|
RMDir /r "$INSTDIR\tilesets"
|
||||||
|
RMDir /r "$INSTDIR\tutorials"
|
||||||
|
|
||||||
|
; Remove shortcuts, if any
|
||||||
|
Delete "$SMPROGRAMS\${APNAME}\*.*"
|
||||||
|
|
||||||
|
; Remove directories used
|
||||||
|
RMDir "$SMPROGRAMS\${APNAME}"
|
||||||
|
RMDir /r "$INSTDIR"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@ using namespace Shared::Platform;
|
|||||||
namespace Glest { namespace Game {
|
namespace Glest { namespace Game {
|
||||||
|
|
||||||
const string mailString = "contact@megaglest.org";
|
const string mailString = "contact@megaglest.org";
|
||||||
const string glestVersionString = "v3.5.1";
|
const string glestVersionString = "v3.5.2";
|
||||||
#if defined(SVNVERSION)
|
#if defined(SVNVERSION)
|
||||||
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
|
const string SVN_Rev = string("Rev: ") + string(SVNVERSION);
|
||||||
#elif defined(SVNVERSIONHEADER)
|
#elif defined(SVNVERSIONHEADER)
|
||||||
|
Reference in New Issue
Block a user