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
/
oldloader.cpp
Age
Commit message (
Expand
)
Author
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-05-29
Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)
Patric Stout
2021-02-13
Codechange: Don't use cpp_offsetof in the TTO/TTD savegame loader.
Michael Lutz
2020-12-27
Codechange: Use std::string in file scanners.
Michael Lutz
2020-12-27
Codechange: Even more std::string usage in file IO.
Michael Lutz
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-29
Codechange: Remove PauseModeByte
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2018-10-31
Fix: Remove various dead or unnecessary assignments
Charles Pigott
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2013-11-23
(svn r26064) -Fix: possible uninitialised array when loading a broken TT-ish ...
rubidium
2013-11-23
(svn r26058) -Fix: handle the return value of a number of functions better
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2011-08-24
(svn r22827) -Codechange: pass the/a more proper sub directory when opening (...
rubidium
2011-01-22
(svn r21890) -Cleanup: remove some unneeded includes
rubidium
2010-07-30
(svn r20247) -Fix: when it is known the loading an old savegame is going to f...
rubidium
2010-05-13
(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-19
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-01
(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't wa...
smatz
2009-06-01
(svn r16491) -Codechange: Added parentheses around bitwise operators for code...
alberth
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-06
(svn r16242) -Codechange: rework pausing
rubidium
2009-03-06
(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.
rubidium
2009-03-04
(svn r15610) -Change: allow loading of heightmaps and savegames (any form) th...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-25
(svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags
smatz
2009-01-23
(svn r15220) -Fix (r15216): signedness warning
rubidium
2009-01-23
(svn r15216) -Feature: native support for Transport Tycoon (Original) savegam...
smatz
2009-01-22
(svn r15211) -Fix (r15190): loading of TTD savegames was broken
smatz
2009-01-21
(svn r15189) -Cleanup: remove unused includes
smatz
2009-01-20
(svn r15174) -Codechange: split oldloader.cpp
smatz
2009-01-20
(svn r15173) -Codechange: shuffle a few lines of code in oldloader.cpp
smatz
2009-01-20
(svn r15170) -Fix: vehicle value is 64bit now, oldloader was reading it as 32bit
smatz
2009-01-20
(svn r15169) -Revert (r11271): it was broken by r12924, and the issue is fixe...
smatz
2009-01-20
(svn r15168) -Codechange: use only really basic map accessors in oldloader.cp...
smatz
2009-01-19
(svn r15148) -Cleanup: Remove the options "competitor start time" and "compet...
Yexo
2009-01-19
(svn r15147) -Fix (r15146): compile before commit
glx
2009-01-18
(svn r15146) -Fix: show savegame name even when opening it failed
smatz
2009-01-18
(svn r15145) -Fix: crash when one tried to load a TTO savegame
smatz
2009-01-18
(svn r15144) -Codechange: make sure we don't run out of bounds while determin...
smatz
2009-01-18
(svn r15137) -Fix (r11822)(r14340): signs with sign 'Sign' were lost when con...
smatz
2009-01-16
(svn r15116) -Fix (r1): company money weren't correctly converted from TTD(P)...
smatz
2009-01-13
(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR
smatz
2009-01-12
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...
truebrain
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz