Remove comments that are obsolete now that the code is goto-less.
[open-adventure.git] / main.c
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.
2017-07-20 Eric S. RaymondImproved word type checking.
2017-07-20 Eric S. RaymondEliminate some uses of wd2 - tests can be done on raw2...
2017-07-20 Eric S. RaymondAdd some word-type checking where it's needed.
2017-07-17 NHOrusNo magic, revert some experimental changes in pipeline
2017-07-17 Eric S. RaymondRemove flawed code to drop batteries.
2017-07-17 Eric S. RaymondCover MISSING_BATTERIES in a test. Needs unducumented...
2017-07-16 NHOrusRemoved temporary variable for clarity; Upsized text... 248/head
2017-07-16 NHOrusDeal with more agressive gcov 7.1; Reindent
2017-07-16 Eric S. RaymondFix bug where knife hit might not be reported.
2017-07-16 Eric S. RaymondTwo coverage imprivenents, one by recognizing dead...
2017-07-15 Eric S. RaymondDocumentation polishing.
2017-07-14 Eric S. RaymondFix off-by-two bug.
2017-07-14 Jason S. NinnemanReplace some uses of wd[12] with id[12].
2017-07-14 Jason S. NinnemanHandle word type and raw strings.
2017-07-14 Jason S. NinnemanUse vocab IDs along side packed words.
2017-07-14 Aaron TraasPrompt and taunt you after 3rd and final death
2017-07-14 NHOrusNo spk remains in the code base
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-11 Jason S. NinnemanReplace tests on packed words with tests on strings.
2017-07-11 Eric S. RaymondMinor coverage inclusion.
2017-07-11 Eric S. RaymondComment polishing.
2017-07-11 Eric S. RaymondComment polishing.
2017-07-11 Eric S. RaymondReindent.
2017-07-10 Aaron TraasCleanups and clarifications in do_command() 233/head
2017-07-10 Aaron TraasEliminated another label
2017-07-10 Aaron TraasEliminated a label
2017-07-10 Aaron Traas\10Cleaned up do_command() a little
2017-07-10 Aaron TraasIsolate command input processing, got rid of label...
2017-07-10 Aaron Traasrefactored fallback_handler() to use command_t, isolati...
2017-07-09 Eric S. RaymondDocumentation polishing.
2017-07-08 NHOrusBound the sizes of strcpy.
2017-07-08 NHOrusMinor deduplication
2017-07-08 NHOrusRestructure quips for invalid movements.
2017-07-08 NHOrusRestructure lightcheck
2017-07-08 Eric S. RaymondSet game.newloc when reincarnated. Fixes a bug.
2017-07-07 NHOrusPrevent access beyond boundaries of array on fallthrough 224/head
2017-07-07 Eric S. RaymondEliminate magic numbers from C side of condition handling.
2017-07-07 Eric S. RaymondPurge magic numbers from C side of destination handling.
2017-07-07 NHOrusDon't forget to ask important questions when removing... 221/head
2017-07-07 NHOrusPlugged all memory leaks. 220/head
2017-07-07 NHOrusDon't zero stuff twice
2017-07-07 NHOrusMagic Number Elimination
2017-07-05 Jason S. NinnemanWorking but unpolished refactor of bigwords().
2017-07-05 NHOrusMoved state_change to misc.c to start using it in main... 215/head
2017-07-05 NHOrusMagic number elimination 210/head
2017-07-05 Eric S. RaymondMagic-number elimination in the olover/alcove pasage...
2017-07-04 Eric S. RaymondMagic-number elimination.
2017-07-04 Eric S. RaymondMagic-number elimination.
2017-07-04 Eric S. RaymondAbstract out some state arithmetic.
2017-07-04 Jason S. NinnemanBegin replacing tests on strings with tests on vocab... 204/head
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...
next