~janisozaur/openloco/+git/debian:fix-169-199

Last commit made on 2018-08-02
Get this branch:
git clone -b fix-169-199 https://git.launchpad.net/~janisozaur/openloco/+git/debian

Branch merges

Branch information

Name:
fix-169-199
Repository:
lp:~janisozaur/openloco/+git/debian

Recent commits

a840f67... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Fix #169: Segfault on startup/window resize event

Some fields are not initialised early enough and WindowList::end() can
return nullptr, whereas the matching begin() returns a valid pointer. To
address this issue, if the relevant memory is still uninitialised,
return a pointer to first element

eab1dcc... by =?utf-8?q?Micha=C5=82_Janiszewski?= <email address hidden>

Only set fields, when avaialble

caf78f5... by Aaron

Merge pull request #196 from marijnvdwerf/fix-scrollbar

Fix various items

b4592d2... by Aaron

Merge pull request #194 from marijnvdwerf/text-rendering

Text rendering

91df9e8... by Marijn van der Werf <email address hidden>

Fix saving games

86935cc... by Aaron

Return number of bytes written by fwrite.

c803ca0... by Marijn van der Werf <email address hidden>

Fix signedness of formatting arguments

a60b16c... by Marijn van der Werf <email address hidden>

Implement hook for WriteFile

09a5e7a... by Marijn van der Werf <email address hidden>

Refactor text colour control codes

1a7abff... by Marijn van der Werf <email address hidden>

Undefine small to fix compilation in MSVC