summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-13(svn r26259) -Codechange: add and maintain some general flags about sprites t...rubidium
2014-01-13(svn r26258) -Codechange: deduplicate Draw methods (MJP)rubidium
2014-01-13(svn r26257) -Codechange: replace most of the SSE macros by functionsrubidium
2014-01-13(svn r26256) -Codechange: do not load some data when it is not (often) used l...rubidium
2014-01-13(svn r26255) -Codechange: improve performance of brightness adjustment (MJP)rubidium
2014-01-13(svn r26254) -Codechange: MOVD is better in some cases than PINSRD (MJP)rubidium
2014-01-13(svn r26253) -Codechange: remove margin limitation to preserve block type (MJP)rubidium
2014-01-13(svn r26252) -Codechange: deduplicate code for margin case (MJP)rubidium
2014-01-13(svn r26251) -Codechange: prepare Draw code for code deduplication (MJP)rubidium
2014-01-13(svn r26250) -Codechange: deduplicate darkening (e.g. shadow) code (MJP)rubidium
2014-01-13(svn r26249) -Codechange: simplify/cleanup ALPHA_BLEND macro (MJP)rubidium
2014-01-13(svn r26248) -Fix (r26223): missed compiler warning (MJP)rubidium
2014-01-13(svn r26247) -Fix [FS#5854, FS#5855]: Possible out of bounds reads with the s...rubidium
2014-01-12(svn r26246) -Update from WebTranslator v3.0:translators
2014-01-12(svn r26245) -Codechange: No need for a map, if a vector suffices.frosch
2014-01-12(svn r26244) -Feature: [NewGRF] Add StringCodes 9A 1B, 9A 1C and 9A 1D to dis...frosch
2014-01-12(svn r26243) -Cleanup: Move TTDPStringIDToOTTDStringIDMapping to newgrf.cpp, ...frosch
2014-01-12(svn r26242) -Codechange: Use GRFFile that filled the TextRefStack to transla...frosch
2014-01-12(svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack ...frosch
2014-01-12(svn r26240) -Codechange: Pass the GRFFile to GetErrorMessageFromLocationCall...frosch
2014-01-12(svn r26239) -Fix: Check that there is space left in the string parameter arr...frosch
2014-01-12(svn r26238) -Codechange: Use StringParameters::GetDataLeft to check for left...frosch
2014-01-12(svn r26237) -Cleanup: Remove unused SCC_STRING_ID.frosch
2014-01-12(svn r26236) -Fix: Don't overreserve after autorefit, but do reserve mail for...fonsinchen
2014-01-11(svn r26235) -Fix: Decimal and digit separators were swapped for Korean languageplanetmaker
2014-01-10(svn r26234) -Update from WebTranslator v3.0:translators
2014-01-09(svn r26233) -Update from WebTranslator v3.0:translators
2014-01-08(svn r26232) -Update from WebTranslator v3.0:translators
2014-01-05(svn r26228) -Fix: missing variable initializationfonsinchen
2014-01-05(svn r26226) -Fix (r26212): Compilation in visual studio 2008 failedzuu
2014-01-04(svn r26225) -Document: more tidbits about cpuid and PIC (Eagle_Rainbow)rubidium
2014-01-03(svn r26224) -Update from WebTranslator v3.0:translators
2014-01-03(svn r26223) -Codechange: Silence some compile warnings about unititialized v...planetmaker
2014-01-03(svn r26222) -Codechange: use SSE instructions for transparent colour "remap"...rubidium
2014-01-03(svn r26221) -Codechange: normalize constant names in anim-sse4 with the othe...rubidium
2014-01-03(svn r26220) -Fix?: another attempt at getting cpuid to finally work "everywh...rubidium
2014-01-03(svn r26219) -Fix: cpuid code still didn't work right in some situationsrubidium
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-03(svn r26215) -Codechange: rework code so one can test if a blitter factory ex...rubidium
2014-01-02(svn r26214) -Add: specialised animated SSE4 blitter (MJP)rubidium
2014-01-02(svn r26213) -Add: specialised non-animated SSE4 blitter (MJP)rubidium
2014-01-02(svn r26212) -Add: specialised non-animated SSSE3 blitter (MJP)rubidium
2014-01-02(svn r26211) -Add: specialised non-animated SS2 blitter (MJP)rubidium
2014-01-02(svn r26210) -Codechange: add infrastructure for not registering a blitterrubidium
2014-01-02(svn r26209) -Codechange: remove some template magic and simplify some coderubidium
2014-01-02(svn r26208) -Fix (r26197): the cpuid assembly didn't work when PIC was enabledrubidium
2014-01-02(svn r26207) -Codechange: move the CPUID flag detection into cpu.cpprubidium
2014-01-02(svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... file...frosch
2014-01-02(svn r26205) -Feature: SSE 4.1 sprite sorter, improving the sorting performan...rubidium