summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-26(svn r26277) -Add [FS#5849]: Display speed limit also for road bridges in the...frosch
2014-01-24(svn r26276) -Fix [FS#5874]: Don't spawn link graph jobs for link graphs with...fonsinchen
2014-01-23(svn r26275) -Fix: If NewGRF provided the same station name for different ind...frosch
2014-01-22(svn r26274) -Update from WebTranslator v3.0:translators
2014-01-21(svn r26271) -Update from WebTranslator v3.0:translators
2014-01-20(svn r26270) -Fix-ish: If ScriptTown::FoundTown fails to generate a new rando...frosch
2014-01-20(svn r26269) -Update from WebTranslator v3.0:translators
2014-01-19(svn r26268) -Update from WebTranslator v3.0:translators
2014-01-19(svn r26267) -Fix [FS#5865]: Really fix the infinite recursion problem and al...fonsinchen
2014-01-19(svn r26266) -Fix [FS#5860]: Update smallmap overlay if player joins differen...fonsinchen
2014-01-19(svn r26265) -Fix: Don't rebuild the link graph overlay cache twice in a rowfonsinchen
2014-01-18(svn r26264) -Update from WebTranslator v3.0:translators
2014-01-16(svn r26263) -Fix [FS#5865]: Don't run into infinite recursion when getting n...fonsinchen
2014-01-15(svn r26262) -Fix (r25075, r25076): Custom currency was reset on game start.frosch
2014-01-13(svn r26261) -Update from WebTranslator v3.0:translators
2014-01-13(svn r26260) -Codechange: add template parameters for (non) translucent and (...rubidium
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