46833 Commits

Author SHA1 Message Date
Sergii Pylypenko
5f478c96e9 Code cleanup 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
31d0ceb39e Drag-scrolling for long dropdown menus 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
dd3af9bfb2 Fixed combobox dropdown lists 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
b82dd5d0c2 Do not open dropdown menu scrolled to the bottom 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
fea9bb1c24 Fixed minimap scrolling 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
fe73e6d021 Removed debug 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
8741cbd50e Fixed crash in minimap code 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
c60ecc3118 Resizeable smallmap GUI, that will fit all FIRS industries 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
be563833d5 Updated todo 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
3f506a92fb Updated translations 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
b9c85ff3a6 Updated version file 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
e5c884512b Fixed compiler warning 2020-03-19 21:39:20 +02:00
Sergii Pylypenko
8f525e3084 Updated todo 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
ef251985ee Updated todo 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
2f5bc09c9e Updated todo 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
88fc329ad1 Increased video resolutions list size to 100 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
5bfff40f5e Increased video resolutions list size to 100 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
ef6378088f Increased video resolutions list size to 100 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
53036c5290 Added Android OS type to configure script, to remove -lpthread from LDFLAGS 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
06068f4655 Close news window more easily 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
aa4b5de6e1 Fixed compilaiton in window and widget code 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
108d3365ff Renamed WID_TN_AIRCRAFTS to WID_TN_AIRCRAFT 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
d91ada456b Updated revision number in .ottrev 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
bcfb36e8af Fixed music GUI compilation 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
57e7680dd5 Fixed 16bpp blitter 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
3405519815 Fixed missing enum in music widget 2020-03-19 21:23:50 +02:00
Sergii Pylypenko
0a60b05896 Updated Android translations 2020-03-19 21:23:50 +02:00
Charles Pigott
49d2a07f66 Fix #7988: Memory leak when using custom depot names 1.10.0-RC1 2020-02-09 12:02:32 +00:00
Charles Pigott
887dce4655 Update: Prepare for 1.10.0-RC1 2020-02-09 12:02:32 +00:00
translators
a499e9acdd Update: Translations from eints
russian: 2 changes by Lone_Wolf
2020-02-08 19:45:39 +01:00
glx
2b1a7ceb4e Fix #7976: Don't kick the client doing the rcon 2020-02-08 09:03:14 +01:00
Jonathan G Rennison
1a88fb5c91 Fix #7592: Do not cache road vehicle path within 8 tiles of destination with multiple entrances
Ported from jgrpp commit 79d5be7e265df3be8b73d484f0c7261b3c23229d
2020-02-07 23:02:10 +01:00
Niels Martin Hansen
9e632355f1 Fix #7525: Move autorenew setting to Basic category 2020-02-07 22:05:34 +01:00
Niels Martin Hansen
04ce1f0713 Fix #7885: [Fluidsynth] Use recommended method of setting sample rate 2020-02-07 21:01:11 +01:00
Johannes E. Krause
107283748a Feature: SLF_HEX to print hexadecimal numbers in the config file 2020-02-06 21:00:30 +00:00
Johannes E. Krause
f389d66e36 Fix: Loading SDT_INTLIST similar to loading SDT_NUMX 2020-02-06 21:00:30 +00:00
Johannes E. Krause
76eab18f02 Fix: Saving SDT_INTLIST handle unsigned values properly 2020-02-06 21:00:30 +00:00
Samu
3089c625e4 Fix #7088: close AI/GS textfile window when their data are invalid 2020-02-06 20:58:11 +00:00
stormcone
492d2704f1 Fix #7974: Crash when CTRL+click to show a vehicle group that is collapsed 2020-02-06 16:10:46 +00:00
Niels Martin Hansen
805ecd32be Fix 5880f147: Integer width warnings 2020-02-06 16:09:36 +00:00
Niels Martin Hansen
3fcb240f8e Fix d84b67e5: Station rating effects affecting too large area 2020-02-06 16:39:25 +01:00
translators
58c8ff456e Update: Translations from eints
korean: 2 changes by telk5093
2020-02-05 19:45:39 +01:00
Bjarni Thor
5880f1479f Feature #7756: Allow server to supply a reason to kicked/banned clients
This commit adds the missing feature of allowing the server owner to
    provide a reason for kicking/banning a client, which the client sees in
    a pop-up window after being kicked. The implementation extends the
    network protocol by adding a new network action called
    NETWORK_ACTION_KICKED that is capable of having an error string, unlike
    the other network error packages.  Additionally, the kick function
    broadcasts a message to all clients about the kicked client and the
    reason for the kick.
2020-02-04 22:17:39 +00:00
glx
b5d56559d2 Fix #7969: limit recursion during alias execution 2020-02-04 18:41:38 +01:00
translators
ac7cc18ab9 Update: Translations from eints
czech: 22 changes by djst
2020-02-02 19:45:40 +01:00
Jonathan G Rennison
14af8701df Fix #6566: Fix signed integer overflow in viewport draw area chunking
This caused drawing areas larger than 2097151 pixels at 8x zoom to
not be subdivided into smaller chunks as required.
This resulted in pathological performance issues in the sprite sorter.
2020-02-02 15:37:14 +01:00
glx
196157b29e Fix #7966: SQInteger is 64-bit, print it as 64-bit 2020-02-01 10:14:51 +00:00
translators
be9ca4689e Update: Translations from eints
korean: 4 changes by telk5093
2020-01-30 19:45:39 +01:00
kiwitreekor
5df01bf95e Add: [NewGRF] Station variable 6A, querying GRFID of nearby station tiles (#7956) 2020-01-29 21:23:23 +01:00
Jonathan G Rennison
2fee030a26 Change: Algorithm for transfer feeder payments
The original algorithm pays intermediate legs in feeder systems based
on the start and end stations of that particular leg.
This tends to result in large negative payments on the final leg for
journeys with many feeder legs, as the overall feeder payment increases
with the number of legs, and the final leg is penalised for discrepancies
between the previous leg payments and the actual payment for delivery
from the source to the destination.
The feeder share setting is a partial mitigation, however it is difficult
to tune as a suitable value depends on the number of legs and the network
topology, which are often not the same for all vehicles.

The new incremental algorithm pays the cargo payment from the source
station to the end station of the current leg, minus any previous
transfer feeder payments for each leg.
This prevents unbounded increase of feeder payments and therefore avoids
the issue of excessive negative payments on the final leg.
Feeder payments may be negative, e.g. in the case of poorly performing
or highly indirect legs. This is better than penalising the final leg.
This mode reduces the need to tune the feeder shares setting to the
current network.

The feeder share setting applies in the existing way.
2020-01-28 23:37:16 +01:00