peter1138
f3cbe98156
(svn r27808) -Codechange: Adjust the size of _track_crosses_trackdirs
...
_track_crosses_trackdirs is indexed by a Track, not a
Trackdir, so adjust its size accordingly. (cirdan)
2017-03-19 22:30:47 +00:00
peter1138
3c7dc746d5
(svn r27807) -Codechange: Remove _ship_leave_depot_offs
...
There is already TileOffsByDiagDir for that. (cirdan)
2017-03-19 22:02:20 +00:00
peter1138
2a555480bd
(svn r27806) -Codechange: Remove function ShipGetNewDirection
...
ShipGetNewDirection has no side effects and its return value
is ignored by its only caller, so do away with it.
Also remove now unused _new_vehicle_direction_table. (cirdan)
2017-03-19 21:59:24 +00:00
peter1138
4f9fd074b8
(svn r27805) -Codechange: Remove function ShipGetNewDirectionFromTiles
...
The only user of ShipGetNewDirectionFromTiles can be better
served by DiagdirBetweenTiles, so remove the former. (cirdan)
2017-03-19 21:57:54 +00:00
translators
8c49f7b98a
(svn r27804) -Update from Eints:
...
italian: 7 changes by lorenzodv
luxembourgish: 11 changes by Phreeze
french: 7 changes by glx
2017-03-19 18:45:38 +00:00
alberth
49c0facf2e
(svn r27803) -Change: Remove obsolete aircraft preview strings from other languages
2017-03-18 20:49:24 +00:00
alberth
da608f6214
(svn r27802) -Add: Display aircraft type in engine preview window (patch by Samu)
2017-03-18 20:48:54 +00:00
alberth
2f1d808781
(svn r27801) -Change: Also rename long aircraft preview window strings of other languages
2017-03-18 20:48:27 +00:00
alberth
dda71fab19
(svn r27800) -Change: Rename long aircraft string names of the preview window
2017-03-18 20:47:48 +00:00
alberth
319de74d99
(svn r27799) -Add: Display aircraft type in buy window (patch by Samu)
2017-03-18 20:46:15 +00:00
alberth
85ed4975bf
(svn r27798) -Change: Also remove obsolete string from the other languages
2017-03-18 20:45:18 +00:00
alberth
ad88588481
(svn r27797) -Add: Display aircraft type in its vehicle window (patch by Samu)
2017-03-18 20:43:43 +00:00
frosch
19188818ea
(svn r27796) -Fix [FS#6545]: 32bpp-anim blitters assumed that pitch and width of the screen were equal.
2017-03-18 17:14:53 +00:00
Sergii Pylypenko
b4cc822085
Merge svn r27779
...
Conflicts:
src/autoreplace_gui.cpp
src/economy.cpp
src/fios_gui.cpp
src/lang/spanish_MX.txt
src/network/network_gui.cpp
src/rev.cpp.in
src/road_gui.cpp
src/toolbar_gui.cpp
src/window.cpp
2017-03-17 23:14:41 +02:00
Sergii Pylypenko
cd865fc77a
Windows compilation fixes
2017-03-17 22:41:29 +02:00
Sergii Pylypenko
9b363c59f0
Tutorial: fix for win32
2017-03-17 22:41:29 +02:00
pelya
f87f657e4d
Button size goes up to 100
2017-03-17 22:41:29 +02:00
pelya
d35d97c4a5
Adjusted default video settings for touchscreen
2017-03-17 22:41:29 +02:00
Sergii Pylypenko
7e93ca0d25
Changed default options to touchscreen-friendly
2017-03-17 22:41:29 +02:00
Sergii Pylypenko
5a5f2db080
Save all settings immediately when closing the Settings dialog, because users tend to kill the app instead of pressing 'Quit' button
2017-03-17 22:41:29 +02:00
Sergii Pylypenko
11eb95aae9
Code style
2017-03-17 22:41:29 +02:00
Sergii Pylypenko
76a063e8e2
Fixed crash in tutorial
2017-03-17 22:41:29 +02:00
Sergii Pylypenko
6004032ba2
Updated translations
2017-03-17 22:41:28 +02:00
Sergii Pylypenko
8faceb03d7
Updated Android translations
2017-03-17 22:41:28 +02:00
Sergii Pylypenko
c9b0eea04c
Smallmap: disabled show/hide legend button
2017-03-17 22:41:28 +02:00
Sergii Pylypenko
7a0d500529
Fixed build tools leaving random uncloseable station dialogs
2017-03-17 22:41:28 +02:00
Sergii Pylypenko
1d04aef406
Fixed left/right arrows on scroller buttons in advanced settings
2017-03-17 22:41:28 +02:00
Sergii Pylypenko
f2097e7448
Fixed advanced settings UI
2017-03-17 22:41:28 +02:00
Sergii Pylypenko
ed1e09edea
Updated version numbers
2017-03-17 22:41:28 +02:00
pelya
c0f71fb65c
Fixed a crash in my own tooltip code
2017-03-17 22:40:05 +02:00
Sergii Pylypenko
db042040c2
Fixed bridges not building when confirmation is disabled, rearranged tooltip position to not obscure buttons
2017-03-17 22:40:05 +02:00
pelya
ca80f71f45
Rearranged rail station window, to allow space for NewGRF stations
2017-03-17 22:40:05 +02:00
pelya
a724419cc9
Fixed joining stations, broken by confirmation dialog
2017-03-17 22:40:05 +02:00
pelya
ff28829393
Fixed bridge GUI broken due to confirmation dialog
2017-03-17 22:40:04 +02:00
pelya
09b1a4cf5d
Fixed remove and one-way buttons for road and rail, broken by confirmation UI
2017-03-17 22:40:04 +02:00
Sergii Pylypenko
21c13781e4
Fixed a crash in confirmation dialog
2017-03-17 22:40:04 +02:00
Sergii Pylypenko
96501e9f08
Warning: crashes! Confirmation dialog will also show estimated cost
2017-03-17 22:40:04 +02:00
Sergii Pylypenko
f7b1a0abd3
Show station information in confirmation mode only if coverage area highlight is enabled, it will show incorrect info otherwise
2017-03-17 22:40:04 +02:00
pelya
3b79284608
Fixed multiplayer client list not drawn when it's too narrow
2017-03-17 22:40:04 +02:00
pelya
1f95adba77
Fixed multiplayer client list
2017-03-17 22:40:04 +02:00
pelya
091e208807
Updated Andorid translations
2017-03-17 22:40:04 +02:00
pelya
b5aa062ce5
Backported Spanish Mexican translation from upstream master branch
2017-03-17 22:40:04 +02:00
pelya
8d0391bf9c
Change video color depth from game options
2017-03-17 22:40:04 +02:00
pelya
7252c08e50
Also disable Ctrl hotkey for road stations
2017-03-17 22:40:04 +02:00
pelya
4909bdbecc
Fixed joining rail stations broken
2017-03-17 22:40:04 +02:00
Sergii Pylypenko
24a9d18717
Added vertical toolbar setting to advanced settings dialog
2017-03-17 22:40:04 +02:00
Sergii Pylypenko
3dd6167192
Confirmation dialog: show what goods the station accepts using a tooltip
2017-03-17 22:40:04 +02:00
Sergii Pylypenko
6c6c78752a
Fixed crash when selecting different font size
2017-03-17 22:40:04 +02:00
pelya
4206d8a84a
Updated translations
2017-03-17 22:40:04 +02:00
pelya
615ad710de
Fixed wrong minimap legend clicks items after few minimap usages
2017-03-17 22:40:04 +02:00