Static analysis warnings squished
[open-adventure.git] / misc.c
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
2017-05-29 Eric S. RaymondSimplify build: nested makefiles considered harmful.
2017-05-29 Jason S. NinnemanMove database compilation out into its own tool (for... 15/head
2017-05-28 Jason S. NinnemanFactor out handling of variables populated from the... 14/head
2017-05-26 Jason S. NinnemanJust say no to encrypting internal state. 11/head
2017-05-26 Eric S. RaymondFix bug that led to comments bnot being ignored.
2017-05-25 Eric S. RaymondImplement fallback handler that looks at the raw comman...
2017-05-25 Jason S. NinnemanStop command-logging from non-stdin sources. 8/head
2017-05-25 Eric S. RaymondOnce again, take srand()/random() out of the initializa...
2017-05-25 Eric S. RaymondRe-enable skipping of #-led comments.
2017-05-25 Eric S. RaymondReapply "Clean up logic for exiting input loop and...
2017-05-24 Eric S. RaymondRevert SEED handling and comment orocessing. It broke...
2017-05-24 Eric S. RaymondTake srand()/rand() out of the initialization chain...
2017-05-24 Eric S. RaymondClean up logic for exiting input loop and scoring.
2017-05-24 Eric S. RaymondAllow comments in logfiles.
2017-05-24 Eric S. RaymondSeed command fully implemented but apparently buggy.
2017-05-24 Eric S. RaymondImplement stub handler for SEED command. Not hooked...
2017-05-24 Jason S. NinnemanRemove a bad use of tv_nsec. 6/head
2017-05-24 Jason S. NinnemanMove a line that got out of place.
2017-05-24 Jason S. NinnemanAdd seedable PRNG using an adaptation the original...
2017-05-24 Eric S. RaymondFix the slightly broken prompt test.
2017-05-24 Eric S. RaymondRevert structurization changes, they broke database...
2017-05-24 Eric S. RaymondRevert a variable name previously changed to be out...
2017-05-24 Eric S. RaymondEcho commands to stdout when replaying...
2017-05-23 Eric S. RaymondBegin gathering saveable game state into a structure...
2017-05-23 Eric S. RaymondInput source is parametrized all the way down.
2017-05-23 Eric S. RaymondAdded oldstyle option.
2017-05-23 Eric S. RaymondFix capitalization glitches.
2017-05-23 Eric S. RaymondAdd -l option to enable command logging.
2017-05-23 Eric S. RaymondFix strange inside-out organization of the input routines.
2017-05-23 Eric S. RaymondRemove unused labels.
2017-05-23 Eric S. RaymondDon't use a magic number when we can use sizeof().
2017-05-22 Eric S. RaymondPrototypization.
2017-05-22 Eric S. RaymondCorrect long-size bug that resulted in checksum error.
2017-05-21 Eric S. RaymondFix up case on all comments to make them more readable...
2017-05-19 Eric S. RaymondMore ANSI prototype conversions.
2017-05-18 Eric S. RaymondMore boolification.
2017-05-18 Eric S. RaymondReplace fDATIME with ANSI/POSIX clock_gettime(). Rip...
2017-05-18 Eric S. RaymondPartially ANSIfy C, fix compiler warnings.
2017-02-16 Eric S. RaymondDon Wood's 430-point Adventure 2.5 from 1995, from...