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-13
Codechange: move server name/id in settings to std::string
rubidium42
2021-05-13
Codechange: move hostnames in settings to std::string
rubidium42
2021-05-13
Codechange: move passwords in settings to std::string
rubidium42
2021-05-13
Change: further support for std::string in settings
rubidium42
2021-05-13
Update: Translations from eints
translators
2021-05-13
Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261)
Patric Stout
2021-05-13
Fix: Correct name of Golub-Dobrzyn
Paweł Świątkowski
2021-05-13
Fix: Replace Susz with Leszno
Paweł Świątkowski
2021-05-13
Codechange: remove pointless close call due to resolving virtual functions st...
Rubidium
2021-05-13
Codechange: make explicit that virtual functions in a con/destructor are reso...
Rubidium
2021-05-13
Fix #9255: [Network] TCPConnecter crashes when hostname not found (#9259)
Patric Stout
2021-05-13
Codechange: Replace TILE_AREA_LOOP with range-based for loops
glx22
2021-05-12
Fix #9256, 12e43c697d2: invalid read after free. (#9258)
frosch
2021-05-12
Codechange: make Window destruction not rely on undefined behavior.
frosch
2021-05-12
Codechange: use IterateFromBack/Front only if the order is important.
frosch
2021-05-12
Codechange: use iterators instead of 'subranges' when iterating from a specif...
frosch
2021-05-12
Codechange: remove excessive templating in favour of a single const_cast.
frosch
2021-05-12
Cleanup: remove unneeded labels and gotos.
frosch
2021-05-12
Fix #9186: Fix incorrect bounding box height causing station sprite glitch. (...
PeterN
2021-05-12
Update: Translations from eints
translators
2021-05-12
Fix #9242: Tree tick handler did not scale by map size. (#9246)
PeterN
2021-05-12
Fix #9063: Caption of news window incorrectly aligned. (#9252)
PeterN
2021-05-12
Change: reworked the debug levels for network facility (#9251)
Patric Stout
2021-05-12
Fix 91b8ce07: dedicated servers could no longer create screenshots (#9232)
Patric Stout
2021-05-12
Fix #9202: Invalid test for unset NewGRF override mapping. (#9226)
PeterN
2021-05-11
Update: Translations from eints
translators
2021-05-11
Fix: [Network] mark server as offline when no longer reachable (#9244)
Patric Stout
2021-05-11
Fix #9243: [Network] For a dedicated server use a fallback client and server ...
rubidium42
2021-05-11
Fix: [Network] don't rebuild the host-list during iterating the list (#9240)
Patric Stout
2021-05-11
Fix: [Network] don't mark the last-joined server as manual (#9239)
Patric Stout
2021-05-11
Fix: [Network] clients leaving because of broken connections was not broadcas...
Patric Stout
2021-05-10
Update: Translations from eints
translators
2021-05-10
Fix: leaking file descriptors
Rubidium
2021-05-10
Fix: memory leak due to assigning result of strdup to a std::string
Rubidium
2021-05-10
Cleanup: [Fluidsynth] Remove fluid_player_join
Rubidium
2021-05-10
Change: reworded many of the network errors during connect/listen (#9230)
Patric Stout
2021-05-09
Update: Translations from eints
translators
2021-05-09
Fix: lobby window doesn't close if no connection could be established (#9223)
Patric Stout
2021-05-08
Fix: Apply unscaled padding to Viewport inside WWT_INSET. (#9219)
PeterN
2021-05-08
Fix: only query a manually added server if it isn't there yet
Patric Stout
2021-05-08
Fix: don't do a network disconnect between two queries
Patric Stout
2021-05-08
Fix: destroying a TCPConnecter that was still resolving made illegal writes
Patric Stout
2021-05-08
Codechange: move connection_string to private for TCPConnecter
Patric Stout
2021-05-08
Fix fdc11a9: Missing sprite count determined on the wrong file
rubidium42
2021-05-08
Cleanup: remove the old FIO slot functions
Rubidium
2021-05-08
Codechange: let NewGRF make use of SpriteFile instead of most of the FIO slot...
Rubidium
2021-05-08
Codechange: introduce SpriteFile to be used by the sprite loader instead of t...
Rubidium
2021-05-08
Codechange: lets music make use of RandomAccessFile instead of the FIO slot f...
Rubidium
2021-05-08
Codechange: let NewGRF sounds make use of RandomAccessFile instead of the FIO...
Rubidium
2021-05-08
Codechange: use the new RandomAccessFile as backend for the FIO slot functions
Rubidium
[prev]
[next]