Reissue 1.18 - same code, corrected metadata.
[open-adventure.git] / main.c
2024-01-29 Eric S. Raymond1TBS reflow, the bracening.
2024-01-28 Eric S. Raymond1TBS reflow with clang-format.
2024-01-28 Eric S. RaymondPlace1TBS mandatory braces.
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-03 Eric S. RaymondReduce include complexity.
2023-04-18 Torbjörn AnderssonSpelling fixes. 292/head
2023-04-15 Eric S. RaymondComment polishing.
2023-04-15 Eric S. RaymondAdd explanatory comments.
2023-04-10 Eric S. RaymondRemove a remnant line number.
2023-04-09 Eric S. RaymondConfine use of STATE_NOTFOUND to macros.
2023-04-09 Eric S. RaymondMore nontrivial macro abstraction of state checks.
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. RaymondRemove unneeded use of put().
2023-04-07 Eric S. RaymondStructurization of hints.
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. RaymondApply loc_t type.
2023-04-07 Eric S. RaymondFix some screwy formatting of conditionals...
2023-04-06 Eric S. RaymondSimplify the signature of savefile().
2023-04-06 Eric S. RaymondMagic-number elimination.
2023-04-05 Eric S. RaymondImproved behavior when magic words are said before...
2023-04-05 Eric S. RaymondMagic number removal.
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-22 Eric S. RaymondChange prompt generation to be more compatible with...
2023-03-22 Eric S. RaymondMinor fix to prompt generation.
2023-03-11 Eric S. RaymondAdd ANSI prototype,
2023-03-10 Eric S. RaymondFix interrupted-magic-words cosmetic bug.
2023-03-07 Eric S. RaymondEliminate some forwards.
2023-03-03 Rob Swindell (on... Add optional auto-save/restore feature using -a <filena... 288/head
2023-03-01 Eric S. RaymondAddress Gitlab isse #62: Comment typos.
2023-02-28 Eric S. RaymondDocumerntation and comment polishing.
2022-04-19 Eric S. RaymondMagic-number elimination.
2022-04-19 Eric S. RaymondImprove comments.
2022-04-18 Eric S. RaymondIndent cleanup.
2022-04-18 Eric S. Raymondcppcheck cleanup.
2022-04-14 Eric S. Raymondcppcheck cleanup.
2022-04-13 Eric S. RaymondMapping improvements.
2022-04-12 Eric S. RaymondCoverage fixups.
2022-04-12 Eric S. RaymondClean up warning and deprecation issues.
2022-04-05 Eric S. RaymondSupport execution of command script arguments.
2019-02-28 Eric S. RaymondAdd a coverage exception.
2019-02-28 Eric S. RaymondThe FORTRAN-derived longs were semantically ints. ...
2018-12-10 Aaron TraasCommenting and cleanups 277/head
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-20 Eric S. RaymondRemove comments that are obsolete now that the code...
2018-11-19 Aaron TraasWe are now goto free! 271/head 272/head
2018-11-19 Aaron TraasEliminated "Lookup" label
2018-11-18 Eric S. RaymondAttempting voodoo change to banish GitLab error.
2018-11-16 Eric S. RaymondEliminate a label.
2018-11-16 Eric S. RaymondExplicit preserve logic is no longer needed...
2018-11-16 Eric S. RaymondExtend coverage.
2018-11-16 Eric S. RaymondMagic-number elimination.
2018-11-15 Eric S. RaymondChoose a less obscure label name.
2018-11-15 Eric S. RaymondRemove some dead symbols revealed by coverage analysis.
2018-11-15 Eric S. RaymondCoverage improvement. Also, it's rude to die silently.
2018-11-15 Eric S. RaymondMore coverage tweaks.
2018-11-15 Eric S. RaymondRemove unneeded code.
2018-11-14 Eric S. RaymondFix for GitLab issue #37: prompt incorrectly handled.
2018-11-11 Eric S. RaymondHandle a bare numeric token on the command line a bit...
2018-03-12 Eric S. RaymondAn attempt to fix GitLab issue #37 failed, but...
2018-03-09 Eric S. RaymondSPDXify the code.
2018-03-08 NHOrusAdditional warnings 267/head
2017-09-05 NHOrusRemoved old copy-paste error
2017-08-24 NHOrusPrevent tampering with PRNG parameters in save
2017-08-24 NHOrusFixed copy-paste errors
2017-08-13 NHOrusReindentation
2017-08-03 Eric S. RaymondRemove duplicative phase code.
2017-08-03 Jason S. NinnemanUse the '=' operator (not memcpy()) to shallow-copy... 262/head
2017-08-03 Eric S. RaymondCanonicalize OV commands to VO form.
2017-08-03 Eric S. RaymondMassage "{oil|water} {plant|door} into equivalent pourc...
2017-08-03 Eric S. RaymondSimplify overcomplicated code.
2017-08-03 Eric S. RaymondMore breadcrumb improvements.
2017-08-03 Eric S. RaymondImprove debugging.
2017-08-03 Jason S. NinnemanTypedefify command_t; simplify code accordingly. 261/head
2017-08-03 Jason S. NinnemanSimplify command word handling.
2017-08-03 Jason S. NinnemanEncapsulate command words into their own struct.
2017-08-03 Eric S. RaymondAdd breadcrumbs for grammar debugging.
2017-08-01 Eric S. RaymondAddress GitLab issue #36: "Get what?" prompt incorrectl...
2017-07-31 Eric S. RaymondRemove unnecessary clearing of command verb.
2017-07-31 Eric S. RaymondFix a coverage gap.
2017-07-21 Aaron TraasModified action() to take take a copy of command rather...
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-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. RaymondAddress GitLab issue #28: Advent hangs on some inputs
2017-07-20 Eric S. RaymondRemove unused variables.
2017-07-20 Eric S. RaymondNo more packing in the parser.
2017-07-20 Eric S. RaymondRemove unneeded vocabulary lookup.
2017-07-20 Eric S. RaymondRemove special-case code that was inducing bugs.
next