summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
AgeCommit message (Expand)Author
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-06-03Codechange: use "[[maybe_unused]]" instead of a wide variety of other ways we...Patric Stout
2021-05-08Fix fdc11a9: Missing sprite count determined on the wrong filerubidium42
2021-05-08Codechange: let NewGRF make use of SpriteFile instead of most of the FIO slot...Rubidium
2021-05-08Codechange: introduce SpriteFile to be used by the sprite loader instead of t...Rubidium
2021-05-02Codechange: Generalise the delayed blitter change to a generic video driver c...Michael Lutz
2021-04-30Fix: Recalculate padding and minimum sizes when GUI or Font zoom is changed.Peter Nelson
2021-03-08Fix: ensure switching blitter happens in the main threadPatric Stout
2021-03-08Codechange: remove the unused lock around BlitterPatric Stout
2021-02-26Change: Never auto-select an 8bpp blitter unless explicitly allowed by the 's...Michael Lutz
2021-02-24Fix #8734: [OpenGL] Apply palette remap to cursor sprites. (#8742)Michael Lutz
2021-02-23Fix #8731: Always use a 32bpp blitter if font anti-aliasing is enabled.Michael Lutz
2021-02-22Add: A 32 bpp blitter that uses the animation buffer from the video backend t...Michael Lutz
2021-02-22Add: [OpenGL] Support for 8bpp blitters.Michael Lutz
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-14Codechange: Apple LLVM fails to implement std::optional::value() also on pret...frosch
2020-12-06Fix: Compile warnings when asserts are disabledCharles Pigott
2020-05-21Codechange: Store base set related texts in std::strings.Michael Lutz
2020-05-21Codechange: Use std::string in INI file parsing.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-05-23Add: 32bpp SSE2 blitter palette animator (#6795)Jonathan G Rennison
2018-04-21Cleanup: Use new filename for README file. (#6738)Ricardo N Feliciano
2017-03-11(svn r27775) -Fix [FS#6510]: Insufficient thread synchronisation when switchi...frosch
2017-01-14(svn r27732) -Change: Turn the message about 'missing baseset sprites' from a...frosch
2017-01-14(svn r27730) -Change: Split openttd.grf into openttd.grf and orig_extra.grffrosch
2014-09-25(svn r26919) -Fix [FS#6096]: Crash when enabling "Full animation" if multipla...peter1138
2014-04-28(svn r26538) -Codechange: remove double accounting of the driversrubidium
2014-04-27(svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video ...frosch
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-01-03(svn r26217) -Change: blitter autoselection based on full animation state, so...rubidium
2014-01-03(svn r26216) -Change: the blitter selection to also consider the 32bpp-sse4-a...rubidium
2014-01-02(svn r26209) -Codechange: remove some template magic and simplify some coderubidium
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-02-25(svn r23987) -Fix (r23000): Also reset the font glyph cache when switching bl...frosch
2012-02-04(svn r23887) -Feature: [NewGRF] Support for container version 2.michi_cc
2012-02-04(svn r23886) -Codechange: Allow limiting the MD5 file hash to the first x byt...michi_cc
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-11-14(svn r23214) -Codechange: for base media sets pass the "search in tars" param...rubidium
2011-10-04(svn r23001) -Feature: [NewGRF] Automatically switch to a 32 bpp blitter on N...michi_cc
2011-10-04(svn r23000) -Feature: Base graphics sets can now specify a preferred blitter...michi_cc
2011-08-24(svn r22828) -Codechange: give some variables a better name and clean up the ...rubidium
2011-08-24(svn r22826) -Codechange: pass sub directory to NewGRF loading functionsrubidium
2011-08-24(svn r22825) -Codechange: pass subdir to FioOpenFilerubidium
2011-08-24(svn r22822) -Codechange: make a distinction between base sets and newgrfs fo...rubidium
2011-05-14(svn r22459) -Doc: Typo fixes and doxygen markup improvements.alberth
2011-05-04(svn r22419) -Change: Always use the DOS palette for drawing.frosch
2011-05-03(svn r22418) -Fix (r22417): Messed up the palette detection of the extra base...frosch