mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r1668) -Fixed windows installer (autorail.grf) and a changelog typo
This commit is contained in:
parent
d439221c62
commit
568dff40b6
@ -128,7 +128,6 @@
|
|||||||
- Fix: When deleting an order, the next pointer was not cleared, resulting in some unusual behavoir from time to time
|
- Fix: When deleting an order, the next pointer was not cleared, resulting in some unusual behavoir from time to time
|
||||||
- Fix: You can now also delete automatically found servers by pressing "del"
|
- Fix: You can now also delete automatically found servers by pressing "del"
|
||||||
- Fix: You should no longer be able to delete bridges on any type of underground when there is a vehicle on it
|
- Fix: You should no longer be able to delete bridges on any type of underground when there is a vehicle on it
|
||||||
- Fix: your loan is now substracted from your company value
|
|
||||||
- Add: A brand new set of icons.
|
- Add: A brand new set of icons.
|
||||||
- Change: AutoRenew is now a client-side patch instead of a game-side patch
|
- Change: AutoRenew is now a client-side patch instead of a game-side patch
|
||||||
- Change: Removed the 'close ALL windows' from the toolbar since shift+del does this.
|
- Change: Removed the 'close ALL windows' from the toolbar since shift+del does this.
|
||||||
|
@ -66,7 +66,7 @@ Page custom SelectCD SelectCD2 ": TTD folder"
|
|||||||
|
|
||||||
!define MUI_FINISHPAGE_RUN "$INSTDIR\openttd.exe"
|
!define MUI_FINISHPAGE_RUN "$INSTDIR\openttd.exe"
|
||||||
!define MUI_FINISHPAGE_LINK "Visit OpenTTD's homepage"
|
!define MUI_FINISHPAGE_LINK "Visit OpenTTD's homepage"
|
||||||
!define MUI_FINISHPAGE_LINK_LOCATION "http://www.openttd.com/"
|
!define MUI_FINISHPAGE_LINK_LOCATION "http://www.openttd.org/"
|
||||||
!define MUI_FINISHPAGE_NOREBOOTSUPPORT
|
!define MUI_FINISHPAGE_NOREBOOTSUPPORT
|
||||||
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\readme.txt"
|
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\readme.txt"
|
||||||
|
|
||||||
@ -97,11 +97,8 @@ Section "!OpenTTD" Section1
|
|||||||
|
|
||||||
; Copy data files
|
; Copy data files
|
||||||
SetOutPath "$INSTDIR\data\"
|
SetOutPath "$INSTDIR\data\"
|
||||||
File ${PATH_ROOT}data\canalsw.grf
|
File ${PATH_ROOT}data\*.grf
|
||||||
File ${PATH_ROOT}data\openttd.grf
|
File ${PATH_ROOT}data\opntitle.dat
|
||||||
File ${PATH_ROOT}data\opntitle.dat
|
|
||||||
File ${PATH_ROOT}data\signalsw.grf
|
|
||||||
File ${PATH_ROOT}data\trkfoundw.grf
|
|
||||||
; Copy scenario files
|
; Copy scenario files
|
||||||
SetOutPath "$INSTDIR\scenario\"
|
SetOutPath "$INSTDIR\scenario\"
|
||||||
File ${PATH_ROOT}scenario\*.scn
|
File ${PATH_ROOT}scenario\*.scn
|
||||||
@ -223,6 +220,7 @@ Section Uninstall
|
|||||||
Delete "$INSTDIR\INSTALL.LOG"
|
Delete "$INSTDIR\INSTALL.LOG"
|
||||||
Delete "$INSTDIR\crash.log"
|
Delete "$INSTDIR\crash.log"
|
||||||
Delete "$INSTDIR\openttd.cfg"
|
Delete "$INSTDIR\openttd.cfg"
|
||||||
|
Delete "$INSTDIR\hs.dat"
|
||||||
Delete "$INSTDIR\save\autosave\network*.tmp" ; temporary network file
|
Delete "$INSTDIR\save\autosave\network*.tmp" ; temporary network file
|
||||||
|
|
||||||
; Data files
|
; Data files
|
||||||
@ -231,6 +229,7 @@ Section Uninstall
|
|||||||
Delete "$INSTDIR\data\openttd.grf"
|
Delete "$INSTDIR\data\openttd.grf"
|
||||||
Delete "$INSTDIR\data\canalsw.grf"
|
Delete "$INSTDIR\data\canalsw.grf"
|
||||||
Delete "$INSTDIR\data\trkfoundw.grf"
|
Delete "$INSTDIR\data\trkfoundw.grf"
|
||||||
|
Delete "$INSTDIR\data\autorail.grf"
|
||||||
Delete "$INSTDIR\data\trg1r.grf"
|
Delete "$INSTDIR\data\trg1r.grf"
|
||||||
Delete "$INSTDIR\data\trghr.grf"
|
Delete "$INSTDIR\data\trghr.grf"
|
||||||
Delete "$INSTDIR\data\trgtr.grf"
|
Delete "$INSTDIR\data\trgtr.grf"
|
||||||
|
Loading…
Reference in New Issue
Block a user