summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
AgeCommit message (Expand)Author
2008-11-23(svn r14613) -Fix [FS#2420]: When building industries, clear the tiles as OWN...frosch
2008-11-22(svn r14604) -Codechange: Simplify a function and rename it, and fix some com...frosch
2008-11-03(svn r14562) -Fix (r14561): 8 bits are enough. The rest stays reserved.frosch
2008-11-03(svn r14561) -Feature(ette)[FS#2334]: Add result 0x0F to callbacks 0x29/0x35....frosch
2008-10-14(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-15(svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by i...belugas
2008-08-17(svn r14093) -Fix [FS#2230]: don't flood a NewGRF industry when it implicitly...rubidium
2008-07-30(svn r13872) -Feature: Split the news message announcing opening and closure ...belugas
2008-07-28(svn r13864) -Feature(FS #2164): All industry creations are now generating a ...belugas
2008-07-26(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.frosch
2008-07-25(svn r13830) -Feature: show additional NewGRF info in the Tile Info window fo...smatz
2008-06-25(svn r13632) -Codechange: Use 'void *' for user-data of CircularTileSearch().frosch
2008-06-12(svn r13499) -Codechange: Allow drawing (ugly) leveled foundations on steep s...frosch
2008-06-03(svn r13367) -Codechange: Allow CircularTileSearch function to return the til...belugas
2008-05-31(svn r13348) -Fix: an industry does not always need foundations; in the case ...rubidium
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-25(svn r13255) -Codechange: move _opt to _settings.rubidium
2008-05-25(svn r13251) -Codechange: rename _patches to _settings as that is more logic.rubidium
2008-05-21(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-wi...frosch
2008-05-21(svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro.peter1138
2008-05-18(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.glx
2008-05-15(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-05-01(svn r12933) -Fix: minor errors related to industries accepted/produced cargoglx
2008-04-23(svn r12855) -Codechange: do not use autoptr's for testing whether certain ob...rubidium
2008-04-23(svn r12844) -Fix: the industry tick trigger should only be triggered once ev...rubidium
2008-04-20(svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpprubidium
2008-04-20(svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo...rubidium
2008-04-20(svn r12800) -Codechange: move the animated tile related functions out of tex...rubidium
2008-04-17(svn r12757) -Codechange: move all cheat related stuff from all over the plac...rubidium
2008-04-07(svn r12617) -Codechange: add type safety to the Order's load and unload types.rubidium
2008-04-06(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...smatz
2008-04-06(svn r12593) -Codechange: hide Order's flags in most of the code.rubidium
2008-04-06(svn r12588) -Codechange: do not access the destination of an order directly.rubidium
2008-04-05(svn r12584) -Codechange: do not access the order type directly.rubidium
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
2008-03-31(svn r12489) -Codechange: split station.h into station_base.h and station_fun...rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-02-29(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other stri...peter1138
2008-02-20(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat...frosch
2008-02-18(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there...smatz
2008-02-09(svn r12092) -Fix(r11532)[FS#1755]: Make sure the production level will not g...belugas
2008-02-09(svn r12091) -Codechange : remove all production level magic numbers and repl...belugas
2008-02-02(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ...peter1138
2008-01-31(svn r12029) -Feature: Allow trees on shore.frosch
2008-01-29(svn r12006) -Fix: implement FS#1697 without the nasty side effects as specif...rubidium
2008-01-24(svn r11977) -Fix(r11976): not a typo, not a bug. Just a removal that should...belugas
2008-01-24(svn r11976) -Fix: It seems that industries using results 0D/0E on callback c...belugas
2008-01-22(svn r11952) -Fix (r11926): Prevent industries from being built on rivers, un...peter1138