~janisozaur/openloco/+git/debian:deps-1.4.0

Last commit made on 2021-06-16
Get this branch:
git clone -b deps-1.4.0 https://git.launchpad.net/~janisozaur/openloco/+git/debian

Branch merges

Branch information

Name:
deps-1.4.0
Repository:
lp:~janisozaur/openloco/+git/debian

Recent commits

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

Update dependencies to v1.4.0

This update adds Google's Test, Benchmark and Breakpad libraries

e836285... by Aaron

Clarify availability of release builds and need for compilation (#996)

* Clarify availability of release builds and need for compilation

* Add instruction for linking/coping openloco.exe

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

Fix challenge tab being disabled twice in ScenarioOptions (#1000)

121d0be... by Duncan <email address hidden>

Enforce coding style on misc Ui files (#990)

* Enforce coding style on misc Ui files

* Move widget draw functions private

* Make review changes

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

Only write town history when using valid index (#992)

GCC10-based mingw complained about possibly writing to index -1

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

Exit cleanly in all conditions through common path (#994)

* Exit cleanly in all conditions through common path

* Free allocated strings upon exit

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

Retry hook installation (#993)

* Add more logging in case of errors

* Retry hook installation, as it can fail in some circumstances

This can happen on some versions of wine which would fail on
WriteProcessMemory calls with specific addresses. Skipping to next entry
works just fine.

* Add change log entry for hook reinstallation

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

Fix memcpy size in Rename{Town,Industry} (#995)

This would cause reading one more byte than present in source buffer

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

Config: reduce packing to vanilla config struct only (#991)

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

Add cstdlib include to TrackData.h for size_t (#989)