summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2009-03-21(svn r15777) -Add: helper functions to get the least common multiple and the ...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-09(svn r15649) -Fix (r15556): don't unnecessarily reallocaterubidium
2009-03-03(svn r15603) -Fix [FS#2696]: crash when using an extraordinarily large sprite...rubidium
2009-02-24(svn r15571) -Fix: incorrect use of memsetsmatz
2009-02-23(svn r15556) -Change: don't temporary malloc+free when encoding sprites, just...rubidium
2009-02-17(svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion'...smatz
2009-02-11(svn r15447) -Codechange: void functions don't tend to return true if and onl...peter1138
2009-02-11(svn r15446) -Revert(r15445): Seems that "iff" stands for "if and only if". ...belugas
2009-02-11(svn r15445) -Fix: little typosbelugas
2009-02-03(svn r15324) -Codechange: unify the class used for comparing of strings for s...smatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-29(svn r15291) -Cleanup: Move the station list widgets to their class from stat...Yexo
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2009-01-12(svn r15031) -Fix (r15027): merge reverted r15026, so do it once againsmatz
2009-01-12(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...truebrain
2009-01-12(svn r15026) -Codechange: use SpriteTypeByte instead of SpriteType in the Spr...smatz
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2009-01-08(svn r14910) -Codechange: merge the command queue handling into a single loca...rubidium
2008-12-30(svn r14776) -Fix (r14742): ListPositionMap relied on std::map having sorted ...peter1138
2008-12-28(svn r14761) -Fix (r14730): missed the one DEREF_CLIENT in the random debug c...rubidium
2008-12-26(svn r14742) -Codechange: use SmallMap in two cases to reduce compilation tim...smatz
2008-12-20(svn r14704) -Codechange: Add set capabilities to SmallVector.frosch
2008-12-13(svn r14669) -Codechange: use SmallVector instead of std::list at one placesmatz
2008-10-18(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was brokensmatz
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-02(svn r14232) -Codechange: use builtin for byte swapping for gcc >= 4.3smatz
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