texteff.c
Tue, 10 Apr 2007 09:40:36 +0000 truelight (svn r9582) [0.5] -Backport from trunk (r9425, r9437, r9455, r9519): 0.5
Fri, 23 Mar 2007 22:44:03 +0000 rubidium (svn r9421) [0.5] -Backport from trunk (r9392, r9415, r9420, custom): 0.5
Mon, 19 Mar 2007 21:42:05 +0000 glx (svn r9354) [0.5] -Backport from trunk (r8975, r9003, r9011, r9012): 0.5
Sat, 30 Dec 2006 23:25:57 +0000 Darkvater (svn r7676) -Backport from trunk (r7630, r7631): 0.5
Sun, 05 Nov 2006 11:52:19 +0000 tron (svn r7067) Remove the unused parameter params_3 from AddStringToDraw()
Fri, 27 Oct 2006 11:49:51 +0000 Darkvater (svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already
Fri, 27 Oct 2006 11:17:38 +0000 Darkvater (svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957
Fri, 27 Oct 2006 11:09:24 +0000 Darkvater (svn r6957) -Cleanup: comments, coding style
Fri, 27 Oct 2006 11:08:17 +0000 Darkvater (svn r6956) -Feature: Increase the chatbuffer of chat messages. Messages longer than the allocated
Fri, 27 Oct 2006 10:27:38 +0000 Darkvater (svn r6955) -Codechange: Change some variable names for _textmessage_box, and replace 5 different
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Sat, 16 Sep 2006 13:20:14 +0000 Darkvater (svn r6462) -Codechange: Have GetStringWidth() return width as well as the height bounding
Thu, 31 Aug 2006 07:13:36 +0000 tron (svn r6254) if () cascade -> switch ()
Wed, 23 Aug 2006 20:46:54 +0000 truelight (svn r6078) -Fix: forgot one uint16 -> Date conversion. Tnx to #openttdcoop team for detecting and Rubidium for finding the cause.
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Tue, 22 Nov 2005 19:33:29 +0000 truelight (svn r3227) -Codechange: [Savegame] removed 'minor' version, and renamed 'major' version to just: version.
Mon, 14 Nov 2005 19:48:04 +0000 tron (svn r3181) -Bracing
Sun, 23 Oct 2005 13:04:44 +0000 tron (svn r3078) Some more stuff, which piled up:
Sat, 22 Oct 2005 06:39:32 +0000 tron (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
Wed, 28 Sep 2005 21:49:55 +0000 tron (svn r2996) 0xFFFF -> INVALID_STRING_ID
Sun, 25 Sep 2005 09:04:59 +0000 tron (svn r2984) Use adequate types, this should aid portability a bit
Sat, 24 Sep 2005 06:43:26 +0000 tron (svn r2981) Remove a no-op
Wed, 14 Sep 2005 17:21:30 +0000 Darkvater (svn r2950) -Fix: [ 1259327 ] Server crash with "say" -command
Sun, 28 Aug 2005 12:24:57 +0000 tron (svn r2899) -Fix: Several format string vulnerabilities and buffer overflows in the network code
Sat, 06 Aug 2005 17:40:21 +0000 tron (svn r2819) Make variables, which are exclusive for internal use of the save/load code, static in saveload.c
Thu, 28 Jul 2005 09:17:32 +0000 celestar (svn r2736) -Codechange: De-mystified GfxDrawFillRect a bit, and used enums from table/sprites.h. You can now change the number of bits used for sprites and switches in the SpriteSetup enum and the rest should work automagically. Can be used to increase the number of active sprites to 2^19 in case there are no colortables (recolor sprites) in any newgrf. We should possibly move the the colortables to an own list, but how to detect them in a newgrf.
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files
Fri, 22 Jul 2005 07:02:20 +0000 tron (svn r2673) Include functions.h directly, not globally via openttd.h
Thu, 21 Jul 2005 18:44:27 +0000 tron (svn r2663) Include variables.h only in these files which need it, not globally via openttd.h
Fri, 15 Jul 2005 14:16:14 +0000 tron (svn r2571) Add explicit type Pixel for ... Pixels
Fri, 24 Jun 2005 12:38:35 +0000 tron (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile"
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Mon, 30 May 2005 22:16:05 +0000 Darkvater (svn r2387) - CodeChange: made the saveload code more readable and also removed the 'byte' saveload arrays which means you can save an array of more than 255 elements, or bigger structs than 255 bytes. This doesn't yet solve the problem that a chunk can be a maximum of 16384 big.
Mon, 28 Mar 2005 12:38:02 +0000 truelight (svn r2099) -Fix: no longer chat-messages hang when the game wraps around 2090
Sat, 26 Mar 2005 04:02:50 +0000 pasky (svn r2073) - Fix: Fixed an apparent oversight in AddTextMessage() which is likely to have caused some messages not expiring from the chatterbox after the given time, as reported by dp-.
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)
Tue, 25 Jan 2005 21:43:57 +0000 tron (svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and adapt the save/load data and some other parts of the code to that change
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
Sat, 15 Jan 2005 15:48:05 +0000 darkvater (svn r1523) -Fix: somehow mousewheel was disabled on windows using SDL; reenabled again
Mon, 03 Jan 2005 08:50:44 +0000 tron (svn r1330) Increase size of some vars from int16 to int32 to guard against future overflows
Fri, 31 Dec 2004 18:57:24 +0000 truelight (svn r1312) -Add: Patch which is on by default: population in label of the town
Tue, 14 Dec 2004 16:53:38 +0000 dominik (svn r1082) Feature: Chat toolbar
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Mon, 15 Nov 2004 10:31:48 +0000 tron (svn r624) Merge r377 to trunk:
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN