Alphabetical Index | Tags by Size | Find tag:

SavedSession (Grouped)

Authorship: 93% danij, 7% skyjake

View commits by date

Jump down to:
  libdeng2 (37)
  Cleanup (8)
  Documentation (3)
  libcore (3)
  Refactor (3)
  SavedSessionRepository (3)
  Savegame Tool (3)
  Added (2)
  Fixed (2)
  GameSessionWriter (1)
  IMapStateReader (1)
  libcommon (1)
  Resources (1)

  libdeng2 (37) — SavedSession

April 2014
2014-04-14 Fixed | libdeng2 : Info::Element::Value interpretation
2014-04-14 libdeng2 : Cleaned up MapStateReader construction
2014-04-06 libdeng2 : Automatic management of the shared Session::SavedIndex
2014-04-05 libdeng2 : Only populate when certain about changes
March 2014
2014-03-30 Cleanup | libdeng2 : Cleanup
2014-03-27 Cleanup | libdeng2 : Cleanup
2014-03-26 libdeng2 : SavedSession did not fulfill the File specialization rules
2014-03-25 Added | Cleanup | libdeng2 : Added convenient accessors to SavedSession::MapStateReader, cleanup
2014-03-25 libdeng2 : Use absolute paths to SavedSessions in the "repository" index
2014-03-25 libdeng2 : Defer SavedSession metadata caching post instantiation
2014-03-23 libdeng2 | Refactor : Moved abstract base for MapStateReader into SavedSession
2014-03-23 Documentation | libdeng2 : Clarified API doc for tryLocateStateFile()
2014-03-23 Added | libdeng2 : Added convenient methods for locating state data files
2014-03-23 Documentation | libdeng2 : SavedSession API doc tweaks
2014-03-23 Cleanup | libdeng2 : Cleanup
2014-03-22 libdeng2 : SavedSession is now a specialized PackageFolder
2014-03-22 libcommon | libdeng2 | Refactor : Savegame system robustness improvements
2014-03-21 libdeng2 | Savegame Tool : Ensure translated boolean game rules remain as such
2014-03-21 libdeng2 : Removed "version" from SessionMetadata
2014-03-21 GameSessionWriter | libdeng2 | Savegame Tool : Immediately set .save packages to read-only mode when done writing
2014-03-20 Cleanup | libdeng2 : Cleanup
2014-03-17 libdeng2 : Use Info array notation for present players in session metadata
2014-03-16 libdeng2 | Resources : Significantly more intelligent SavedSession management
2014-03-13 libdeng2 | Savegame Tool : Suffix .save package state file names with "State"
2014-03-13 libdeng2 : Ensure contents are up-to-date when recognizing .save files
2014-03-13 libdeng2 | SavedSessionRepository : Moved more management logic from libcommon's SaveSlots
2014-03-13 Cleanup | libdeng2 : Cleanup
2014-03-12 Cleanup | libdeng2 : Reordered doomsday/libdeng2/src/game/savedsession.cpp
2014-03-12 Fixed | libdeng2 : Serialized map states are in the /maps folder of the .save package
2014-03-12 libdeng2 : Search .save packages to check availability of serialized map states
2014-03-12 Cleanup | libdeng2 : Cleanup
2014-03-12 libdeng2 | SavedSessionRepository : Improved SoC, general API improvements
2014-03-11 IMapStateReader | libdeng2 : Make the SavedSession being loaded available to map state readers
2014-03-09 libdeng2 : Parse Info into SessionMetadata when recognizing .save files
2014-03-09 libdeng2 : Updated wrt saved session file format changes
2014-03-05 libdeng2 | Refactor : Use pimpl-friendly audiences for game::SavedSession
2014-03-05 libdeng2 | SavedSessionRepository : Moved the saved session repository into libdeng2, revised metadata

↑ Back to top

  Cleanup (8) — SavedSession

March 2014
2014-03-30 Cleanup | libdeng2 : Cleanup
2014-03-27 Cleanup | libdeng2 : Cleanup
2014-03-25 Added | Cleanup | libdeng2 : Added convenient accessors to SavedSession::MapStateReader, cleanup
2014-03-23 Cleanup | libdeng2 : Cleanup
2014-03-20 Cleanup | libdeng2 : Cleanup
2014-03-13 Cleanup | libdeng2 : Cleanup
2014-03-12 Cleanup | libdeng2 : Reordered doomsday/libdeng2/src/game/savedsession.cpp
2014-03-12 Cleanup | libdeng2 : Cleanup

↑ Back to top

  Documentation (3) — SavedSession

March 2014
2014-03-23 Documentation | libdeng2 : Clarified API doc for tryLocateStateFile()
2014-03-23 Documentation | libdeng2 : SavedSession API doc tweaks
2014-03-12 Documentation : Clarified SavedSession metadata replacement, minor fixes

↑ Back to top

  libcore (3) — SavedSession

November 2014
2014-11-26 libcore : Adjusted text styling of metadata
2014-11-26 libcore : Record's text formatting expects monospaced fonts
July 2014
2014-07-25 libcore : SavedSession::metadata now records the current episode

↑ Back to top

  Refactor (3) — SavedSession

March 2014
2014-03-23 libdeng2 | Refactor : Moved abstract base for MapStateReader into SavedSession
2014-03-22 libcommon | libdeng2 | Refactor : Savegame system robustness improvements
2014-03-05 libdeng2 | Refactor : Use pimpl-friendly audiences for game::SavedSession

↑ Back to top

  SavedSessionRepository (3) — SavedSession

March 2014
2014-03-13 libdeng2 | SavedSessionRepository : Moved more management logic from libcommon's SaveSlots
2014-03-12 libdeng2 | SavedSessionRepository : Improved SoC, general API improvements
2014-03-05 libdeng2 | SavedSessionRepository : Moved the saved session repository into libdeng2, revised metadata

↑ Back to top

  Savegame Tool (3) — SavedSession

March 2014
2014-03-21 libdeng2 | Savegame Tool : Ensure translated boolean game rules remain as such
2014-03-21 GameSessionWriter | libdeng2 | Savegame Tool : Immediately set .save packages to read-only mode when done writing
2014-03-13 libdeng2 | Savegame Tool : Suffix .save package state file names with "State"

↑ Back to top

  Added (2) — SavedSession

March 2014
2014-03-25 Added | Cleanup | libdeng2 : Added convenient accessors to SavedSession::MapStateReader, cleanup
2014-03-23 Added | libdeng2 : Added convenient methods for locating state data files

↑ Back to top

  Fixed (2) — SavedSession

April 2014
2014-04-14 Fixed | libdeng2 : Info::Element::Value interpretation
March 2014
2014-03-12 Fixed | libdeng2 : Serialized map states are in the /maps folder of the .save package

↑ Back to top

  GameSessionWriter (1) — SavedSession

March 2014
2014-03-21 GameSessionWriter | libdeng2 | Savegame Tool : Immediately set .save packages to read-only mode when done writing

↑ Back to top

  IMapStateReader (1) — SavedSession

March 2014
2014-03-11 IMapStateReader | libdeng2 : Make the SavedSession being loaded available to map state readers

↑ Back to top

  libcommon (1) — SavedSession

March 2014
2014-03-22 libcommon | libdeng2 | Refactor : Savegame system robustness improvements

↑ Back to top

  Resources (1) — SavedSession

March 2014
2014-03-16 libdeng2 | Resources : Significantly more intelligent SavedSession management

↑ Back to top