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
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.
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)
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)
Sun, 20 Aug 2006 12:03:39 +0000 truelight (svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater)
Sun, 20 Aug 2006 11:51:10 +0000 truelight (svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
Sun, 20 Aug 2006 11:41:34 +0000 truelight (svn r5970) -Fix [FS#49]: town-growth removed houses under construction to make way for road. Not wanted behavoir (Rubidium)
Sun, 20 Aug 2006 11:18:46 +0000 truelight (svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strnicmp (michi_cc)
Sun, 20 Aug 2006 10:51:27 +0000 truelight (svn r5968) -Feature: add auto-completion in chat-window. It completes Player-Names and
Sun, 20 Aug 2006 10:50:23 +0000 rubidium (svn r5967) -Change: use right alignment for the year in the player's balance window instead of centering (about) 'string width' / 2 from the right edge
Sun, 20 Aug 2006 10:45:36 +0000 rubidium (svn r5966) -Fix: prevent that the industry placement's terraforming checks can leave the map on the southern side
Sun, 20 Aug 2006 09:52:15 +0000 bjarni (svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)
Sun, 20 Aug 2006 09:26:58 +0000 bjarni (svn r5964) -Feature: FS#131 Slovenian currency (MeusH)
Sun, 20 Aug 2006 07:04:04 +0000 miham (svn r5963) WebTranslator2 update to 2006-08-20 09:03:43
Sat, 19 Aug 2006 21:30:40 +0000 glx (svn r5959) -Change: size selection dropdowns placement in 'Scenario type' window
Sat, 19 Aug 2006 19:45:04 +0000 truelight (svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where removed by excident.
Sat, 19 Aug 2006 18:19:41 +0000 miham (svn r5954) WebTranslator2 update to 2006-08-19 20:17:26
Sat, 19 Aug 2006 16:33:10 +0000 truelight (svn r5953) -Fix: tooltip for FlatLand had wrong color (tnx glx)
Sat, 19 Aug 2006 16:30:05 +0000 tron (svn r5952) - struct GRFText{Entry,} are private to newgrf_text.c
Sat, 19 Aug 2006 15:24:40 +0000 Darkvater (svn r5951) - Codechange: GetVehicleOutOfTunnelTile() never did anything, and making it work properly only resulted in massive performance drops, and it not working properly also seemed to work, so make it not work properly once again.
Sat, 19 Aug 2006 12:01:04 +0000 truelight (svn r5950) -Fix: don't show Vital Windows EVER if you go to GM_MENU (tnx Darkvater)
Sat, 19 Aug 2006 11:50:34 +0000 truelight (svn r5949) -Fix: vs80 project file was broken (tnx webfreakz)
Sat, 19 Aug 2006 11:28:41 +0000 truelight (svn r5948) -Fix: inversed check caused oringal land-generator to put industries on mountains (tnx Darkvater)
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Sat, 19 Aug 2006 09:31:22 +0000 truelight (svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for textboxes to only
Sat, 19 Aug 2006 09:23:48 +0000 truelight (svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThread, as Windows
Thu, 17 Aug 2006 20:22:35 +0000 rubidium (svn r5934) -Cleanup: forgot some conversions to Year and to Date
Wed, 16 Aug 2006 17:58:43 +0000 miham (svn r5929) WebTranslator2 update to 2006-08-16 19:58:20
Wed, 16 Aug 2006 12:07:24 +0000 rubidium (svn r5928) -Cleanup: remove ConvertIntDate and use ConvertYMDToDate as ConvertIntDate was only called with Years.
Wed, 16 Aug 2006 11:49:52 +0000 rubidium (svn r5927) -Cleanup: check against _cur_year instead of _date when determining the availability of airports, as they only become available at the beginning of a year.
Wed, 16 Aug 2006 11:39:55 +0000 rubidium (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
Wed, 16 Aug 2006 07:43:15 +0000 miham (svn r5925) WebTranslator2 update to 2006-08-16 09:42:57