Jonathan G Rennison
add9be20a0
Merge branch 'enhanced_viewport_overlay' into jgrpp
2017-08-31 20:23:54 +01:00
Jonathan G Rennison
d3a1e8060d
Fix vehicle draw flickering, particularly in viewport map mode
...
Incorrect bounds check in ViewportAddVehicles/ViewportMapDrawVehicles
2017-08-31 20:23:32 +01:00
translators
eaf8d0ee07
(svn r27909) -Update from Eints:
...
spanish (mexican): 4 changes by Absay
2017-08-31 17:45:38 +00:00
translators
dc649f2738
(svn r27909) -Update from Eints:
...
spanish (mexican): 4 changes by Absay
2017-08-31 17:45:38 +00:00
adf88
13106675de
(svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sure that they are really constant
2017-08-31 06:55:38 +00:00
adf88
6dec889306
(svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sure that they are really constant
2017-08-31 06:55:38 +00:00
adf88
7757f5050a
(svn r27907) -Fix: AirportSpec::rotation was memleaking
2017-08-31 06:54:22 +00:00
adf88
b56453f93b
(svn r27907) -Fix: AirportSpec::rotation was memleaking
2017-08-31 06:54:22 +00:00
adf88
0f8c868ea2
(svn r27906) -Cleanup: Remove some NPF code with no effect and mark possible bug about never used NPF_FLAG_IGNORE_RESERVED flag
2017-08-31 06:51:01 +00:00
adf88
1dd6930507
(svn r27906) -Cleanup: Remove some NPF code with no effect and mark possible bug about never used NPF_FLAG_IGNORE_RESERVED flag
2017-08-31 06:51:01 +00:00
adf88
322a053de7
(svn r27905) -Fix [FS#6585]: Keep the "link" between industry chain and smallmap windows whenever possible
2017-08-31 06:48:55 +00:00
adf88
74e1fe130c
(svn r27905) -Fix [FS#6585]: Keep the "link" between industry chain and smallmap windows whenever possible
2017-08-31 06:48:55 +00:00
adf88
dbf7ed502a
(svn r27904) -Fix [FS#6593]: When last vehicle is removed from shared orders group, hide the "Stop sharing" button in vehile orders window
2017-08-31 06:47:17 +00:00
adf88
88726f71b6
(svn r27904) -Fix [FS#6593]: When last vehicle is removed from shared orders group, hide the "Stop sharing" button in vehile orders window
2017-08-31 06:47:17 +00:00
translators
f1bf1f25bf
(svn r27903) -Update from Eints:
...
vietnamese: 37 changes by myquartz
2017-08-30 17:45:39 +00:00
translators
13d0296e7c
(svn r27903) -Update from Eints:
...
vietnamese: 37 changes by myquartz
2017-08-30 17:45:39 +00:00
Jonathan G Rennison
9212188191
Merge pull request #27 from kiwitreekor into jgrpp
2017-08-29 20:59:57 +01:00
frosch
3e2ec8a545
(svn r27901) -Codechange: GetWindowZPriority only needs a WindowClass; this way it can also be used for WindowDesc before a Window instance is created. (3298)
2017-08-27 13:14:37 +00:00
frosch
09abccd316
(svn r27901) -Codechange: GetWindowZPriority only needs a WindowClass; this way it can also be used for WindowDesc before a Window instance is created. (3298)
2017-08-27 13:14:37 +00:00
frosch
5aecfd11f0
(svn r27900) -Change [FS#6568]: Remove the gap between windows when positioning them after opening.
...
-Fix: Make automatic window-positioning RTL-aware.
-Fix: Automatic window-positioning now uses GUI-scale/style dependent sizes/distances instead of fixed pixel values.
2017-08-27 11:48:38 +00:00
frosch
80dffae130
(svn r27900) -Change [FS#6568]: Remove the gap between windows when positioning them after opening.
...
-Fix: Make automatic window-positioning RTL-aware.
-Fix: Automatic window-positioning now uses GUI-scale/style dependent sizes/distances instead of fixed pixel values.
2017-08-27 11:48:38 +00:00
frosch
d279bccffa
(svn r27899) -Feature: Draw vertical separators at tile distance in the train depot GUI. This only applies if all vehicles use consistent lengths, i.e. either if only using default vehicles, or if only using NewGRF vehicles with 32px reference width. (based on patch by Wolf01)
2017-08-26 12:12:59 +00:00
frosch
61c68f906d
(svn r27899) -Feature: Draw vertical separators at tile distance in the train depot GUI. This only applies if all vehicles use consistent lengths, i.e. either if only using default vehicles, or if only using NewGRF vehicles with 32px reference width. (based on patch by Wolf01)
2017-08-26 12:12:59 +00:00
kiwitreekor
8b3137c9c7
Korean translation update
2017-08-26 12:08:54 +09:00
Jonathan G Rennison
c3a9eca1a9
Add town growth setting, rate depends on proportion of transported cargo
2017-08-26 01:15:16 +01:00
translators
16fc68dff0
(svn r27898) -Update from Eints:
...
dutch: 18 changes by habell
2017-08-24 17:45:40 +00:00
translators
1afb3a91f8
(svn r27898) -Update from Eints:
...
dutch: 18 changes by habell
2017-08-24 17:45:40 +00:00
Jonathan G Rennison
bf18b1cdbe
Merge remote-tracking branch 'kruemelmagic/jgrpp' into jgrpp
2017-08-20 23:31:29 +01:00
frosch
3bedb43de4
(svn r27896) -Fix: some warnings
2017-08-20 21:04:21 +00:00
frosch
062c736437
(svn r27896) -Fix: some warnings
2017-08-20 21:04:21 +00:00
kruemelmagic
7fda737ac9
Update german.txt
...
newly translated strings from comparison with upstream English language file (english.txt)
2017-08-20 22:23:34 +02:00
kruemelmagic
d15525da77
Update german.txt
...
- almost complete own translation added (reworked)
- a few corrections to trunk strings
- a few corrections of previous translations
2017-08-20 21:42:11 +02:00
Jonathan G Rennison
ee169c4455
Fix numerical/signed overflow when using high day lengths
...
Bug reported at day length = 125
2017-08-20 20:41:13 +01:00
Jonathan G Rennison
36a712a579
Add very and extremely slow options to town growth rate setting
2017-08-20 11:14:43 +01:00
Jonathan G Rennison
0d2be99827
Merge branch 'save_ext' into jgrpp
...
# Conflicts:
# src/settings_internal.h
# src/table/company_settings.ini
# src/table/settings.h.preamble
# src/table/settings.ini
2017-08-20 10:38:23 +01:00
Jonathan G Rennison
a3d1585826
Add settings callback field to re-order setting options in GUI
2017-08-20 10:37:45 +01:00
alberth
7efce319ff
(svn r27895) -Fix [FS#6606]: Tooltip of 'increase service interval' said 'decrease' (adf88)
2017-08-20 08:28:05 +00:00
alberth
a6e7f1142b
(svn r27895) -Fix [FS#6606]: Tooltip of 'increase service interval' said 'decrease' (adf88)
2017-08-20 08:28:05 +00:00
alberth
a3f30a30df
(svn r27894) -Fix [FS#6608]: Typo fix in STATIOV_* string names (Wolf01)
2017-08-20 07:11:08 +00:00
alberth
2eae80bbfe
(svn r27894) -Fix [FS#6608]: Typo fix in STATIOV_* string names (Wolf01)
2017-08-20 07:11:08 +00:00
Jonathan G Rennison
46050820c5
Fix missing template definition in company_settings.
...
(cherry picked from commit 6e505ceab1
)
2017-08-20 01:52:07 +01:00
Jonathan G Rennison
6fcb156989
Add generic mechanism to cross-ref settings at load time.
...
This is useful for loading settings from legacy/special versions,
where the corresponding setting is somewhere else and/or a PATX setting,
with duplicating all the info.
(cherry picked from commit b5c453b21e
)
2017-08-20 01:44:10 +01:00
Jonathan G Rennison
2e7e712f06
Ctrl+click on shared list button in order/timetable window to add veh to group
2017-08-18 19:17:16 +01:00
Jonathan G Rennison
4255d8a131
Remove gui.enable_single_veh_shared_order_gui from settings GUI
2017-08-18 19:11:48 +01:00
Jonathan G Rennison
ac016eae5e
Add client setting to enable shared order group window for single vehicles
2017-08-18 01:49:21 +01:00
Jonathan G Rennison
2a3f59dc8a
Refresh screen when changing day length
2017-08-18 01:49:21 +01:00
Jonathan G Rennison
2e7380bc72
Add scope info logging to tile loop
2017-08-16 18:30:06 +01:00
Jonathan G Rennison
ba33754993
Merge branch 'save_ext' into tracerestrict-sx
...
# Conflicts:
# src/vehiclelist.cpp
2017-08-15 19:28:30 +01:00
Jonathan G Rennison
f34833f111
Merge branch 'improved_breakdowns' into jgrpp
...
# Conflicts:
# src/vehiclelist.cpp
2017-08-15 19:26:26 +01:00
Jonathan G Rennison
2d66f25f6c
Merge branch 'save_ext' into improved_breakdowns
...
# Conflicts:
# src/vehicle.cpp
2017-08-15 19:17:12 +01:00