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
/
animated_tile.cpp
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Include() with include()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::ErasePreservingOrder(it, count) with std::v...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() non-const with std::find()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-04-15
Codechange: Use a SmallVec for the animated tile list instead of replicating ...
Michael Lutz
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2011-02-07
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz
2008-05-27
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
rubidium
2008-04-20
(svn r12800) -Codechange: move the animated tile related functions out of tex...
rubidium