Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-12 | (svn r26239) -Fix: Check that there is space left in the string parameter ↵ | frosch | |
array, before pushing NewGRF parameters to it. | |||
2014-01-12 | (svn r26238) -Codechange: Use StringParameters::GetDataLeft to check for ↵ | frosch | |
left space in the param array. | |||
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 ↵ | fonsinchen | |
for aircraft | |||
2014-01-11 | (svn r26235) -Fix: Decimal and digit separators were swapped for Korean language | planetmaker | |
2014-01-10 | (svn r26234) -Update from WebTranslator v3.0: | translators | |
bulgarian - 69 changes by kokobongo | |||
2014-01-09 | (svn r26233) -Update from WebTranslator v3.0: | translators | |
swedish - 2 changes by spacejens | |||
2014-01-08 | (svn r26232) -Update from WebTranslator v3.0: | translators | |
korean - 6 changes by telk5093 portuguese - 1 changes by frosch | |||
2014-01-05 | (svn r26228) -Fix: missing variable initialization | fonsinchen | |
2014-01-05 | (svn r26226) -Fix (r26212): Compilation in visual studio 2008 failed | zuu | |
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 | |
brazilian_portuguese - 4 changes by Tucalipe | |||
2014-01-03 | (svn r26223) -Codechange: Silence some compile warnings about unititialized ↵ | planetmaker | |
variables in the SSE blitters (MJP) | |||
2014-01-03 | (svn r26222) -Codechange: use SSE instructions for transparent colour ↵ | rubidium | |
"remap" in the SSE2/SSSE3 blitters as well | |||
2014-01-03 | (svn r26221) -Codechange: normalize constant names in anim-sse4 with the ↵ | rubidium | |
others (MJP) | |||
2014-01-03 | (svn r26220) -Fix?: another attempt at getting cpuid to finally work ↵ | rubidium | |
"everywhere" | |||
2014-01-03 | (svn r26219) -Fix: cpuid code still didn't work right in some situations | rubidium | |
2014-01-03 | (svn r26217) -Change: blitter autoselection based on full animation state, ↵ | rubidium | |
so the non-animated optimizations can actually be used in an easy manner (based on patch by MJP) | |||
2014-01-03 | (svn r26216) -Change: the blitter selection to also consider the ↵ | rubidium | |
32bpp-sse4-anim blitter (MJP) | |||
2014-01-03 | (svn r26215) -Codechange: rework code so one can test if a blitter factory ↵ | rubidium | |
exists before attempting trying to instantiate an instance | |||
2014-01-02 | (svn r26214) -Add: specialised animated SSE4 blitter (MJP) | rubidium | |
With 32bpp base set about 15-20% faster in the Draw function (slower with 8bpp base set). Overall, with 32bpp base set, about 5% faster. | |||
2014-01-02 | (svn r26213) -Add: specialised non-animated SSE4 blitter (MJP) | rubidium | |
With 32bpp base set about 40% faster than 32bpp-optimized, or about 10% for 8bpp base sets in the Draw function. Respectively about 8 and 1% of total run time | |||
2014-01-02 | (svn r26212) -Add: specialised non-animated SSSE3 blitter (MJP) | rubidium | |
With 32bpp base set about 35% faster than 32bpp-optimized, or about 10% for 8bpp base sets in the Draw function. Respectively about 6 and 1% of total run time | |||
2014-01-02 | (svn r26211) -Add: specialised non-animated SS2 blitter (MJP) | rubidium | |
With 32bpp base set about 30% faster than 32bpp-optimized, or about 10% for 8bpp base sets in the Draw function. Respectively about 5 and 1% of total run time | |||
2014-01-02 | (svn r26210) -Codechange: add infrastructure for not registering a blitter | rubidium | |
2014-01-02 | (svn r26209) -Codechange: remove some template magic and simplify some code | rubidium | |
2014-01-02 | (svn r26208) -Fix (r26197): the cpuid assembly didn't work when PIC was enabled | rubidium | |
2014-01-02 | (svn r26207) -Codechange: move the CPUID flag detection into cpu.cpp | rubidium | |
2014-01-02 | (svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... ↵ | frosch | |
files through str_validate. | |||
2014-01-02 | (svn r26205) -Feature: SSE 4.1 sprite sorter, improving the sorting ↵ | rubidium | |
performance significantly (MJP) For example with GCC 4.8, x86_64 Linux, Intel i5-3337U this patch improves the performance of Pile, Treham and Hamac test save games by about 10% in over-all run time at fast forward at 1920x1080 when zoomed out and when trees are not disabled. | |||
2014-01-02 | (svn r26204) -Codechange: rework GfxBlitter to remove some unneeded ↵ | rubidium | |
operations when there is no sub sprite (based on patch by MJP) | |||
2014-01-02 | (svn r26203) -Codechange: unduplicate GfxMainBlitter and GfxMainBlitterViewport | rubidium | |
2014-01-02 | (svn r26202) -Cleanup: since ZOOM_LEVEL_NORMAL 0 and there aren't any ↵ | rubidium | |
negative zoom levels, there is no reason to account for negative zoom levels in the zoom functions (based on patch by MJP) | |||
2014-01-02 | (svn r26201) -Fix: unscaling by a negative value is the same as scaling by a ↵ | rubidium | |
positive number | |||
2014-01-02 | (svn r26200) -Fix (r26197): hopefully it works now | rubidium | |
2014-01-02 | (svn r26199) -Fix (r29197): typo in function name | rubidium | |
2014-01-02 | (svn r26197) -Add: wrappers around cpuid | rubidium | |
2014-01-02 | (svn r26195) -Codechange: move debug's ottd_rdtsc (CPU specific high ↵ | rubidium | |
precision timer) into cpu.h/cpp | |||
2014-01-01 | (svn r26193) -Update from WebTranslator v3.0: | translators | |
german - 1 changes by Jogio | |||
2013-12-31 | (svn r26192) -Fix (r24878): off-by-one error ;) | rubidium | |
2013-12-31 | (svn r26190) -Update from WebTranslator v3.0: | translators | |
indonesian - 2 changes by abdu354 | |||
2013-12-30 | (svn r26189) -Update from WebTranslator v3.0: | translators | |
indonesian - 33 changes by abdu354 korean - 5 changes by telk5093 | |||
2013-12-30 | (svn r26188) -Codechange: Move station refitting to a separate function. | fonsinchen | |
2013-12-30 | (svn r26187) -Fix: allow refitting at station if cargo has already been ↵ | fonsinchen | |
reserved. | |||
2013-12-30 | (svn r26186) -Fix: Don't check for equality of MAC_OS_X_VERSION_MAX_ALLOWED. | fonsinchen | |
2013-12-29 | (svn r26185) -Update from WebTranslator v3.0: | translators | |
norwegian_nynorsk - 137 changes by terjesc | |||
2013-12-28 | (svn r26184) -Update from WebTranslator v3.0: | translators | |
welsh - 126 changes by kazzie | |||
2013-12-27 | (svn r26183) -Update from WebTranslator v3.0: | translators | |
estonian - 9 changes by KSiimson indonesian - 4 changes by abdu354 korean - 85 changes by telk5093 | |||
2013-12-26 | (svn r26182) -Update from WebTranslator v3.0: | translators | |
arabic_egypt - 15 changes by abdXelrhman | |||
2013-12-25 | (svn r26181) -Update from WebTranslator v3.0: | translators | |
estonian - 20 changes by KSiimson hungarian - 7 changes by IPG korean - 1 changes by telk5093 |