Age | Commit message (Expand) | Author |
2009-11-09 | (svn r18027) -Codechange: make some unneededly global variables static and re... | rubidium |
2009-09-22 | (svn r17612) -Feature: possibility to choose (randomise or enter custom) town... | smatz |
2009-09-21 | (svn r17608) -Codechange: use CmdFoundTown when founding 'Random town' too | smatz |
2009-09-20 | (svn r17582) -Codechange: Move TownActions and _town_action_costs[] to a head... | alberth |
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-13 | (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and Updat... | rubidium |
2009-07-05 | (svn r16746) -Codechange: use Town::PostDestructor() instead of not very clea... | smatz |
2009-06-26 | (svn r16667) -Codechange: replace GetRandomTown() and GetRandomIndustry() by ... | smatz |
2009-06-26 | (svn r16665) -Codechange: replace GetTownByTile() by Town::GetByTile() | smatz |
2009-06-26 | (svn r16664) -Codechange: move house-related stuff from town.h and town_type.... | smatz |
2009-06-23 | (svn r16632) -Codechange: rename Town::flags12 to Town::flags | 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 r16329) -Fix: possible desync when removing lots of towns in-game (not t... | 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-05-11 | (svn r16277) -Codechange: enumerize values and remove unneeded values used fo... | smatz |
2009-05-10 | (svn r16274) -Fix: Disable multitile houses for which the newgrf does not def... | frosch |
2009-03-17 | (svn r15755) -Fix: Number of houses in house variables 0x44, 0x60 and 0x61 we... | frosch |
2009-03-13 | (svn r15697) -Fix (r15695): warning about comparing signed vs unsigned. | rubidium |
2009-03-12 | (svn r15695) -Feature [FS#2672]: Allow the number of towns that will be gener... | belugas |
2009-03-12 | (svn r15679) -Cleanup: Little code-style application | belugas |
2009-03-08 | (svn r15642) -Codechange: use a default parameter value in CalcClosestTownFro... | smatz |
2009-02-25 | (svn r15584) -Codechange: Move several variables from variables.h to more app... | yexo |
2009-02-16 | (svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN | smatz |
2009-02-11 | (svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING. | frosch |
2009-02-09 | (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. | rubidium |
2009-02-05 | (svn r15352) -Codechange: make the arguments passed around while founding a t... | smatz |
2009-02-04 | (svn r15342) -Feature: allow changing town layout in the 'Found new town' window | smatz |
2009-02-04 | (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly ro... | smatz |
2009-01-19 | (svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, th... | peter1138 |
2009-01-11 | (svn r14992) -Codechange: Rename 'CheckIfAuthorityAllows' to 'CheckIfAuthorit... | frosch |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
2009-01-03 | (svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot... | smatz |
2008-12-23 | (svn r14732) -Codechange: replace some magic number with less magic constants... | rubidium |
2008-10-20 | (svn r14505) -Fix (r14504): Missing include. | michi_cc |
2008-10-20 | (svn r14504) -Cleanup: Use the right variable type for tile offsets. | michi_cc |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-07-25 | (svn r13821) -Codechange: replace some uint8/bytes with more specificly named... | rubidium |
2008-06-25 | (svn r13634) -Codechange: Let house var 0x65 ignore the house, the variable i... | frosch |
2008-06-05 | (svn r13383) -Codechange: Put the cost of house removal in a class member | belugas |
2008-06-03 | (svn r13368) -Codechange: give house's min/max_date a better name, as it is r... | belugas |