frosch
e0a62a9e55
Remove: [NewGRF] OpenTTD version no longer contains a revision number.
2018-04-12 22:26:45 +02:00
Owen Rudge
3701b8685a
Add: Include basic .editorconfig file to help enforce tab style ( #6707 )
2018-04-12 21:14:23 +01:00
Charles Pigott
e47f646cb3
Fix e61435774b
: Some systems don't have realpath ( #6705 )
2018-04-11 22:50:23 +02:00
Patric Stout
17bd580630
Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation ( #6703 )
...
Given any speed issue cannot be attributed to checking for _debug_NNN_level, removing this is a safe action
This fixes #6652 .
2018-04-11 22:07:21 +02:00
TrueBrain
66f67ac5ac
Fix #6550 : minor spelling mistake in comment (juanjo)
2018-04-11 20:08:08 +02:00
Charles Pigott
dd6b82d6b2
Codechange: Simplify C++11 check for assert_compile
2018-04-11 18:24:19 +02:00
Charles Pigott
e61435774b
Fix: Resolve symlinks when working out which compiler is being used
2018-04-11 18:24:19 +02:00
Charles Pigott
4b1a42c703
Codechange: Remove outdated assumption about FreeBSD's C compiler
2018-04-11 18:24:19 +02:00
Michael Lutz
6c3902ac41
Codechange: [OSX] Use newer APIs to get resolution information when available.
2018-04-10 23:30:01 +02:00
Michael Lutz
964d310cda
Codechange: [OSX] Use non-deprecated API for displaying an alert where supported.
2018-04-10 23:30:01 +02:00
Michael Lutz
f670277ff5
Codechange: [OSX] Try to set the thread name for debugger display.
2018-04-10 23:30:01 +02:00
Michael Lutz
4971678f52
Codechange: [OSX] Use 10.10+ API to get the OSX version when available.
2018-04-10 23:30:01 +02:00
Michael Lutz
74b7f0a9aa
Fix: [OSX] Remove some OSX compiler warnings on newer SDKs/compilers.
2018-04-10 23:30:01 +02:00
Michael Lutz
fa587ad3cc
Codechange: [OSX] Use 10.6+ APIs to get the path for a font where available.
2018-04-10 23:30:01 +02:00
Michael Lutz
27bfb1df8f
Codechange: [OSX] Use 10.6+ APIs to initialise audio when available.
2018-04-10 23:30:01 +02:00
Michael Lutz
4bfd277017
Codechange: [Win32] Use OS function for mouse tracking if present.
2018-04-10 21:07:27 +02:00
Michael Lutz
afa3e15afe
Change: [Win32] Declare in the app manifest that all current Windows versions are natively supported.
...
The main effect of this is currently a proper OS version in the crashlog.
2018-04-10 21:07:27 +02:00
Patric Stout
97c0594ced
Add: run Clang 3.8 and commit-checker during CI ( #6694 )
2018-04-08 17:39:45 +02:00
Charles Pigott
19076c24c1
Fix #6690 : Compilation with ICU 61
2018-04-08 11:47:26 +02:00
TrueBrain
11c592ef0f
Add: Jenkinsfile for CI validation
...
Currently runs two CIs, but this can be extended in the future
2018-04-07 21:29:23 +02:00
translators
f84ad5f7c0
(svn r28004) -Update from Eints:
...
belarusian: 42 changes by KorneySan
2018-04-06 17:45:38 +00:00
translators
81f25d4736
(svn r28003) -Update from Eints:
...
indonesian: 4 changes by fanioz
2018-04-04 17:45:38 +00:00
Jonathan G Rennison
9be65dc96d
Fix use of wrong veh tile for station animation/trigger in through load
2018-03-29 23:46:21 +01:00
Jonathan G Rennison
6ec78ff4b0
Add UI setting to disable mass action buttons for top-level vehicle lists
2018-03-29 20:39:25 +01:00
Jonathan G Rennison
53dd010f3b
Add way to mass cancel vehicle go to depot/service
2018-03-29 19:37:16 +01:00
Jonathan G Rennison
2821599f6b
Better handle out of track and depot through load cases
...
Add advice messages for when loading is aborted due to out of track/depot
Handle non-aligned use of platform
Fix full-load behaviour
Fix speed limiting whilst advancing
2018-03-29 19:16:44 +01:00
Jonathan G Rennison
7aab49e282
Add setting to enable through loading in UI
2018-03-29 18:52:54 +01:00
translators
de961e14fb
(svn r28000) -Update from Eints:
...
welsh: 7 changes by kazzie
2018-03-29 17:45:40 +00:00
translators
41b28d7194
(svn r27999) -Update from Eints:
...
bulgarian: 18 changes by kokobongo
2018-03-28 17:45:39 +00:00
Jonathan G Rennison
8337fcb271
Fix disaster vehicles having uninitialised sprite bounds
2018-03-27 17:52:11 +01:00
Jonathan G Rennison
4cdc253c38
Add dev console command to trigger disaster
2018-03-27 17:51:45 +01:00
Jonathan G Rennison
7c620edb52
Avoid auto-refitting to cargo which is marked no-load in per-cargo type order
2018-03-27 02:04:22 +01:00
Jonathan G Rennison
c779915ccb
Fix train through load always advancing last section to far end of platform
2018-03-26 21:11:11 +01:00
Jonathan G Rennison
f012d45491
Merge branch 'signal_tunnels_bridges' into jgrpp
2018-03-26 20:49:11 +01:00
Jonathan G Rennison
df72bc6e09
Fix signal on tun/bridge gradual decel end tile detection
2018-03-26 20:48:52 +01:00
Jonathan G Rennison
78838ee2a2
Add freight train load/unload mode: through load
2018-03-26 20:12:50 +01:00
Jonathan G Rennison
52edafab5e
Add savegame support for 32 bit Train::flags field
2018-03-26 19:50:34 +01:00
Jonathan G Rennison
09ca051ff8
Merge branch 'signal_tunnels_bridges' into jgrpp
...
# Conflicts:
# src/saveload/extended_ver_sl.cpp
# src/train.h
2018-03-26 18:42:23 +01:00
Jonathan G Rennison
def3a3933b
Move dual-use of load_unload_ticks for bridge/tun signals to new field
2018-03-26 18:40:05 +01:00
Jonathan G Rennison
10db379202
Merge branch 'signal_tunnels_bridges' into jgrpp
...
# Conflicts:
# src/train_cmd.cpp
2018-03-25 00:57:59 +00:00
Jonathan G Rennison
38cb80872b
Gradually slow down for red signals on bridges/tunnels
...
Instead of coming to a sudden halt immediately before the signal
2018-03-25 00:57:20 +00:00
Jonathan G Rennison
70b6500d73
Merge branch 'save_ext' into jgrpp
2018-03-22 23:13:16 +00:00
Jonathan G Rennison
c2ab4cb2ae
Fix commit fb946f6a
, which broke new game/map creation
2018-03-22 23:11:19 +00:00
translators
080f7b3cba
(svn r27998) -Update from Eints:
...
welsh: 9 changes by kazzie
2018-03-22 18:45:37 +00:00
Jonathan G Rennison
22724e13bc
Merge branch 'save_ext' into jgrpp
2018-03-20 01:15:21 +00:00
Jonathan G Rennison
fb946f6a2b
Don't reset savegame feature versions at end of DoLoad, so that -q works
2018-03-20 01:15:01 +00:00
translators
328a4ff00d
(svn r27994) -Update from Eints:
...
welsh: 2 changes by kazzie
2018-03-18 18:45:38 +00:00
frosch
09d4735679
(svn r27993) -Change: Heading for 1.9 now
2018-03-14 19:36:41 +00:00
translators
080d57d97a
(svn r27991) -Update from Eints:
...
spanish (mexican): 1 change by Absay
2018-03-14 18:45:37 +00:00
frosch
8c458c153d
(svn r27990) -Update: Docs
2018-03-14 18:05:06 +00:00