summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
AgeCommit message (Collapse)Author
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to ↵rubidium
error.h
2011-12-08(svn r23446) -Codechange: move _cur_palette and it's related first/count ↵rubidium
dirty variables into a single structure
2011-12-01(svn r23384) -Remove: no longer allow a binary to be without AI support; the ↵truebrain
parts some compilers failed at, are integrated in other parts of the code now too
2011-11-26(svn r23333) -Fix [FS#4854]: Make zoomed in screenshot use the selected ↵peter1138
maximum zoom.
2011-11-25(svn r23325) -Fix (r23316): World screenshot was incorrectly positioned.peter1138
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-12(svn r23195) -Codechange: if we really need to cast away constness, use ↵rubidium
const_cast
2011-11-04(svn r23103) -Codechange: replace TileHeight(x) * TILE_HEIGHT by ↵rubidium
TilePixelHeight(x)
2011-05-28(svn r22511) -Add: Function to make heightmap file paths.alberth
2011-05-28(svn r22509) -Add: Save heightmap.alberth
2011-05-28(svn r22508) -Codechange: Lift default screenshot filename out of ↵alberth
MakeScreenshotName.
2011-05-22(svn r22488) -Doc: Add Doxygen comments to screenshot code.alberth
2011-05-13(svn r22450) -Fix [FS#4610]: Don't "log" the NewGRFs in the screenshot when ↵rubidium
in the menu
2011-04-30(svn r22388) -Fix: when a game uses a lot of NewGRFs the buffer for storing ↵rubidium
that information in the PNG is too small
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2011-01-01(svn r21690) -Fix: the top of a tall building standing on a hill at the top ↵yexo
of the map could be cut off in a giant screenshot
2010-12-21(svn r21558) -Codechange: add the graphics set and its version to the ↵rubidium
screenshot metadata as well
2010-12-20(svn r21553) -Feature-ish: store the used OpenTTD version, NewGRFs and AIs ↵rubidium
in the screenshot file
2010-08-15(svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in ↵michi_cc
screenshot of the visible viewport. (Eddi)
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-06-30(svn r20040) -Codechange: some coding style + using proper typesrubidium
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-01-08(svn r18756) -Codechange: direct accesses to png_*_struct members are deprecatedglx
2010-01-01(svn r18683) -Fix: it's not an otherrubidium
2009-12-31(svn r18673) -Fix (r17943): Deja vu: 3 byte structs are padded to a word on ARM.peter1138
2009-12-25(svn r18630) -Fix [FS#3419]: when making a screenshot the name of the ↵rubidium
previous screenshot went missing in the 'successful screenshot' message
2009-12-19(svn r18546) -Codechange: make making the screenshot not asynchronious; just ↵rubidium
do it at the moment it's requested.
2009-11-17(svn r18156) -Add: crash screenshot, created from blitter buffersmatz
2009-11-17(svn r18155) -Codechange: in MakeScreenshotName(), don't return pointer to ↵smatz
local static variable - use global one instead
2009-11-14(svn r18079) -Codechange: allow overwriting of screenshots with ↵smatz
user-supplied filenames
2009-11-14(svn r18076) -Codechange: rename MakeBmpImage() to MakeBMPImage()smatz
2009-11-14(svn r18075) -Codechange: let ScreenshotHandlerProc() accept 'name' as ↵smatz
'const char \*'
2009-11-13(svn r18058) -Fix: typos in parameter namesrubidium
2009-11-01(svn r17943) -Change: use 24bpp BMP format instead of 32bpp for screenshots. ↵smatz
Saves space and is supported by more image viewers
2009-11-01(svn r17941) -Fix: close BMP file when making screenshot failssmatz
2009-11-01(svn r17939) -Fix (r17938): debug code sneaked insmatz
2009-11-01(svn r17938) -Feature: non-automatic screenshot name can be entered in consolesmatz
2009-11-01(svn r17937) -Codechange: rename current_screenshot_type to _screenshot_typesmatz
2009-11-01(svn r17936) -Fix: deadlock when trying to create screenshot with too long ↵smatz
name (including path)
2009-10-30(svn r17910) -Fix: 32bpp BMP screenshots were broken when screen width ↵smatz
wasn't multiple of 4
2009-10-30(svn r17909) -Fix: 32bpp BMP screenshots were in wrong colours on big endian ↵smatz
machines
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-05-24(svn r16421) -Codechange: do not unnecessarily remove constness or ↵rubidium
unnecessarily add it.
2009-04-10(svn r16024) -Codechange: harden string copying on places where it's possiblerubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the ↵rubidium
sources too
2009-02-25(svn r15584) -Codechange: Move several variables from variables.h to more ↵yexo
appropriate headers.
2009-02-24(svn r15569) -Codechange: replace MallocT + memset( 0 ) calls by CallocTsmatz