Peter Nelson

Results 67 issues of Peter Nelson

The close box icon is one pixel too tall, which results in all window captions being resized one pixel taller than intended. With OpenGFX 2 baseset: ![image](https://github.com/zephyris/opengfx2/assets/639850/19346e2b-4bc6-41bb-ae1a-060634117f6b) With original DOS...

## Motivation / Problem `__VA_OPT__` is a C++20 standard, `##` is, apparently, a GNU extension. ## Description Use `__VA_OPT__(,)` instead of `, ##`. ## Limitations ## Checklist for review Some...

## Motivation / Problem People asked for persistent storage for vehicles. This could e.g. allow complex chain calculations to be performed only during the attach callback. This bumps the savegame...

preview

## Motivation / Problem As per #12914, use of invalid dangling pointer due to vector reallocation in viewport drawer. ## Description ~~Store destination list and index within the list, instead...

## Motivation / Problem Train curve speed detection did not take shortened parts into account. Only the number of parts between curves was counted, which with shortened parts would be...

## Motivation / Problem `DupSprite()` (used very rarely) did not copy the original sprites `control_flags` field. This could make the duplicated sprite appear differently than the original sprite depending on...

## Motivation / Problem Industries lists in the Industry View window and the Fund Industry window are listed in the order they are defined in the industry accepts or produced...

## Motivation / Problem #12554 allows station tile IDs up to 255 to be placed statically, but var 40/41/46/47/49 only includes the lower 4 bits of it. This also applies...

needs review: NewGRF

## Motivation / Problem A NewGRF can override another NewGRF and change properties of the vehicles defined with in it. This does allow cargo types to be individually modified, however...

Allows vehicles use to persistent storage for openttd/openttd#10670