Commit Graph

  • 4c84d13454 (svn r26214) -Add: specialised animated SSE4 blitter (MJP) 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. rubidium 2014-01-02 23:52:13 +00:00
  • 793dc27096 (svn r26214) -Add: specialised animated SSE4 blitter (MJP) 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. rubidium 2014-01-02 23:52:13 +00:00
  • 78df732a7b (svn r26213) -Add: specialised non-animated SSE4 blitter (MJP) 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 rubidium 2014-01-02 23:21:07 +00:00
  • e25733c417 (svn r26213) -Add: specialised non-animated SSE4 blitter (MJP) 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 rubidium 2014-01-02 23:21:07 +00:00
  • 71a81a8762 (svn r26212) -Add: specialised non-animated SSSE3 blitter (MJP) 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 rubidium 2014-01-02 23:17:01 +00:00
  • 730127b67e (svn r26212) -Add: specialised non-animated SSSE3 blitter (MJP) 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 rubidium 2014-01-02 23:17:01 +00:00
  • fb05674cb7 (svn r26211) -Add: specialised non-animated SS2 blitter (MJP) 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 rubidium 2014-01-02 23:12:32 +00:00
  • 0b08fb44f4 (svn r26211) -Add: specialised non-animated SS2 blitter (MJP) 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 rubidium 2014-01-02 23:12:32 +00:00
  • 899c0f9cd2 (svn r26210) -Codechange: add infrastructure for not registering a blitter rubidium 2014-01-02 22:48:32 +00:00
  • 29405f89ed (svn r26210) -Codechange: add infrastructure for not registering a blitter rubidium 2014-01-02 22:48:32 +00:00
  • 2618d960e3 (svn r26209) -Codechange: remove some template magic and simplify some code rubidium 2014-01-02 22:41:58 +00:00
  • 4a911754b5 (svn r26209) -Codechange: remove some template magic and simplify some code rubidium 2014-01-02 22:41:58 +00:00
  • 456dba4889 (svn r26208) -Fix (r26197): the cpuid assembly didn't work when PIC was enabled rubidium 2014-01-02 21:28:40 +00:00
  • 1f0d3cc15b (svn r26208) -Fix (r26197): the cpuid assembly didn't work when PIC was enabled rubidium 2014-01-02 21:28:40 +00:00
  • b100125866 (svn r26207) -Codechange: move the CPUID flag detection into cpu.cpp rubidium 2014-01-02 18:52:54 +00:00
  • ee73015e8f (svn r26207) -Codechange: move the CPUID flag detection into cpu.cpp rubidium 2014-01-02 18:52:54 +00:00
  • 7247ecf172 (svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... files through str_validate. frosch 2014-01-02 17:55:57 +00:00
  • e6f83028f6 (svn r26206) -Fix [FS#5829]: Run everything from ini, obg, obs, obs, ... files through str_validate. frosch 2014-01-02 17:55:57 +00:00
  • 3c94485ba0 (svn r26205) -Feature: SSE 4.1 sprite sorter, improving the sorting 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. rubidium 2014-01-02 16:48:16 +00:00
  • 5156c3731b (svn r26205) -Feature: SSE 4.1 sprite sorter, improving the sorting 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. rubidium 2014-01-02 16:48:16 +00:00
  • c98a94da44 (svn r26204) -Codechange: rework GfxBlitter to remove some unneeded operations when there is no sub sprite (based on patch by MJP) rubidium 2014-01-02 11:58:13 +00:00
  • 31fd320d5f (svn r26204) -Codechange: rework GfxBlitter to remove some unneeded operations when there is no sub sprite (based on patch by MJP) rubidium 2014-01-02 11:58:13 +00:00
  • 256a3160c4 (svn r26203) -Codechange: unduplicate GfxMainBlitter and GfxMainBlitterViewport rubidium 2014-01-02 11:47:09 +00:00
  • cb397e9455 (svn r26203) -Codechange: unduplicate GfxMainBlitter and GfxMainBlitterViewport rubidium 2014-01-02 11:47:09 +00:00
  • 9bf21279f8 (svn r26202) -Cleanup: since ZOOM_LEVEL_NORMAL 0 and there aren't any negative zoom levels, there is no reason to account for negative zoom levels in the zoom functions (based on patch by MJP) rubidium 2014-01-02 11:05:42 +00:00
  • 9e1255b298 (svn r26202) -Cleanup: since ZOOM_LEVEL_NORMAL 0 and there aren't any negative zoom levels, there is no reason to account for negative zoom levels in the zoom functions (based on patch by MJP) rubidium 2014-01-02 11:05:42 +00:00
  • fb4db0b022 (svn r26201) -Fix: unscaling by a negative value is the same as scaling by a positive number rubidium 2014-01-02 11:04:37 +00:00
  • 98b320614a (svn r26201) -Fix: unscaling by a negative value is the same as scaling by a positive number rubidium 2014-01-02 11:04:37 +00:00
  • 868a67111b (svn r26200) -Fix (r26197): hopefully it works now rubidium 2014-01-02 09:26:21 +00:00
  • 3d40beeb69 (svn r26200) -Fix (r26197): hopefully it works now rubidium 2014-01-02 09:26:21 +00:00
  • 298b003db1 (svn r26199) -Fix (r29197): typo in function name rubidium 2014-01-02 09:14:13 +00:00
  • ee25e7a0cb (svn r26199) -Fix (r29197): typo in function name rubidium 2014-01-02 09:14:13 +00:00
  • 9ee447731a (svn r26198) -Fix (r26195): some platforms leave an .exe around... rubidium 2014-01-02 09:07:50 +00:00
  • aca4b5bf37 (svn r26198) -Fix (r26195): some platforms leave an .exe around... rubidium 2014-01-02 09:07:50 +00:00
  • e76d294c10 (svn r26197) -Add: wrappers around cpuid rubidium 2014-01-02 08:55:32 +00:00
  • 2ef6ad8cf9 (svn r26197) -Add: wrappers around cpuid rubidium 2014-01-02 08:55:32 +00:00
  • 52c942b177 (svn r26196) -Fix (r26195): forgot project files rubidium 2014-01-02 08:53:09 +00:00
  • 716250728c (svn r26196) -Fix (r26195): forgot project files rubidium 2014-01-02 08:53:09 +00:00
  • 59ff2836d4 (svn r26195) -Codechange: move debug's ottd_rdtsc (CPU specific high precision timer) into cpu.h/cpp rubidium 2014-01-02 08:45:28 +00:00
  • ebda1208d0 (svn r26195) -Codechange: move debug's ottd_rdtsc (CPU specific high precision timer) into cpu.h/cpp rubidium 2014-01-02 08:45:28 +00:00
  • 6b3c1aa036 (svn r26194) -Change: add SSE detection to the configure script with the possibility to disable it (based on patch by MJP) rubidium 2014-01-02 08:35:45 +00:00
  • bfd72d7a89 (svn r26194) -Change: add SSE detection to the configure script with the possibility to disable it (based on patch by MJP) rubidium 2014-01-02 08:35:45 +00:00
  • aad80b7536 (svn r26193) -Update from WebTranslator v3.0: german - 1 changes by Jogio translators 2014-01-01 18:45:12 +00:00
  • 2211ef280e (svn r26193) -Update from WebTranslator v3.0: german - 1 changes by Jogio translators 2014-01-01 18:45:12 +00:00
  • e3542b1977 (svn r26192) -Fix (r24878): off-by-one error ;) rubidium 2013-12-31 23:08:55 +00:00
  • 10e5681920 (svn r26192) -Fix (r24878): off-by-one error ;) rubidium 2013-12-31 23:08:55 +00:00
  • 8ee152b747 (svn r26191) -Fix (r26177): typo rubidium 2013-12-31 23:07:10 +00:00
  • 96936fb4ee (svn r26191) -Fix (r26177): typo rubidium 2013-12-31 23:07:10 +00:00
  • 0de65cbf91 (svn r26190) -Update from WebTranslator v3.0: indonesian - 2 changes by abdu354 translators 2013-12-31 18:45:07 +00:00
  • a8c0a3aaf8 (svn r26190) -Update from WebTranslator v3.0: indonesian - 2 changes by abdu354 translators 2013-12-31 18:45:07 +00:00
  • 2c6aa62bbf (svn r26189) -Update from WebTranslator v3.0: indonesian - 33 changes by abdu354 korean - 5 changes by telk5093 translators 2013-12-30 18:45:13 +00:00
  • be99b5a43a (svn r26189) -Update from WebTranslator v3.0: indonesian - 33 changes by abdu354 korean - 5 changes by telk5093 translators 2013-12-30 18:45:13 +00:00
  • ecdd796a86 (svn r26188) -Codechange: Move station refitting to a separate function. fonsinchen 2013-12-30 14:50:45 +00:00
  • feaeb497e7 (svn r26188) -Codechange: Move station refitting to a separate function. fonsinchen 2013-12-30 14:50:45 +00:00
  • 63b43ed914 (svn r26187) -Fix: allow refitting at station if cargo has already been reserved. fonsinchen 2013-12-30 14:50:09 +00:00
  • 7d5640166f (svn r26187) -Fix: allow refitting at station if cargo has already been reserved. fonsinchen 2013-12-30 14:50:09 +00:00
  • c71aa27b92 (svn r26186) -Fix: Don't check for equality of MAC_OS_X_VERSION_MAX_ALLOWED. fonsinchen 2013-12-30 14:46:24 +00:00
  • 6218ae7be3 (svn r26186) -Fix: Don't check for equality of MAC_OS_X_VERSION_MAX_ALLOWED. fonsinchen 2013-12-30 14:46:24 +00:00
  • cab6391ded (svn r26185) -Update from WebTranslator v3.0: norwegian_nynorsk - 137 changes by terjesc translators 2013-12-29 18:45:09 +00:00
  • d15541b47e (svn r26185) -Update from WebTranslator v3.0: norwegian_nynorsk - 137 changes by terjesc translators 2013-12-29 18:45:09 +00:00
  • a178781487 (svn r26184) -Update from WebTranslator v3.0: welsh - 126 changes by kazzie translators 2013-12-28 18:45:09 +00:00
  • 78e65e8817 (svn r26184) -Update from WebTranslator v3.0: welsh - 126 changes by kazzie translators 2013-12-28 18:45:09 +00:00
  • 28de2ec68b (svn r26183) -Update from WebTranslator v3.0: estonian - 9 changes by KSiimson indonesian - 4 changes by abdu354 korean - 85 changes by telk5093 translators 2013-12-27 18:45:17 +00:00
  • 72bb055e30 (svn r26183) -Update from WebTranslator v3.0: estonian - 9 changes by KSiimson indonesian - 4 changes by abdu354 korean - 85 changes by telk5093 translators 2013-12-27 18:45:17 +00:00
  • cc873704ac (svn r26182) -Update from WebTranslator v3.0: arabic_egypt - 15 changes by abdXelrhman translators 2013-12-26 18:45:07 +00:00
  • 016e70ab49 (svn r26182) -Update from WebTranslator v3.0: arabic_egypt - 15 changes by abdXelrhman translators 2013-12-26 18:45:07 +00:00
  • fb1a5caf9f (svn r26181) -Update from WebTranslator v3.0: estonian - 20 changes by KSiimson hungarian - 7 changes by IPG korean - 1 changes by telk5093 translators 2013-12-25 18:45:17 +00:00
  • f2b6b85e7e (svn r26181) -Update from WebTranslator v3.0: estonian - 20 changes by KSiimson hungarian - 7 changes by IPG korean - 1 changes by telk5093 translators 2013-12-25 18:45:17 +00:00
  • 3bdb4982d7 (svn r26180) -Fix: Visual effects did not work for articulated RV parts. frosch 2013-12-25 11:37:10 +00:00
  • 8ca01821be (svn r26180) -Fix: Visual effects did not work for articulated RV parts. frosch 2013-12-25 11:37:10 +00:00
  • 40bf635a6d (svn r26179) -Update from WebTranslator v3.0: estonian - 9 changes by KSiimson greek - 51 changes by Evropi korean - 2 changes by telk5093 translators 2013-12-24 18:45:18 +00:00
  • 90cab1b22c (svn r26179) -Update from WebTranslator v3.0: estonian - 9 changes by KSiimson greek - 51 changes by Evropi korean - 2 changes by telk5093 translators 2013-12-24 18:45:18 +00:00
  • 793c455e8a (svn r26177) -Update: documentation rubidium 2013-12-24 05:13:47 +00:00
  • 7036d33b37 (svn r26177) -Update: documentation rubidium 2013-12-24 05:13:47 +00:00
  • 1154aecad6 (svn r26176) -Update from WebTranslator v3.0: estonian - 6 changes by KSiimson translators 2013-12-24 05:04:18 +00:00
  • 2edd2c6fe5 (svn r26176) -Update from WebTranslator v3.0: estonian - 6 changes by KSiimson translators 2013-12-24 05:04:18 +00:00
  • 49852e3dac (svn r26175) -Add: Log in desync output when persistent storage is discarded. frosch 2013-12-23 18:09:29 +00:00
  • 74916a103e (svn r26175) -Add: Log in desync output when persistent storage is discarded. frosch 2013-12-23 18:09:29 +00:00
  • eca86d1baf (svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray frosch 2013-12-23 18:09:03 +00:00
  • 35ecb9db3f (svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray frosch 2013-12-23 18:09:03 +00:00
  • a9e8d7a361 (svn r26173) -Change: [NewGRF] Reset the temporary storage registers for every sprite resolving. frosch 2013-12-23 18:08:36 +00:00
  • cefdd69748 (svn r26173) -Change: [NewGRF] Reset the temporary storage registers for every sprite resolving. frosch 2013-12-23 18:08:36 +00:00
  • 3eea1befa7 (svn r26172) -Codechange: Make SpriteGroup::Resolve aware of nested calls. frosch 2013-12-23 18:08:16 +00:00
  • badbd2f894 (svn r26172) -Codechange: Make SpriteGroup::Resolve aware of nested calls. frosch 2013-12-23 18:08:16 +00:00
  • 82eb9d13df (svn r26171) -Codechange: Make TemporaryStorageArray keep track of assigned registers. Also make clearing the array 'cheaper'. frosch 2013-12-23 18:07:57 +00:00
  • 71e2ca5822 (svn r26171) -Codechange: Make TemporaryStorageArray keep track of assigned registers. Also make clearing the array 'cheaper'. frosch 2013-12-23 18:07:57 +00:00
  • 00c05e79b1 (svn r26170) -Feature-ish: add the currently used fonts to the crash log rubidium 2013-12-22 17:46:27 +00:00
  • 8860bb5c8d (svn r26170) -Feature-ish: add the currently used fonts to the crash log rubidium 2013-12-22 17:46:27 +00:00
  • b02179bd8e (svn r26169) -Fix-ish [FS#5831-ish]: Unify the time a RV needs to travel through a curve. frosch 2013-12-22 11:55:07 +00:00
  • 7fcae50579 (svn r26169) -Fix-ish [FS#5831-ish]: Unify the time a RV needs to travel through a curve. frosch 2013-12-22 11:55:07 +00:00
  • b3f08fb67a (svn r26168) -Update: Baseset translations frosch 2013-12-22 11:50:52 +00:00
  • 6b07112326 (svn r26168) -Update: Baseset translations frosch 2013-12-22 11:50:52 +00:00
  • 62c0d42f92 (svn r26167) -Fix [FS#5834]: Certain hotkeys crashed the content GUI when the list was empty. frosch 2013-12-20 18:29:53 +00:00
  • 66d4bcb88e (svn r26167) -Fix [FS#5834]: Certain hotkeys crashed the content GUI when the list was empty. frosch 2013-12-20 18:29:53 +00:00
  • ec492bfb77 (svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors. fonsinchen 2013-12-20 14:57:44 +00:00
  • fea3a433b2 (svn r26166) -Fix: Scale flows only after mapping to avoid rounding errors. fonsinchen 2013-12-20 14:57:44 +00:00
  • 4818b72c75 (svn r26165) -Change [FS#5832]: Improve layout of build-airport GUI (hackalittlebit) frosch 2013-12-18 18:23:30 +00:00
  • 2852dbae2c (svn r26165) -Change [FS#5832]: Improve layout of build-airport GUI (hackalittlebit) frosch 2013-12-18 18:23:30 +00:00
  • b2f2a017b1 (svn r26164) -Doc: Fix Game Script API docs on that deity can build/prospect independent of advanced setting for that zuu 2013-12-17 20:41:51 +00:00
  • 61f3172d17 (svn r26164) -Doc: Fix Game Script API docs on that deity can build/prospect independent of advanced setting for that zuu 2013-12-17 20:41:51 +00:00