log

age author description
Fri, 15 Aug 2008 19:18:55 +0000 glx (svn r14079) -Fix: misleading help in configure draft
Fri, 15 Aug 2008 17:54:43 +0000 peter1138 (svn r14078) -Codechange: Rename *VehicleInfo::base_cost to cost_factor, indicating what it actually is. draft
Fri, 15 Aug 2008 15:38:41 +0000 belugas (svn r14077) -Fix: MSVC projects re-ordering draft
Fri, 15 Aug 2008 13:57:43 +0000 frosch (svn r14076) -Codechange: Merge the four start/stop commands into a single CMD_START_STOP_VEHICLE. draft
Fri, 15 Aug 2008 12:47:20 +0000 rubidium (svn r14075) -Codechange: make the windows installer more platform aware and warn when the to-be-installed binary isn't the recommended one (or won't work at all). draft
Fri, 15 Aug 2008 11:58:15 +0000 rubidium (svn r14074) -Codechange: split the bundle generation out of the main makefile so it can be reused for making bundles from MSVC compiles. draft
Thu, 14 Aug 2008 15:37:52 +0000 glx (svn r14072) -Fix (r14053): branch detection failed with mawk (peter1138) draft
Wed, 13 Aug 2008 19:09:27 +0000 rubidium (svn r14071) -Fix [FS#2057]: the screen wouldn't be centered on Windows multimonitor systems if the first monitor is right of the second one. draft
Wed, 13 Aug 2008 14:52:54 +0000 rubidium (svn r14069) -Fix: silence MSVC 64-bits compile warnings. draft
Wed, 13 Aug 2008 14:26:20 +0000 rubidium (svn r14068) -Fix (r14056): MSVC doesn't support typeof. draft
Wed, 13 Aug 2008 06:22:04 +0000 rubidium (svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in the command. Checking for the length in pixels is impossible because that differs per client. draft
Wed, 13 Aug 2008 06:05:01 +0000 rubidium (svn r14063) -Codechange: replace some "magic" constants with enumified constants. draft
Wed, 13 Aug 2008 05:12:36 +0000 rubidium (svn r14062) -Fix [FS#2226]: division by 0 in newai. draft
Wed, 13 Aug 2008 02:48:50 +0000 belugas (svn r14061) -Codechange: constification and move a declaration more logically draft
Wed, 13 Aug 2008 02:43:42 +0000 belugas (svn r14060) -Codechange: Replace numbers with Colours enum on Gen world gui. draft
Wed, 13 Aug 2008 01:48:58 +0000 belugas (svn r14059) -Fix(r13872): Wrong comments in enum. Dear old copy/paste... draft
Tue, 12 Aug 2008 22:14:57 +0000 rubidium (svn r14058) -Fix [FS#2224]: NewGRF callback 23 didn't use the NewGRF compatible text stack (minime) draft
Tue, 12 Aug 2008 22:12:14 +0000 rubidium (svn r14057) -Fix: NewGRF text stack's "push word" didn't move the data around properly (minime) draft
Tue, 12 Aug 2008 20:49:27 +0000 rubidium (svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold. draft
Tue, 12 Aug 2008 20:31:49 +0000 rubidium (svn r14055) -Codechange: increase buffers for (dedicated) consoles as they couldn't use the full "extent" of the new chat message limit. draft
Tue, 12 Aug 2008 19:29:10 +0000 rubidium (svn r14054) -Fix (rthebeginning): long strings in the edit box would cause OpenTTD to stop drawing the string. This is especially noticable with low resolutions and the chat input box. draft
Tue, 12 Aug 2008 18:03:32 +0000 glx (svn r14053) -Fix: branch detection failed for svn+ssh repos draft
Tue, 12 Aug 2008 12:23:05 +0000 rubidium (svn r14052) -Codechange: make the size of the chat message "box" configurable and increase the default size slightly so it can hold the longest chat messages. draft
Tue, 12 Aug 2008 11:21:37 +0000 rubidium (svn r14051) -Codechange: enumify the DrawString buffer length. draft
Tue, 12 Aug 2008 02:20:39 +0000 belugas (svn r14049) -Codechange: rename a variable to a somewhat more descriptive one. And constify it too. draft
Mon, 11 Aug 2008 22:58:30 +0000 rubidium (svn r14048) -Fix (r14019) [FS#2222]: Redo the check for reserved tracks properly this time. (michi_cc) draft
Mon, 11 Aug 2008 22:45:11 +0000 rubidium (svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support. draft
Mon, 11 Aug 2008 22:08:56 +0000 rubidium (svn r14046) -Codechange: make the size of querystring "widgets" more configurable. draft
Mon, 11 Aug 2008 22:07:26 +0000 rubidium (svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name. draft
Mon, 11 Aug 2008 20:06:57 +0000 belugas (svn r14043) -Codechange: Rename a variable to a more obvious name. And a few comments added too. draft