From: Jason S. Ninneman Date: Wed, 28 Jun 2017 16:35:55 +0000 (-0700) Subject: Completely wire vocab words in YAML to the code. X-Git-Tag: 1.1~36 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=50435465a62d630e4b61fbec38270321211c4907;hp=50435465a62d630e4b61fbec38270321211c4907;p=open-adventure.git Completely wire vocab words in YAML to the code. This massive patch: * Finishes working all the vocab words into YAML structures. * Adds vocab ID generator functions. * Redoes the input-getting system, removing the need for GETIN(), GETTXT(), etc. * Changes advent<->ascii mapping to avoid the special 'shift' character. * Works around some bad behavior in the dragon attack logic. * Handles the reservoir magic word without changing the database contents. ---