summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2008-08-16(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla...frosch
2008-08-01(svn r13910) -Document: string drawing related functions and types (Alberth)rubidium
2008-07-22(svn r13781) -Feature: NewGRF presets, selected by a drop down list in the Ne...peter1138
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-06-26(svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and ...smatz
2008-06-22(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/s...skidd13
2008-06-22(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default ...skidd13
2008-06-19(svn r13575) -Codechange: Move small vector to core since it fits better in t...skidd13
2008-06-17(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD...smatz
2008-06-14(svn r13517) -Add: remaining used typesafe versions of the mem* functions fro...skidd13
2008-06-14(svn r13516) -Codechange: Move MemCpyT to a fitting core headerskidd13
2008-06-10(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most placessmatz
2008-05-26(svn r13273) -Fix [FS#2042]: MSVC warnings (again)glx
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-04(svn r12936) -Doc: a few structs in geometry_type.hpp. Patch by Alberth.rubidium
2008-04-24(svn r12873) -Fix [FS#1946]: MSVC is whining because it doesn't understand th...rubidium
2008-04-18(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functionssmatz
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12749) -Codechange: store the viewport information in the windows that ...rubidium
2008-04-13(svn r12695) -Codechange: only allocate window structs when needed. Based on ...rubidium
2008-04-04(svn r12573) -Codechange: use defined constants instead of numbers in math_fu...smatz
2008-04-04(svn r12572) -Fix (r12192): min() has 32bit arguments, clamping of 64bit valu...smatz
2008-04-01(svn r12536) -Codechange: some stack allocations were too large for NDS, so u...rubidium
2008-03-31(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and wo...skidd13
2008-03-27(svn r12438) -Fix-ish: typo spotted by Biblo.rubidium
2008-02-20(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targetssmatz
2008-02-20(svn r12192) -Fix: clamp various town variables to 16bit prior to returning t...smatz
2008-02-16(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to ...smatz
2008-02-11(svn r12115) -Codechange: move malloc/realloc error messages to separate file...smatz
2008-02-03(svn r12050) -Fix: random_func broke for desync debug.rubidium
2008-01-29(svn r12004) -Codechange: refactor the random functions to reduce code duplic...rubidium
2008-01-22(svn r11943) -Codechange: add and use a simple structure to support small sta...rubidium
2008-01-18(svn r11914) -Documentation: fix some @file statementglx
2007-12-26(svn r11704) -Codechange: remove another bunch of useless includes.rubidium
2007-12-25(svn r11697) -Fix [FS#1585]: strgen did not (always) compile properly.rubidium
2007-12-25(svn r11695) -Codechange: Converted the md5 algorithm to OOPskidd13
2007-12-25(svn r11694) -Codechange: move more endianness related stuff to endian_func.hpp.rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.egladil
2007-12-23(svn r11687) -Codechange: move some defines to a better placeskidd13
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-21(svn r11673) -Codechange: move the overflow safe type to a separate file.rubidium
2007-12-18(svn r11661) -Codechange: some header reworks in order to try to reduce the c...rubidium
2007-12-17(svn r11652) -Codechange: add the svn $ header for several filessmatz
2007-12-15(svn r11640) -Fix: missed change of include when moving stuff to random_func.cpprubidium
2007-12-10(svn r11616) -Fix [FS#1526]: sometimes large values could go off the chart.rubidium
2007-12-03(svn r11564) -Codechange: Increase the usage of the for_each_bit macro and re...skidd13
2007-12-02(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company...rubidium