summaryrefslogtreecommitdiff
path: root/gfx.c
AgeCommit message (Expand)Author
2007-01-02(svn r7759) -Merge: makefile rewrite. This merge features:rubidium
2006-12-27(svn r7580) -Fix (r7182): UTF8-merge changed the string handling a bit, now t...Darkvater
2006-12-26(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu...Darkvater
2006-12-03(svn r7332) -Fix: segmentation fault, discovered by ln-, in the SDL video dri...rubidium
2006-11-24(svn r7254) -Fix (r7250): move unicode glyph map initialisation to just befor...peter1138
2006-11-24(svn r7250) -Codechange: Shuffle sprite loading and character width caching a...peter1138
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-10-27(svn r6957) -Cleanup: comments, coding styleDarkvater
2006-10-27(svn r6953) -Codechange: Change FormatStringLinebreaks in such a way that if ...Darkvater
2006-10-24(svn r6938) -Codechange: Comments, typo, variable naming, whitespace, strecpy...Darkvater
2006-10-23(svn r6908) - Codechange: Modify DrawStringMultiLine() to return the number o...peter1138
2006-10-21(svn r6884) -Codechange: Add strict bounds checking in string formatting system.Darkvater
2006-10-12(svn r6743) -Fix (r6462): When determining string length for GetStringBoundin...Darkvater
2006-09-16(svn r6463) -Fix (r6462): Reset the string width to zero on every new line of...Darkvater
2006-09-16(svn r6462) -Codechange: Have GetStringWidth() return width as well as the he...Darkvater
2006-09-05(svn r6404) -Fix: GetStringWidth failed to calculate correct string width if ...Darkvater
2006-09-02(svn r6351) -Fix: Due to some off-by-one errors the width or height of a clip...tron
2006-09-02(svn r6347) Undotron
2006-09-02(svn r6346) -Codechange: Remove redundant assignmenttron
2006-09-02(svn r6303) -Codechange: Remove dead codetron
2006-09-02(svn r6302) -Codechange: Remove dead code paths, because the lowest bit of Sp...tron
2006-09-02(svn r6301) -Codechange: if () cascades -> switch ()tron
2006-08-29(svn r6209) Move DrawFrameRect() out of gfx.[ch], because it uses data (_colo...tron
2006-08-28(svn r6184) Remove the unused (because it was NULL in all callers) second par...tron
2006-08-28(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]tron
2006-08-28(svn r6180) Use a switch instead of function pointers to choose the blittertron
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r5967) -Change: use right alignment for the year in the player's balance...rubidium
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-05-09(svn r4802) - Codechange: replace _stringwidth_base and associated magic numb...peter1138
2006-05-09(svn r4793) - Replace list of magic numbers (characters that don't exist) wit...peter1138
2006-03-24(svn r4075) - Feature: Undraw the mouse when it leaves the window and Draw it...Darkvater
2006-03-18(svn r3940) - FS#56 [Crash] Missing glyph(s) in big-font. Added several missi...Darkvater
2006-02-03(svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alig...Darkvater
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2005-12-14(svn r3298) Remove unused and write-only variablestron
2005-11-16(svn r3200) Remove the unused function GfxScalePalette() and the unused struc...tron
2005-11-16(svn r3191) Move declaration and definition of _dbg_screen_rect to a place wh...tron
2005-11-15(svn r3187) Simplify overly complicated ifs, especially if (foo) return false...tron
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-13(svn r3176) Use proper types, not some variants of inttron
2005-11-13(svn r3173) Use the trinary operator and switch to improve readabilitytron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-09-18(svn r2962) - const correctness for all Get* functions and most Draw* functio...Darkvater
2005-09-15(svn r2955) Fix: make ottd start with the last resolution you had set (custom...Darkvater
2005-09-10(svn r2937) Add sprites for {, |, } and ~tron
2005-09-10(svn r2933) Implement the non-breaking spacetron
2005-09-08(svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a...tron