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
/
house.h
Age
Commit message (
Expand
)
Author
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-01-21
Add: Houses can accept up to 16 different cargo types via NewGRF.
Niels Martin Hansen
2018-07-29
Fix: HouseSpec::watched_cargoes not 64 bit
Niels Martin Hansen
2013-10-12
(svn r25839) -Codechange: Use NUM_HOUSES_PER_GRF instead of NUM_HOUSES to pro...
frosch
2013-10-12
(svn r25838) -Codechange: Rename HOUSE_MAX to NUM_HOUSES.
frosch
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-10-31
(svn r23072) -Feature: [NewGRF] House callback 0x148.
michi_cc
2011-01-18
(svn r21845) -Codechange: move documentation towards the code to make it more...
rubidium
2010-09-13
(svn r20797) -Fix: disable houses without a size that are available according...
yexo
2010-08-26
(svn r20623) -Codechange: unify the storing of animation related information
rubidium
2010-08-07
(svn r20401) -Codechange: let HouseSpec use GRFFileProps
rubidium
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-05-13
(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...
rubidium
2010-01-05
(svn r18736) -Feature [NewGRF]: implement varaction2houses vars 66 ad 67
yexo
2009-12-20
(svn r18567) -Fix [FS#2613]: [NewGRF] House property 15 did not work
rubidium
2009-09-14
(svn r17534) -Codechange: unify the naming of callback masks/flags
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-26
(svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _...
smatz
2009-06-26
(svn r16664) -Codechange: move house-related stuff from town.h and town_type....
smatz