Rationalize names of structure array sizes.
[open-adventure.git] / main.c
2017-06-24 Eric S. RaymondRationalize names of structure array sizes.
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. RaymondEliminate setting of OBJTXT sell for oyster - OBJTXT...
2017-06-23 Eric S. RaymondName the lamp, grate, and bird states.
2017-06-23 Eric S. RaymondProof of cobcept for state defines.
2017-06-22 Eric S. RaymondSwitch fully over to YAML generation of condition bits...
2017-06-22 Eric S. RaymondImprove namespace hygiene.
2017-06-21 Jason S. NinnemanSwitch to 0-indexing for hint handling code. 127/head
2017-06-21 Jason S. NinnemanAbolish HNTMAX and HNTSIZ in favor of HINT_COUNT.
2017-06-21 Peje NilssonReplace SETPRM/[PR]SPEAK with variadic [pr]speak
2017-06-21 Eric S. RaymondYAMLify section 11 (hints).
2017-06-21 Eric S. RaymondWD* globals abolished. They're now members of the comma...
2017-06-20 Jason S. NinnemanFix another ob1 error.
2017-06-20 Jason S. NinnemanClean out some disused variables.
2017-06-20 Jason S. NinnemanFix off-by-one error.
2017-06-20 Jason S. NinnemanRefactor how turn threshold penalties are accounted...
2017-06-20 Eric S. RaymondIntroduce command encapsulation structure.
2017-06-20 Eric S. RaymondComment polishing.
2017-06-20 Eric S. RaymondPolish help text.
2017-06-19 Peje NilssonMerge branch 'master' into magic-number 116/head
2017-06-19 Peje NilssonMerge branch 'master' into magic-number
2017-06-19 Peje NilssonCleanup Arithmetic on message number
2017-06-19 Eric S. RaymondMostly confine assumptions about what token_t is to...
2017-06-19 Eric S. RaymondConcentrate all magic-number values for packed-string...
2017-06-19 Eric S. RaymondMore semantic typing - a step towards eliminating packing.
2017-06-19 Eric S. RaymondBoolify some logical variables.
2017-06-19 NHOrusEven less magic 111/head
2017-06-19 NHOrus-r doesn't show with NOSAVE build 109/head
2017-06-19 NHOrusNo need to tease with excluded options 108/head
2017-06-19 Eric S. RaymondMagic-number elimination.
2017-06-19 Eric S. RaymondMagic-number elimination. Fix possible glitch in troll...
2017-06-19 Eric S. RaymondMagic number elimination, repair some careless replace...
2017-06-19 Peje NilssonRemove goto L12 - take two
2017-06-19 Jason S. NinnemanAbolish MAXDIE in favor of maximum_deaths. 104/head
2017-06-19 Jason S. NinnemanRemove message pointer math in croak().
2017-06-19 Jason S. NinnemanChange YES() to take const char* arguments.
2017-06-19 Eric S. RaymondMore repairs on search-replace results.
2017-06-19 Eric S. RaymondNo longer restricted to 6-character FORTRAN identifiers.
2017-06-19 Eric S. RaymondReindent and cleanup.
2017-06-18 Bob Littlemagic numbers, show usage, fixed linty warnings 103/head
2017-06-18 Jason S. NinnemanGut and rebuild YES() with cleaner approach that doesn... 101/head
2017-06-18 Eric S. RaymondRepair plover teleport and add a test for it.
2017-06-18 Eric S. RaymondCode simplification.
2017-06-18 Jason S. NinnemanRename newspeak() to speak(). 100/head
2017-06-18 Eric S. RaymondRefactor scoring so score() does not conditionally...
2017-06-18 Eric S. RaymondMagic-number limination. Improve test coverage.
2017-06-18 Eric S. RaymondRe-format to consistent indent style with "make indent".
2017-06-18 Bob LittleAdded 'linty' target for make
2017-06-17 Bob LittleMove a few prototypes and static'ed a few functions 97/head
2017-06-17 NHOrusImproved docs, fixed identation
2017-06-17 NHOrusLittle cleanup of variable names 94/head
2017-06-17 NHOrusResume from file on startup 93/head
2017-06-16 Eric S. RaymondCode simplification.
2017-06-16 Eric S. RaymondCode simplification.
2017-06-16 Peje NilssonMerge branch 'master' into actions-arithmetic 87/head
2017-06-16 Eric S. RaymondMagic-number elimination.
2017-06-16 Eric S. RaymondMagic-number elimination.
2017-06-16 Peje NilssonMerge branch 'master' into actions-arithmetic
2017-06-15 Eric S. RaymondName another magic number.
2017-06-15 Eric S. RaymondDon't do dwarf moves after a fallback command.
2017-06-15 Eric S. RaymondMagic-numnber elimination.
2017-06-15 Peje NilssonMerge branch 'master' into actions-arithmetic 84/head
2017-06-15 Eric S. RaymondMore use of manifeat constants.
2017-06-15 Eric S. RaymondMore use of manifest constants.
2017-06-15 Eric S. RaymondUse symbolic shortnames for locations.
2017-06-15 NHOrusLocalizing variables 82/head 83/head
2017-06-15 Eric S. RaymondUse LOC_* constants for locations. Clean up some ARB_...
2017-06-15 Eric S. RaymondMeaningful shortnames for RSPEAK messages.
2017-06-15 Eric S. RaymondMore ARB tagging.
2017-06-15 Bob Littledungeon now outputs just database.h 80/head
2017-06-14 Jason S. NinnemanPut the long and short location descriptions into a... 79/head
2017-06-14 Eric S. RaymondMove from random message numbers to ARB_* symbols gener...
2017-06-14 NHOrusLowering the scope And cleaning up some warnings from...
2017-06-14 Eric S. RaymondInclude LCG state in game saves.
2017-06-14 Eric S. RaymondRepair and simplify complicated pirare-robbery logic.
2017-06-14 Eric S. RaymondCode simplification.
2017-06-13 Eric S. RaymondUse more C-like naming conventions for variables.
2017-06-13 Eric S. RaymondMagic-number elimination.
2017-06-13 Eric S. RaymondMakere magic numbers for cond bits into symbols.
2017-06-13 Eric S. RaymondFix compiler warnings.
2017-06-13 Jason S. NinnemanFix all the simple compiler warnings. 74/head
2017-06-13 Eric S. RaymondAbolish setup check, there's no possibility of restart.
2017-06-13 Peje NilssonCleanup leftover comments 69/head
2017-06-13 Eric S. RaymondUpdate docs to track Peje's latest patch.
2017-06-13 Peje NilssonRefactor part of dwarfmove to remove goto jumpout 67/head
2017-06-13 Eric S. RaymondComment polishing.
2017-06-13 Peje NilssonRemove L19999
2017-06-13 Eric S. RaymondImprove slightly on Peje's L12 patch, changing document...
2017-06-13 Peje NilssonRelocate L12 65/head
2017-06-12 Eric S. RaymondAdd -s option.
2017-06-12 Eric S. RaymondFORTRAN line numbers returned from action() become...
2017-06-12 Eric S. RaymondRefactor main command loop to eliminate L2000.
2017-06-12 Eric S. RaymondEliminare L8 label.
2017-06-12 Eric S. RaymondEliminate L8 label.
2017-06-12 Eric S. RaymondFactor out logic for listing objects at present location.
2017-06-12 Eric S. RaymondRefactor hinting logic to pull more code out of mainline.
2017-06-12 Eric S. RaymondClosing-time check factored out.
2017-06-12 Eric S. RaymondReformat for readability.
2017-06-12 Eric S. RaymondMore goto elimination.
next