Update INSTALL.adoc to provide extra help for those getting an error regarding yaml...
[open-adventure.git] / advent.h
2019-02-28 Eric S. RaymondThe FORTRAN-derived longs were semantically ints. ...
2019-02-28 Eric S. RaymondRemove use of Unicode number sign in comments.
2018-12-11 Horst H. von BrandAnother typo
2018-12-11 Horst H. von BrandA 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-05 Aaron TraasRefactored; added state property to command struct... 276/head
2018-11-30 Eric S. RaymondAddress GitLab issue #45: OSX Compile issue
2018-11-18 Eric S. RaymondAttempting voodoo change to banish GitLab error.
2018-11-15 Eric S. RaymondRemove some dead symbols revealed by coverage analysis.
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.
2017-09-12 NHOrusType constants to prevent overflow
2017-09-10 NHOrusBe consistent
2017-09-10 NHOrusPut some of important parameters into fixed width signe...
2017-08-24 NHOrusVerify bounds for linked lists
2017-08-13 NHOrusReindentation
2017-08-03 Eric S. RaymondRemove duplicative phase code.
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. 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-01 Eric S. RaymondRemove unused phase codes.
2017-07-21 Aaron TraasModified action() to take take a copy of command rather...
2017-07-21 Aaron TraasSpecials excised from adventure.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-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 Eric S. RaymondRemove unused enum.
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-16 Eric S. RaymondInformation hiding.
2017-07-16 Eric S. RaymondTwo coverage imprivenents, one by recognizing dead...
2017-07-14 Eric S. RaymondCode cleanup.
2017-07-14 NHOrusDo not base endgame bonus on arbitrary messages
2017-07-14 NHOrusRemoved unused code, reindented
2017-07-12 Jason S. NinnemanExpress word type with an enum instead of magic numbers. 238/head
2017-07-12 Eric S. RaymondPrevent game from uttering solecisms about the "floor...
2017-07-10 Aaron Traas\10Cleaned up do_command() a little
2017-07-09 NHOrusTwo more lines of coverage; more cleanup for macros
2017-07-08 NHOrus№ and minor syntax correction 226/head
2017-07-07 Eric S. RaymondEliminate magic numbers from C side of condition handling.
2017-07-06 NHOrusSemantic type for verb
2017-07-06 NHOrusobj_t in actions. And some more magical word removal
2017-07-05 Eric S. RaymondFurther infiltrare semantic types. takebird
2017-07-05 NHOrusMoved state_change to misc.c to start using it in main... 215/head
2017-07-05 NHOrusMagic number elimination 210/head
2017-07-04 Eric S. RaymondMagic-number elimination.
2017-07-04 Eric S. RaymondMagic-number elimination.
2017-07-04 Eric S. RaymondAbstract out some state arithmetic.
2017-07-04 NHOrusRemoved magic from checks for liquids
2017-07-04 Jason S. NinnemanBegin replacing tests on strings with tests on vocab... 204/head
2017-07-04 Jason S. NinnemanUpgrade get_vocab_id() to handle empty strings.
2017-07-03 Eric S. RaymondInformation hiding.
2017-07-03 Eric S. RaymondSimplify tokenization code.
2017-07-03 Eric S. RaymondEntirely eliminate wd1x and wd2x members of the command...
2017-07-03 Eric S. RaymondUse the raw buffer in tr command structure for editing.
2017-07-03 Eric S. RaymondRefactor tokenization to save raw tokens and use static...
2017-07-03 Eric S. RaymondMagic-number elimination.
2017-07-02 Eric S. RaymondMagic-number elimination.
2017-07-02 Jason S. NinnemanEliminate the global game.blklin. 194/head
2017-07-02 Eric S. RaymondMagic-number elimination.
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-01 Jason S. NinnemanNever write the input prompt to log files. 183/head
2017-07-01 Jason S. NinnemanJettison the -s option. 180/head
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 NHOrusStop leaking memory
2017-07-01 Jason S. NinnemanVarious cleanups. 173/head
2017-06-30 Jason S. NinnemanThe bugtype enum doesn't need explicit numbers. 171/head
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-29 Aaron TraasDocumentation and comment cleanup.
2017-06-29 Jason S. NinnemanFinish newdb -> dungeon renaming. 153/head
2017-06-29 Jason S. NinnemanRemove MAPLIN(). Fold common.[ch] into other files...
2017-06-29 Jason S. NinnemanCompletely wire vocab words in YAML to the code. 151/head
2017-06-28 Eric S. RaymondImplement and document state-changes messages in YAML.
2017-06-27 Aaron TraasAllow cheat to generate save files with bogus numbers.
2017-06-27 Jason S. NinnemanAbolish VOCWRD().
2017-06-27 Jason S. NinnemanReexpress the motion words in adventure.yaml.
2017-06-26 Eric S. RaymondCreate a cheater to test strange save/resume cases.
2017-06-26 Jason S. NinnemanJettison some disused macros. 138/head
2017-06-26 Jason S. NinnemanUse enums for object number mnemonics instead of VOCWRD...
2017-06-26 Eric S. RaymondTake FORTRANish upper-case function names to C-style...
2017-06-25 Eric S. RaymondFix a report of conpile-time error.
2017-06-24 Eric S. RaymondImprove comments, eliminate magic numbers.
2017-06-24 Eric S. RaymondReplace magic MINTRS/MAXTRS with a treasure attribute...
next