Reissue 1.18 - same code, corrected metadata.
[open-adventure.git] / advent.h
2024-01-29 Eric S. Raymond1TBS reflow, the bracening.
2024-01-28 Eric S. Raymond1TBS reflow with clang-format.
2024-01-28 Eric S. RaymondSimplify SPDX copyright lines to the shortest canonical...
2024-01-03 Eric S. RaymondFix up copyright notices. SPDX wants only one per file.
2024-01-03 Eric S. RaymondSimplify some dependencies.
2023-04-18 Torbjörn AnderssonSpelling fixes. 292/head
2023-04-17 Eric S. RaymondUse fixed-lwength types to make the save format more...
2023-04-17 Eric S. RaymondRemove unnecessary code duplication.
2023-04-15 Eric S. RaymondComment polishing.
2023-04-15 Eric S. RaymondImprove state-macro encapsulation.
2023-04-15 Eric S. RaymondAdd explanatory comments.
2023-04-10 Eric S. RaymondMagic-number elimination.
2023-04-10 Eric S. RaymondCondition in alternative state-management macros.
2023-04-09 Eric S. RaymondConfine use of STATE_NOTFOUND to macros.
2023-04-08 Eric S. RaymondEncapsulate object-state state tests and setttings...
2023-04-07 Eric S. RaymondRefactor put() function and calls.
2023-04-07 Eric S. RaymondStructurization of hints.
2023-04-07 Eric S. RaymondStructurize object info.
2023-04-07 Eric S. RaymondStructurize locatiuon info.
2023-04-07 Eric S. RaymondStructurize the informaruin about dwarves.
2023-04-07 Eric S. RaymondApply loc_t type.
2023-04-07 Eric S. RaymondBoolification.
2023-04-07 Torbjörn AnderssonSpelling fixes. 291/head
2023-04-06 Eric S. RaymondSimplify the signature of savefile().
2023-04-06 Eric S. RaymondGive savefiles an identifting header. SAve format...
2023-04-06 Eric S. RaymondRefactoring step - change some visibilities.
2023-04-05 Eric S. RaymondImproved behavior when magic words are said before...
2023-04-05 Eric S. RaymondMagic number removal.
2023-04-05 Eric S. RaymondGO_* enums no longer have an order constraint.
2023-04-03 Eric S. RaymondPartial REUSE cmpliance.
2023-03-29 Eric S. RaymondAdd -d option
2023-03-12 Eric S. RaymondRelax the savefile validity check a little.
2023-03-11 Eric S. RaymondFix a formal-type glitch.
2023-03-03 Rob Swindell (on... Add optional auto-save/restore feature using -a <filena... 288/head
2023-03-01 Eric S. RaymondAddress Gitlab isse #62: Comment typos.
2022-04-18 Eric S. RaymondBase UNDEEP on the previiously unreferenced DEEP condit...
2022-04-14 Eric S. Raymondcppcheck cleanup.
2022-04-05 Eric S. RaymondSupport execution of command script arguments.
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.
next