Age | Commit message (Expand) | Author |
2010-03-21 | (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/p... | frosch |
2010-03-20 | (svn r19481) -Codechange: Turn _industry_counts into a static member of Indus... | frosch |
2010-02-08 | (svn r19062) -Codechange: Move smallmap related functions to their own header. | terkhen |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-04 | (svn r18717) -Codechange: use TileArea in industry instead of three separate ... | rubidium |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-09-08 | (svn r17472) -Fix [FS#3182]: industry list was rebuilt too early during indus... | rubidium |
2009-08-30 | (svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByT... | smatz |
2009-08-30 | (svn r17315) -Codechange: move code related to industry types to separate file | smatz |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-08 | (svn r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsi... | smatz |
2009-07-22 | (svn r16914) -Codechange: split Station and BaseStation into different files | rubidium |
2009-07-02 | (svn r16725) -Documentation: raw_industry_cost_multiplier | frosch |
2009-06-26 | (svn r16667) -Codechange: replace GetRandomTown() and GetRandomIndustry() by ... | smatz |
2009-05-22 | (svn r16380) -Codechange: rename pool.hpp to pool_type.hpp | smatz |
2009-05-22 | (svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct... | smatz |
2009-05-22 | (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time... | smatz |
2009-05-22 | (svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable... | smatz |
2009-05-17 | (svn r16333) -Cleanup: remove a bunch of unused wrapper functions. | rubidium |
2009-05-17 | (svn r16332) -Codechange: replace some -1 + 1 with 'nothing' or <= .. - 1 wit... | rubidium |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-03-15 | (svn r15726) -Codechange: unify coding style for const pointers | smatz |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-01-03 | (svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot... | smatz |
2008-12-26 | (svn r14746) -Fix: don't let any disaster vehicle (Helicopter or Airplane) ta... | smatz |
2008-09-15 | (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by i... | belugas |
2008-08-20 | (svn r14105) -Fix: Some typos that are more grammatical errors, as it seems. | belugas |
2008-05-18 | (svn r13174) -Codechange: make a class of the IndustryDirectoryWindow. | glx |
2008-05-07 | (svn r12986) -Codechange: move the landscape and transport related types from... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-04-17 | (svn r12751) -Codechange: do what has been done in r11862 in a different way ... | rubidium |
2008-02-02 | (svn r12041) -Codechange: Add the loader and the property for action 00 indus... | belugas |
2008-01-15 | (svn r11862) -Fix [FS#1559]: when two NewGRFs 'fight' to define the same carg... | rubidium |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-07 | (svn r11776) -Codechange: more header splittings to reduce the dependencies. | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-26 | (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ... | rubidium |
2007-12-25 | (svn r11700) -Codechange: reduce the amount of unnecessary includes. | rubidium |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium |
2007-11-27 | (svn r11534) -Feature(newgrf): Implement property 23h for Industries. | belugas |
2007-11-11 | (svn r11410) -Codechange: implement random triggers for industries. | rubidium |
2007-10-19 | (svn r11302) -Fix (r9520): typo | glx |
2007-09-28 | (svn r11185) -Codechange: prepare some more code for the introduction of NewI... | rubidium |
2007-09-27 | (svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C | glx |
2007-09-26 | (svn r11170) -Fix (r11152): a variable's type was too small for the data that... | rubidium |
2007-09-22 | (svn r11143) -Fix: the random bits were not set for the production callback w... | rubidium |
2007-09-22 | (svn r11139) -Codechange: add support for persistent storage for NewGRFs. | rubidium |
2007-09-22 | (svn r11137) -Feature: [NewGRF] Add support for bit 17 of property 1A for Ind... | belugas |