Sat, 26 Aug 2006 07:45:18 +0000 miham (svn r6135) WebTranslator2 update to 2006-08-26 09:44:54
Fri, 25 Aug 2006 19:18:16 +0000 belugas (svn r6131) -Codechange : Complete all missing _ttdpatch_flags entries
Fri, 25 Aug 2006 12:58:52 +0000 tron (svn r6122) Fix an off-by-two error in r6108: it should be the index for the last element in the array
Fri, 25 Aug 2006 12:26:34 +0000 truelight (svn r6117) -Fix r6097: on mingw it is normal that both / as \ are accepted as input
Fri, 25 Aug 2006 08:49:32 +0000 miham (svn r6114) WebTranslator2 update to 2006-08-25 10:49:08
Fri, 25 Aug 2006 00:41:10 +0000 belugas (svn r6108) -NewGRF Feature: Implement currencies replacment via grf file.
Fri, 25 Aug 2006 00:35:11 +0000 belugas (svn r6107) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen vs 80 project
Thu, 24 Aug 2006 22:52:58 +0000 Darkvater (svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen project
Thu, 24 Aug 2006 22:04:24 +0000 rubidium (svn r6104) -Fix: make install did not create a directory for the heightmaps
Thu, 24 Aug 2006 15:39:17 +0000 truelight (svn r6098) -Fix 6097: stupid me.... CHARS! Not strings, for strrchr :(
Thu, 24 Aug 2006 15:36:25 +0000 truelight (svn r6097) -Fix: mingw and cygwin get / from Makefile, where \ is expected. Make exeption code for it (tnx for debug Frostregen)
Thu, 24 Aug 2006 15:21:09 +0000 truelight (svn r6096) -Fix: silence a warning on mingw (tnx Frostregen)
Thu, 24 Aug 2006 12:08:25 +0000 truelight (svn r6089) -Backport r6088: added -s (source) and -d (destination) to strgen (Darkvater)
Thu, 24 Aug 2006 10:19:59 +0000 rubidium (svn r6086) -Fix: InteractiveRandom was not seeded properly resulting in the dedicated server always generating the same map. Thanks to the #openttdcoop team for detecting.
Thu, 24 Aug 2006 10:11:32 +0000 truelight (svn r6084) -Fix r6073: if we removed MSVC6 support, then why is unittest.dsp still around...
Thu, 24 Aug 2006 08:19:30 +0000 miham (svn r6083) WebTranslator2 update to 2006-08-24 10:19:06
Thu, 24 Aug 2006 01:25:00 +0000 belugas (svn r6082) -CodeChange : Remove the unneeded table/sprites.h include in newgrf_cargo.h.
Wed, 23 Aug 2006 23:23:14 +0000 belugas (svn r6081) -Fix(6054) : Silenced a MSVC warning on compiling (thanks MaulinMonkey)
Wed, 23 Aug 2006 20:53:53 +0000 glx (svn r6079) -Change: size and alignment of random seed input box and randomise button
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.
Wed, 23 Aug 2006 19:58:17 +0000 miham (svn r6076) WebTranslator2 update to 2006-08-23 21:57:55
Wed, 23 Aug 2006 18:22:11 +0000 Darkvater (svn r6073) -We have removed MSVC6 support, so remove strgen and langs project files as well.
Wed, 23 Aug 2006 15:30:03 +0000 matthijs (svn r6068) -Codechange: Switch PNG and BMP priority for screenshots. This ensures PNG is used by default when available. (hylje)
Wed, 23 Aug 2006 13:55:56 +0000 miham (svn r6064) WebTranslator2 update to 2006-08-23 15:55:27
Tue, 22 Aug 2006 22:59:42 +0000 glx (svn r6059) -Fix(r6049): FOR_ALL was not use to not skip invalid items, so really don't skip invalid items :)
Tue, 22 Aug 2006 21:17:19 +0000 truelight (svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0
Tue, 22 Aug 2006 21:14:45 +0000 truelight (svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns a valid XXX, unless there are none to pick from. Then NULL is returned.
Tue, 22 Aug 2006 20:56:08 +0000 truelight (svn r6056) -Codechange: don't use a loop what can be done with a simple wrapper
Tue, 22 Aug 2006 20:41:26 +0000 truelight (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (or, will do that).
Tue, 22 Aug 2006 20:39:18 +0000 tron (svn r6054) Change the sign sorter in a similar way as the other sorters: Remember a list of pointers to signs instead of a list of SignIDs - This removes a layer of indirection
Tue, 22 Aug 2006 18:15:17 +0000 truelight (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID
Tue, 22 Aug 2006 17:13:49 +0000 truelight (svn r6052) -Codechange: change OrderType (order->type) in a typedef
Tue, 22 Aug 2006 16:59:51 +0000 truelight (svn r6051) -Fix r6047: forgot many times a ! :(
Tue, 22 Aug 2006 16:38:50 +0000 truelight (svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother
Tue, 22 Aug 2006 16:22:07 +0000 truelight (svn r6049) -Codechange: forgot EngineRenew in r6047
Tue, 22 Aug 2006 15:39:22 +0000 truelight (svn r6048) -Codechange: all InitializeXXX are plural, just not Depot
Tue, 22 Aug 2006 15:33:35 +0000 truelight (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
Tue, 22 Aug 2006 15:23:25 +0000 belugas (svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered label
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.
Tue, 22 Aug 2006 13:57:51 +0000 miham (svn r6044) WebTranslator2 update to 2006-08-22 15:57:27
Tue, 22 Aug 2006 12:15:51 +0000 truelight (svn r6043) -Codechange: use wrapper if they are available
Mon, 21 Aug 2006 21:49:44 +0000 miham (svn r6042) WebTranslator2 update to 2006-08-21 23:49:18
Mon, 21 Aug 2006 18:18:02 +0000 truelight (svn r6041) -Fix r6040: forgot to declare a function in viewport.c
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)
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)
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
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)
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.
Mon, 21 Aug 2006 13:04:13 +0000 Darkvater (svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
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)
Sun, 20 Aug 2006 21:53:56 +0000 miham (svn r6023) WebTranslator2 update to 2006-08-20 23:53:33
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.
Sun, 20 Aug 2006 19:31:58 +0000 rubidium (svn r6005) -Cleanup: introduce IndustryID and use it
Sun, 20 Aug 2006 19:05:28 +0000 rubidium (svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
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)
Sun, 20 Aug 2006 18:43:43 +0000 miham (svn r6000) WebTranslator2 update to 2006-08-20 20:43:15
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.
Sun, 20 Aug 2006 17:22:03 +0000 truelight (svn r5993) -Fix r5974: a cause-no-warning commit caused a warning ;) (glx)
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.
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