summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
AgeCommit message (Expand)Author
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-07-19Codechange: Rearrange struct packing defines and make MinGW use _Pragma pack ...Charles Pigott
2014-10-09(svn r26983) -Fix: Account for max_heightlevel when saving heightmaps.frosch
2014-04-27(svn r26525) -Remove: Screenshot format setting from GUI.frosch
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-01-02(svn r26209) -Codechange: remove some template magic and simplify some coderubidium
2013-05-19(svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen)rubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-09(svn r24805) -Codechange: Refactor determination of screenshot viewport for w...frosch
2012-12-09(svn r24804) -Add: Separate subdirectory for screenshots.frosch
2012-07-10(svn r24395) -Doc: Fixed argument references in @param descriptions.alberth
2012-01-09(svn r23784) -Revert (r23740): compiling without libpng failed to include a c...truebrain
2012-01-08(svn r23775) -Change: Hide the PCX screenshot format from the options window,...frosch
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-31(svn r23695) -Fix/Feature [FS#4916]: make a distinction between fully zoomed ...rubidium
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to err...rubidium
2011-12-08(svn r23446) -Codechange: move _cur_palette and it's related first/count dirt...rubidium
2011-12-01(svn r23384) -Remove: no longer allow a binary to be without AI support; the ...truebrain
2011-11-26(svn r23333) -Fix [FS#4854]: Make zoomed in screenshot use the selected maxim...peter1138
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 const...rubidium
2011-11-04(svn r23103) -Codechange: replace TileHeight(x) * TILE_HEIGHT by TilePixelHei...rubidium
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 MakeScreens...alberth
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 i...rubidium
2011-04-30(svn r22388) -Fix: when a game uses a lot of NewGRFs the buffer for storing t...rubidium
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 o...yexo
2010-12-21(svn r21558) -Codechange: add the graphics set and its version to the screens...rubidium
2010-12-20(svn r21553) -Feature-ish: store the used OpenTTD version, NewGRFs and AIs in...rubidium
2010-08-15(svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in scr...michi_cc
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 previou...rubidium
2009-12-19(svn r18546) -Codechange: make making the screenshot not asynchronious; just ...rubidium
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 lo...smatz
2009-11-14(svn r18079) -Codechange: allow overwriting of screenshots with user-supplied...smatz
2009-11-14(svn r18076) -Codechange: rename MakeBmpImage() to MakeBMPImage()smatz