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-05-08
Codechange: Make GetCurrentRect() conform to usual Rect bounds, and reuse it.
Peter Nelson
2021-05-08
Codechange: Don't update window contents if scrollbar position has not moved.
Peter Nelson
2021-05-08
Codechange: Set specific widgets dirty instead of window.
Peter Nelson
2021-05-08
Codechange: [Network] Change ChatMessage's message to std::string and simplif...
rubidium42
2021-05-08
Fix: [Emscripten] Use non-XDG directories to simplify lolac storage (#9207)
embeddedt
2021-05-07
Update: Translations from eints
translators
2021-05-06
Feature: use Happy Eyeballs to make network connections (TCP-only) (#9199)
Patric Stout
2021-05-06
Codechange: [Network] Use std::string for NetworkGameInfo
rubidium42
2021-05-06
Codechange: add DrawString(Multiline) that accepts std::string&
rubidium42
2021-05-06
Codechange: add SetDParamStr that accepts std::string&
rubidium42
2021-05-06
Update: Translations from eints
translators
2021-05-06
Codechange: [Network] Move connection string parsing away from C-strings
rubidium42
2021-05-06
Codechange: [Network] Use std::string for NetworkAddress' host name
rubidium42
2021-05-06
Codechange: [Network] Use new/delete instead of calloc/free for NetworkGameList
rubidium42
2021-05-06
Add: [[nodiscard]] to std::string str_validate
rubidium42
2021-05-05
Codechange: use connection_string in favour of NetworkAddress (#9197)
Patric Stout
2021-05-05
Cleanup: [Network] Remove variable from NetworkGameInfo that is only used dur...
Rubidium
2021-05-05
Change: [Network] Update server's NetworkServerGameInfo only when needed
rubidium42
2021-05-05
Codechange: [Network] Use a single NetworkServerGameInfo object at server sid...
rubidium42
2021-05-05
Update: Translations from eints
translators
2021-05-05
Cleanup: Leftover static const variable from a3b356e (#9194)
Loïc Guilloux
2021-05-05
Cleanup: [Fluidsynth] Comply better with the coding style
rubidium42
2021-05-04
Update: Translations from eints
translators
2021-05-04
Change: Use gender-neutral pronouns in english.txt (#9189)
Tyler Trahan
2021-05-03
Codechange: Replace FOR_ALL_ROADTRAMTYPES with range-based for loops
glx22
2021-05-03
Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loops
glx22
2021-05-03
Codechange: Replace FOR_ALL_TARS with range-based for loops
glx22
2021-05-03
Add: [Network] Reading std::string from a packet
rubidium42
2021-05-03
Add: [Network] Writing std::string to a packet
rubidium42
2021-05-03
Update: Translations from eints
translators
2021-05-03
Fix #9117, 04ce1f07: [Fluidsynth] Infinite wait when stopping song (#9181)
rubidium42
2021-05-03
Fix: Query windows may be partially drawn initially. (#9184)
PeterN
2021-05-03
Fix #9174: Don't update text effect if it has been reset. (#9183)
PeterN
2021-05-03
Fix #9113: Assertion failure when removing airport with order backup (#9182)
Jonathan G Rennison
2021-05-02
Update: Translations from eints
translators
2021-05-02
Codechange: Acquire video buffer before taking game state lock to prevent err...
Milek7
2021-05-02
Codechange: Validate custom station platform layout tiles are permitted value...
Peter Nelson
2021-05-02
Codechange: Use std::vector for NewGRF station tile sprite layouts.
Peter Nelson
2021-05-02
Codechange: Use std::vector for NewGRF station platform layouts.
Peter Nelson
2021-05-02
Fix #9147: Delay making screenshots until the next draw tick as we may not ac...
Michael Lutz
2021-05-02
Codechange: Generalise the delayed blitter change to a generic video driver c...
Michael Lutz
2021-05-02
Fix: [NewGRF] industry variable 66 and object variable 46 clamped the squared...
frosch
2021-05-02
Fix: [NewGRF] industry variables 65 and 66 ignored the parameter, and always ...
frosch
2021-05-02
Fix: [Network] Reading beyond the length of the server's ID when hashing pass...
rubidium42
2021-05-02
Fix: Update text effect size when font zoom is changed. (#9174)
PeterN
2021-05-02
Fix: Crash when extra viewport height is zero with sign in view. (#9175)
PeterN
2021-05-02
Codechange: Warn if randomaction2 group count is not a power of 2.
Peter Nelson
2021-05-02
Cleanup: Use range iterator to evaluate DeterministicSpriteGroup.
Peter Nelson
2021-05-02
Cleanup: Use std::vector in RandomSpriteGroup.
Peter Nelson
2021-05-02
Cleanup: Use std::vector in DeterministicSpriteGroup.
Peter Nelson
[next]