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-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
2019-01-13
Fix: Grammar in a bunch of comments (#7054)
nikolas
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-10-31
Fix: [NewGRF] Make VA2 operator 11 (ror) behave well-defined when rotating by...
frosch
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-06-27
Codechange: Silence -Wclass-memaccess warnings with GCC8
Charles Pigott
2018-04-30
Fix 0165fe1: Native OSX doesn't have a __BYTE_ORDER macro but defines a diffe...
Michael Lutz
2018-04-30
Fix: Some spelling errors in printed messages
Matthijs Kooijman
2018-04-29
Codechange: remove endian_check in favour of __BYTE_ORDER macro (Rubidium) (#...
Patric Stout
2018-04-21
Fix: Remove need to instantiate SmallStack's pool object by making it a singl...
Charles Pigott
2018-04-15
Codechange: Add functions to insert and extract an element at a specific posi...
Michael Lutz
2016-09-04
(svn r27641) -Codechange: Fold the _fios_items file list vector into its own ...
alberth
2015-08-10
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...
michi_cc
2014-10-28
(svn r27049) -Fix (r26482): Fix compilation with --enable-desync-debug.
peter1138
2014-07-12
(svn r26685) -Fix: Tighten parameter bound checks on GSCargoMonitor functions...
alberth
2014-06-17
(svn r26651) -Fix: make sure an abs is used that supports int64 when using ab...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-02-16
(svn r26343) -Fix: Rewrite SmallStack so that it doesn't use a pool and is re...
fonsinchen
2014-02-11
(svn r26333) -Fix: Compilation without static_assert.
frosch
2014-02-10
(svn r26331) -Fix: some inconsistencies regarding link graph (job) IDs.
fonsinchen
2013-11-23
(svn r26057) -Fix: a number of possibly uninitialised variables
rubidium
2013-10-20
(svn r25893) -Fix: Document RandomRange and change misleading parameter name ...
fonsinchen
2013-10-20
(svn r25889) -Codechange: Add forgotten file.
fonsinchen
2013-10-20
(svn r25887) -Fix: Ignore NULL pointers in delete operator of PoolItem.
fonsinchen
2013-08-09
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e...
rubidium
2013-08-05
(svn r25685) -Codechange: [OSX] Use non-deprecated functions for byte swapping.
michi_cc
2013-06-15
(svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they...
frosch
2013-06-09
(svn r25348) -Add: multimap implementation with guaranteed order between equa...
fonsinchen
2013-06-09
(svn r25347) -Add: function for deterministic approximate division
fonsinchen
2013-05-19
(svn r25256) -Add: small matrix type (like vector, but for matrices) (fonsinc...
rubidium
[prev]
[next]