Reissue 1.18 - same code, corrected metadata.
[open-adventure.git] / saveresume.c
2024-02-04 Eric S. RaymondMinor repair of savefile validation code.
2024-01-29 Eric S. Raymond1TBS reflow, the bracening.
2024-01-28 Eric S. Raymond1TBS reflow with clang-format.
2024-01-28 Eric S. RaymondSimplify SPDX copyright lines to the shortest canonical...
2024-01-03 Eric S. RaymondFix up copyright notices. SPDX wants only one per file.
2024-01-03 Eric S. RaymondReduce include complexity.
2023-11-27 Nicola Smaniottosaveresume.c: add missing semicolon 293/head
2023-04-10 Eric S. RaymondMagic-number elimination.
2023-04-09 Eric S. RaymondConfine use of STATE_NOTFOUND to macros.
2023-04-08 Eric S. RaymondEncapsulate object-state state tests and setttings...
2023-04-07 Eric S. RaymondStructurize object info.
2023-04-07 Eric S. RaymondStructurize locatiuon info.
2023-04-07 Eric S. RaymondStructurize the informaruin about dwarves.
2023-04-07 Torbjörn AnderssonSpelling fixes. 291/head
2023-04-06 Eric S. RaymondResume now detects if a save has incompatible endianness.
2023-04-06 Eric S. RaymondSimplify the signature of savefile().
2023-04-06 Eric S. RaymondImplement the magic-cookie check and its test.
2023-04-06 Eric S. RaymondGive savefiles an identifting header. SAve format...
2023-04-06 Eric S. RaymondRefactoring step - change some visibilities.
2023-04-06 Eric S. RaymondMagic-number elimination.
2023-04-03 Eric S. RaymondPartial REUSE cmpliance.
2023-04-02 Torbjörn AnderssonSpelling fixes 290/head
2023-03-16 Eric S. RaymondAddress GitLab issue #66: Missing couple of ; in savere...
2023-03-14 Eric S. RaymondAvoid a compiler warning.
2023-03-12 Eric S. RaymondReal test coverage dor SAVE_TAMPERING.
2023-03-12 Eric S. RaymondWhitespace trimming of save and resume names.
2023-03-12 Eric S. RaymondRelax the savefile validity check a little.
2023-03-12 Eric S. RaymondAdd message and bailout on invalid save.
2023-03-11 Eric S. RaymondAdd C coverage exclsion required by unbreaking the...
2023-03-05 Eric S. RaymondComplain to user on save/resume.restore when it's disabled.
2023-03-03 Rob Swindell (on... Add optional auto-save/restore feature using -a <filena... 288/head
2023-03-01 Eric S. RaymondAddress Gitlab isse #62: Comment typos.
2022-04-18 Eric S. RaymondIndent cleanup.
2022-04-14 Eric S. Raymondcppcheck cleanup.
2022-04-07 Eric S. RaymondImprove test coverage.
2022-04-05 Eric S. RaymondSupport execution of command script arguments.
2022-04-04 Eric S. RaymondAddress Gitlib issu #57: Resume can't open save file...
2019-03-01 Eric S. RaymondAdd a warning to avoid CI breakage.
2019-02-28 Eric S. RaymondBump the save format number, just in case.
2019-02-28 Eric S. RaymondThe FORTRAN-derived longs were semantically ints. ...
2018-11-15 Eric S. RaymondMore coverage tweaks.
2018-11-15 Eric S. RaymondAnother coverage tweak.
2018-11-15 Eric S. RaymondTweak code-coverage exclusions.
2018-11-14 Eric S. RaymondPrepare for sync with the issue #37 bugfix branch.
2018-11-14 Eric S. RaymondSync patch.
2018-03-09 Eric S. RaymondSPDXify the code.
2017-09-13 NHOrusUnlike objects, player doesn't go to -1 when destroyed. 264/head
2017-09-11 NHOrusIf divident negative, then remainder is negative too.
2017-09-10 NHOrusPut some of important parameters into fixed width signe...
2017-09-05 NHOrusSilenced fallthrough warning 263/head
2017-09-05 NHOrusPrevent RNG overflow.
2017-09-05 NHOrusRemoved old copy-paste error
2017-08-24 NHOrusPrevent tampering with PRNG parameters in save
2017-08-24 NHOrusFixed copy-paste errors
2017-08-24 NHOrusPrevent division by zero
2017-08-24 NHOrusVerify bounds for linked lists
2017-08-24 NHOrusCorrected limit for atloc, see init.c for filling doubl...
2017-08-24 NHOrusFix value, add check for linked locations
2017-08-24 NHOrusBounds check for properties; it is not violated in...
2017-08-13 NHOrusSyntax error
2017-08-13 NHOrusValidate dwarves and tally
2017-08-13 NHOrusVerify sanity of location arrays
2017-08-13 NHOrusValidating sanity of locations in restored game
2017-08-03 Jason S. NinnemanUse the '=' operator (not memcpy()) to shallow-copy... 262/head
2017-07-03 NHOrusBroke all logical or into multiline statement to show... 200/head
2017-07-02 Jason S. NinnemanBump save file version number. 191/head
2017-07-02 Jason S. NinnemanReplace datime() with just time(). 190/head
2017-07-02 Aaron Traascentralize calls to make_zzword()
2017-07-01 Jason S. NinnemanReplace linenoise with libedit in code and build.
2017-07-01 Eric S. RaymondWithout IGNORE, -Wunused-result throws a warning on...
2017-07-01 Jason S. NinnemanVarious cleanups. 173/head
2017-06-29 NHOrusBreaking one-line conditionals 160/head
2017-06-29 NHOrusUnshadowed k2 into k3 in main.c 155/head
2017-06-29 Jason S. NinnemanFinish newdb -> dungeon renaming. 153/head
2017-06-29 Jason S. NinnemanJettison MAKEWD(), GETTXT(), vocab(), GETIN(), and...
2017-06-29 Jason S. NinnemanCompletely wire vocab words in YAML to the code. 151/head
2017-06-27 Aaron TraasAllow cheat to generate save files with bogus numbers.
2017-06-26 Eric S. RaymondCreate a cheater to test strange save/resume cases.
2017-06-26 Eric S. RaymondTake FORTRANish upper-case function names to C-style...
2017-06-23 Eric S. RaymondEliminate setting of OBJTXT sell for oyster - OBJTXT...
2017-06-23 Eric S. RaymondAbolish unclean operation on OBJSOUND - it's now static.
2017-06-21 Peje NilssonReplace SETPRM/[PR]SPEAK with variadic [pr]speak
2017-06-19 Jason S. NinnemanChange YES() to take const char* arguments.
2017-06-18 Bob Littlemagic numbers, show usage, fixed linty warnings 103/head
2017-06-18 Jason S. NinnemanGut and rebuild YES() with cleaner approach that doesn... 101/head
2017-06-18 Eric S. RaymondRe-format to consistent indent style with "make indent".
2017-06-18 NHOrusCompile switch to disable save and restore 99/head
2017-06-17 NHOrusImproved docs, fixed identation
2017-06-17 NHOrusResume from file on startup 93/head
2017-06-16 Peje NilssonSplit saveresume to reduce complexity
2017-06-15 Eric S. RaymondMeaningful shortnames for RSPEAK messages.
2017-06-15 Eric S. RaymondMore ARB tagging.
2017-06-14 Eric S. RaymondMove from random message numbers to ARB_* symbols gener...
2017-06-14 NHOrusLowering the scope And cleaning up some warnings from...
2017-06-14 Eric S. RaymondFix a minor memory leak.
2017-06-12 Eric S. RaymondFORTRAN line numbers returned from action() become...
2017-06-11 Eric S. RaymondReadability tweak.
2017-06-10 Eric S. RaymondCosmetic fix: blank line before filename prompt...
2017-06-10 Eric S. RaymondRewrite save/resume in idiomatic C. Savefile version...
2017-06-10 Eric S. RaymondIsolate the grotty save/resume code. Most of it will...