rubidium42

Results 49 comments of rubidium42

I would be all for enabling something that helps new players in the game, even if it might show warnings to more experienced users in particular use cases. I can...

> Hmm, could you theoretically cheese this by having a non-freeform edge north or west (that has no MP_VOID) and then destroy all water? Then you first need to disable...

The bug report itself is a bit misleading, I think. You are talking about `openttd -D -c /some/path/openttd.cfg`, but you mean `/some/path/openttd -D -c /some/path/openttd.cfg`. As the "issue" only happens...

So I guess this essentially this boils down to choose at most two of: 1. have screenshots/saves be placed in the expected location when configuration and binary are in the...

`SP_WORKING_DIR` has the highest priority (it is literally `SP_FIRST_DIR`). It's changed to the location of the configuration file if that's given.

Are there many script developers that are interested in checking for five extra error conditions in their code? That there are many strings is just to provide the user some...

I think the content of the new function should become part of `NetworkOnGameStart`.

> where can i find the PR template ? https://github.com/OpenTTD/OpenTTD/blob/master/.github/PULL_REQUEST_TEMPLATE.md?plain=1 Furthermore please rebase instead of merge master into this branch. See https://github.com/OpenTTD/OpenTTD/blob/master/CONTRIBUTING.md for more information. As long as there are...

Not that I have the solution, but might it be DropBox having a "copy hook" in the file copying/renaming operation which for some reason triggers a re-entrant call to `WndProcGdi`?...

Might this be the same issue as #12477? If so, it might have been solved in the nightly and the next bugfix release (14.1).