Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-22 | (svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt ↵ | rubidium | |
to registers 0x100 to 0x10F. | |||
2007-09-19 | (svn r11128) -Fix: a lot of graphical glitches by changing some bounding ↵ | rubidium | |
boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch. | |||
2007-09-14 | (svn r11102) -Codechange: remove some pointless addition+substractions. ↵ | rubidium | |
Patch by frosch. | |||
2007-09-07 | (svn r11054) -Fix [FS#944]: mismatch between TTDP's and OTTD's placement of ↵ | rubidium | |
catenary, creating graphical glitches when loading a catenary replacement. Patch by frosch. | |||
2007-08-22 | (svn r10961) -Codechange: Flag default substitutes of industry/tiles with a ↵ | belugas | |
value that cannot be legal. This avoids the forest of coal mine error in the futur | |||
2007-08-07 | (svn r10820) -Codechange: make negative currencies red and restore the ↵ | rubidium | |
colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies). -Fix [FS#1036]: do not use green for currencies as it is practically unreadable on CRT monitors. | |||
2007-07-26 | (svn r10698) -Codechange [FS#1082]: simplify the code related to ↵ | rubidium | |
foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch. | |||
2007-07-24 | (svn r10675) -Codechange: unhardcode the industry types used in several ↵ | rubidium | |
locations of the source code. | |||
2007-07-24 | (svn r10672) -Codechange: typify some parameters/variables. | rubidium | |
2007-07-24 | (svn r10670) -Fix: Use proper initialization for grf_prop override member | belugas | |
2007-07-23 | (svn r10659) -Codechange: updated documentation around ↵ | truelight | |
RAIL_GROUND_FENCE_VERT[12] (frosch) -Codechange: added documentation and SPR_ enums for track fences (frosch) | |||
2007-07-17 | (svn r10604) -Fix [FS#1044] (r9866): some industries produced cargo they ↵ | rubidium | |
should not be producing, which would result in the industry offering invalid cargo to a station resulting in crashes.. | |||
2007-07-16 | (svn r10601) -Codechange: store (and use) the type of stations instead of ↵ | rubidium | |
hardcoding station types by graphics IDs. | |||
2007-07-11 | (svn r10508) -Codechange: allow customizable animation schemes for industries. | rubidium | |
2007-07-11 | (svn r10507) -Fix [FS#1019]: apparantly we used the wrong sprites for some ↵ | rubidium | |
pieces of the tram catenary (even though TTDP did so too). | |||
2007-07-06 | (svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an ↵ | rubidium | |
amount of money and then it might (with a given chance) build a raw industry somewhere on the map. | |||
2007-07-04 | (svn r10424) -Fix : Toy shop seems to be working exactly like power ↵ | belugas | |
stations, water tower and banks, i.e: they require cargo but do nothing with it. So, make it an INDUSTRYLIFE_BLACK_HOLE, exactly like the above mentioned industries. Thanks to glx who spotted, and Csaboka who confirmed it could very well be a CS bug. | |||
2007-07-03 | (svn r10418) -Codechange: implement/resurrect the industry production flags. | rubidium | |
2007-06-25 | (svn r10324) -Codechange: reference engine names by index | peter1138 | |
2007-06-25 | (svn r10323) -Codechange: reference company name, number and player ↵ | peter1138 | |
(president) name by index | |||
2007-06-25 | (svn r10321) -Codechange: refer to sign text by index | peter1138 | |
2007-06-24 | (svn r10314) -Codechange: Refer to vehicle names by index | peter1138 | |
2007-06-21 | (svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, ↵ | rubidium | |
because everything is already 64 bits by default. | |||
2007-06-17 | (svn r10185) -Codechange: make the bounding boxes of the drive through road ↵ | rubidium | |
stops a little larger so NewGRFs authors have more possibilities when replacing them (minime). | |||
2007-06-11 | (svn r10098) -Codechange: bilbo cared about the performance of the AI with ↵ | rubidium | |
respect to the airport placement, so he rewrote the aircraft handling of the AI; now it can actually make lots of money again :) | |||
2007-06-07 | (svn r10054) -Codechange: make the industries cost modifier look more like ↵ | rubidium | |
the original one, so it's much easier to support industries that use this original format. | |||
2007-06-01 | (svn r10017) -Add (FS#790): more languages flags for servers | glx | |
2007-05-31 | (svn r10001) -Codechange: Add support for removing dynamically allocated ↵ | belugas | |
newgrf data | |||
2007-05-31 | (svn r9999) -Feature: make it possible to disallow busses and lorries to go ↵ | rubidium | |
a specific way on straight pieces of road. | |||
2007-05-30 | (svn r9984) -Codechange: Remove an obsolete structure and a now meaningless ↵ | belugas | |
enum, in favor of the "real thing" | |||
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 r9975) -Codechange: Adjust the industry/tile spec arrays, moving the ↵ | belugas | |
enabled member out of GRFFileProps (end of previous commit). | |||
2007-05-29 | (svn r9972) -Fix (r9969): silence a warning. | rubidium | |
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-28 | (svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8. | rubidium | |
2007-05-25 | (svn r9926) -Fix (r9923): the vehicle should continue on the next tile, not ↵ | rubidium | |
'finishing' the turn. | |||
2007-05-25 | (svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0. | rubidium | |
2007-05-24 | (svn r9906) -Codechange: Add common properties for both industry and ↵ | belugas | |
industry tiles specs | |||
2007-05-20 | (svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds ↵ | belugas | |
table into the industry's spec. | |||
2007-05-19 | (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ↵ | rubidium | |
can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. | |||
2007-05-18 | (svn r9871) -Fix (r8826): Some cargo costs were wrong for different ↵ | peter1138 | |
climates. Multiple definitions of the same cargo type are sometimes required. | |||
2007-05-17 | (svn r9866) -Codechange: remove the technical ↵ | rubidium | |
one-input-cargo-creates-one-output-cargo limit in the factories, sawmills, steelmills and the ones I'm forgetting to mention right now. Use of this functionality will come later. | |||
2007-05-10 | (svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement. | peter1138 | |
2007-05-10 | (svn r9823) -Feature: Add support for house property 1F - minimum life span. | maedhros | |
2007-05-08 | (svn r9814) -Fix (r1): Remove the duplicate sign sprite from openttd.grf ↵ | maedhros | |
since it's in the original data files. | |||
2007-05-08 | (svn r9813) -Fix (r9799): wagons must have EC_STEAM, otherwise they don't ↵ | rubidium | |
show up in the purchase list (mart3p). | |||
2007-05-06 | (svn r9799) -Codechange: separate engine class and engine running cost class ↵ | rubidium | |
(mart3p). | |||
2007-05-06 | (svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals. | peter1138 | |
2007-05-06 | (svn r9795) -Codechange: enumify the EngineClass. | rubidium | |
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... |