open-adventure.git
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.
2017-07-23 Aaron TraasMoved dungeon.c and dungeon.h templates into external... 259/head
2017-07-22 Aaron TraasAddress Gitlab issue #35 258/head
2017-07-21 Aaron TraasModified action() to take take a copy of command rather...
2017-07-21 Aaron TraasBack up to 100% coverage.
2017-07-21 Aaron TraasSpecials excised from adventure.yaml
2017-07-21 Aaron TraasAll specials are now actions. Builds correct outputs...
2017-07-21 Eric S. RaymondSimplify seed and waste cpmands using %d in the YAML...
2017-07-21 Aaron TraasFix to Gitlab issue #32. Now SEED and WASTE are in... 257/head
2017-07-21 Eric S. RaymondMore type hygiene.
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 Eric S. RaymondFull comments for all game structure members.
2017-07-20 Eric S. RaymondComment and structure cleanup.
2017-07-20 Eric S. RaymondMore comment cleanup.
2017-07-20 Eric S. RaymondComment cleanup.
2017-07-20 Aaron TraasInformation hiding - moved all of command input parsing... 256/head
2017-07-20 NHOrusTest for freshly fixed bugs 255/head
2017-07-20 Eric S. RaymondRemove unused enum.
2017-07-20 Eric S. RaymondRestore full code coverage.
2017-07-20 Eric S. RaymondFix core dump in debug mode due to uninitialized alloca...
2017-07-20 Eric S. RaymondFix test breakage.
2017-07-20 Eric S. RaymondAddress GitLab issue #28: Advent hangs on some inputs
2017-07-20 Eric S. RaymondPrevent OB1 error.
2017-07-20 Eric S. RaymondFix invalid variable reuse.
2017-07-20 Eric S. RaymondRemove unused variables.
2017-07-20 Eric S. RaymondFix Gitlab issue #30: Say is broken.
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. RaymondRemove unneeded vocabulary lookup.
2017-07-20 Eric S. RaymondEliminate last logic guard on a packed value.
2017-07-20 Eric S. RaymondRemove a packing call - word buffer is good enough.
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-20 Eric S. RaymondMake compparuson out to TOKLEN only explicit in vocab...
2017-07-19 Eric S. RaymondGet symbol coverage on LOC_SMALLPIT
2017-07-19 Eric S. RaymondRemove a test pair that seems to be duplicative.
2017-07-19 Jason S. NinnemanTell the compiler not to warn about legitimate case... 254/head
2017-07-17 Eric S. RaymondTypo fix.
2017-07-17 Eric S. RaymondCover short descriotion of LOC_SMALLPIT.
2017-07-17 Eric S. RaymondRecord 100% code coverage.
2017-07-17 NHOrusStep with debug compiling with Clang, to contrast with GCC
2017-07-17 NHOrusNo magic, revert some experimental changes in pipeline
2017-07-17 NHOrusUse OpenSUSE in CI pipeline, instead
2017-07-17 Jason S. NinnemanUse Fedora for the CI pipeline.
2017-07-17 Jason S. NinnemanUse ASan and UBSan in debug builds.
2017-07-17 Jason S. NinnemanDeploy maximum "fortified source" and stack protection.
2017-07-17 Jason S. NinnemanEnsure cheat is built with debug options when 'make...
2017-07-17 Aaron TraasLOC_SMALLPIT.small and LOC_TOPSTALACTITE.small
next