summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-20(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.rubidium
2006-08-20(svn r6001) -Feature: when removing a farm, his farmland is removed too (over...truelight
2006-08-20(svn r6000) WebTranslator2 update to 2006-08-20 20:43:15miham
2006-08-20(svn r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-20(svn r5993) -Fix r5974: a cause-no-warning commit caused a warning ;) (glx)truelight
2006-08-20(svn r5978) -Add: allow a switch in Makefile.config to disable threads in Ope...truelight
2006-08-20(svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread....truelight
2006-08-20(svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the fu...rubidium
2006-08-20(svn r5974) -Codechange: added casts all around the place to make Windows 64b...truelight
2006-08-20(svn r5973) -Codechange: md5_append only uses size_t as nbytes param, so use ...truelight
2006-08-20(svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater)truelight
2006-08-20(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)truelight
2006-08-20(svn r5970) -Fix [FS#49]: town-growth removed houses under construction to ma...truelight
2006-08-20(svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strni...truelight
2006-08-20(svn r5968) -Feature: add auto-completion in chat-window. It completes Player...truelight
2006-08-20(svn r5967) -Change: use right alignment for the year in the player's balance...rubidium
2006-08-20(svn r5966) -Fix: prevent that the industry placement's terraforming checks c...rubidium
2006-08-20(svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)bjarni
2006-08-20(svn r5964) -Feature: FS#131 Slovenian currency (MeusH)bjarni
2006-08-20(svn r5963) WebTranslator2 update to 2006-08-20 09:03:43miham
2006-08-19(svn r5959) -Change: size selection dropdowns placement in 'Scenario type' wi...glx
2006-08-19(svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where remo...truelight
2006-08-19(svn r5954) WebTranslator2 update to 2006-08-19 20:17:26miham
2006-08-19(svn r5953) -Fix: tooltip for FlatLand had wrong color (tnx glx)truelight
2006-08-19(svn r5952) - struct GRFText{Entry,} are private to newgrf_text.ctron
2006-08-19(svn r5951) - Codechange: GetVehicleOutOfTunnelTile() never did anything, and...Darkvater
2006-08-19(svn r5950) -Fix: don't show Vital Windows EVER if you go to GM_MENU (tnx Dar...truelight
2006-08-19(svn r5949) -Fix: vs80 project file was broken (tnx webfreakz)truelight
2006-08-19(svn r5948) -Fix: inversed check caused oringal land-generator to put industr...truelight
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-08-19(svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThrea...truelight
2006-08-17(svn r5934) -Cleanup: forgot some conversions to Year and to Daterubidium
2006-08-16(svn r5929) WebTranslator2 update to 2006-08-16 19:58:20miham
2006-08-16(svn r5928) -Cleanup: remove ConvertIntDate and use ConvertYMDToDate as Conve...rubidium
2006-08-16(svn r5927) -Cleanup: check against _cur_year instead of _date when determini...rubidium
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-16(svn r5925) WebTranslator2 update to 2006-08-16 09:42:57miham
2006-08-16(svn r5924) Revert accidently commited filestron
2006-08-16(svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing)tron
2006-08-15(svn r5919) -Cleanup: use the type Date when the variable really is a daterubidium
2006-08-15(svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really c...rubidium
2006-08-15(svn r5917) -Fix: [clone vehicles] FS#275 Bugfix: Cloned Road Vehicles Are No...bjarni
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...rubidium
2006-08-15(svn r5915) -Cleanup: some variables were named *_date while they were only h...rubidium
2006-08-15(svn r5914) -Fix [FS#235]: Bugfix for errors in FindNearestHangar function in...Darkvater
2006-08-15(svn r5913) -Fix (r5906): GetVehicleOutOfTunnelTile did assert when the vehic...rubidium
2006-08-15(svn r5912) -Fix: Sort order for produced amount and transported percentage w...tron
2006-08-15(svn r5911) -Fix [FS#215]: Discard upper bits of TrackdirBitsToTrackBits result.matthijs
2006-08-15(svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup o...Darkvater