summaryrefslogtreecommitdiff
path: root/gfx.c
AgeCommit message (Expand)Author
2005-07-28(svn r2736) -Codechange: De-mystified GfxDrawFillRect a bit, and used enums f...celestar
2005-07-26(svn r2720) Remove unused declarations and definitionstron
2005-07-24(svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n...celestar
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2664) Remove depedency on player.h from variables.htron
2005-07-21(svn r2663) Include variables.h only in these files which need it, not global...tron
2005-07-19(svn r2644) - Fix: my name was mistyped ;pDarkvater
2005-07-17(svn r2623) - CodeChange: rework DrawStringCenteredTruncated() a bit. Instead...Darkvater
2005-07-17(svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned...Darkvater
2005-07-17(svn r2614) - Fix: Trunctuate function used one less character than it was su...Darkvater
2005-07-17(svn r2607) - Feature: add support for truncating strings to a given (pixel) ...Darkvater
2005-07-15(svn r2571) Add explicit type Pixel for ... Pixelstron
2005-07-11(svn r2546) Don't calculate a value which never gets used and simplify some c...tron
2005-07-08(svn r2534) Small cleanuptron
2005-07-05(svn r2522) Reorganize sprite load and decompression in order to remove a spe...tron
2005-07-05(svn r2518) Small cleanuptron
2005-07-03(svn r2513) Small cleanuptron
2005-07-03(svn r2512) Small cleanuptron
2005-07-01(svn r2503) Small cleanuptron
2005-06-30(svn r2502) Small cleanuptron
2005-06-30(svn r2497) Use a struct array for palette entries instead of a flat byte arraytron
2005-06-06(svn r2420) - Codechange: magic number elminitation of cursorsprites.Darkvater
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-16(svn r2334) - Fix (regression): moved togglefullscreen into the video-driver,...Darkvater
2005-05-14(svn r2310) - Fix: Game would crash if you full-screened with the 'fullscreen...Darkvater
2005-02-21(svn r1894) - Codechange: cleaned up the console a bit, wholly unified handli...Darkvater
2005-02-11(svn r1861) Constify Get(Non)Sprite()tron
2005-02-10(svn r1855) Handle endianness of sprite headers when loading a sprite, not ev...tron
2005-02-10(svn r1854) Split GetSpritePtr() into GetSprite() for regular sprites (return...tron
2005-02-10(svn r1853) Move spritecache function declarations into a header of their own...tron
2005-02-08(svn r1852) Start cleaning up sprite handling:tron
2005-02-07(svn r1840) Repel str_buffr and use local buffers where possibletron
2005-02-06(svn r1827) Next iteration of the byte -> char transition: some string drawin...tron
2005-02-06(svn r1813) Declare functions implemented in strings.c in their own shiny new...tron
2005-01-23(svn r1631) A couple of fixes for the signed/unsigned warnings. Only train_cm...dominik
2005-01-22(svn r1596) Add some more staticstron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-18(svn r1557) Replace strange if () do while () construct with a plain for ()tron
2005-01-14(svn r1508) Remove duplicate declarations and include proper headers where ne...tron
2005-01-06(svn r1402) Trim trailing whitespacetron
2004-12-23(svn r1268) -Fix: some warnings in gfx.c fixeddarkvater
2004-12-14(svn r1091) Fix: Finally station names use 100% the correct color in transpar...dominik
2004-12-13(svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de)truelight
2004-12-12(svn r1038) Feature: OpenTTD runs with the grf files of the DOS versiondominik
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-11-26(svn r822) Use a struct instead of pairs of bytes for the string colormap.tron
2004-11-26(svn r819) Code cleanup: colors for langfile strings are now taken from a col...dominik
2004-11-19(svn r679) Clarify bp.sprite assignment in GfxMainBlitter(). Pointed out by O...pasky
2004-11-14(svn r607) -Patch: [ 985102 ] static cleanuptron