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
/
saveload.cpp
Age
Commit message (
Expand
)
Author
2020-12-27
Codechange: Even more std::string usage in file IO.
Michael Lutz
2020-12-27
Codechange: Convert some more FIO functions to take std::string.
Michael Lutz
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-27
Cleanup: Remove unused ChunkType flag CH_AUTO_LENGTH
cirdan
2020-12-22
Fix: next 67 savegame versions are used in PatchPacks; skip them (#8411)
Patric Stout
2020-12-15
Add: support for emscripten (play-OpenTTD-in-the-browser)
Patric Stout
2020-12-06
Codechange: don't do work GetVariableAddress() is already doing
Patric Stout
2020-06-28
Codechange: Move SlSkipBytes to saveload.h
Jonathan G Rennison
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2020-05-21
Codechange: Store GS lang texts in std::strings.
Michael Lutz
2020-05-10
Fix: Stop any gamelog action when recovering from SlError()
glx
2020-01-12
Fix #7925: Reset temporary saveload data at the start of loading a savegame i...
frosch
2019-12-21
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-29
Cleanup: Delete GetSavegameType function since it's been commented out since ...
Charles Pigott
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-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-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2019-03-11
Codechange: liblzma is called liblzma, how ever strange that might be
Patric Stout
2019-02-13
Change: Use SlErrorCorrupt() on pool index error when loading a savegame, ins...
PeterN
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: Industries can produce and accept up to 16 different cargoes
Niels Martin Hansen
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
2018-07-26
Change: Extend rail types to 64 (6 bit storage)
Peter Nelson
2018-07-26
Change: Move rail type bits from m3 to m8.
Peter Nelson
2018-06-26
Change: Increase cargo type limit to 64.
PeterN
2018-05-02
Change: Switch town growth rate and counter to actual game ticks (#6763)
Pavel Stupnikov
2018-03-14
(svn r27990) -Update: Docs
frosch
2018-03-11
(svn r27978) -Fix [FS#6673] (r18541): Store the map variety setting in the sa...
frosch
2017-03-13
(svn r27793) -Fix [FS#6450]: Use of uninitialised variable cause lzo to fail....
peter1138
2017-03-11
(svn r27778) -Change [FS#6442-ish]: Convenience savegame bump to distinguish ...
frosch
2016-12-25
(svn r27709) -Fix-ish: Silence some warnings. (adf88)
frosch
2016-10-30
(svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread...
frosch
2016-09-04
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...
alberth
2016-09-04
(svn r27652) -Fix(r27650): Use the file operation being performed to set the ...
alberth
[next]