Peter Nelson

Results 67 issues of Peter Nelson

## Motivation / Problem By design, an unhandled callback often ends up following the default graphics chain. Depending on the variables accessed this could potentially be expensive. ## Description If...

Hi, On updating my code to run on .NET 5.0, the following error occurs: ``` Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[1] An unhandled exception has occurred while executing the request. System.Exception: QPainter::begin(): Returned false Exit...

Whilst making heavy use of ToPageAsync(), most of the time I only need a cut-down list of fields from the model. I use ProjectToAsync() in other places where I'm not...

enhancement

Line 992 removes the terminating \0 at the end of inbuf. It is just luck that that often the next char is a \0. 937: inbuf = strdup(inputstr); ... 992:...

## Summary When using the Delete and Edit function, hashtags that were in the original message are included in the content, and also hashtags that are in the hashtag section...

✨Feature

## Motivation / Problem There are enough object NewGRFs around that adding enough of them to a game will exhaust the object class limit of 255. When this happens, all...

## Motivation / Problem It's possible via NewGRF for an industry or house to specify in its produce or accept slots the same cargo multiple times. This breaks some game...

work: minor details

## Motivation / Problem `CanDeleteHouse()` allows human players to demolish any house, but prevents AI players doing the same. This is an old left-over from before NoAI existed. I think...

## Motivation / Problem Over time we've added more buttons to the toolbar, which has reduced the width of the spacers. However, the toolbar itself is not actually fixed width,...

## Motivation / Problem #9833 Adds an extra option to disable local authority control, but does not handle station noise level properly. An extra item is added to the array...

work: minor details