Massaged the high-level interface to the game-save module somewhat, cleaning it up. Implemented variants of the loadgame and savegame console commands which allow loading/creating game-saves directly from the console. Removed fixed-length path limitations with game-save paths. Changed M_ReadFile to allocate from the Zone always. M_ReadFileCLib should never have been exported given callers can't free the memory it allocates.
Massaged the high-level interface to the game-save module somewhat, cleaning it up.
Implemented variants of the loadgame and savegame console commands which allow loading/creating game-saves directly from the console.
Removed fixed-length path limitations with game-save paths.
Changed M_ReadFile to allocate from the Zone always. M_ReadFileCLib should never have been exported given callers can't free the memory it allocates.