Alphabetical Index | Tags by Size | Find tag:

SaveInfo

Authorship: 100% danij

View commits by groups

February 2014
2014-02-28 Cleanup | libcommon : Cleanup
2014-02-28 libcommon | Refactor : Extracted SessionMetadata from SaveInfo
2014-02-27 libcommon | SaveSlots : Init save system in G_CommonPreInit, SaveSlots updates the game menu
2014-02-27 libcommon : Track status changes of saved game sessions in SaveInfo
2014-02-26 Console : Improved output of 'inspectgamesave'
2014-02-23 Cleanup | libcommon | SaveSlots : Cleanup
2014-02-22 libcommon | Refactor : Moved SV_HxHaveMapStateForSlot logic to SaveInfo::haveMapSession
2014-02-21 libcommon : Delineate all possible saved game session statuses in SaveInfo
2014-02-21 libcommon : Include the savegame source file path in 'inspectgamesave' output
2014-02-21 Cleanup | libcommon : Cleanup
2014-02-21 libcommon | SaveSlots : Associate the saved game state file name with SaveInfo
2014-02-21 libcommon | Refactor | SaveSlots : Continued moving logic from SaveSlots to SaveInfo
2014-02-18 libcommon | Refactor | SaveSlots : Represent savegame metadata strings with de::String
2014-02-18 libcommon | Refactor | SaveSlots : Use C++ SaveInfo and SaveSlots APIs throughout, dumped C APIs
2014-02-16 libcommon | Refactor | SaveSlots : Improved SoC wrt savegame recognition
2014-02-16 libcommon : Saved games now record the game identity key (was gamemode)
2014-02-13 Cleanup | libcommon : Cleanup
2014-02-11 Cleanup | libcommon : Cleanup
2014-02-09 libcommon : Saved games now record the current map as a URI
2014-02-08 libcommon : Removed unused map() and episode() methods of SaveInfo
2014-02-05 Added | libcommon : Added method of returning the current map URI from SaveInfo
2014-02-04 libcommon : Use 0-based logical episode and map numbers natively
2014-02-04 Cleanup | libcommon : Cleanup
2014-02-03 libcommon | Refactor : Removed the old saveheader_t abstraction
2014-02-03 libcommon : Encapsulate saveheader_t within SaveInfo
2014-02-03 libcommon | Refactor : Group values comprising the saved ruleset for the game session
2014-02-03 libcommon : Began transforming SaveInfo into a C++ class
April 2013
2013-04-24 Cleanup | libcommon : Cleanup
June 2012
2012-06-26 Fixed | Refactor : Removed the old fixed length name buffer in saveheader_t