log

age author description
Tue, 22 Aug 2006 15:39:22 +0000 truelight (svn r6048) -Codechange: all InitializeXXX are plural, just not Depot draft
Tue, 22 Aug 2006 15:33:35 +0000 truelight (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones draft
Tue, 22 Aug 2006 15:23:25 +0000 belugas (svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered label draft
Tue, 22 Aug 2006 14:38:37 +0000 rubidium (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct. draft
Tue, 22 Aug 2006 13:57:51 +0000 miham (svn r6044) WebTranslator2 update to 2006-08-22 15:57:27 draft
Tue, 22 Aug 2006 12:15:51 +0000 truelight (svn r6043) -Codechange: use wrapper if they are available draft
Mon, 21 Aug 2006 21:49:44 +0000 miham (svn r6042) WebTranslator2 update to 2006-08-21 23:49:18 draft
Mon, 21 Aug 2006 18:18:02 +0000 truelight (svn r6041) -Fix r6040: forgot to declare a function in viewport.c draft
Mon, 21 Aug 2006 17:41:04 +0000 truelight (svn r6040) -Add: when clicking twice on a Location Button, the SmallMap centers on your position (based on FS#54 by thomasdev) draft
Mon, 21 Aug 2006 16:35:47 +0000 bjarni (svn r6039) -Fix: [newGRF] FS#287 Bugfix for error in NewGRF callback 31 code for aircraft (Mart3p) draft
Mon, 21 Aug 2006 14:59:58 +0000 truelight (svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead of a general function that handles that draft
Mon, 21 Aug 2006 14:59:23 +0000 truelight (svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-settings weren't reset if switched to mainmenu) draft
Mon, 21 Aug 2006 14:34:59 +0000 truelight (svn r6036) -Codechange: do not handle SCROLL in a central function, but let windows handle them theirself. Added WE_SCROLL for this. draft
Mon, 21 Aug 2006 13:04:13 +0000 Darkvater (svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software draft
Mon, 21 Aug 2006 09:22:44 +0000 truelight (svn r6032) -Fix: when a farm is gone, remove the fields when it is full grown and should be harvest (not before that) draft
Sun, 20 Aug 2006 21:53:56 +0000 miham (svn r6023) WebTranslator2 update to 2006-08-20 23:53:33 draft
Sun, 20 Aug 2006 20:21:00 +0000 rubidium (svn r6013) -Fix: some newgrf properties returned the date in the new format where the newgrf's expect the original format. Thanks to michi_cc for finding these and providing the initial patch. draft
Sun, 20 Aug 2006 19:31:58 +0000 rubidium (svn r6005) -Cleanup: introduce IndustryID and use it draft
Sun, 20 Aug 2006 19:05:28 +0000 rubidium (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant. draft
Sun, 20 Aug 2006 18:44:26 +0000 truelight (svn r6001) -Feature: when removing a farm, his farmland is removed too (over time) (based on peter1138's patch, FS#82) draft
Sun, 20 Aug 2006 18:43:43 +0000 miham (svn r6000) WebTranslator2 update to 2006-08-20 20:43:15 draft
Sun, 20 Aug 2006 18:40:57 +0000 rubidium (svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0. draft
Sun, 20 Aug 2006 17:22:03 +0000 truelight (svn r5993) -Fix r5974: a cause-no-warning commit caused a warning ;) (glx) draft
Sun, 20 Aug 2006 13:48:04 +0000 truelight (svn r5978) -Add: allow a switch in Makefile.config to disable threads in OpenTTD (no matter what system you are on). Only useful for testing. draft
Sun, 20 Aug 2006 13:39:33 +0000 truelight (svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread. Machines with draft
Sun, 20 Aug 2006 12:39:17 +0000 rubidium (svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the functions really depend on the original date format. draft
Sun, 20 Aug 2006 12:09:32 +0000 truelight (svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc) draft
Sun, 20 Aug 2006 12:07:27 +0000 truelight (svn r5973) -Codechange: md5_append only uses size_t as nbytes param, so use that (michi_cc) draft
Sun, 20 Aug 2006 12:03:39 +0000 truelight (svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater) draft
Sun, 20 Aug 2006 11:51:10 +0000 truelight (svn r5971) -Fix: wrong struct in assert_compile (thomasdev) draft