NEWS update.
[open-adventure.git] / saveresume.c
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...