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
/
core
Age
Commit message (
Expand
)
Author
2019-04-21
Codechange: Use std::underlying_type for DECLARE_POSTFIX_INCREMENT.
peter1138
2019-04-21
Fix: Replace int with std::underlying_type in DECLARE_ENUM_AS_BIT_SET.
peter1138
2019-04-18
Cleanup: remove core/sort_func.hpp as it's not used anymore
glx
2019-04-18
Codechange: use std::vector for _resolutions
glx
2019-04-15
Codechange: No need for AutoFreePtr if there's std::unique_ptr.
Michael Lutz
2019-04-15
Codechange: Replace SmallStackSafeStackAlloc with std::array.
Michael Lutz
2019-04-13
Fix 801cbea9c: operator< is not always the best idea
glx
2019-04-13
Codechange: use std::sort() for all std::vector types
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Remove: AutoFreeSmallVector.
Michael Lutz
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-04-09
Codechange: Switch DropDownList to directly use std::vector, thus making Auto...
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-03-28
Fix #7165: Const overload SmallMap::Contains(key) compared wrong types.
Michael Lutz
2019-03-28
Fix #7165: SmallMap::Erase(key) does not work correctly
stormcone
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-27
Fix #7421: Don't (directly) dereference std::vector::end() in SmallMap
Charles Pigott
2019-03-26
Codechange: Use range-based for-loop in Auto[Free|Delete]SmallVector
Henry Wilson
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Declare SmallVector as an alias for std::vector
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::Find() with std::find()
Henry Wilson
2019-03-26
Codechange: Removed SmallVector::Insert()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Erase() with std::vector::erase()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get() const with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n
Henry Wilson
2019-03-26
Codechange: Removed SmallVector::Assign()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Contains() with std::find() pattern
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::ErasePreservingOrder(pos, count) with std::...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::ErasePreservingOrder(it, count) with std::v...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() const with suitable alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() non-const with std::find()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Resize() with std::vector::resize()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Removed SmallVector::operator[]
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-26
Codechange: [core] Implement SmallVector using std::vector
Henry Wilson
2019-03-19
Remove: DOS support
Patric Stout
2019-03-09
Codechange: Add a k-d tree generic data structure
Niels Martin Hansen
2019-03-05
Fix: warnings when compiling with DJGPP
Patric Stout
2019-03-05
Fix: warnings when compiling for a recent version of Haiku
Patric Stout
2019-03-05
Codechange: removed some left-behind __NDS__ references
Patric Stout
2019-03-05
Remove: MorphOS / AmigaOS support
Patric Stout
2019-02-13
Change: Use SlErrorCorrupt() on pool index error when loading a savegame, ins...
PeterN
2019-01-20
Fix: Round up deltas for smooth scrolling, so target will be reached
btzy
[next]