Prevent tampering with PRNG parameters in save
[open-adventure.git] / adventure.yaml
2017-08-03 Eric S. RaymondCope with YAML idiosyncracy at unquoted "YES".
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-16 Eric S. RaymondDe-FORTRANIZE some IDs.
2017-07-16 Jason S. NinnemanDiscuss specials: in the adventure.yaml comments. 249/head
2017-07-16 Eric S. RaymondFix adventitious '' occurrences.
2017-07-16 Eric S. RaymondFix bug where knife hit might not be reported.
2017-07-16 Eric S. RaymondApply state_change() to mirror object.
2017-07-15 Aaron TraasNamed unnamed actions and specials
2017-07-14 Eric S. RaymondPartially address GitLab issue #27: arbitrary_messages...
2017-07-14 Aaron TraasYAML coverage - commented out unused arbitrary messages 242/head
2017-07-14 Aaron TraasYAML coverage - hints 100% covered
2017-07-12 Eric S. RaymondRemove obsolete comment.
2017-07-09 Eric S. RaymondDocumentation polishing.
2017-07-08 NHOrusRestructure quips for invalid movements.
2017-07-05 Jason S. Ninnemanactions[] now has strings instead of enums. 217/head
2017-07-05 Eric S. RaymondImprove giant-words failure message.
2017-07-05 Jason S. NinnemanRemove the specials[] duplicates of the 'big' words. 216/head
2017-07-05 Jason S. NinnemanWorking but unpolished refactor of bigwords().
2017-07-05 NHOrusMade feeding a switch instead of elsif chain
2017-07-05 NHOrusMoved state_change to misc.c to start using it in main... 215/head
2017-07-05 Eric S. RaymondAdapt bottle object to use state_change().
2017-07-05 Eric S. RaymondSimplify vase-dropping logic using state_change().
2017-07-04 Eric S. RaymondMagic-number elimination.
2017-07-04 Eric S. RaymondState-arithmetic elimination.
2017-07-04 Eric S. RaymondGrammar fix.
2017-07-04 Eric S. RaymondAnother use of state_change().
2017-07-04 Eric S. RaymondAnother use of state_change() and changes messages.
2017-07-04 Eric S. RaymondYAML cleanup.
2017-07-04 Eric S. RaymondImplement and document new state-label syntax.
2017-07-03 Eric S. RaymondComment polishing.
2017-07-03 Eric S. RaymondDiscard implementation of %L and %U format specifiers...
2017-07-03 Eric S. RaymondUse DOWN rather thabnd D in YAML.
2017-07-03 Eric S. RaymondUse the raw buffer in tr command structure for editing.
2017-07-03 Eric S. RaymondNamed state labels for every not clause.
2017-07-03 Eric S. RaymondMake the YAML less fussy.
2017-07-02 NHOrusDon't spk in wave and action
2017-07-02 NHOrusMore magic number elimination
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-02 NHOrusMore tests, multilined yaml
2017-07-02 Jason S. NinnemanBump save file version number. 191/head
2017-07-02 Eric S. RaymondChange VERSION_SKEW message - save file cersion is...
2017-07-02 NHOrusFix for issue #21, hopefully
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 Eric S. RaymondSupply missing implementation of nodwarf bit in travel...
2017-07-01 Jason S. NinnemanRefactor specials[] to have strings instead of enum... 184/head
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 Eric S. RaymondMagic-number elimination for dragon and rug.
2017-07-01 Eric S. RaymondMagic-number and state-arithmetic removal.
2017-07-01 Eric S. RaymondMagic-number elimination.
2017-07-01 Jason S. NinnemanVarious cleanups. 173/head
2017-06-30 Eric S. RaymondUse YAML block-literal syntax to avoid wrapped lines.
2017-06-30 Eric S. RaymondImplement and document %V escape so version only needs...
2017-06-30 Eric S. RaymondMagic-number elimination.
2017-06-30 Eric S. RaymondMagic-number ellimination, contiguity warnings, cleanup.
2017-06-30 Eric S. RaymondRemove gaps from arbitrary_messages, there are no more...
2017-06-30 Eric S. RaymondMagic-number elimination.
2017-06-29 Eric S. RaymondImplement 'version' command.
2017-06-29 Eric S. RaymondNot the best idea to try to rewach Don Woods for help...
2017-06-29 Eric S. Raymond'd' had a collision; 'drop' vs ;down'. Remove from...
2017-06-29 Jason S. NinnemanClean out the now-disused vocabulary structure.
2017-06-29 Jason S. NinnemanCompletely wire vocab words in YAML to the code. 151/head
2017-06-28 Eric S. RaymondMore magic-number removal.
2017-06-28 Eric S. RaymondMagic-number elimination.
2017-06-28 Eric S. RaymondImplement and document state-changes messages in YAML.
2017-06-28 Eric S. RaymondDeclare one-letter synonyms for some commands.
2017-06-28 Eric S. RaymondMagic-number elimination.
2017-06-28 Eric S. RaymondMore use of state labels.
2017-06-27 Eric S. RaymondMore use of state labels.
2017-06-27 Eric S. RaymondAllow state labels in not clauses.
2017-06-27 Jason S. NinnemanDocumentation polishing. 142/head
2017-06-27 Jason S. NinnemanAbolish VOCWRD().
2017-06-27 Jason S. NinnemanRemove actspk[].
2017-06-27 Jason S. NinnemanCombine actspk and the action words into a single struc...
2017-06-27 Jason S. NinnemanReexpress the motion words in adventure.yaml.
2017-06-27 Eric S. RaymondRepair variois problems in travel YAML.
2017-06-26 Eric S. RaymondRepair a missing travel element it YAML.
2017-06-26 Jason S. NinnemanUse enums for object number mnemonics instead of VOCWRD...
2017-06-26 Jason S. NinnemanFold object vocab words into the objects[] structure. 137/head
2017-06-26 Jason S. Ninnemanobject_descriptions[] is now objects[]. 136/head
2017-06-26 Eric S. RaymondSubsume Section 8 into YAML.
2017-06-26 Jason S. NinnemanInline the hint messages. 134/head
2017-06-25 Eric S. RaymondCapture Section 3 in YAML.
2017-06-25 Eric S. RaymondComment polishing.
2017-06-25 Eric S. RaymondChange structure of vocabulary YAML to cope with multip...
2017-06-25 Eric S. RaymondComment polishing in adventure.yaml.
2017-06-25 Eric S. RaymondVocabulary (adventure.txt section 4) is now in YAML...
2017-06-25 Eric S. RaymondFully subsume section 7 into YAML.
2017-06-24 Eric S. RaymondMove the description of string escapes to where the...
2017-06-24 Eric S. RaymondReplace magic MINTRS/MAXTRS with a treasure attribute...
2017-06-24 Eric S. RaymondCorrect buggy behavior of sign in endgame. Add a test...
2017-06-24 Eric S. RaymondElimination of OBJSND.
2017-06-23 Eric S. RaymondName the lamp, grate, and bird states.
2017-06-23 Eric S. RaymondProof of cobcept for state defines.
next