open-adventure.git
2019-02-28 Eric S. RaymondNote that save format has been bumped.
2019-02-28 Eric S. RaymondAdd a coverage exception.
2019-02-28 Eric S. RaymondMake dungeon.[ch] depemdent on advent.h in case of...
2019-02-28 Eric S. RaymondDocumentation polishing.
2019-02-28 Eric S. RaymondDocumentation polishing.
2019-02-28 Eric S. RaymondDocumentation polishing.
2019-02-28 Eric S. RaymondBump the save format number, just in case.
2019-02-28 Eric S. RaymondThe FORTRAN-derived longs were semantically ints. ...
2019-02-28 Eric S. RaymondRestore eyeball-friendliness of INSTALL.adoc.
2019-02-28 Eric S. RaymondNEWS update.
2019-02-28 Jason NinnemanDrop clang debug test to restore pipeline to working... 279/head
2019-02-28 Jason NinnemanApply the recent typo fixes to the tests, so they pass.
2019-02-28 Jason NinnemanImprove INSTALL.adoc's directions and asciidoc-ness.
2019-02-28 Eric S. RaymondRemove use of Unicode number sign in comments.
2019-02-28 Eric S. RaymondDocument a user-visible change.
2018-12-11 Horst H. von... A few in-game message typos... 278/head
2018-12-11 Horst H. von... Another typo
2018-12-11 Horst H. von... A couple of "locaiton" in advent.h
2018-12-10 Aaron TraasCommenting and cleanups 277/head
2018-12-07 Aaron TraasCorrect return types for all of the action handling...
2018-12-07 Aaron TraasAbstracted a chuck of do_command() into seperate functi...
2018-12-06 Aaron TraasFix warning on macOS
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-12-04 Eric S. RaymondReady for 1.7 release. 1.7
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
next