Age | Commit message (Expand) | Author |
2008-05-25 | (svn r13255) -Codechange: move _opt to _settings. | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-24 | (svn r13226) -Feature: Allow to have more than only two airports per town. T... | belugas |
2008-05-13 | (svn r13074) -Fix: For multiheaded engines, halve power and running cost when... | peter1138 |
2008-05-08 | (svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings | glx |
2008-05-06 | (svn r12973) -Codechange: Rename GRMSpriteEntry to GRFLocation, as it is not ... | peter1138 |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-05-05 | (svn r12958) -Codechange: Allocate sprites reserved by GRM in advance of 'Act... | peter1138 |
2008-05-05 | (svn r12950) -Fix: two includes is one too much | belugas |
2008-05-04 | (svn r12944) -Codechange: use rev.h instead of externs at many places | smatz |
2008-04-30 | (svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides. | peter1138 |
2008-04-29 | (svn r12924) -Feature: Introducing the so called 'engine pool' which primaril... | peter1138 |
2008-04-22 | (svn r12839) -Codechange: Allocate temporary engine data when loading GRFs as... | peter1138 |
2008-04-19 | (svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks... | peter1138 |
2008-04-18 | (svn r12761) -Codechange: lots of minor whitespace coding style fixes around ... | rubidium |
2008-04-17 | (svn r12751) -Codechange: do what has been done in r11862 in a different way ... | rubidium |
2008-04-10 | (svn r12648) -Feature: allow four different non-stop types in a single game i... | rubidium |
2008-03-31 | (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especial... | rubidium |
2008-03-31 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede... | rubidium |
2008-03-31 | (svn r12489) -Codechange: split station.h into station_base.h and station_fun... | rubidium |
2008-03-28 | (svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this ... | glx |
2008-03-27 | (svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only. | glx |
2008-03-27 | (svn r12450) -Codechange: Use a pointer instead of several array dereferences. | peter1138 |
2008-03-27 | (svn r12449) -Feature[newGRF]: Add support for var A2/22 for action 7/9/D: Di... | belugas |
2008-03-15 | (svn r12368) -Codechange: use explicit body for loops and conditions and remo... | smatz |
2008-03-05 | (svn r12341) -Fix (r11224) [FS#1827]: GRM buffer for cargos was incorrect size. | peter1138 |
2008-03-04 | (svn r12333) -Fix: Switch grfstatus from 'activated' back to 'will-be-active'... | frosch |
2008-02-29 | (svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other stri... | peter1138 |
2008-02-29 | (svn r12316) -Codechange: Support loading full range of 0xD0xx NewGRF strings... | peter1138 |
2008-02-27 | (svn r12295) -Codechange: Make plane speed option available to NewGRFs | peter1138 |
2008-02-21 | (svn r12209) -Fix: [NewGRF] Support using any base price for rail and road ve... | peter1138 |
2008-02-20 | (svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to runnin... | peter1138 |
2008-02-16 | (svn r12158) -Codechange: merge all the sprite recolouring mapping under a si... | belugas |
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-02-12 | (svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2... | frosch |
2008-02-12 | (svn r12122) -Codechange: Add framework for generic feature callbacks, along ... | peter1138 |
2008-02-12 | (svn r12119) -Codechange: Rename grfspec_feature to match code style, and exp... | peter1138 |
2008-02-12 | (svn r12118) -Codechange: Put the two descriptions of bridges in an array ins... | belugas |
2008-02-11 | (svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy wit... | belugas |
2008-02-06 | (svn r12069) -Feature[newGRF]: Specify the purchase, rail and road descriptio... | belugas |
2008-02-05 | (svn r12064) -Codechange : Give grf bridges their own ResetBridges function, ... | belugas |
2008-02-04 | (svn r12059) -Fix (r12041): industries prop 24 is a word | glx |
2008-02-03 | (svn r12052) -Fix [FS#1737] (r11494): The cargo translation table was loaded ... | maedhros |
2008-02-02 | (svn r12041) -Codechange: Add the loader and the property for action 00 indus... | belugas |
2008-01-30 | (svn r12019) -Codechange: Add support for passenger engine designation for AI... | peter1138 |
2008-01-28 | (svn r12001) -Fix: When skipping Action 11 or 12, also skip belonging sprites. | frosch |
2008-01-24 | (svn r11973) -Fix (r11726, r11947)[FS#1683]: Use grass tiles for corner shore... | frosch |
2008-01-23 | (svn r11963) -Fix(r11961): Forgot to specify the meaning of the magical 6 sub... | belugas |
2008-01-23 | (svn r11961) -Feature[newGRF]: Add support for Action 0D, var 13: information... | belugas |