Aaron van Geffen

Results 79 issues of Aaron van Geffen

This implements the removeRoadStation game command. It's very similar to removeTrainStation, so let's merge this after #2410.

pending improvement

pending review
squash merge

While working on reimplementing the map generator functions, an old hypothesis surfaced again: that the game was originally supposed to have 512x512 tile maps, rather than the 384x384 maps we...

discussion

The HeightMap class (HeightMap.h/cpp) currently uses a custom Point struct for its coordinates. I think we should move to use the usual TilePos vector type instead.

good first issue
refactor

Moving types out of `common.h` continues... To do: - [ ] Add headers to libopenrct2.vcxproj - [ ] What to do with the clang-format warning?

This entirely removes the need for StringIds.h from a few often-used headers, notably GameActionResult.h and ResultWithMessage.h. I suggest we rename STR_NONE to something like kStringIdNone in another PR. We can...

This moves string ids that are only used in UI context to a new file, UiStringIds.h. The main benefit of this is not having to recompile all of `libopenrct2` whenever...

**OS:** Arch Linux **Version:** 0.2.6+ **Commit/Build:** d879c2fba43886fe3610a55807f596e37a72aacb An assertion error is triggered when previewing the attached object in the scenario editor's object selection window. [SFFXGW1.DAT.zip](https://github.com/OpenRCT2/OpenRCT2/files/4735423/SFFXGW1.DAT.zip) ``` openrct2: ../src/openrct2/drawing/Drawing.cpp:70: uint8_t PaletteMap::Blend(uint8_t,...

crash

New strings from PR OpenRCT2/OpenRCT2#21989. ``` STR_6629 :Align toolbar buttons horizontally centred STR_6630 :This setting will align the toolbar buttons horizontally in the centre of the screen. The traditional way...

new field

New strings from PR OpenRCT2/OpenRCT2#21980. ``` STR_6628 :Can only be placed on path edges! ``` Updated in: - [ ] ar-EG - [x] ca-ES - [ ] cs-CZ - [...

new field