OpenRCT2/src/openrct2/core
Ted John 8f77125cdb
Fix #11298: Unable to advertise server (500): Retry with ipv4 only (#11824)
Add new config option to allow any address to be advertised. This then
doesn't rely on the master server retrieving the server IP address via
the HTTP request which can often be IPv6 by default.
2020-05-30 18:21:22 +02:00
..
CircularBuffer.h Replace typedef aliasing by using (#10712) 2020-02-17 11:43:47 +01:00
Collections.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Console.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Console.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Crypt.CNG.cpp Replace many C-style casts (#11720) 2020-05-11 14:32:56 +02:00
Crypt.OpenSSL.cpp Part of #11158: Remove more C-style casts (#11743) 2020-05-13 21:22:50 -03:00
Crypt.h Replace typedef aliasing by using (#10712) 2020-02-17 11:43:47 +01:00
DataSerialiser.h Fix the logging once and for all 2019-12-15 16:48:14 +00:00
DataSerialiserTag.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
DataSerialiserTraits.h Replace many C-style casts (#11720) 2020-05-11 14:32:56 +02:00
Diagnostics.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Diagnostics.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Endianness.h Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
File.cpp Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
File.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
FileIndex.hpp Replace many C-style casts (#11720) 2020-05-11 14:32:56 +02:00
FileScanner.cpp Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
FileScanner.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
FileStream.hpp Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
FileSystem.hpp [Plugin] Add API for taking captures and giant captures of the park 2020-05-09 13:55:24 +02:00
FileWatcher.cpp Disable FileWatcher for macOS 2020-04-26 14:35:08 +01:00
FileWatcher.h Fix FileWatcher header file 2020-04-26 14:35:09 +01:00
Guard.cpp Add assertion failure reason to the Backtrace service integration (#10562) 2020-01-13 19:22:45 +01:00
Guard.hpp Add assertion failure reason to the Backtrace service integration (#10562) 2020-01-13 19:22:45 +01:00
Http.WinHttp.cpp Fix #11298: Unable to advertise server (500): Retry with ipv4 only (#11824) 2020-05-30 18:21:22 +02:00
Http.cURL.cpp Replace cURL with WinHttp implementation on Windows 2020-02-08 17:47:03 +00:00
Http.h Replace cURL with WinHttp implementation on Windows 2020-02-08 17:47:03 +00:00
IStream.cpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
IStream.hpp Only suggest final when using non-LTO builds 2020-04-21 13:31:01 +02:00
Imaging.cpp Refactor rct_palette to GamePalette 2020-05-27 20:52:51 +01:00
Imaging.h Refactor rct_palette to GamePalette 2020-05-27 20:52:51 +01:00
JobPool.hpp Replace typedef aliasing by using (#10712) 2020-02-17 11:43:47 +01:00
Json.cpp Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
Json.hpp Remove by-reference string_view 2019-05-12 00:51:33 +01:00
Memory.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
MemoryStream.cpp Part of #11158: Remove more C-style casts (#11743) 2020-05-13 21:22:50 -03:00
MemoryStream.h Part of #11158: Remove more C-style casts (#11743) 2020-05-13 21:22:50 -03:00
Meta.hpp Make template params adhere to code style 2019-02-03 21:16:09 +01:00
Nullable.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Numerics.hpp Fix #5896 Fences not always removed when building a tracked ride through (#9341) 2019-06-04 23:27:36 +02:00
Path.cpp Fix #10496: Game can't handle path with non-english string 2020-01-11 00:43:00 +00:00
Path.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Random.hpp Make template params adhere to code style 2019-02-03 21:16:09 +01:00
Registration.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
String.cpp Part of #11158: Remove more C-style casts (#11743) 2020-05-13 21:22:50 -03:00
String.hpp Rename ToUtf16 to ToWideChar 2019-07-22 23:44:03 +01:00
StringBuilder.hpp Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
StringReader.hpp Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
Zip.cpp Use named casts instead of old-style casts 2020-04-22 17:09:29 +02:00
Zip.h Update copyright notices for 2019. (#8903) 2019-03-17 07:16:15 +00:00
ZipAndroid.cpp Part of #11158: Remove more C-style casts (#11743) 2020-05-13 21:22:50 -03:00