Skip to content
#

isometric

Here are 181 public repositories matching this topic...

techgeeknz
techgeeknz commented Jul 2, 2020

Version of OpenTTD

Since e04ca904a9455afc63aa87db775fe4463ab899b7

The introduction of the minimap screenshot feature appears to be duplicating functionality that will be used elsewhere for drawing the widgets within the minimap window; specifically, the GetMinimapOwner function is very likely to be replicating functionality used by the owner information overlay of the minimap window.

bradallred
bradallred commented Dec 21, 2021

Currently, the callbacks can be 0, 1, or 2 parameters where the first parameter is the GControl and the second is the control value.

The control value is now available as a field on GControl (GControl.Value) so that second parameter is redundant.

This also causes warnings in static analysis tools since we often don't use the first parameter in the function, but still need to define it so the

Improve this page

Add a description, image, and links to the isometric topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the isometric topic, visit your repo's landing page and select "manage topics."

Learn more