Localize scope for restore file pointer in main.
[open-adventure.git] / main.c
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.
2017-06-12 Eric S. RaymondGoto elimination.
2017-06-12 Eric S. RaymondK successfully localized.
2017-06-12 Eric S. RaymondAllow direct object to persist across turns.
2017-06-12 Eric S. RaymondLocalize K.
2017-06-12 Eric S. RaymondNarrow scope of K.
2017-06-12 Eric S. RaymondK localization.
2017-06-12 Eric S. RaymondLocalize K to main.c
2017-06-12 Eric S. RaymondSPK is no longer global.
2017-06-11 Jason S. NinnemanRetrofit main.c for the new database and newspeak().
2017-06-11 Eric S. RaymondYet more goto elimination.
2017-06-11 Eric S. RaymondAbolish 18999 return from actions().
2017-06-11 Eric S. RaymondAbolish 2009 return.
2017-06-11 Eric S. RaymondAbolish L2010.
2017-06-11 Eric S. RaymondAbolish 2011 return from actions. A step towards locali...
2017-06-11 Eric S. RaymondMore goto elimination.
2017-06-11 Eric S. RaymondClean up dummy macro arguments.
2017-06-11 Eric S. RaymondYet more goto eliminations.
2017-06-11 Eric S. RaymondTwo goto eliminations.
2017-06-11 Eric S. RaymondOne more goto-label pair gone.
2017-06-11 Eric S. RaymondSix more gotoectomies.
2017-06-11 Eric S. RaymondResolve a goto.
2017-06-10 Eric S. RaymondDocumentaion polishing.
2017-06-10 Eric S. RaymondStructuring move.
2017-06-10 Eric S. RaymondUse C idioms for increment/decrement.
2017-06-10 Eric S. RaymondEnable input editing with the linenoise library.
2017-06-10 Eric S. RaymondReplace magic linenumbers with a clearer enum.
2017-06-09 Eric S. RaymondWhitespace fixes.
2017-06-09 Eric S. RaymondWhuirespace-only change.
2017-06-09 Eric S. RaymondContinuing gotoicide.
2017-06-09 Eric S. RaymondStill more gotoicides.
next