Ready to ship 1.20.
[open-adventure.git] / misc.c
9 days ago Eric S. RaymondIntroduce OBJECT_STASHIFY.
9 days ago Eric S. RaymondClean up some comments.
11 days ago Eric S. RaymondAvoid a GNUism, POSIX strncasecmp() is declarted in...
11 days ago Eric S. RaymondDefine TRUNCLEN and explain its issues.
12 days ago Eric S. RaymondRepair truncation in oldstyle mode.
12 days ago Eric S. RaymondFix a busted comment.
2024-06-30 Eric S. RaymondRename some macos for clarity.
2024-01-29 Eric S. Raymond1TBS reflow, the bracening.
2024-01-28 Eric S. Raymond1TBS reflow with clang-format.
2024-01-28 Eric S. RaymondSimplify SPDX copyright lines to the shortest canonical...
2024-01-03 Eric S. RaymondFix up copyright notices. SPDX wants only one per file.
2024-01-02 Eric S. RaymondCorrected fix, and test, for #67.
2024-01-02 Eric S. RaymondAddress GitLab issue #67: saying Z'ZZZ at the reservoir...
2023-04-15 Eric S. RaymondImprove state-macro encapsulation.
2023-04-15 Eric S. RaymondAdd explanatory comments.
2023-04-10 Eric S. RaymondCondition in alternative state-management macros.
2023-04-08 Eric S. RaymondEncapsulate object-state state tests and setttings...
2023-04-07 Eric S. RaymondRefactor put() function and calls.
2023-04-07 Eric S. RaymondStructurize object info.
2023-04-07 Eric S. RaymondStructurize locatiuon info.
2023-04-07 Eric S. RaymondStructurize the informaruin about dwarves.
2023-04-07 Eric S. RaymondFix some screwy formatting of conditionals...
2023-04-03 Eric S. RaymondPartial REUSE cmpliance.
2023-03-29 Eric S. RaymondCoverage exclusions for -d.
2023-03-29 Eric S. RaymondAdd -d option
2023-03-11 Eric S. RaymondDrop an attempt to pacify cppcheck that's no longer...
2023-03-11 Eric S. RaymondFix a formal-type glitch.
2023-03-11 Eric S. RaymondBugfix: bird starts caged in endgame.
2023-03-07 Eric S. RaymondAdd a comment to the code that fixes the inventory...
2023-03-01 Eric S. RaymondAnother comment typo fix.
2023-03-01 Eric S. RaymondAddress Gitlab isse #62: Comment typos.
2023-02-28 Eric S. Raymondcppcheck cleanup.
2022-04-19 Eric S. RaymondCode cleanup.
2022-04-19 Eric S. RaymondImprove comments.
2022-04-18 Eric S. RaymondRemove an issue about dropping the vase, the drop code...
2022-04-18 Eric S. RaymondNEWS update.
2022-04-14 Eric S. Raymondcppcheck cleanup.
2022-04-05 Eric S. RaymondSupport execution of command script arguments.
2019-02-28 Eric S. RaymondThe FORTRAN-derived longs were semantically ints. ...
2018-12-07 Aaron TraasAbstracted a chuck of do_command() into seperate functi...
2018-12-05 Aaron TraasRefactored; added state property to command struct... 276/head
2018-12-04 Aaron TraasMajor cleanups. Pre-process loop back in main loop... 275/head
2018-11-30 Eric S. RaymondAddress GitLab issue #45: OSX Compile issue
2018-11-23 NHOrusReindentation, typo fix 273/head
2018-11-14 Eric S. RaymondFix for GitLab issue #37: prompt incorrectly handled.
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
next