projects
/
open-adventure.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix an OB1 bug in allocation.
2017-06-10
Eric S. Raymond
Date typo fix.
commit
|
commitdiff
|
tree
2017-06-10
Eric S. Raymond
Cosmetic fix: blank line before filename prompt...
commit
|
commitdiff
|
tree
2017-06-10
Eric S. Raymond
Rewrite save/resume in idiomatic C. Savefile version...
commit
|
commitdiff
|
tree
2017-06-10
Eric S. Raymond
Isolate the grotty save/resume code. Most of it will...
commit
|
commitdiff
|
tree
2017-06-10
Eric S. Raymond
Unbreak the tests.
commit
|
commitdiff
|
tree
2017-06-10
Eric S. Raymond
Enable input editing with the linenoise library.
commit
|
commitdiff
|
tree
2017-06-10
Eric S. Raymond
Change NAPLIN signature - prepration for linenoise.
commit
|
commitdiff
|
tree
2017-06-10
Eric S. Raymond
Replace magic linenumbers with a clearer enum.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
More goto eliminations.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Whitespace fixes.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Whuirespace-only change.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Continuing gotoicide.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Still more gotoicides.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Factor out player movement logic.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Another gotoicide.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Another gotoicide.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Replace an unstructured goto with a two-level break.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Label and global-variable elimination.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Abolish global variable I.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Localize I.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Abolish a silly layer of macros.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Eliminate an unused global.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Eliminate a global variable.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Abolish global variable L.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Abolish global variable J.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Remove objectioonable uses of global variables.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Eliminate objectionable use of global.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Reformat actions.c, no code changes.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Suspend/resume handler.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Mass goto removal. Switch now calls handlers directly.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Because (almost) everything is done in handlers now...
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
read() and reservoir() handlers.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Yet more action handlers.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Action handler light().
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
More vocabulary handlers.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Add lock() handler.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Handler for transitive extinguish.
commit
|
commitdiff
|
tree
2017-06-09
Eric S. Raymond
Prepare for large goto elimination - whitesoace-only...
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Handler for SAY.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
More action handlers.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
More handler refactoring.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
More action handlers. Use consistent VO order.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Beginning of actions1.c refactor.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Remove one last goto from actions2.c
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
One more goto gone.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Factor out the croak() function for player death.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Yet more gotoectomy.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
De-gotoize hint machine.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Factor out the state machine for hints.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Resolve a particularly gnarly foto in dwarfmove.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Refactor of dwarfmove logic.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
More gotoectomies.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Clean up dwarfmove()
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Gotoectomy.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
More main.c cleanup.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
De-gotoifying main.c
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Localize V1 and V2 in main.c
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Abolish funcs.h.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Repair linenoise build, add guidance to Makefile on...
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Localize K in fill().
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
De-gotoify feed().
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
De-gotoify carry().
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Goto removal in actions2.c.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
De-gotoify fill().
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
misc.c is goto-free.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Yet another parallel make attempt.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Yet more gotoectomy.
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
The continuing cleanup of misc.c
commit
|
commitdiff
|
tree
2017-06-08
Eric S. Raymond
Attempt to repair GitLab build breakage.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Still more gotoectomy.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
More goto removal.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
More goto elimination in misc.c
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
More misc.c cleanup.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Continuing cleanup of misc.c.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Partial misc.c gotoectomy.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Move MAXDIE computation to dungeonmaker.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Localize K in score.c.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
init.c is now real C.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Scoring code is fully translated to C.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Reformat score.c like normal C, since it now almost is.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Global-variable elimination.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
score.c begins to resemble actual C.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Goto elimination.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Eliminate globals.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Localize TK.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Narrow the scope of IGO.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Localize K2.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Localize KK.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Fully localize VERB.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Further narrow the scope of VERB.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Localize a variable.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Narrow the scope of VERB.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Prevent confusion between dungeonmaker and runtime...
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
OBJ is completely localized.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
OBJ has become local in actions1.c and diesn't have...
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Complete OBJ localization in actions2.c
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Continuing OBJ localization.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Yet more OBJ localization.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Yet more OBJ localization.
commit
|
commitdiff
|
tree
2017-06-07
Eric S. Raymond
Localize OBJ in throw().
commit
|
commitdiff
|
tree
next