Skip to content

Commit

Permalink
Release of 120.4.1
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@8600 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
prissi committed Sep 23, 2018
1 parent 60d4f95 commit 89498c7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
16 changes: 8 additions & 8 deletions nsis/paksets.nsh
Expand Up @@ -4,10 +4,10 @@ SectionGroup "Pak64: main and addons" pak64group

Section "!pak (64 size) (standard)" pak
AddSize 12240
StrCpy $downloadlink "http://downloads.sourceforge.net/project/simutrans/pak64/120-4/simupak64-120-4.zip"
StrCpy $archievename "simupak64-120-4.zip"
StrCpy $downloadlink "http://downloads.sourceforge.net/project/simutrans/pak64/120-4-1/simupak64-120-4-1.zip"
StrCpy $archievename "simupak64-120-4-1.zip"
StrCpy $downloadname "pak"
StrCpy $VersionString "pak64 120.3 r1972"
StrCpy $VersionString "pak64 120.4.1 r1974"
Call DownloadInstallZip
SectionEnd

Expand Down Expand Up @@ -140,13 +140,13 @@ SectionEnd



Section /o "pak128 V2.7" pak128
AddSize 412211
StrCpy $downloadlink "http://downloads.sourceforge.net/project/simutrans/pak128/pak128%20for%20ST%20120.2.2%20%282.7%2C%20minor%20changes%29/pak128.zip"
Section /o "pak128 V2.8" pak128
AddSize 412287
StrCpy $downloadlink "http://downloads.sourceforge.net/project/simutrans/pak128/pak128%20for%20ST%20120.4%20%282.8%2C%20priority%20signals%29/pak128.zip"
StrCpy $archievename "pak128.zip"
StrCpy $downloadname "pak128"
StrCpy $VersionString "Pak128 2.7"
Call DownloadInstallZipWithoutSimutrans
StrCpy $VersionString "Pak128 2.8"
Call DownloadInstallZip
SectionEnd


Expand Down
8 changes: 4 additions & 4 deletions nsis/simutrans.nsi
Expand Up @@ -39,17 +39,17 @@ FunctionEnd

Section /o "Executable (GDI, run one more computers)" GDIexe
AddSize 12436
StrCpy $downloadlink "http://downloads.sourceforge.net/project/simutrans/simutrans/120-4/simuwin-120-4.zip"
StrCpy $archievename "simuwin-120-4.zip"
StrCpy $downloadlink "http://downloads.sourceforge.net/project/simutrans/simutrans/120-4-1/simuwin-120-4-1.zip"
StrCpy $archievename "simuwin-120-4-1.zip"
StrCpy $downloadname "Simutrans Executable (GDI)"
Call DownloadInstallZip
Call PostExeInstall
SectionEnd

Section "Executable (SDL2, better sound)" SDLexe
AddSize 14158
StrCpy $downloadlink "http://downloads.sourceforge.net/project/simutrans/simutrans/120-4/simuwin-sdl-120-4.zip"
StrCpy $archievename "simuwin-sdl-120-4.zip"
StrCpy $downloadlink "http://downloads.sourceforge.net/project/simutrans/simutrans/120-4-1/simuwin-sdl-120-4-1.zip"
StrCpy $archievename "simuwin-sdl-120-4-1.zip"
StrCpy $downloadname "Simutrans Executable (SDL2)"
Call DownloadInstallZip
Call PostExeInstall
Expand Down
6 changes: 6 additions & 0 deletions simutrans/history.txt
@@ -1,3 +1,9 @@
Release of 120.4.1 (r8600 on 23-Sep-2018):
FIX: wrong graphics with greedy block signals
FIX: world minimum height could not be set
FIX: location forest could not work with factories smaller than 3x3, since not enough inner tiles were iterated


Release of 120.4 (r8588 on 17-Sep-2018):
FIX: properly handle dualstack servers by using both IPv4 and IP6 addresses (if no symbolic name is available)
ADD: (HyperSim) sorting vehicles in depot
Expand Down
2 changes: 1 addition & 1 deletion simversion.h
Expand Up @@ -13,7 +13,7 @@
#define SIM_VERSION_MAJOR 120
#define SIM_VERSION_MINOR 4
#define SIM_VERSION_PATCH 1
#define SIM_VERSION_BUILD SIM_BUILD_NIGHTLY
#define SIM_VERSION_BUILD SIM_BUILD_RELEASE

// Beware: SAVEGAME minor is often ahead of version minor when there were patches.
// ==> These have no direct connection at all!
Expand Down

0 comments on commit 89498c7

Please sign in to comment.