open-adventure.git
2018-12-04 Eric S. RaymondNEWS update.
2018-12-03 Aaron TraasMakefile fix for macOS 10.14 274/head
2018-12-03 Aaron TraasFix for change in list handling behavior in Python 3
2018-11-30 Eric S. RaymondAddress GitLab issue #45: OSX Compile issue
2018-11-30 Eric S. RaymondResolve GitLab issue #46: -o (oldstyle) clarification.
2018-11-30 Eric S. RaymondDocumentation fix.
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. RaymondComment polishing.
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-16 Eric S. RaymondRecover 100% test coverage.
2018-11-16 Eric S. RaymondTry to get that last line of coverage.
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. RaymondAnother coverage tweak.
2018-11-15 Eric S. RaymondAnother coverage tweak.
2018-11-15 Eric S. RaymondTweak code-coverage exclusions.
2018-11-15 Eric S. RaymondReady for 1.6 release.
2018-11-15 Eric S. RaymondReady for 1.6 release. 1.6
2018-11-15 Eric S. RaymondRemove unneeded code.
2018-11-14 Eric S. Raymondtypo fix.
2018-11-14 Eric S. RaymondNEWS update.
2018-11-14 Eric S. RaymondTypo fixes from Horst H. von Brand.
2018-11-14 Eric S. RaymondCreate regression test for issue #36.
2018-11-14 Eric S. RaymondRegression test for GitLab issue #37 fix.
2018-11-14 Eric S. RaymondFix for GitLab issue #37: prompt incorrectly handled.
2018-11-14 Eric S. RaymondPrepare for sync with the issue #37 bugfix branch.
2018-11-14 Eric S. RaymondSync patch.
2018-11-12 Eric S. RaymondTypo fix.
2018-11-11 JavierFix typo in the NEWS file (2016 -> 2017) 269/head
2018-11-11 Eric S. RaymondReady for 1.5 release. 1.5
2018-11-11 Eric S. RaymondHandle a bare numeric token on the command line a bit...
2018-11-11 Eric S. RaymondNEWS update.
2018-11-11 Eric S. RaymondIdentify libedit better.
2018-11-11 Eric S. RaymondFix some accidental test damage in Javier's last commit.
2018-11-11 JavierPatch 1
2018-03-12 Eric S. RaymondAn attempt to fix GitLab issue #37 failed, but...
2018-03-10 Eric S. RaymondFix for GitLab issue #40: Inconsistant inventory space
2018-03-09 Eric S. RaymondSPDXify the code.
2018-03-08 Eric S. RaymondHistory update.
2018-03-08 Eric S. RaymondAddress GitLab issue #42.
2018-03-08 Eric S. RaymondRemove an unnecessary argument.
2018-03-08 NHOrusAdditional warnings 267/head
2018-03-08 NHOrusFix CI pipeline
2017-09-17 Eric S. RaymondTypo fix.
2017-09-13 NHOrusUnlike objects, player doesn't go to -1 when destroyed. 264/head
2017-09-12 NHOrusType constants to prevent overflow
2017-09-11 NHOrusIf divident negative, then remainder is negative too.
2017-09-10 NHOrusBe consistent
2017-09-10 NHOrusPut some of important parameters into fixed width signe...
2017-09-05 NHOrusSilenced fallthrough warning 263/head
2017-09-05 NHOrusPrevent RNG overflow.
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-24 NHOrusPrevent division by zero
2017-08-24 NHOrusVerify bounds for linked lists
2017-08-24 NHOrusCorrected limit for atloc, see init.c for filling doubl...
2017-08-24 NHOrusFix value, add check for linked locations
2017-08-24 NHOrusBounds check for properties; it is not violated in...
2017-08-13 NHOrusSyntax error
2017-08-13 NHOrusValidate dwarves and tally
2017-08-13 NHOrusReindentation
2017-08-13 NHOrusVerify sanity of location arrays
2017-08-13 NHOrusValidating sanity of locations in restored game
2017-08-13 NHOrusRemove extraneous listing of files
2017-08-08 Eric S. RaymondReady for 1.4 release. 1.4
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. 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. NinnemanAdd command_word_t, for command words.
2017-08-03 Jason S. NinnemanDatatype definition for command word types.
2017-08-03 Eric S. RaymondCope with YAML idiosyncracy at unquoted "YES".
2017-08-03 Eric S. RaymondAdd breadcrumbs for grammar debugging.
2017-08-02 Jason S. NinnemanAdd INSTALL.adoc and templates/*.tpl to make recipes. 260/head
2017-08-02 Eric S. RaymondReady for 1.3 release. 1.3
2017-08-01 Eric S. RaymondExclude %V from coverage since we removed it from the...
2017-08-01 Eric S. RaymondRemove 'version test...
2017-08-01 Eric S. RaymondAdd regression test for split commands.
2017-08-01 Eric S. RaymondRemove unused phase codes.
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. RaymondCoverage repair.
2017-07-31 Eric S. RaymondFix a coverage gap.
next