Test coverage - add lots more coverage from actions.c
[open-adventure.git] / misc.c
2017-06-29 Aaron TraasDocumentation and comment cleanup.
2017-06-29 Eric S. RaymondRe-indented.
2017-06-29 Eric S. RaymondFix an OB1 bug in allocation.
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. NinnemanRemove MAPLIN(). Fold common.[ch] into other files...
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-28 Eric S. RaymondImplement and document state-changes messages in YAML.
2017-06-28 NHOrusSome more linter warnings
2017-06-28 Aaron TraasTest coverage: make LCOV ignore code unreachable withou...
2017-06-28 Aaron TraasTest coverage: make LCOV ignore bug() and all calls...
2017-06-28 Aaron TraasTest coverage: make LCOV ignore sig_handler and OOM...
2017-06-27 Aaron TraasRemove unused code
2017-06-26 Jason S. Ninnemanobject_descriptions[] is now objects[]. 136/head
2017-06-26 Eric S. RaymondTake FORTRANish upper-case function names to C-style...
2017-06-24 Eric S. RaymondElimination of OBJSND.
2017-06-22 Jason S. NinnemanQuick-fix the 'pillo bug'. 130/head
2017-06-21 Aaron Traasxstrdup() not called anywhere in source. Removed.
2017-06-21 Peje NilssonReplace SETPRM/[PR]SPEAK with variadic [pr]speak
2017-06-20 Jason S. NinnemanDon't exit on EOF from get_input().
2017-06-20 Eric S. RaymondComment polishing.
2017-06-20 Eric S. RaymondFix off-by-one error that enabled the fuzzer to find...
2017-06-19 Peje NilssonMerge branch 'master' into magic-number 116/head
2017-06-19 Jason S. NinnemanFix typo and compiler warning. 115/head
2017-06-19 Jason S. NinnemanAdd token_to_packed() utility function.
2017-06-19 Peje NilssonMerge branch 'master' into magic-number
2017-06-19 Eric S. RaymondMostly confine assumptions about what token_t is to...
2017-06-19 NHOrusEven less magic 111/head
2017-06-19 Jason S. NinnemanChange YES() to take const char* arguments.
2017-06-19 Eric S. RaymondAttempt to deconfuse the coverage analyzer.
2017-06-19 Eric S. RaymondReindent and cleanup.
2017-06-18 Bob Littlemagic numbers, show usage, fixed linty warnings 103/head
2017-06-18 Jason S. NinnemanFix bug that made YES() case-sensitive. 102/head
2017-06-18 Jason S. NinnemanGut and rebuild YES() with cleaner approach that doesn... 101/head
2017-06-18 Eric S. RaymondRemove unused code.
2017-06-18 Jason S. NinnemanRename newspeak() to speak(). 100/head
2017-06-18 Eric S. RaymondRe-format to consistent indent style with "make indent".
2017-06-18 Bob LittleAdded 'linty' target for make
2017-06-16 Peje NilssonMerge branch 'master' into actions-arithmetic 87/head
2017-06-16 Eric S. RaymondMagic-number elimination.
2017-06-16 Eric S. RaymondRemove total-ordering assumption.
2017-06-16 Eric S. RaymondMagic-number elimination.
2017-06-16 Peje NilssonMerge branch 'master' into actions-arithmetic
2017-06-15 Eric S. RaymondSquasgh -Wextra warnings.
2017-06-15 NHOrusLocalizing variables 82/head 83/head
2017-06-15 Eric S. RaymondMeaningful shortnames for RSPEAK messages.
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. RaymondInclude LCG state in game saves.
2017-06-13 Eric S. RaymondMagic-number elimination.
2017-06-13 Jason S. NinnemanFix all the simple compiler warnings. 74/head
2017-06-13 Eric S. RaymondTypo fixes.
2017-06-13 Eric S. RaymondExplain the prompting logic more fully.
2017-06-13 Eric S. RaymondFix a minor bug in -l operation. Explain the input...
2017-06-13 Eric S. RaymondRemove more unused code.
2017-06-13 Eric S. RaymondRemove now-unused code.
2017-06-13 Eric S. RaymondAddress GitLab issue #10: Spurious '>' characters appea...
2017-06-12 Jason S. NinnemanClean up function argument.
2017-06-12 Jason S. NinnemanUse strdup() instead of strncpy().
2017-06-12 Eric S. RaymondTurn MOD from function to macro.
2017-06-12 Eric S. RaymondAdd -s option.
2017-06-11 Eric S. RaymondClean up compiler warnings.
2017-06-11 Jason S. NinnemanFix broken unpacking algorithm.
2017-06-11 Jason S. NinnemanAbolish SPEAK().
2017-06-11 Jason S. NinnemanWorking first draft of newspeak().
2017-06-11 Jason S. NinnemanGet plural replacement working.
2017-06-11 Jason S. NinnemanPartially-working newspeak().
2017-06-11 Jason S. NinnemanRetrofit RSPEAK() and PSPEAK().
2017-06-11 Jason S. NinnemanFirst crude version of newspeak().
2017-06-11 Jason S. NinnemanRemove handlers for disused advent format specifiers.
2017-06-11 Jason S. NinnemanMore SPEAK() hardening. 59/head
2017-06-10 Jason S. NinnemanZero-index the lookup tables and the code that referenc... 58/head
2017-06-10 Jason S. NinnemanReplace advent character constants with lookups.
2017-06-10 Jason S. NinnemanUse a header/source set common to both advent and the...
2017-06-10 Eric S. RaymondUse C idioms for increment/decrement.
2017-06-10 Eric S. RaymondIsolate the grotty save/resume code. Most of it will...
2017-06-10 Eric S. RaymondUnbreak the tests.
2017-06-10 Eric S. RaymondEnable input editing with the linenoise library.
2017-06-10 Eric S. RaymondChange NAPLIN signature - prepration for linenoise.
2017-06-09 Jason S. NinnemanRender the ascii<->advent character code mappings to... 57/head
2017-06-09 Eric S. RaymondAbolish a silly layer of macros.
2017-06-09 John BoyleCorrect the definition of SETBIT.
2017-06-08 Eric S. RaymondAbolish funcs.h.
2017-06-08 Jason S. NinnemanUse linenoise to get the save file name.
2017-06-08 Eric S. Raymondmisc.c is goto-free.
2017-06-08 Eric S. RaymondYet more gotoectomy.
2017-06-08 Eric S. RaymondThe continuing cleanup of misc.c
2017-06-08 Eric S. RaymondAttempt to repair GitLab build breakage.
2017-06-07 Eric S. RaymondStill more gotoectomy.
2017-06-07 Eric S. RaymondMore goto removal.
2017-06-07 Eric S. RaymondMore goto elimination in misc.c
2017-06-07 Eric S. RaymondMore misc.c cleanup.
2017-06-07 Eric S. RaymondContinuing cleanup of misc.c.
2017-06-07 Eric S. RaymondPartial misc.c gotoectomy.
2017-06-07 Eric S. RaymondFinish moving state arrays into game structure block.
2017-06-07 Eric S. RaymondMore collecting of globals.
2017-06-07 Eric S. RaymondMove more globals into the game state block.
2017-06-07 Eric S. RaymondPack more globals into the game block structure.
2017-06-07 Eric S. RaymondMore magic-number elimination, and some information...
next