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
/
saveload
Age
Commit message (
Expand
)
Author
2019-04-15
Codechange: Replace SmallStackSafeStackAlloc with std::array.
Michael Lutz
2019-04-13
Cleanup: Fix alignment after NULL -> nullptr change.
peter1138
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: Use std::vector instead of AutoDeleteSmallVector in GS text handl...
Michael Lutz
2019-04-06
Codechange: Use atomic variables for thread synchronization where useful.
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-03-28
Fix: MSVC warnings (#7423)
glx22
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: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-24
Change: Bump savegame version for tree tile water class conversion.
Peter Nelson
2019-03-24
Fix #7400: Water class for tree tiles was not converted for old saves prevent...
Peter Nelson
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2019-03-16
Remove: OPF
Charles Pigott
2019-03-11
Codechange: liblzma is called liblzma, how ever strange that might be
Patric Stout
2019-03-09
Codechange: Make a merged k-d tree index of all viewport signs
Niels Martin Hansen
2019-03-09
Codechange: Make a k-d tree index of stations
Niels Martin Hansen
2019-03-09
Codechange: Make a k-d tree index of towns
Niels Martin Hansen
2019-03-09
Feature: Non-rectangular sparse station catchment area.
Peter Nelson
2019-03-08
Add: Road vehicle path cache. (#7261)
PeterN
2019-03-08
Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept c...
PeterN
2019-03-08
Change: Add configurable curve penalty for ships.
Peter Nelson
2019-03-04
Add: Option for population-linear town cargo generation
Niels Martin Hansen
2019-03-03
Change: Heading for 1.10 now (#7319)
frosch
2019-02-13
Change: Use SlErrorCorrupt() on pool index error when loading a savegame, ins...
PeterN
2019-02-08
Codechange: Make the style of MakeVoid calls uniform (#7192)
Gabda
2019-02-04
Fix #6803: CargoMonitorID bit packing updated to handle 64 cargo types.
Peter Nelson
2019-02-04
Change: Make ships stop in locks to move up/down instead of following the slope.
Peter Nelson
2019-02-04
Fix #7119: When rotating a ship, apply an additional offset to avoid movement...
Peter Nelson
2019-02-03
Codechange: Separate gamelog revision length from network revision length
Niels Martin Hansen
2019-02-02
Codechange: Change from numeric to descriptive SLV enum labels for last entries.
Peter Nelson
2019-02-02
Codechange: Additional type safety for saveload version variables.
Peter Nelson
2019-02-02
Codechange: Convert saveload numbers to enum values.
Peter Nelson
2019-02-02
Codechange: Make saveload version upper bound exclusive, i.e. version object ...
Peter Nelson
2019-01-31
Feature: Group liveries, and livery window usability enhancements. (#7108)
PeterN
2019-01-30
Codechange: Remove value mangling and field misuse in SLE_WRITEBYTE.
Peter Nelson
2019-01-24
Change: Make ships stop and change direction slowly instead of instantly turn...
Peter Nelson
2019-01-19
Change: Add path cache for ships.
Peter Nelson
2019-01-19
Change: Add ability to save/load std::deque<> containers.
Peter Nelson
2018-11-03
Add: NewGRF support for 16-in-16-out industries
Niels Martin Hansen
2018-11-03
Add: Industries can produce and accept up to 16 different cargoes
Niels Martin Hansen
2018-10-31
Fix: Remove various dead or unnecessary assignments
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-09-02
Feature: [NewGRF] Increase size of persistent storage to 256.
Michael Lutz
[next]