Test Coverage -- lots of new pieces of actions.c
[open-adventure.git] / misc.c
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...
2017-06-07 Eric S. RaymondFirst step in game state encapsulation: the dwarf ...
2017-06-06 Eric S. RaymondSemantic types.
2017-06-06 Eric S. RaymondGoto elimination.
2017-06-06 Eric S. RaymondBegin to split undifferentiated longs into semantic...
2017-06-06 Eric S. RaymondMagic-number elimination.
2017-06-06 Eric S. RaymondAbstract out NOBJECTS (formerly magic number 100).
2017-06-06 Eric S. RaymondReplace homebrew IABS() with C kubrary labs(3).
2017-06-06 Eric S. RaymondMAPLIN is no longer called during setup phase.
2017-06-04 Jason S. NinnemanActually return a value from SETBIT(). 42/head
2017-06-04 Jason S. NinnemanRemove a disused function, thereby upping the code...
2017-06-03 Jason S. NinnemanRescope and retype a variable.
2017-06-03 Jason S. NinnemanMake GETTXT() a bit closer to actual C.
2017-06-02 Eric S. RaymondSimplify bitmask test/set from FORTRANish to actual C.
2017-06-02 Eric S. RaymondMacro elimination - easy cases first. No logic changes.
2017-06-02 Eric S. RaymondHeader consolidation - main.h, misc.h, and share.h...
2017-06-02 Michael Jarvisadded braces around initialization of subobjects for...
2017-06-02 Michael JarvisCast size_t to long to silence warning
2017-05-29 Jason S. NinnemanFix a bug in RNDVOC() that prevented the reservoir...
2017-05-29 Jason S. NinnemanMake RNDVOC() into better C.
2017-05-29 Jason S. NinnemanReally mean it about strict C99 compliance. 21/head
next