Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-30 | (svn r9992) -Codechange: Remove some hardcoded references to Industry IDs. | belugas | |
A few more to go | |||
2007-05-30 | (svn r9984) -Codechange: Remove an obsolete structure and a now meaningless ↵ | belugas | |
enum, in favor of the "real thing" | |||
2007-05-30 | (svn r9983) -Codechange: Use the "enabled" property of the industry spec. | belugas | |
2007-05-29 | (svn r9976) -Codechange: Declare a writable array of specs for industry and ↵ | belugas | |
industry tiles. It will be initialized by the original data upon game start. Rename some enums to be more consistent too | |||
2007-05-29 | (svn r9969) -Codechange: Cleanup of industries (Step-14). Remove ↵ | belugas | |
hardcoded-run-time tile acceptance and put in corresponding tile | |||
2007-05-24 | (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ↵ | rubidium | |
road types on a single tile. | |||
2007-05-20 | (svn r9887) -Fix (r9867): Industry production statistics messed up... | peter1138 | |
2007-05-20 | (svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds ↵ | belugas | |
table into the industry's spec. | |||
2007-05-18 | (svn r9870) -Codechange: Silence two compiler warnings and give proper type ↵ | belugas | |
to the "type" member of industry struct | |||
2007-05-18 | (svn r9867) -Codechange: Remove data duplication. The exact same values can ↵ | belugas | |
be found in the industry spec, so take it from there instead. | |||
2007-05-01 | (svn r9762) -Feature: Two new difficulty settings : Very low number of towns ↵ | belugas | |
and very low number of industries Based on FS#289, by pitt2 | |||
2007-04-21 | (svn r9705) -Codechange: Merge some data arrays together, making a bit more ↵ | belugas | |
logical units. Calculate with a macro (for _industry_anim_offs_toys) the value of x, instead of doing it at run time. And give some more descriptive names too... | |||
2007-04-19 | (svn r9676) -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END. | belugas | |
This makes the code clearer. | |||
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium | |
2007-04-16 | (svn r9644) -Codechange: if else cascade into a switch case | belugas | |
2007-04-16 | (svn r9643) -Codechange: Simplify a test. | belugas | |
2007-04-09 | (svn r9579) -Codechange: Cleanup of industry_cmd (Step-11). Use industry's ↵ | belugas | |
spec appear_creation during random map creation. | |||
2007-04-08 | (svn r9574) -Fix(r9520, FS#721): Oil Rig ( or industry with behaviour ↵ | belugas | |
INDUSTRYBEH_BUILT_ONWATER) should check all tiles before leaving the test. A tile in water does not ensure that all required tiles will necessary be on water. | |||
2007-04-06 | (svn r9569) -Fix(r9567): testing mode leftover... | belugas | |
2007-04-06 | (svn r9567) -Fix(9555, FS#718): The industry ID been collected was just an ↵ | belugas | |
index in a out of phase array. Now, ensure that the ID will really be an IndustryType | |||
2007-04-05 | (svn r9563) -Feature: Add more finer control to transparency options, ↵ | peter1138 | |
including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. | |||
2007-04-04 | (svn r9555) -Codechange: Cleanup of industry_cmd (Step-9). Use in-game ↵ | belugas | |
appearing chances for industry creation. | |||
2007-03-28 | (svn r9520) -Codechange: Add the notion of Industry behaviour. It means ↵ | belugas | |
what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc... | |||
2007-03-22 | (svn r9400) -Codechange: Use some more representative enum names for ↵ | belugas | |
landscape types. | |||
2007-03-20 | (svn r9371) -Feature: Add support for variable snow lines in the arctic ↵ | maedhros | |
climate, supplied by newgrf files. When this is enabled forests cannot be built below the highest snow line, and farms can't be built above it. Houses still use the _opt.snow_line so they are all consistent, so to make them respect the snowline you may want to use some newhouses features as well. | |||
2007-03-15 | (svn r9190) -Fix: Little typo in an enum. | belugas | |
2007-03-14 | (svn r9162) -Codechange: Cleanup of industry_cmd (Step-8). Gather tile ↵ | belugas | |
animation data into IndustryTileSpec array Added a few documentation on remaining animation arrays (mostly ToyLand ones) | |||
2007-03-10 | (svn r9097) -Fix [FS#525]: open and close messages now have their own ↵ | truelight | |
setting, so you can hide economy changes, but do show open/close of industries -Change: store news_display_opt in his own section, so it is no longer stored as uint in openttd.cfg (allows adding news-types easier) | |||
2007-03-09 | (svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that ↵ | belugas | |
is. The new industry messages do not need a series of tests. Only one property to use. | |||
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium | |
2007-03-03 | (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing ↵ | belugas | |
tags and (more than just) a few comments style. | |||
2007-02-21 | (svn r8827) -Codechange: Cleanup of industry_cmd (Step-6). Implementation of ↵ | belugas | |
IndustryTileSPec, the alter ego of IndustrySpec. It offers identification of the different industry tiles in a more distinct manner, as well as regrouping scattered pieces of data across the sources. More to come | |||
2007-02-20 | (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular ↵ | peter1138 | |
struct array (with accessor) and implement new initialization method using cargo labels. | |||
2007-02-02 | (svn r8535) -Feature: Allow lumbermill to cut trees only when they are full ↵ | belugas | |
grown. This does not affect output of the mill, but make the visual aspect of it more accurate. Prior of this, the mill produced cargo of the same amount even if the trees are on their first stages of growth. | |||
2007-01-31 | (svn r8485) -Fix | tron | |
-Fix (since the dawn of time): Remove phantom oil rigs sometimes present in old savegames | |||
2007-01-15 | (svn r8145) -Featurette: Allow for Tropic Farm to plant fields after ↵ | belugas | |
producing cargo, like its counterpart in temperate climate. | |||
2007-01-14 | (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ↵ | peter1138 | |
values. This lets us increase the sprite width from 14 to up to 29 bits, effectively nulling the old sprite limit. Table changes in next commit. | |||
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵ | rubidium | |
stillunknown and pv2b. | |||
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files ↵ | KUDr | |
renamed to .cpp) |