index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
newgrf.cpp
Age
Commit message (
Expand
)
Author
2010-03-05
(svn r19325) -Codechange: introduce airport classes and split the default air...
yexo
2010-03-05
(svn r19323) -Codechange: copy the AirportSpec original array to an internal ...
yexo
2010-03-03
(svn r19307) -Add: Let railtypes specify their own smallmap colour. No legend...
peter1138
2010-03-03
(svn r19306) -Change: Railtype cost factor from byte to word value
peter1138
2010-02-28
(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
yexo
2010-02-25
(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of s...
yexo
2010-02-25
(svn r19251) -Codechange: add a contructor to GRFError and use it to allocati...
yexo
2010-02-22
(svn r19218) -Feature: [NewGRF] Add CB36 support for aircraft properties 0F a...
frosch
2010-02-22
(svn r19199) -Codechange: add a 'name'-property to airport tiles
yexo
2010-02-22
(svn r19194) -Feature: action 0/1/2/3 support for newgrf airporttiles
yexo
2010-02-22
(svn r19193) -Codechange: increase the maximum number of airport tiles to 256...
yexo
2010-02-09
(svn r19065) -Fix [FS#3605]: Station offset multiplier was wrong.
peter1138
2010-02-08
(svn r19063) -Codechange: type in constant name (andythenorth)
yexo
2010-02-08
(svn r19062) -Codechange: Move smallmap related functions to their own header.
terkhen
2010-02-07
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail...
peter1138
2010-02-07
(svn r19053) -Codechange: Add an enum for the special flags of industry tiles...
frosch
2010-02-03
(svn r18990) -Codechange: [NewGRF] Add rail type map bounds checking to RailT...
peter1138
2010-02-03
(svn r18989) -Codechange: [NewGRF] Initialise rail type map with default rail...
peter1138
2010-01-31
(svn r18972) -Add: [NewGRF] Per-rail type speed limits.
peter1138
2010-01-30
(svn r18969) -Add: [NewGRF] NewGRF-settable rail type properties.
peter1138
2010-01-27
(svn r18923) -Fix [FS#3565]: Check source stationspec exists before copying l...
peter1138
2010-01-23
(svn r18893) -Codechange: Replace grf_load_* with methods of ByteReader.
peter1138
2010-01-22
(svn r18886) -Fix (r18884): Spurious casting
peter1138
2010-01-22
(svn r18885) -Fix (r18884): Industry tile layouts weren't completely freed on...
peter1138
2010-01-22
(svn r18884) -Fix: [NewGRF] Perform bounds checking for all NewGRF data reads...
peter1138
2010-01-21
(svn r18872) -Codechange: introduce PaletteID and use it
rubidium
2010-01-17
(svn r18842) -Codechange: Rename SPRITE_MODIFIER_USE_OFFSET to SPRITE_MODIFIE...
frosch
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-08
(svn r18761) -Fix [FS#3497]: Spritelayouts do not need an Action 1 if only us...
frosch
2010-01-08
(svn r18760) -Fix (rlots)[FS#3500]: Action 9 did not properly detect whether ...
frosch
2010-01-08
(svn r18759) -Fix [NewGRF]: don't segfault when a newgrf contains an action2 ...
yexo
2010-01-06
(svn r18742) -Fix [NewGRF]: house prop 1D was thrashed when a newgrf contains...
yexo
2010-01-03
(svn r18699) -Fix [FS#PlanetAndy]: GRF parameters were not properly initialis...
frosch
2009-12-30
(svn r18671) -Fix [FS#3452]: [NewGRF] If an action B did not have a 'data' st...
rubidium
2009-12-17
(svn r18527) -Fix: an industry newgrf that defined a too small size for actio...
yexo
2009-12-16
(svn r18514) -Codechange: make it a bit clearer that for tile layouts num_spr...
rubidium
2009-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-11-24
(svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum.
frosch
2009-11-24
(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ...
frosch
2009-11-24
(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicl...
frosch
2009-11-23
(svn r18253) -Codechange: Convert the linked list of loaded GRFFiles into a S...
frosch
2009-11-10
(svn r18036) -Fix (r17999): Always two they are.
frosch
2009-11-09
(svn r18027) -Codechange: make some unneededly global variables static and re...
rubidium
2009-11-08
(svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) t...
frosch
2009-11-08
(svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'runn...
frosch
2009-11-08
(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum...
frosch
2009-11-07
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
frosch
2009-11-07
(svn r18004) -Codechange: Deduplicate some magic.
frosch
2009-11-07
(svn r17999) -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks...
frosch
2009-11-05
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...
frosch
[next]