index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-06-13
Cleanup: remove IConsoleWarning/IConsoleError helpers
rubidium42
2021-06-13
Change: unify the style of console error messages and convert to fmt
rubidium42
2021-06-13
Change: not performing a command is worthy of an error, not a warning
rubidium42
2021-06-13
Codechange: remove single use IConsoleDebug
rubidium42
2021-06-13
Codechange: add an IConsolePrint overload that does formatting with fmt
rubidium42
2021-06-13
Fix 81062163: for (really) old games, station bus/truck station cache was not...
Patric Stout
2021-06-13
Codechange: use fmt in DebugPrint where applicable
rubidium42
2021-06-13
Cleanup: remove old DEBUG macro and debug function
rubidium42
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-06-13
Codechange: use the fmt library for simpler debug formats
rubidium42
2021-06-13
Add: minimal set of headers from {fmt} 7.1.3 to 3rdparty
rubidium42
2021-06-13
Fix #9361, a2051ba: [Network] Off by one in CanWriteToPacket
rubidium42
2021-06-13
Codechange: make the name of SettingDesc a std::string
rubidium42
2021-06-13
Codechange: add std::string accepting SetDParamStr to ErrorMessageData
rubidium42
2021-06-13
Codechange: use StrStartsWith/StrEndsWith when finding settings
rubidium42
2021-06-13
Codechange: add function to determine whether are string starts or ends with ...
rubidium42
2021-06-13
Fix #9362: Hover in online players window was slightly too big (#9364)
TELK
2021-06-12
Codechange: Use dynamic string list for contents of land info window.
Michael Lutz
2021-06-12
Update: Translations from eints
translators
2021-06-12
Fix #9353: [Script] Garbage collecting on priority queues could crash the game
rubidium42
2021-06-12
Change: Skip creating a RealSpriteGroup when there is only one result.
Peter Nelson
2021-06-12
Codechange: Deduplicate ResolveReal() for resolvers that don't use real sprit...
Peter Nelson
2021-06-11
Update: Translations from eints
translators
2021-06-11
Fix 4079c47: Missed a file when removing generated .sq files from the repo (#...
Loïc Guilloux
2021-06-11
Fix: [Script] doxygen_filter is very strict about DOXYGEN_API usage (#9351)
Loïc Guilloux
2021-06-11
Fix #9348, 4d74e51: don't try to sell shares of spectators (#9349)
Patric Stout
2021-06-10
Feature: Configurable subsidy duration
Tyler Trahan
2021-06-10
Fix aa5a8fe28: [MinGW] Wrong define tested (WIN32 vs _WIN32)
glx22
2021-06-10
Fix: [MinGW] Ignore wglGetProcAddress() cast warnings
glx22
2021-06-10
Codechange: [WIN32] Add a wrapper around GetProcAddress()
glx22
2021-06-10
Fix: [MinGW] Silence 2 cast warnings
glx22
2021-06-10
Fix: [MinGW] Unused squirrel code triggering a warning
glx22
2021-06-10
Fix: [MinGW32] Linking error
glx22
2021-06-10
Fix: [MinGW32] Can't convert lambda to stdcall
glx22
2021-06-10
Fix: [MinGW32] SHGFP_TYPE_CURRENT is now present in win32api
glx22
2021-06-10
Codechange: [WIN32] Reduce manual dynamic loading as WinXP is the minimum ver...
glx22
2021-06-10
Codechange: [WIN32] Use VersionHelpers where appropriate
glx22
2021-06-10
Add: '-X' option to ignore global folders in the search path (#9341)
Patric Stout
2021-06-10
Fix: [Script] Ensure the saved script strings are properly validated and term...
rubidium42
2021-06-10
Cleanup: [Network] Remove C-string Recv_string and its last use
rubidium42
2021-06-10
Codechange: [Network] Use std::string to get a NewGRF's name
rubidium42
2021-06-10
Change: allow pause/unpause console command in single player too (#9342)
Patric Stout
2021-06-10
Cleanup: [ContentInfo] Remove some functions that are not needed anymore
rubidium42
2021-06-10
Codechange: [ContentInfo] Use std::string instead of string buffers
rubidium42
2021-06-10
Codechange: [ContentInfo] Use a vector for dependencies instead of custom all...
rubidium42
2021-06-10
Codechange: [ContentInfo] Use StringList for tags instead of custom allocations
rubidium42
2021-06-10
Codechange: [ContentInfo] Do not use memset/memcpy to make it possible to use...
rubidium42
2021-06-10
Cleanup: [ContentInfo] Remove unused function
rubidium42
2021-06-10
Add: adhere the autosave_on_exit setting for Null videodriver (#9343)
Patric Stout
2021-06-10
Codechange: rework CHTS-chunk save/load to be more like the others
Patric Stout
[prev]
[next]