Age | Commit message (Collapse) | Author |
|
|
|
access the video buffer from the game thread.
|
|
|
|
this value
Before this commit, it scaled to map-height-limit. Recently this
could also be set to "auto", meaning players don't really know
or care about this value.
This also means that if a player exported a heightmap and wanted
to import it again, looking like the exact same map, he did not
know what value for "highest peak" to use.
|
|
This better reflects what it is, and hopefully removes a bit of
the confusion people are having what this setting actually does.
Additionally, update the text on the setting to better inform
users what it is doing exactly, so they can make an educated
decision on how to change it.
Next commit will introduce an "auto" value, which should be the
new default. The rename has as added benefit that everyone will
start out on the "auto" value.
|
|
Reworked how the screenshot command works while keeping it backwards
compatible. It can now more freely understand arguments, and has
the ability to make SC_DEFAULTZOOM screenshots.
|
|
account for threaded drawing.
|
|
|
|
|
|
|
|
Some places in the codebase misspell 'Viewport' as 'ViewPort' or 'view_port'.
This patch makes everything consistent.
|
|
|
|
|
|
|
|
|
|
|
|
declarations to where they're used)
|
|
|
|
|
|
|
|
|
|
|
|
style
|
|
|
|
|
|
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
|
|
Eagle_rainbow)
|
|
world screenshots.
|
|
|
|
|
|
correct header
|
|
window, if a 32bpp blitter is used.
|
|
|
|
in and default zoomed in screenshots
|
|
error.h
|
|
dirty variables into a single structure
|
|
parts some compilers failed at, are integrated in other parts of the code now too
|
|
maximum zoom.
|
|
|
|
|
|
const_cast
|
|
TilePixelHeight(x)
|
|
|
|
|
|
MakeScreenshotName.
|
|
|
|
in the menu
|