Jonathan G Rennison
|
5243cfd6d0
|
Use TinyString for custom name fields which are almost always empty
|
2020-05-22 00:10:09 +01:00 |
|
Jonathan G Rennison
|
81e69fcbbe
|
Add TinyString: SLE_STR compatible c-string wrapper
|
2020-05-21 23:44:34 +01:00 |
|
Jonathan G Rennison
|
f8d6e781ba
|
Merge branch 'master' into jgrpp
# Conflicts:
# projects/openttd_vs140.vcxproj.filters
# projects/openttd_vs141.vcxproj.filters
# projects/openttd_vs142.vcxproj.filters
# src/base_consist.h
# src/company_base.h
# src/newgrf_config.cpp
# src/newgrf_config.h
# src/openttd.cpp
# src/saveload/saveload.cpp
# src/saveload/saveload.h
# src/saveload/station_sl.cpp
# src/settings.cpp
# src/signs_base.h
# src/string.cpp
# src/string_func.h
# src/table/misc_settings.ini
# src/table/settings.h.preamble
# src/town_cmd.cpp
# src/vehicle.cpp
# src/vehicle_cmd.cpp
# src/video/cocoa/cocoa_v.mm
# src/video/null_v.cpp
|
2020-05-21 22:24:01 +01:00 |
|
Michael Lutz
|
c972a63c8c
|
Codechange: Store info about the dedicated server log file in globals with automatic destruction to simplify control flow in openttd_main.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
37bc2f8064
|
Codechange: Use std::string in the driver and blitter selection code.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
a49fdb7ebb
|
Codechange: Store base set related texts in std::strings.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
715aa67a9c
|
Codechange: Use std::string in INI file parsing.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
8aef14386f
|
Add: Optional implementation of std::optional for pre-C++17 compilers.
Sourced from https://github.com/akrzemi1/Optional, Boost Software License, Version 1.0.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
63ccb36ef3
|
Codechange: Use std::string for most of the user-settable custom names.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
9b6f5e3bb8
|
Codechange: Store GS lang texts in std::strings.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
9c2e47d03c
|
Codechange: Use std::string for storing GRF error messages.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
c082f570ce
|
Codechange: Use std::string when translating TTDP NewGRF string codes.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
808c8198d5
|
Codechange: Consistently use WChar when passing characters around, and also define it as char32_t.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
43cd892e0c
|
Codechange: Replace custom linked list for GRF texts with STL vectors and strings.
|
2020-05-21 20:02:34 +02:00 |
|
Michael Lutz
|
f2b40f40aa
|
Codechange: Replace SmallPair with std::pair.
std::pair is already the smallest possible pair, and it already handles non-POD types correctly.
|
2020-05-21 20:02:34 +02:00 |
|
translators
|
7309bdec48
|
Update: Translations from eints
latvian: 9 changes by Tranzistors
|
2020-05-20 19:45:39 +02:00 |
|
dP
|
82572754dd
|
Fix: Trees disappear completely after a few years when they're not allowed to spread
|
2020-05-20 13:16:55 +02:00 |
|
Yexo
|
587d8e716b
|
Fix #8155: Roadtype speed limit in toolbar dropdown in scenario editor was doubled
|
2020-05-19 20:01:09 +02:00 |
|
Jonathan G Rennison
|
ea06a0670d
|
Add rail ground type support for rail custom bridge heads
See: #146
|
2020-05-19 00:41:35 +01:00 |
|
translators
|
b8a896d52c
|
Update: Translations from eints
latvian: 35 changes by Tranzistors
|
2020-05-18 19:45:41 +02:00 |
|
dP
|
93d1d8773f
|
Fix: Desync after house replacement
|
2020-05-18 09:05:39 +01:00 |
|
translators
|
d11bae58a0
|
Update: Translations from eints
spanish (mexican): 7 changes by Absay
|
2020-05-17 19:45:39 +02:00 |
|
translators
|
70ccd34fa0
|
Update: Translations from eints
latvian: 13 changes by Tranzistors
|
2020-05-16 19:45:38 +02:00 |
|
translators
|
edc7ee2cda
|
Update: Translations from eints
indonesian: 1 change by fanioz
dutch: 1 change by JanWillem
latvian: 39 changes by Tranzistors
spanish (mexican): 1 change by Absay
|
2020-05-15 19:45:40 +02:00 |
|
translators
|
9b8d5ea074
|
Update: Translations from eints
spanish (mexican): 16 changes by Absay
russian: 3 changes by Lone_Wolf
|
2020-05-14 19:45:40 +02:00 |
|
Jonathan G Rennison
|
212f6f4dcb
|
Improve link refresher handling of conditional orders
|
2020-05-14 18:40:25 +01:00 |
|
Jonathan G Rennison
|
d37d08ebb3
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/industry_cmd.cpp
# src/station_cmd.cpp
# src/station_func.h
|
2020-05-14 00:40:16 +01:00 |
|
Jonathan G Rennison
|
a94a8da990
|
Suppress warning about using operator ^ on bool
|
2020-05-13 20:23:10 +01:00 |
|
translators
|
83cd040c61
|
Update: Translations from eints
latvian: 21 changes by Tranzistors
korean: 5 changes by telk5093
|
2020-05-13 19:45:39 +02:00 |
|
Jonathan G Rennison
|
77673b731c
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/industry_cmd.cpp
# src/openttd.cpp
# src/station_cmd.cpp
# src/station_func.h
|
2020-05-13 11:17:09 +01:00 |
|
Jonathan G Rennison
|
e67669d6ed
|
Add missing include to ini_type.h
|
2020-05-13 11:10:16 +01:00 |
|
dP
|
f2a9a1e2a5
|
Fix #8137: New clients can't join (desync) after funding an industry
|
2020-05-13 08:43:01 +01:00 |
|
dP
|
7bd52970a1
|
Codechange: Refactor FindStationsAroundTiles to avoid code duplication
|
2020-05-13 08:43:01 +01:00 |
|
translators
|
6dcc99edab
|
Update: Translations from eints
latvian: 45 changes by Tranzistors
spanish (mexican): 9 changes by Absay
|
2020-05-12 19:45:38 +02:00 |
|
glx22
|
cca613e3b8
|
Fix #8142, 5aa6351: Buoy owner and tile owner can be different (#8143)
|
2020-05-12 15:22:58 +02:00 |
|
glx22
|
d15c7dbdeb
|
Add: stations_near and industries_near cache check (#8139)
|
2020-05-12 01:19:52 +02:00 |
|
translators
|
48c61c1da1
|
Update: Translations from eints
latvian: 54 changes by Tranzistors
spanish (mexican): 4 changes by Absay
|
2020-05-11 19:45:38 +02:00 |
|
Ilayaraja
|
48d2eb703c
|
Add: INR currency (#8136)
Co-authored-by: ilayarja97 <ilayarja97@gmail.com>
|
2020-05-11 14:31:03 +01:00 |
|
Jonathan G Rennison
|
763a2826b6
|
Merge branch 'master' into jgrpp
# Conflicts:
# src/gamelog.cpp
|
2020-05-11 00:45:24 +01:00 |
|
Jonathan G Rennison
|
0202211514
|
Conditional orders: Add slot acquire modes to train in slot conditional
|
2020-05-10 21:06:09 +01:00 |
|
glx
|
39092ee13b
|
Fix #8119: Update docking area when clearing a shore rail tile
|
2020-05-10 20:10:12 +01:00 |
|
glx
|
5aa6351042
|
Fix #8132: Corrupted savegame crashing OpenTTD on load
|
2020-05-10 20:03:41 +01:00 |
|
glx
|
0ed00ae111
|
Fix: Stop any gamelog action when recovering from SlError()
|
2020-05-10 20:02:55 +01:00 |
|
translators
|
3ba34a72aa
|
Update: Translations from eints
latvian: 80 changes by Tranzistors
spanish (mexican): 10 changes by Absay
|
2020-05-10 19:45:39 +02:00 |
|
Jonathan G Rennison
|
0dd9562ead
|
Continue waiting at rail waypoint if next order is a wait order for the same waypoint
|
2020-05-10 17:06:45 +01:00 |
|
Jonathan G Rennison
|
0100ea4e32
|
Conditional orders: Add mode to check waiting station cargo via next node
|
2020-05-10 15:32:12 +01:00 |
|
Jonathan G Rennison
|
1c768705a1
|
Use lower_bound instead of equal_range in StationCargoList::ShiftCargo
Calling erase could potentially invalidate the upper_bound iterator
|
2020-05-10 15:20:03 +01:00 |
|
Jonathan G Rennison
|
ea8a89e377
|
Reset conditional order comp operator when switching to load % or waiting cargo amount.
|
2020-05-10 12:15:37 +01:00 |
|
SamuXarick
|
a95fbd59a3
|
Fix #8119, f538179: Update docking tile area when placing a diagonal rail next to a dock end (#8124)
|
2020-05-09 22:27:06 +02:00 |
|
translators
|
61e1a45100
|
Update: Translations from eints
latvian: 8 changes by Tranzistors
spanish (mexican): 1 change by Absay
|
2020-05-09 19:45:37 +02:00 |
|