Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add ↵ | rubidium | |
something more than whitespace as description of files that don't have a description. | |||
2008-01-29 | (svn r12006) -Fix: implement FS#1697 without the nasty side effects as ↵ | rubidium | |
specified in FS#1712. | |||
2008-01-07 | (svn r11776) -Codechange: more header splittings to reduce the dependencies. | rubidium | |
2007-09-23 | (svn r11152) -Fix: GetIndustryIDAtOffset crashed when translation of the GFX ↵ | rubidium | |
ID would be needed. Fix by Belugas. -Fix: GetIndustryIDAtOffset crashed when the industry->xy tile was not an industry tile. | |||
2007-09-23 | (svn r11151) -Codechange: add (partial) support for randomizing industry ↵ | rubidium | |
triggers (part of the backend for it). Furthermore update the documentation of the map's bits wrt to industries. | |||
2007-07-25 | (svn r10690) -Codechange: use the enum that describes all callback IDs in ↵ | rubidium | |
favor of "just" using an untyped integer. | |||
2007-07-15 | (svn r10572) -Codechange: Add function CheckIfCallBackAllowsAvailability for ↵ | belugas | |
industries | |||
2007-07-11 | (svn r10515) -Codechange: allow getting some more data about the environment ↵ | rubidium | |
of an industry. | |||
2007-07-11 | (svn r10514) -Codechange: add support for getting the nearest industry with ↵ | rubidium | |
a given type. | |||
2007-07-09 | (svn r10485) -Codechange: add a callback mechanism to determine whether ↵ | rubidium | |
building an industry is allowed at a given location. | |||
2007-07-05 | (svn r10442) -Codechange: implement the industry production callback. | rubidium | |
2007-06-28 | (svn r10369) -Codechange: Add the IndustryType parameter to the ↵ | belugas | |
GetIndustryCallback function. Sometimes, the industry might not be able to provide its type, since it does not exists at all | |||
2007-06-13 | (svn r10127) -Add: Addition of basic structure for industry tiles callbacks ↵ | belugas | |
(unfinished). -Codechange: ResolverObject receives member gfx, making it compatible for both industries and industry tiles -Codechange: NewIndustryResolver now has his randombits and triggers (even if not implemented) | |||
2007-06-12 | (svn r10108) -Codechange: implement variable 0x60 (Get industry tile ID at ↵ | belugas | |
offset) for industries. It is exposed for for industry tiles who will reuse it too, for variable 0x62. | |||
2007-06-09 | (svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic ↵ | belugas | |
(and unfinished) support for callbacks for industries |