summaryrefslogtreecommitdiff
path: root/industry_cmd.c
AgeCommit message (Expand)Author
2006-12-30(svn r7642) -Codechange: unify all the different locations where the animatio...rubidium
2006-12-30(svn r7641) -Codechange: remove the last direct map accesses from industry_cmd.rubidium
2006-12-30(svn r7640) -Codechange: move a table from industry_cmd.c to table/industry_landrubidium
2006-12-11(svn r7477) -Fix (7451): Allocate(Industry|Town) get called twice when trying...rubidium
2006-12-09(svn r7451) -Fix (7372): GetNum(Towns|Industries) should return the actual nu...rubidium
2006-12-05(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX...matthijs
2006-12-03(svn r7331) - Codechange: Rename all memory pool macro's and types to "old po...matthijs
2006-11-17(svn r7198) -Codechange: Implement a circular tile search function.belugas
2006-11-08(svn r7109) -Codechange: use map accessor IsClearWaterTilebelugas
2006-10-28(svn r6979) Use the pool macros for the Industry pooltron
2006-10-27(svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec.belugas
2006-10-24(svn r6930) -Codechange: Move industry name into IndustrySpecbelugas
2006-10-23(svn r6904) -CodeChange : Cleanup of industry_cmd (Step-5).belugas
2006-10-11(svn r6739) -Fix (r6001): Crash on removing farmland belonging to a farm. The...Darkvater
2006-09-15(svn r6459) - Fix (r6433): An enum mixup caused oilrigs to not have a station...peter1138
2006-09-10(svn r6437) -Fix: reset the location of the last sound as that location can b...rubidium
2006-09-08(svn r6433) -Codechange: replace some magic numbers (industry gfx indices) by...rubidium
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-26(svn r6156) -Codechange: DeleteIndustry removes an industry from the pooltruelight
2006-08-22(svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0truelight
2006-08-22(svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns ...truelight
2006-08-22(svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (...truelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r6005) -Cleanup: introduce IndustryID and use itrubidium
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 r5999) -Feature: change the original date format to a 32 bits format bas...rubidium
2006-08-20(svn r5966) -Fix: prevent that the industry placement's terraforming checks c...rubidium
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-17(svn r5934) -Cleanup: forgot some conversions to Year and to Daterubidium
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-05-20(svn r4920) Remove parameters, which get only used in certain functions, by s...tron
2006-05-07(svn r4765) Add GetTileMaxZ(), which returns the height of the highest corner...tron
2006-04-28(svn r4614) CodeChange : Cleanup of industry_cmd (Step-4).belugas
2006-04-26(svn r4584) CodeChange : Cleanup of industry_cmd (Step-3).belugas
2006-04-26(svn r4578) CodeChange : Cleanup of industry_cmd (Step-2).belugas
2006-04-26(svn r4577) CodeChange : Cleanup of industry_cmd (Step-1).belugas
2006-04-26(svn r4576) Fix : Temperate bank will no longer appear (during game) in tropi...belugas
2006-04-25(svn r4572) Remove vehicle_leave_tile_proctron
2006-04-24(svn r4568) CodeChange : Bring definitions and uses of DrawTypesStructures to...belugas
2006-04-23(svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE}tron
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-18(svn r4471) - Pools: Add a facility for calling a custom function during pool...peter1138
2006-04-18(svn r4467) -Fix: New plantations now cause the correct ".. being planted .."...celestar
2006-04-15(svn r4425) Fix bug introduced in r4411 : while IS_BYTE_INSIDE, max value is ...belugas