summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-11(svn r20446) -Codechange: unify the location of the water classrubidium
2010-08-11(svn r20445) -Codechange (r20435): Some compilers (esp. mine) do not comply t...frosch
2010-08-10(svn r20444) -Cleanup: unify writing of {NUM} x {NUM}rubidium
2010-08-10(svn r20443) -Codechange: more TileHash to a more generic locationrubidium
2010-08-10(svn r20442) -Update from WebTranslator v3.0:translators
2010-08-10(svn r20441) -Fix [FS#4024]: adding "goto nearest depot and stop" orders in o...rubidium
2010-08-10(svn r20440) -Fix: MSVC warning about shifting a 32 bit value and then conver...rubidium
2010-08-10(svn r20439) -Fix [FS#4023]: MinGW compiler complaining about converting -1 t...rubidium
2010-08-10(svn r20438) -Fix [FS#4022]: for docks "facing" north, i.e. having the watery...rubidium
2010-08-10(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as wellrubidium
2010-08-10(svn r20436) -Codechange: use GRFFilePropsBase's spritegroup for stations.rubidium
2010-08-10(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it...rubidium
2010-08-09(svn r20427) -Revert (r20105): even though MCI has less problems with wrongly...rubidium
2010-08-09(svn r20426) -Update: the known bugs (part by Eddi|zuHause)rubidium
2010-08-09(svn r20425) -Update from WebTranslator v3.0:translators
2010-08-09(svn r20424) -Fix: Rename members of TileContext (TC_NORMAL conflicted with a...terkhen
2010-08-09(svn r20423) -Change [FS#3947]: Make snow on bridges depend on bridgeheight.frosch
2010-08-09(svn r20422) -Change [FS#3947]: Resolve tracksprites on bridges always using ...frosch
2010-08-09(svn r20421) -Change [FS#3947]: Make snowyness of bridgehead depend on the ti...frosch
2010-08-09(svn r20420) -Codechange: Add TileContext enum instead of using a bool.frosch
2010-08-09(svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cppfrosch
2010-08-08(svn r20418) -Fix [FS#4017](r20125): During world generation the snow-mapbits...frosch
2010-08-08(svn r20417) -Fix (r20345) [FS#4018]: the offset stored for objects shouldn't...rubidium
2010-08-08(svn r20416) -Update from WebTranslator v3.0:translators
2010-08-08(svn r20415) -Add: Clicking at the smallmap disables updates from the industr...alberth
2010-08-08(svn r20414) -Feature: Enable industries in the smallmap displayed in the ind...alberth
2010-08-08(svn r20413) -Fix (r20326): some comments got a bit outdatedrubidium
2010-08-08(svn r20412) -Codechange: Replace an if by a switch in IndustryCargoesWindow:...alberth
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are actual...rubidium
2010-08-08(svn r20410) -Codechange: Move smallmap map-type switching to a function.alberth
2010-08-08(svn r20409) -Codechange: reduce the number of includes needed by newgrf.hrubidium
2010-08-08(svn r20408) -Fix [FS#4013]: PBS reservations were always displayed on halfti...frosch
2010-08-07(svn r20407) -Codechange: make AirportClass use the new generic classrubidium
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-07(svn r20405) -Add: generic class for "classes" for NewGRFs, e.g. the Station ...rubidium
2010-08-07(svn r20404) -Codechange: remove the need for StationSpec::allocatedrubidium
2010-08-07(svn r20403) -Fix (r20399): forgot to update regressionyexo
2010-08-07(svn r20402) -Codechange: rename the airport/station class id to something sl...rubidium
2010-08-07(svn r20401) -Codechange: let HouseSpec use GRFFilePropsrubidium
2010-08-07(svn r20400) -Codechange: let StationSpec use GRFFilePropsBaserubidium
2010-08-07(svn r20399) -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 possib...yexo
2010-08-07(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) ...rubidium
2010-08-07(svn r20397) -Feature: Display industry smallmap colour in the industry chain...alberth
2010-08-07(svn r20396) -Codechange: introduce a helper function to test whether an indu...yexo
2010-08-07(svn r20395) -Update from WebTranslator v3.0:translators
2010-08-06(svn r20394) -Fix [FS#4010]: make the default minimum width for editboxes 10 ...yexo
2010-08-06(svn r20393) -Fix [FS#3993]: Prevent taking over competitors when you'd get t...alberth
2010-08-06(svn r20392) -Fix [FS#3993]: Prevent buying bankrupt companies when you'd get...alberth
2010-08-06(svn r20391) -Fix [FS#3993]: Prevent buying more vehicles than allowed.alberth
2010-08-06(svn r20390) -Codechange: Move company vehicle counting to vehicle.cpp.alberth