summaryrefslogtreecommitdiff
path: root/src/newgrf_industrytiles.cpp
AgeCommit message (Expand)Author
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-04-23(svn r12844) -Fix: the industry tick trigger should only be triggered once ev...rubidium
2008-04-21(svn r12817) -Feature: the ability to play NewGRF sounds for industries and s...rubidium
2008-04-20(svn r12800) -Codechange: move the animated tile related functions out of tex...rubidium
2008-04-18(svn r12759) -Fix(r12358): There is no need to mask callback result for pre-v...belugas
2008-04-03(svn r12547) -Feature: invisibility options to make objects invisible instead...smatz
2008-03-27(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.glx
2008-03-11(svn r12358) -Fix: Callback 2F returns 15 bit results starting from grf versi...frosch
2008-02-15(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileS...frosch
2008-02-15(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into o...frosch
2008-01-31(svn r12028) -Codechange: Split common part of station var 0x67, house var 0x...frosch
2008-01-13(svn r11839) -Codechange: move some variables from variables.h to a more logi...rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-10(svn r11804) -Fix(r11797,FS#1636): Industry tiles should receive the same med...belugas
2008-01-09(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...rubidium
2008-01-07(svn r11776) -Codechange: more header splittings to reduce the dependencies.rubidium
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-16(svn r11651) -Codechange [FS#1555]: implement GRF parameter querying for indu...rubidium
2007-12-09(svn r11608) -Fix: do not trigger industries, but only the industry's tiles.rubidium
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-11(svn r11410) -Codechange: implement random triggers for industries.rubidium
2007-11-10(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...belugas
2007-11-04(svn r11375) -Fix [FS#1397]: the industry recolour map was always applied whe...rubidium
2007-10-17(svn r11287) -Codechange: add support for pushing paramaters into NewIndustri...rubidium
2007-10-10(svn r11241) -Fix: Obiwan error on industry animated tiles. Spotted and fixed...belugas
2007-10-07(svn r11225) -Fix: if a sprite shares the bounding box of another sprite, the...rubidium
2007-10-02(svn r11193) -Fix: be more compliant with the specifications of callback #2F ...rubidium
2007-09-30(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.rubidium
2007-09-30(svn r11187) -Fix: what holds for houses in r11149 also holds for industries.rubidium
2007-09-24(svn r11158) -Codechange: reduce the amount of Random calls needed when we do...rubidium
2007-09-23(svn r11152) -Fix: GetIndustryIDAtOffset crashed when translation of the GFX ...rubidium
2007-09-23(svn r11151) -Codechange: add (partial) support for randomizing industry trig...rubidium
2007-09-22(svn r11139) -Codechange: add support for persistent storage for NewGRFs.rubidium
2007-09-04(svn r11042) -Fix [FS#1196]: so newgrf callbacks returned slightly wrong heig...rubidium
2007-08-15(svn r10904) -Fix: When using a temporary industry, make sure you do not clea...belugas
2007-07-26(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....rubidium
2007-07-26(svn r10696) -Codechange: remove duplication of the "make sprite transparent"...rubidium
2007-07-25(svn r10690) -Codechange: use the enum that describes all callback IDs in fav...rubidium
2007-07-12(svn r10520) -Fix: when a "can I build this industry tile here" callback did ...rubidium
2007-07-11(svn r10515) -Codechange: allow getting some more data about the environment ...rubidium
2007-07-11(svn r10514) -Codechange: add support for getting the nearest industry with a...rubidium
2007-07-11(svn r10508) -Codechange: allow customizable animation schemes for industries.rubidium
2007-07-09(svn r10494) -Fix (r10490): possible null dereference in some exotic newgrfs.rubidium
2007-07-09(svn r10490) -Codechange: add support for industries on non-flat surfaces.rubidium
2007-07-09(svn r10486) -Fix: do not draw foundations when the "should I draw foundation...rubidium
2007-06-19(svn r10226) -Codechange: Add support for newindustry tiles drawing.belugas
2007-06-17(svn r10172) -Fix(r10127): Wrong evaluation order on variable 0x41 for indust...belugas
2007-06-13(svn r10146) -Codechange: Silence a compiler warningbelugas
2007-06-13(svn r10127) -Add: Addition of basic structure for industry tiles callbacks (...belugas