gfx.c
Sun, 03 Jul 2005 10:22:20 +0000 tron (svn r2512) Small cleanup
Fri, 01 Jul 2005 06:25:35 +0000 tron (svn r2503) Small cleanup
Thu, 30 Jun 2005 19:49:01 +0000 tron (svn r2502) Small cleanup
Thu, 30 Jun 2005 05:27:32 +0000 tron (svn r2497) Use a struct array for palette entries instead of a flat byte array
Mon, 06 Jun 2005 13:47:06 +0000 Darkvater (svn r2420) - Codechange: magic number elminitation of cursorsprites.
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Mon, 16 May 2005 16:19:32 +0000 Darkvater (svn r2334) - Fix (regression): moved togglefullscreen into the video-driver, now windows works, dedicated works and sdl works. Also reverted the change to the makefile.
Sat, 14 May 2005 21:01:57 +0000 Darkvater (svn r2310) - Fix: Game would crash if you full-screened with the 'fullscreen' button than chose a resolution from the dropdown box that was no longer valid. Big thanks to DaleStan for track down the crashing bug.
Mon, 21 Feb 2005 18:59:54 +0000 Darkvater (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handling of text with that of editboxes
Fri, 11 Feb 2005 17:12:11 +0000 tron (svn r1861) Constify Get(Non)Sprite()
Thu, 10 Feb 2005 12:26:41 +0000 tron (svn r1855) Handle endianness of sprite headers when loading a sprite, not everytime when accessing it
Thu, 10 Feb 2005 12:14:38 +0000 tron (svn r1854) Split GetSpritePtr() into GetSprite() for regular sprites (returning a Sprite*) and GetNonSprite() for "sprites" of type 0xFF (returning byte*)
Thu, 10 Feb 2005 05:43:30 +0000 tron (svn r1853) Move spritecache function declarations into a header of their own and use SpriteID as parameter type where appropriate
Tue, 08 Feb 2005 22:22:42 +0000 tron (svn r1852) Start cleaning up sprite handling:
Mon, 07 Feb 2005 12:32:35 +0000 tron (svn r1840) Repel str_buffr and use local buffers where possible
Sun, 06 Feb 2005 18:30:45 +0000 tron (svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers
Sun, 06 Feb 2005 08:18:00 +0000 tron (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Sun, 23 Jan 2005 23:58:35 +0000 dominik (svn r1631) A couple of fixes for the signed/unsigned warnings. Only train_cmd.c remains to need fixing...
Sat, 22 Jan 2005 22:47:58 +0000 tron (svn r1596) Add some more statics
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Tue, 18 Jan 2005 15:26:14 +0000 tron (svn r1557) Replace strange if () do while () construct with a plain for ()
Fri, 14 Jan 2005 19:41:24 +0000 tron (svn r1508) Remove duplicate declarations and include proper headers where necessary
Thu, 06 Jan 2005 18:45:28 +0000 tron (svn r1402) Trim trailing whitespace
Thu, 23 Dec 2004 23:15:07 +0000 darkvater (svn r1268) -Fix: some warnings in gfx.c fixed
Tue, 14 Dec 2004 20:54:01 +0000 dominik (svn r1091) Fix: Finally station names use 100% the correct color in transparent mode
Mon, 13 Dec 2004 11:17:59 +0000 truelight (svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de)
Sun, 12 Dec 2004 20:36:24 +0000 dominik (svn r1038) Feature: OpenTTD runs with the grf files of the DOS version
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Fri, 26 Nov 2004 16:55:35 +0000 tron (svn r822) Use a struct instead of pairs of bytes for the string colormap.
Fri, 26 Nov 2004 14:00:57 +0000 dominik (svn r819) Code cleanup: colors for langfile strings are now taken from a color table instead of a sprite
Fri, 19 Nov 2004 21:57:02 +0000 pasky (svn r679) Clarify bp.sprite assignment in GfxMainBlitter(). Pointed out by Oskar.
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Sat, 13 Nov 2004 16:10:25 +0000 tron (svn r564) Simplify scroll logic and correct one erroneous use of memcpy()
Mon, 01 Nov 2004 15:08:40 +0000 tron (svn r499) Merge r498 to trunk:
Thu, 23 Sep 2004 21:14:20 +0000 darkvater (svn r312) -Fix: [926105] ctrl + d bug. Longest outstanding bug has been fixed \o/ 2004-03-30 (Tron)
Tue, 21 Sep 2004 20:56:49 +0000 darkvater (svn r304) -Fix: [967096] fullscreen. New button 'Fullscreen' in 'Game Options' menu which lets you set fullscreen ingame.
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Tue, 24 Aug 2004 08:34:28 +0000 dominik (svn r127) New feature: ingame console. (sign_de)
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN