~janisozaur/openloco/+git/debian:fix-obj-name

Last commit made on 2021-06-28
Get this branch:
git clone -b fix-obj-name https://git.launchpad.net/~janisozaur/openloco/+git/debian

Branch merges

Branch information

Name:
fix-obj-name
Repository:
lp:~janisozaur/openloco/+git/debian

Recent commits

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

Fix access to embedded object name

7bdc32d... by Duncan <email address hidden>

Refactor calls to tryCreateInitialMovementSound (#1018)

Forgot to do this after implementing all of the land update functions.

641898d... by Alexander <email address hidden>

Turn widget draw functions into Widget struct member functions (#1012)

6a10da1... by Aaron

Allow filtering the vehicle list by station or cargo (#997)

d6a0b7a... by Aaron

Restore game command table alignment

6eaf015... by Duncan <email address hidden>

Fix incorrect comparison and naming (#1016)

* Fix incorrect comparison and naming

* Remove function as it is incorrect

* Correct notes

* Add changelog entry

9a5e879... by Duncan <email address hidden>

Yank out refactors from cargo load pr (#1015)

62f4fe2... by Duncan <email address hidden>

Create a safe itererable wrapper for loco arrays (#533)

* Create fixed vector type

* Use fixed vector for Companies

* Use fixed vector for Industries

* Use new type for Towns

* Use FixedVector for Stations

* Move and rename file to LocoFixedVector.hpp

3e33a46... by Duncan <email address hidden>

Start implementing the map tooltip window (#1011)

* Start implementing the map tooltip window

* Finish paint functions

* Fix company draw location

* Light refactor

* Implement review comments

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

Merge pull request #1006 from janisozaur/breakpad

Add breakpad to MSVC builds