Max Maton
e4414471dd
Add: Allow GameScript to demolish without a company
...
This allows GameScripts to shrink towns as well as grow them.
2019-09-08 10:09:19 +02:00
Andy
9014633866
Fix: change Quartz driver colorSpace handling to address certain macOS performance issues ( #7644 )
2019-09-07 22:09:17 +02:00
Niels Martin Hansen
0549a81c30
Fix b3fd7879
: Ignore command flags when verifying script commands
...
Multiplayer games has the server add some flags to the cmd value during the handling.
These flags should not be included in the verification, mask them out. Without this
masking out, scripts tend to die when executing their first command in multiplayer.
2019-09-07 19:38:13 +02:00
glx22
b3fd787959
Fix #7188 : check the validity of command callback for scripts ( #7701 )
2019-09-07 17:37:01 +01:00
Patric Stout
381c2a4587
Add: [DorpsGek] also announce comments on commits
2019-09-07 09:36:57 +01:00
Daniel Lee
2d9eb1c417
Fix #7626 : Allow building drive-through stops over one-way/blocked roads owned by towns (instead of crashing).
2019-09-06 23:21:40 +02:00
translators
058dadf315
Update: Translations from eints
...
french: 4 changes by glx
2019-09-06 19:45:39 +02:00
JMcKiern
fbbbc6e193
Fix #7692 : Added industry tile to GetOrderCmdFromTile() ( #7709 )
...
Sending order command to an industry tile now checks if a neutral_station is available and sends the order to that station
2019-09-04 22:47:21 +02:00
translators
c4850475c3
Update: Translations from eints
...
slovenian: 4 changes by matej1245
2019-09-04 19:45:39 +02:00
Patric Stout
03aaf695a5
Fix: [DorpsGek] don't report all pushes, but just those done by DorpsGek
...
Those are most often the translator updates, which are pushed
directly to master (and not via a Pull Request).
2019-09-02 08:28:38 +01:00
Niels Martin Hansen
d649011dfc
Fix #7702 : Scaling for highscore screen
2019-09-02 09:26:33 +02:00
glx22
cf86c39be5
Fix b870596f15
: forgotten squirrel_export run ( #7715 )
2019-09-01 18:54:01 +02:00
uvealonso
ead772324e
Fix #7704 : [OSX] Handle malformed UTF8 strings
2019-09-01 14:01:52 +02:00
Niels Martin Hansen
a933afabfd
Add: [Win32] Select MIDI device by port name
2019-08-31 21:13:25 +01:00
Nikolas Nyby
28e11623bd
Codechange: math functions - use cpp-style casts
2019-08-31 20:27:56 +01:00
Roger
1be42c6cb8
Add: [GitHub] sponsor button on github.com ( #7700 )
2019-08-31 21:20:24 +02:00
George Koehler
c655f89d84
Fix: Allow git worktree in version detection; drop svn, hg.
...
If $ROOT_DIR is a linked working tree from git-worktree(1), then
$ROOT_DIR/.git is a regular file instead of a directory. Allow this
when deciding whether to use git to detect OpenTTD's version.
Drop checks for svn and hg in config.lib, because findversion.sh
hasn't used svn nor hg since 192770e6da
.
2019-08-31 20:11:24 +01:00
translators
14bca19163
Update: Translations from eints
...
italian: 4 changes by lorenzodv
2019-08-31 19:45:40 +02:00
translators
c7c1d1cb0c
Update: Translations from eints
...
spanish: 1 change by lpenap
2019-08-24 19:45:40 +02:00
translators
dabccf70b4
Update: Translations from eints
...
dutch: 2 changes by JanWillem
russian: 7 changes by Lone_Wolf
2019-08-18 19:45:40 +02:00
Niels Martin Hansen
5feb06e3f3
Add: Scale oil refinery edge distance up by map size
...
Also scales oil rig distance up, since they use the same algorithm.
2019-08-17 22:02:22 +01:00
Gabda
b870596f15
Add #6887 : Option to show zone inside local authority boundary of towns
...
Can be found at town information > local authority window
Layout for button is same as Graph Keys
Turn on/off for every town individually
2019-08-17 21:45:20 +01:00
Juriy Petrochenkov
d986f01d07
Codechange: Reduced indentation in SaveLoadWindow::OnClick
2019-08-17 10:39:46 +01:00
Juriy Petrochenkov
f0aea2d246
Fix: RemoveAirport function now returns with 'Aircraft in the way' error message as it should be.
2019-08-13 16:42:22 +01:00
translators
27d676e17a
Update: Translations from eints
...
danish: 2 changes by njn
2019-08-08 19:45:45 +02:00
nikolas
10fe568f08
Fix: typo in ScriptList::Valuate param error ( #7687 )
2019-08-07 21:15:53 +02:00
nikolas
7a70900227
Fix: Typo in running costs help text
2019-08-07 13:27:07 +02:00
translators
9fd91f9b69
Update: Translations from eints
...
english (us): 2 changes by njn
2019-08-06 19:45:43 +02:00
nikolas
9d6fb257c3
Cleanup: Remove duplicate thread.h include ( #7683 )
2019-08-06 07:43:00 +01:00
TELK
bcc73bd40d
Add: 'getsysdate' console command ( #7658 )
...
Add `getsysdate` console command to display system's local time, which is might be useful to check current time in script logging.
2019-08-04 20:35:56 +02:00
Johannes E. Krause
afbf6a5918
Feature: Allow showing Newspaper and Ticker messages in parallel
2019-08-03 10:28:13 +01:00
glx
8cccb158e9
Fix #7672 : more than 32 resolutions may be available
2019-08-02 20:19:07 +01:00
TTrebron
425cd3e4ca
Fix #7655 : Decrease buttons in cheat window do not work properly
2019-07-27 08:50:18 +01:00
stormcone
2e686ad5d5
Fix #7667 : Buying an engine after buying wagons doesn't give a complete train.
2019-07-23 23:15:08 +02:00
stormcone
2817cd41f1
Fix #7250 : Viewport kdtree not being updated for waypoints when sign moved.
...
Code based on the patch by JGRennison.
JGRennison/OpenTTD-patches@ac84f34062
2019-07-22 21:41:08 +02:00
TELK
196d586849
Feature: Town name filtering ( #7621 )
2019-07-22 20:27:39 +01:00
Jonathan G Rennison
d71a7c21da
Fix #7593 : Crash in ScriptOrder::GetOrderDistance in VT_AIR mode
...
Null pointer dereference occurred when either origin_tile or dest_tile
were waypoint tiles.
2019-07-22 20:26:36 +01:00
Alberth
5981ed248a
Codechange: Remove unused FioTarFirstDir and FioTarAddLink functions
2019-07-21 19:11:31 +01:00
Niels Martin Hansen
331eba544a
Fix: Narrowing cast in one storybook command
...
CompanyID is 8 bit wide, so this incorrect cast would make it impossible to create story page elements for pages past 255.
2019-07-18 09:36:12 +02:00
translators
88950d8f23
Update: Translations from eints
...
swedish: 49 changes by daishan
spanish: 80 changes by lpenap
2019-07-15 19:45:44 +02:00
translators
24cec63a3d
Update: Translations from eints
...
welsh: 13 changes by kazzie
spanish: 35 changes by lpenap
2019-07-14 19:45:46 +02:00
dP
36e4bd4023
Fix: Make GSGoal.QuestionClient work correctly at least for clients with ID < 2**16
2019-07-14 13:32:08 +01:00
translators
a52bbb72a8
Update: Translations from eints
...
welsh: 4 changes by kazzie
2019-07-12 19:45:45 +02:00
Niels Martin Hansen
1e723934a1
Fix 27384486e4
: Error in GM Reset sysex data
2019-07-07 22:46:21 +02:00
pnda
a35b43ce93
Fix #6666 : Mismatched parentheses in RTL languages
2019-07-07 18:30:51 +02:00
unknown
6f28a0c051
Fix #5685 : Check for free wagons in ScriptVehicleList
2019-07-07 16:02:11 +01:00
Niels Martin Hansen
81614f2378
Fix #7633 : Allow zero-cost track conversion to succeed
2019-07-06 21:04:43 +02:00
Niels Martin Hansen
9f81778836
Change: Limit in-editor warnings in VS 2019
...
The AllRules ruleset causes the VS 2019 editor to litter warning squiggles all over the place, about things that would never be fixed. Limit it to the smallest ruleset available. Warnings shown now mainly concern potential arithmetic overflows.
2019-07-06 20:02:12 +01:00
glx
603f625fda
Fix f53817987
: unsafe mix of type 'TileIndex' and type 'bool'
2019-07-06 15:19:33 +02:00
Niels Martin Hansen
a0c78c73e3
Fix: Correctly reset playback between songs in win32_m driver
2019-07-04 22:27:34 +02:00