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
/
town.h
Age
Commit message (
Expand
)
Author
2012-04-25
(svn r24179) -Codechange: move some variables of Town to TownCache
rubidium
2012-01-03
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
rubidium
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2011-12-19
(svn r23626) -Add: ScriptTown::SetText, which adds custom text to the Town GUI
truebrain
2011-12-19
(svn r23620) -Add: ScriptTown::SetCargoGoal and ScriptTown::SetGrowthRate (Ga...
truebrain
2011-12-19
(svn r23595) -Codechange: add comma after last enum to get a more uniform cod...
rubidium
2011-12-15
(svn r23526) -Codechange: unify cargos vs cargoes
rubidium
2011-12-03
(svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns.
terkhen
2011-12-03
(svn r23405) -Codechange: Keep a matrix of cargos accepted by houses for each...
terkhen
2011-11-23
(svn r23300) -Add: show on the GUI when a town grows and make a general frame...
truebrain
2011-11-23
(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incom...
truebrain
2011-11-23
(svn r23296) -Codechange: I found a fund building, but do I fund found buildi...
truebrain
2011-11-15
(svn r23233) -Codechange: Refactor maximum and actually transported cargo amo...
michi_cc
2011-09-11
(svn r22920) -Cleanup: replace two very old town variables taht were rarely u...
yexo
2011-09-04
(svn r22888) -Doc: Doxygenize Town struct. (adf88)
frosch
2011-06-12
(svn r22568) -Change: Add a list of persistent storages to the Town class.
terkhen
2011-05-21
(svn r22482) -Codechange: Add some contants for the number of ticks between c...
frosch
2010-09-16
(svn r20816) -Codechange [FS#3835]: make waypoint default names work like dep...
rubidium
2010-08-10
(svn r20443) -Codechange: more TileHash to a more generic location
rubidium
2010-08-02
(svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed addi...
alberth
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-08-01
(svn r20279) -Doc: Doxygen additions/improvements.
alberth
2010-07-14
(svn r20150) -Cleanup: Remove an unused function header.
terkhen
2010-05-13
(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...
rubidium
2010-05-12
(svn r19798) -Codechange: generalise the waypoint naming method
rubidium
2010-03-23
(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...
smatz
2010-03-13
(svn r19400) -Codechange: CheckforTownRating returns a CommandCost.
alberth
2010-03-13
(svn r19399) -Doc: Doxyment enum TownRatingCheckType.
alberth
2010-02-27
(svn r19279) -Codechange: CheckIfAuthorityAllowsNewStation() returns CommandC...
alberth
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
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
[next]