open-adventure.git
2017-07-03 Aaron TraasCoverage -- attack bird after game closed 198/head
2017-07-03 Aaron TraasRemove testing for intransitive seperate from NO_OBJECT...
2017-07-03 Aaron TraasCoverage -- corner cases in lock and find
2017-07-03 Aaron TraasCoverage -- giant words
2017-07-03 Aaron TraasCoverage -- intransitive attack
2017-07-02 NHOrusRemoved spk from wave, fixed compiler warning 197/head
2017-07-02 NHOrusUndid unspeaking of wave, fixed test again.
2017-07-02 NHOrusDon't spk in wave and action
2017-07-02 NHOrusMore magic number elimination
2017-07-02 NHOrusUnfalsify coverage check
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-02 NHOrusMore tests, multilined yaml
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-02 NHOrusAttack content and dead bear 195/head
2017-07-02 Eric S. RaymondImprive coverage of cheat.
2017-07-02 Aaron TraasCoverage - attack sitting bear
2017-07-02 Jason S. NinnemanEliminate the global game.blklin. 194/head
2017-07-02 NHOrusRationalize attack logic 192/head
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-02 Jason S. NinnemanBump save file version number. 191/head
2017-07-02 Aaron TraasTest coverage: intransitive lock
2017-07-02 Aaron TraasEliminate unreachable code in lock()
2017-07-02 Aaron TraasAdd capabilities to cheat. Expand testing to cover.
2017-07-02 Aaron TraasMoved application settings to settings_t struct
2017-07-02 Jason S. NinnemanReplace datime() with just time(). 190/head
2017-07-02 Eric S. RaymondChange VERSION_SKEW message - save file cersion is...
2017-07-02 Eric S. RaymondDocumentation polishing.
2017-07-02 Eric S. RaymondDocumentation polishing.
2017-07-02 Eric S. RaymondBegin decomposing cond magic numbers.
2017-07-02 NHOrusFixed logic, documented it in notes and tests 188/head
2017-07-02 NHOrusFixed regression in #21 Cleaned up logic of light/extin...
2017-07-02 NHOrusFix for issue #21, hopefully
2017-07-02 NHOrusreally capture it
2017-07-02 NHOrusCapture current state of bugs, for #21
2017-07-02 NHOrusCapture wonkyness of extinguishing urn
2017-07-02 NHOrusmore tests
2017-07-02 NHOrusAbility to use non-standard FreeBSD gcov tool
2017-07-02 NHOrusMake include of dependency platform-generic
2017-07-02 Aaron TraasLocalize scope for restore file pointer in main. 186/head
2017-07-02 Aaron TraasCoverage -- version command
2017-07-02 Aaron Traascentralize calls to make_zzword()
2017-07-02 Aaron TraasFixed -r option. Added test to make sure it doesn't...
2017-07-02 Aaron TraasChanged usage message to multi-line string for cheat
2017-07-02 Aaron Traasmake_zzword() moved to initialize. Pruned unused stuff...
2017-07-02 Eric S. RaymondImprove test coverage.
2017-07-02 Eric S. RaymondRewrite dwarf-encounter ceck so coverage testing sees...
2017-07-02 Eric S. RaymondMore magic-number elimination.
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-01 Wayne ConradFix typo in data comments
2017-07-01 Wayne ConradFix typo in notes
2017-07-01 Eric S. RaymondSupply missing implementation of nodwarf bit in travel...
2017-07-01 Eric S. RaymondAnother step in de-obscurifying the travel code.
2017-07-01 Jason S. NinnemanRefactor specials[] to have strings instead of enum... 184/head
2017-07-01 Eric S. RaymondMinor refactor - create an equality function to simplif...
2017-07-01 Jason S. NinnemanNever write the input prompt to log files. 183/head
2017-07-01 Eric S. RaymondForther break apart the magic enconding of travel arrays.
2017-07-01 Eric S. RaymondRemove debris from a misclick.
2017-07-01 Eric S. RaymondIgnore l g z i under oldstyle.
2017-07-01 NHOrusChange state of vase 182/head
2017-07-01 NHOrusDo not compare state to magic numbers
2017-07-01 NHOrusLittle more less magic in dragon state
2017-07-01 Eric S. RaymondDocumentation polishing.
2017-07-01 Jason S. NinnemanEnsure libedit is installed for the pipeline jobs. 181/head
2017-07-01 Jason S. NinnemanAttempt to unbreak pipeline.
2017-07-01 Jason S. NinnemanJettison the -s option. 180/head
2017-07-01 Jason S. NinnemanRemove the linenoise submodule.
2017-07-01 Jason S. NinnemanMove most build instructions into INSTALL.adoc.
2017-07-01 Jason S. NinnemanUpdate documentation about the libedit conversion.
2017-07-01 Jason S. NinnemanReplace linenoise with libedit in code and build.
2017-07-01 Eric S. RaymondMagic-number elimination for dragon and rug.
2017-07-01 NHOrusReindend, compile out all save stuff 179/head
2017-07-01 NHOrusPut stuff back in init, C-style
2017-07-01 Jason S. NinnemanApply DEMOTE_WORD(). 178/head
2017-07-01 Eric S. RaymondMagic-number and state-arithmetic removal.
2017-07-01 Jason S. NinnemanAdd a DEMOTE_WORD() macro. 177/head
2017-07-01 Jason S. NinnemanInterim magic number replacement.
2017-07-01 Eric S. RaymondMove PRNG initialization to simplify cheat.c
2017-07-01 NHOrusSpread documentation from init.c It was empty without...
2017-07-01 NHOrusCut initialize in favor of implicit/default initializat...
2017-07-01 NHOrusPutting cleanup in the right place, too 175/head
2017-07-01 NHOrusFix make debug check
2017-07-01 Eric S. RaymondWithout IGNORE, -Wunused-result throws a warning on...
2017-07-01 Eric S. RaymondMagic-number elimination.
2017-07-01 NHOrusTest modification for little more coverage
2017-07-01 NHOrusStop leaking memory
2017-07-01 Jason S. NinnemanVarious cleanups. 173/head
2017-07-01 Aaron TraasError message when you make if without retrieving git... 172/head
2017-06-30 Eric S. RaymondUse YAML block-literal syntax to avoid wrapped lines.
2017-06-30 Jason S. NinnemanThe bugtype enum doesn't need explicit numbers. 171/head
2017-06-30 NHOrusPlugged little linenoise memory leaks. 170/head
2017-06-30 Eric S. RaymondImplement and document %V escape so version only needs...
2017-06-30 Jason S. NinnemanRemove disused function definitions. 169/head
2017-06-30 Jason S. NinnemanRemove more disused macros.
2017-06-30 Jason S. NinnemanRemove some disused stuff.
2017-06-30 Eric S. RaymondMagic-number elimination.
2017-06-30 NHOrusRemoved line as redundant
2017-06-30 Eric S. RaymondLess magical numbers.
2017-06-30 Eric S. RaymondImprove test coverage.
2017-06-30 Eric S. RaymondMagic-number ellimination, contiguity warnings, cleanup.
2017-06-30 NHOrusTests for misc and main 166/head
next