Age | Commit message (Expand) | Author |
2013-01-08 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl... | planetmaker |
2012-12-23 | (svn r24846) -Add: Advanced settings to disable certain sound effects. | frosch |
2012-10-22 | (svn r24623) -Feature: Allow GameScripts to construct and prospect industries... | zuu |
2012-09-08 | (svn r24513) -Add: [Script] ScriptIndustryType::IsProcessingIndustry. | frosch |
2012-05-26 | (svn r24284) -Codechange: Remove NewsSubtypes and directly use NewsTypes and ... | frosch |
2012-05-26 | (svn r24283) -Codechange: Add AddTileNewsItem function to preemptively dedupl... | frosch |
2012-04-28 | (svn r24186) -Feature: [NewGRF] Callback to set industry production level on ... | frosch |
2012-04-28 | (svn r24185) -Codechange: Deduplicate some only partly deduplicated code. | frosch |
2012-04-25 | (svn r24179) -Codechange: move some variables of Town to TownCache | rubidium |
2012-04-09 | (svn r24107) -Fix [FS#5143] (r3181): Glass-sprite of bubble-generator was not... | frosch |
2012-03-17 | (svn r24040) -Fix [FS#5095]: Improve error messages wrt. the placement restri... | frosch |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2012-01-01 | (svn r23704) -Doc: Doxygen comment fixes and additions. | alberth |
2011-12-19 | (svn r23622) -Add: a set of events to trigger in a GameScript | truebrain |
2011-12-15 | (svn r23526) -Codechange: unify cargos vs cargoes | rubidium |
2011-12-09 | (svn r23458) -Fix: don't assume all industries that cut trees have tile 0,0 | yexo |
2011-11-29 | (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) | truebrain |
2011-11-08 | (svn r23168) -Feature [FS#1824]: always draw fences around field tiles | yexo |
2011-11-08 | (svn r23148) -Change: [NewGRF] Check the results of various callbacks for val... | frosch |
2011-11-08 | (svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callback... | frosch |
2011-11-08 | (svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to us... | frosch |
2011-11-04 | (svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re... | rubidium |
2011-11-04 | (svn r23107) -Codechange: let GetSlopePixelZ and TerraformTile tile type func... | rubidium |
2011-11-04 | (svn r23106) -Codechange: pass int* to GetTileSlope and friends | rubidium |
2011-11-04 | (svn r23102) -Codechange: remove the remaining pointless multiplications by T... | rubidium |
2011-11-04 | (svn r23100) -Codechange: remove pointless multiplications by TILE_HEIGHT for... | rubidium |
2011-11-04 | (svn r23096) -Codechange: remove useless divisions and multiplications by TIL... | rubidium |
2011-11-04 | (svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and us... | rubidium |
2011-11-04 | (svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions... | rubidium |
2011-10-21 | (svn r23049) -Fix [FS#4810]: Use the same forest-check for the vegetation-map... | frosch |
2011-07-19 | (svn r22673) -Add #4690: Provide random bits in var 0x10 for callback 0x3B in... | planetmaker |
2011-06-12 | (svn r22567) -Codechange: Store persistent storages inside a pool. | terkhen |
2011-06-12 | (svn r22556) -Codechange: Remove constness from the town pointer at industries. | terkhen |
2011-06-09 | (svn r22548) -Codechange: Name also the magic number for the lumber mill's tr... | planetmaker |
2011-05-28 | (svn r22505) -Add: Separate EffectVehicleTypes for broken aircraft and smoke ... | frosch |
2011-05-21 | (svn r22482) -Codechange: Add some contants for the number of ticks between c... | frosch |
2011-02-19 | (svn r22116) -Codechange: use PoolBase::Clean() at more places | smatz |
2011-02-07 | (svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h | rubidium |
2011-02-07 | (svn r22012) -Add: [NewGRF] Test all industry layouts also when prospecting | planetmaker |
2011-02-07 | (svn r22011) -Codechange: Rename a few variables and enhance code clearity | planetmaker |
2011-02-07 | (svn r22010) -Feature-ette [FS#4131]: [NewGRF] Test all possible industry lay... | planetmaker |
2011-02-06 | (svn r22001) -Codechange: Rename difficulty.number_industries to difficulty.i... | alberth |
2011-02-06 | (svn r22000) -Codechange: Introduce an enum for the industry density setting. | alberth |
2011-02-06 | (svn r21999) -Fix [FS#4474] (r21969): Use 'very low' industry density for gen... | alberth |
2011-02-06 | (svn r21998) -Fix (r21969): Number of industries difficulty setting should no... | alberth |
2011-02-05 | (svn r21969) -Feature: Introduce 'minimal' number of industries as a replacme... | alberth |
2011-01-29 | (svn r21924) -Codechange: Unify some parts of the articulated vehicle code. | terkhen |
2011-01-22 | (svn r21890) -Cleanup: remove some unneeded includes | rubidium |
2011-01-18 | (svn r21845) -Codechange: move documentation towards the code to make it more... | rubidium |
2010-12-12 | (svn r21490) -Codechange: abstract/encapsulate the map area iterating a bit | rubidium |