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
/
waypoint_sl.cpp
Age
Commit message (
Expand
)
Author
2021-06-06
Codechange: Remove FOR_ALL_CHUNK_HANDLERS
glx22
2021-05-31
Codechange: C++-ify lists for SaveLoad (#9323)
Patric Stout
2020-12-15
Codechange: Make use of the improved C++17 emplace_back function.
Michael Lutz
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2020-01-12
Fix #7925: Reset temporary saveload data at the start of loading a savegame i...
frosch
2020-01-05
Fix #7587: Crash when loading saves with waypoints with invalid locations
Charles Pigott
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace order related FOR_ALL with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
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-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
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2012-04-22
(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) ...
frosch
2011-02-11
(svn r22057) -Fix: waypoint conversion could (previously) silently overfill t...
rubidium
2010-11-21
(svn r21284) -Codechange: Rename CheckSavegameVersion() to IsSavegameVersionB...
alberth
2010-11-01
(svn r21074) -Fix [FS#4194]: Crash when loading a corrupted 0.7.x (or before)...
rubidium
2010-08-07
(svn r20406) -Codechange: make StationClass use the new generic class
rubidium
2010-08-07
(svn r20400) -Codechange: let StationSpec use GRFFilePropsBase
rubidium
2010-06-13
(svn r19973) -Codechange: Add another procedure to chunk handlers for checkin...
frosch
2010-04-29
(svn r19738) -Fix: MSVC 64 bits compile warnings
rubidium
2010-04-11
(svn r19612) -Fix [FS#3756] (r3212): crash when opening a savegame with a way...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-09
(svn r17138) -Fix: some MSVC 64 bits compiler warnings
rubidium
2009-07-31
(svn r17004) -Fix (r16909): StationRect of loading buoys/waypoints wasn't cor...
rubidium
2009-07-24
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's...
rubidium
2009-07-22
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...
rubidium
2009-07-22
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...
rubidium
2009-07-21
(svn r16900) -Codechange: prepare the waypoint window for buoys
rubidium
2009-07-21
(svn r16897) -Codechange: use the 'generic' station spec to station allocatio...
rubidium
2009-07-17
(svn r16862) -Codechange: make waypoints use the same system of station stati...
rubidium
2009-07-16
(svn r16855) -Codechange: remove unused 'conversion' stuff from the waypoint ...
rubidium
2009-07-16
(svn r16854) -Fix (r2046): savegames from before this version would get the t...
rubidium
2009-07-16
(svn r16851) -Codechange: use StationSpecList in waypoint too
rubidium
2009-07-16
(svn r16850) -Codechange: unify some naming of variables between waypoints an...
rubidium
2009-05-17
(svn r16338) -Codechange: split loading of references to two phases
smatz
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz