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
/
newgrf_canal.cpp
Age
Commit message (
Expand
)
Author
2020-01-26
Feature: NewGRF callback profiling (#7868)
Niels Martin Hansen
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2018-03-11
(svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlinea...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-03-03
(svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject cons...
frosch
2013-11-24
(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointe...
frosch
2013-05-06
(svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map)
planetmaker
2012-11-10
(svn r24693) -Doc: Add some doxymentation into the newgrf code.
alberth
2012-11-10
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
alberth
2012-11-10
(svn r24680) -Codechange: Add resolver classes for canals.
alberth
2012-11-10
(svn r24678) -Codechange: Introduce scope resolver base class and prepare for...
alberth
2011-11-08
(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variab...
frosch
2011-11-04
(svn r23108) -Codechange: more uint -> int / byte -> int conversions for Z re...
rubidium
2011-11-04
(svn r23102) -Codechange: remove the remaining pointless multiplications by T...
rubidium
2011-11-04
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions...
rubidium
2011-07-10
(svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks and...
frosch
2011-07-10
(svn r22645) -Fix [FS#4678]: GetSection() does not return a LockPart.
frosch
2011-07-04
(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is...
frosch
2011-01-22
(svn r21886) -Codechange: move documentation towards the code to make it more...
rubidium
2011-01-09
(svn r21746) -Fix: [NewGRF] Canal variable 83 accessed water random bits also...
frosch
2011-01-09
(svn r21745) -Fix: [NewGRF] Canal variable 80 shall return consistent heights...
frosch
2010-11-15
(svn r21198) -Fix: don't call variables properties in debug messages
rubidium
2010-08-29
(svn r20689) -Codechange: Make some global functions used in 1 .cpp file stat...
alberth
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-03
(svn r20353) -Add: [NewGRF] Support for callback 0x147 ("add sprite offset") ...
michi_cc
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-05-23
(svn r16402) -Codechange: make Resolve a function of SpriteGroup
rubidium
2009-05-23
(svn r16396) -Codechange: split NewGRF spritegroup into multiple subclasses i...
rubidium
2009-03-09
(svn r15651) -Codechange: Codestyle and comments.
peter1138
2009-02-18
(svn r15513) -Cleanup: Unavailable varaction variable value does not matter, ...
peter1138
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2008-07-30
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
frosch
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-03-27
(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.
glx
2008-02-02
(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ...
peter1138
2008-01-21
(svn r11938) -Codechange: support loading of canal/river properties (though s...
peter1138
2008-01-20
(svn r11934) -Codechange: add persistent random data for river and canal tiles.
peter1138
2007-12-19
(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h
rubidium
2007-09-04
(svn r11042) -Fix [FS#1196]: so newgrf callbacks returned slightly wrong heig...
rubidium
2007-07-25
(svn r10690) -Codechange: use the enum that describes all callback IDs in fav...
rubidium
2007-07-09
(svn r10484) -Codechange: reduce code duplication.
rubidium
2007-05-06
(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.
peter1138