All specials are now actions. Builds correct outputs, more needs deleting.
[open-adventure.git] / main.c
2017-07-21 Aaron TraasFix to Gitlab issue #32. Now SEED and WASTE are in... 257/head
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 Aaron TraasInformation hiding - moved all of command input parsing... 256/head
2017-07-20 Eric S. RaymondAddress GitLab issue #28: Advent hangs on some inputs
2017-07-20 Eric S. RaymondRemove unused variables.
2017-07-20 Eric S. RaymondNo more packing in the parser.
2017-07-20 Eric S. RaymondRemove unneeded vocabulary lookup.
2017-07-20 Eric S. RaymondRemove special-case code that was inducing bugs.
2017-07-20 Eric S. RaymondImproved word type checking.
2017-07-20 Eric S. RaymondEliminate some uses of wd2 - tests can be done on raw2...
2017-07-20 Eric S. RaymondAdd some word-type checking where it's needed.
2017-07-17 NHOrusNo magic, revert some experimental changes in pipeline
2017-07-17 Eric S. RaymondRemove flawed code to drop batteries.
2017-07-17 Eric S. RaymondCover MISSING_BATTERIES in a test. Needs unducumented...
2017-07-16 NHOrusRemoved temporary variable for clarity; Upsized text... 248/head
2017-07-16 NHOrusDeal with more agressive gcov 7.1; Reindent
2017-07-16 Eric S. RaymondFix bug where knife hit might not be reported.
2017-07-16 Eric S. RaymondTwo coverage imprivenents, one by recognizing dead...
2017-07-15 Eric S. RaymondDocumentation polishing.
2017-07-14 Eric S. RaymondFix off-by-two bug.
2017-07-14 Jason S. NinnemanReplace some uses of wd[12] with id[12].
2017-07-14 Jason S. NinnemanHandle word type and raw strings.
2017-07-14 Jason S. NinnemanUse vocab IDs along side packed words.
2017-07-14 Aaron TraasPrompt and taunt you after 3rd and final death
2017-07-14 NHOrusNo spk remains in the code base
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-11 Jason S. NinnemanReplace tests on packed words with tests on strings.
2017-07-11 Eric S. RaymondMinor coverage inclusion.
2017-07-11 Eric S. RaymondComment polishing.
2017-07-11 Eric S. RaymondComment polishing.
2017-07-11 Eric S. RaymondReindent.
2017-07-10 Aaron TraasCleanups and clarifications in do_command() 233/head
2017-07-10 Aaron TraasEliminated another label
2017-07-10 Aaron TraasEliminated a label
2017-07-10 Aaron Traas\10Cleaned up do_command() a little
2017-07-10 Aaron TraasIsolate command input processing, got rid of label...
2017-07-10 Aaron Traasrefactored fallback_handler() to use command_t, isolati...
2017-07-09 Eric S. RaymondDocumentation polishing.
2017-07-08 NHOrusBound the sizes of strcpy.
2017-07-08 NHOrusMinor deduplication
2017-07-08 NHOrusRestructure quips for invalid movements.
2017-07-08 NHOrusRestructure lightcheck
2017-07-08 Eric S. RaymondSet game.newloc when reincarnated. Fixes a bug.
2017-07-07 NHOrusPrevent access beyond boundaries of array on fallthrough 224/head
2017-07-07 Eric S. RaymondEliminate magic numbers from C side of condition handling.
2017-07-07 Eric S. RaymondPurge magic numbers from C side of destination handling.
2017-07-07 NHOrusDon't forget to ask important questions when removing... 221/head
2017-07-07 NHOrusPlugged all memory leaks. 220/head
2017-07-07 NHOrusDon't zero stuff twice
2017-07-07 NHOrusMagic Number Elimination
2017-07-05 Jason S. NinnemanWorking but unpolished refactor of bigwords().
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-05 Eric S. RaymondMagic-number elimination in the olover/alcove pasage...
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 Jason S. NinnemanBegin replacing tests on strings with tests on vocab... 204/head
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-03 Eric S. Raymondplayermove() never returns false; simplify accordingly
2017-07-03 NHOrusBroke all logical or into multiline statement to show... 200/head
2017-07-03 NHOrusUnspk'd pour command
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 NHOrusCapture wonkyness of extinguishing urn
2017-07-02 Aaron TraasLocalize scope for restore file pointer in main. 186/head
2017-07-02 Aaron Traascentralize calls to make_zzword()
2017-07-02 Aaron TraasFixed -r option. Added test to make sure it doesn't...
2017-07-02 Aaron Traasmake_zzword() moved to initialize. Pruned unused stuff...
2017-07-02 Eric S. RaymondRewrite dwarf-encounter ceck so coverage testing sees...
2017-07-02 Eric S. RaymondMore magic-number elimination.
2017-07-01 Eric S. RaymondSupply missing implementation of nodwarf bit in travel...
2017-07-01 Eric S. RaymondAnother step in de-obscurifying the travel code.
2017-07-01 Jason S. NinnemanRefactor specials[] to have strings instead of enum... 184/head
2017-07-01 Eric S. RaymondMinor refactor - create an equality function to simplif...
2017-07-01 Eric S. RaymondForther break apart the magic enconding of travel arrays.
2017-07-01 Eric S. RaymondRemove debris from a misclick.
2017-07-01 NHOrusDo not compare state to magic numbers
2017-07-01 Jason S. NinnemanJettison the -s option. 180/head
2017-07-01 Jason S. NinnemanReplace linenoise with libedit in code and build.
2017-07-01 NHOrusReindend, compile out all save stuff 179/head
2017-07-01 NHOrusPut stuff back in init, C-style
2017-07-01 Jason S. NinnemanApply DEMOTE_WORD(). 178/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 NHOrusCut initialize in favor of implicit/default initializat...
2017-07-01 Eric S. RaymondMagic-number elimination.
2017-07-01 NHOrusStop leaking memory
2017-07-01 Jason S. NinnemanVarious cleanups. 173/head
2017-06-30 NHOrusPlugged little linenoise memory leaks. 170/head
2017-06-30 Jason S. NinnemanRemove some disused stuff.
2017-06-30 Eric S. RaymondMagic-number elimination.
2017-06-30 NHOrusRemoved line as redundant
next