Handle a bare numeric token on the command line a bit more gracefully.
[open-adventure.git] / misc.c
2018-03-10 Eric S. RaymondFix for GitLab issue #40: Inconsistant inventory space
2018-03-09 Eric S. RaymondSPDXify the code.
2017-09-11 NHOrusIf divident negative, then remainder is negative too.
2017-09-10 NHOrusPut some of important parameters into fixed width signe...
2017-08-13 NHOrusReindentation
2017-08-03 Jason S. NinnemanTypedefify command_t; simplify code accordingly. 261/head
2017-08-03 Jason S. NinnemanUpgrade get_vocab_metadata() to use command_type_t.
2017-08-03 Jason S. NinnemanEncapsulate command words into their own struct.
2017-08-03 Jason S. NinnemanDatatype definition for command word types.
2017-08-01 Eric S. RaymondExclude %V from coverage since we removed it from the...
2017-07-22 Aaron TraasAddress Gitlab issue #35 258/head
2017-07-21 Aaron TraasBack up to 100% coverage.
2017-07-21 Aaron TraasSpecials excised from adventure.yaml
2017-07-21 Aaron TraasFix to Gitlab issue #32. Now SEED and WASTE are in... 257/head
2017-07-21 Eric S. RaymondComment cleanup, semantic types, information hiding.
2017-07-21 Eric S. RaymondFix a prototype.
2017-07-21 Eric S. RaymondAddress GitLab issue #34: static char* get_input()...
2017-07-20 Eric S. RaymondAbolish as many undifferentiated long variables as...
2017-07-20 Aaron TraasInformation hiding - moved all of command input parsing... 256/head
2017-07-20 Eric S. RaymondFix core dump in debug mode due to uninitialized alloca...
2017-07-20 Eric S. RaymondPrevent OB1 error.
2017-07-20 Eric S. RaymondSome vocabulary lookup code can be hidden from main.c.
2017-07-20 Eric S. RaymondLast remnants of packing removed.
2017-07-20 Eric S. RaymondNo more packing in the parser.
2017-07-20 Eric S. RaymondMake compparuson out to TOKLEN only explicit in vocab...
2017-07-16 Eric S. RaymondInformation hiding.
2017-07-14 Eric S. RaymondCode cleanup.
2017-07-14 NHOrusRemoved unused code, reindented
2017-07-12 Jason S. NinnemanExpress word type with an enum instead of magic numbers. 238/head
2017-07-12 Eric S. RaymondPrevent game from uttering solecisms about the "floor...
2017-07-07 Eric S. RaymondEliminate magic numbers from C side of condition handling.
2017-07-07 NHOrusDeal around newline-only lines pruned to zero-lenght
2017-07-07 NHOrusDon't zero stuff twice
2017-07-06 NHOrusMagic-number elimination and fix
2017-07-05 Eric S. RaymondFurther infiltrare semantic types. takebird
2017-07-05 NHOrusMade feeding a switch instead of elsif chain
2017-07-05 NHOrusMoved state_change to misc.c to start using it in main... 215/head
2017-07-05 NHOrusStatic analysis warnings squished 212/head
2017-07-05 Eric S. RaymondFix dropped stitch in last commit.
2017-07-05 Eric S. RaymondMagic-number elimination.
2017-07-05 Eric S. RaymondUnder oldstyle, mangled echoed unknown text to simulate...
2017-07-04 Eric S. RaymondMagic-number elimination.
2017-07-04 NHOrusCleaned up unused variables
2017-07-04 Jason S. NinnemanUpgrade get_vocab_id() to handle empty strings.
2017-07-03 Eric S. RaymondDiscard implementation of %L and %U format specifiers...
2017-07-03 Eric S. RaymondReducing use of dynamic allocation forecloses many...
2017-07-03 Eric S. RaymondInformation hiding.
2017-07-03 Eric S. RaymondSimplify tokenization code.
2017-07-03 Eric S. RaymondUse the raw buffer in tr command structure for editing.
2017-07-03 Eric S. RaymondRefactor tokenization to save raw tokens and use static...
2017-07-03 Eric S. RaymondMagic-number elimination.
2017-07-03 NHOrusBroke all logical or into multiline statement to show... 200/head
2017-07-03 NHOrusUnspk'd pour command
2017-07-02 Jason S. NinnemanEliminate the global game.blklin. 194/head
2017-07-02 NHOrusRationalize attack logic 192/head
2017-07-02 Aaron TraasMoved application settings to settings_t struct
2017-07-02 Jason S. NinnemanReplace datime() with just time(). 190/head
2017-07-02 Aaron TraasCoverage -- version command
2017-07-02 Aaron Traascentralize calls to make_zzword()
2017-07-01 Jason S. NinnemanNever write the input prompt to log files. 183/head
2017-07-01 Eric S. RaymondIgnore l g z i under oldstyle.
2017-07-01 Jason S. NinnemanReplace linenoise with libedit in code and build.
2017-07-01 NHOrusSpread documentation from init.c It was empty without...
2017-07-01 Eric S. RaymondMagic-number elimination.
2017-07-01 NHOrusStop leaking memory
2017-07-01 Jason S. NinnemanVarious cleanups. 173/head
2017-06-30 Eric S. RaymondUse YAML block-literal syntax to avoid wrapped lines.
2017-06-30 NHOrusPlugged little linenoise memory leaks. 170/head
2017-06-30 Eric S. RaymondImplement and document %V escape so version only needs...
2017-06-30 Jason S. NinnemanRemove some disused stuff.
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.
next