Age | Commit message (Expand) | Author |
2006-08-21 | (svn r6040) -Add: when clicking twice on a Location Button, the SmallMap cent... | truelight |
2006-08-21 | (svn r6039) -Fix: [newGRF] FS#287 Bugfix for error in NewGRF callback 31 code... | bjarni |
2006-08-21 | (svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead ... | truelight |
2006-08-21 | (svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-sett... | truelight |
2006-08-21 | (svn r6036) -Codechange: do not handle SCROLL in a central function, but let ... | truelight |
2006-08-21 | (svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by... | Darkvater |
2006-08-21 | (svn r6032) -Fix: when a farm is gone, remove the fields when it is full grow... | truelight |
2006-08-20 | (svn r6023) WebTranslator2 update to 2006-08-20 23:53:33 | miham |
2006-08-20 | (svn r6013) -Fix: some newgrf properties returned the date in the new format ... | rubidium |
2006-08-20 | (svn r6005) -Cleanup: introduce IndustryID and use it | rubidium |
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:15 | miham |
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:43 | miham |
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:26 | miham |
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.c | tron |
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 Date | rubidium |
2006-08-16 | (svn r5929) WebTranslator2 update to 2006-08-16 19:58:20 | miham |
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:57 | miham |
2006-08-16 | (svn r5924) Revert accidently commited files | tron |
2006-08-16 | (svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing) | tron |