projects
/
open-adventure.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Deploy maximum "fortified source" and stack protection.
[open-adventure.git]
/
misc.c
2017-07-16
Eric S. Raymond
Information hiding.
blob
|
commitdiff
|
raw
2017-07-14
Eric S. Raymond
Code cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-14
NHOrus
Removed unused code, reindented
blob
|
commitdiff
|
raw
|
diff to current
2017-07-12
Jason S. Ninneman
Express word type with an enum instead of magic numbers.
238/head
blob
|
commitdiff
|
raw
|
diff to current
2017-07-12
Eric S. Raymond
Prevent game from uttering solecisms about the "floor...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-07
Eric S. Raymond
Eliminate magic numbers from C side of condition handling.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-07
NHOrus
Deal around newline-only lines pruned to zero-lenght
blob
|
commitdiff
|
raw
|
diff to current
2017-07-07
NHOrus
Don't zero stuff twice
blob
|
commitdiff
|
raw
|
diff to current
2017-07-06
NHOrus
Magic-number elimination and fix
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
Eric S. Raymond
Further infiltrare semantic types.
takebird
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
NHOrus
Made feeding a switch instead of elsif chain
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
NHOrus
Moved state_change to misc.c to start using it in main...
215/head
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
NHOrus
Static analysis warnings squished
212/head
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
Eric S. Raymond
Fix dropped stitch in last commit.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
Eric S. Raymond
Magic-number elimination.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-05
Eric S. Raymond
Under oldstyle, mangled echoed unknown text to simulate...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-04
Eric S. Raymond
Magic-number elimination.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-04
NHOrus
Cleaned up unused variables
blob
|
commitdiff
|
raw
|
diff to current
2017-07-04
Jason S. Ninneman
Upgrade get_vocab_id() to handle empty strings.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Eric S. Raymond
Discard implementation of %L and %U format specifiers...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Eric S. Raymond
Reducing use of dynamic allocation forecloses many...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Eric S. Raymond
Information hiding.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Eric S. Raymond
Simplify tokenization code.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Eric S. Raymond
Use the raw buffer in tr command structure for editing.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Eric S. Raymond
Refactor tokenization to save raw tokens and use static...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Eric S. Raymond
Magic-number elimination.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
NHOrus
Broke all logical or into multiline statement to show...
200/head
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
NHOrus
Unspk'd pour command
blob
|
commitdiff
|
raw
|
diff to current
2017-07-02
Jason S. Ninneman
Eliminate the global game.blklin.
194/head
blob
|
commitdiff
|
raw
|
diff to current
2017-07-02
NHOrus
Rationalize attack logic
192/head
blob
|
commitdiff
|
raw
|
diff to current
2017-07-02
Aaron Traas
Moved application settings to settings_t struct
blob
|
commitdiff
|
raw
|
diff to current
2017-07-02
Jason S. Ninneman
Replace datime() with just time().
190/head
blob
|
commitdiff
|
raw
|
diff to current
2017-07-02
Aaron Traas
Coverage -- version command
blob
|
commitdiff
|
raw
|
diff to current
2017-07-02
Aaron Traas
centralize calls to make_zzword()
blob
|
commitdiff
|
raw
|
diff to current
2017-07-01
Jason S. Ninneman
Never write the input prompt to log files.
183/head
blob
|
commitdiff
|
raw
|
diff to current
2017-07-01
Eric S. Raymond
Ignore l g z i under oldstyle.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-01
Jason S. Ninneman
Replace linenoise with libedit in code and build.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-01
NHOrus
Spread documentation from init.c It was empty without...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-01
Eric S. Raymond
Magic-number elimination.
blob
|
commitdiff
|
raw
|
diff to current
2017-07-01
NHOrus
Stop leaking memory
blob
|
commitdiff
|
raw
|
diff to current
2017-07-01
Jason S. Ninneman
Various cleanups.
173/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-30
Eric S. Raymond
Use YAML block-literal syntax to avoid wrapped lines.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-30
NHOrus
Plugged little linenoise memory leaks.
170/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-30
Eric S. Raymond
Implement and document %V escape so version only needs...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-30
Jason S. Ninneman
Remove some disused stuff.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Aaron Traas
Documentation and comment cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Eric S. Raymond
Re-indented.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Eric S. Raymond
Fix an OB1 bug in allocation.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
NHOrus
Unshadowed k2 into k3 in main.c
155/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Jason S. Ninneman
Finish newdb -> dungeon renaming.
153/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Jason S. Ninneman
Remove MAPLIN(). Fold common.[ch] into other files...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Jason S. Ninneman
Jettison MAKEWD(), GETTXT(), vocab(), GETIN(), and...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-29
Jason S. Ninneman
Completely wire vocab words in YAML to the code.
151/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-28
Eric S. Raymond
Implement and document state-changes messages in YAML.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-28
NHOrus
Some more linter warnings
blob
|
commitdiff
|
raw
|
diff to current
2017-06-28
Aaron Traas
Test coverage: make LCOV ignore code unreachable withou...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-28
Aaron Traas
Test coverage: make LCOV ignore bug() and all calls...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-28
Aaron Traas
Test coverage: make LCOV ignore sig_handler and OOM...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-27
Aaron Traas
Remove unused code
blob
|
commitdiff
|
raw
|
diff to current
2017-06-26
Jason S. Ninneman
object_descriptions[] is now objects[].
136/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-26
Eric S. Raymond
Take FORTRANish upper-case function names to C-style...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-24
Eric S. Raymond
Elimination of OBJSND.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-22
Jason S. Ninneman
Quick-fix the 'pillo bug'.
130/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-21
Aaron Traas
xstrdup() not called anywhere in source. Removed.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-21
Peje Nilsson
Replace SETPRM/[PR]SPEAK with variadic [pr]speak
blob
|
commitdiff
|
raw
|
diff to current
2017-06-20
Jason S. Ninneman
Don't exit on EOF from get_input().
blob
|
commitdiff
|
raw
|
diff to current
2017-06-20
Eric S. Raymond
Comment polishing.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-20
Eric S. Raymond
Fix off-by-one error that enabled the fuzzer to find...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Peje Nilsson
Merge branch 'master' into magic-number
116/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Jason S. Ninneman
Fix typo and compiler warning.
115/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Jason S. Ninneman
Add token_to_packed() utility function.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Peje Nilsson
Merge branch 'master' into magic-number
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Eric S. Raymond
Mostly confine assumptions about what token_t is to...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
NHOrus
Even less magic
111/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Jason S. Ninneman
Change YES() to take const char* arguments.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Eric S. Raymond
Attempt to deconfuse the coverage analyzer.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-19
Eric S. Raymond
Reindent and cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Bob Little
magic numbers, show usage, fixed linty warnings
103/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Jason S. Ninneman
Fix bug that made YES() case-sensitive.
102/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Jason S. Ninneman
Gut and rebuild YES() with cleaner approach that doesn...
101/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Eric S. Raymond
Remove unused code.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Jason S. Ninneman
Rename newspeak() to speak().
100/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Eric S. Raymond
Re-format to consistent indent style with "make indent".
blob
|
commitdiff
|
raw
|
diff to current
2017-06-18
Bob Little
Added 'linty' target for make
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Peje Nilsson
Merge branch 'master' into actions-arithmetic
87/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Eric S. Raymond
Magic-number elimination.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Eric S. Raymond
Remove total-ordering assumption.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Eric S. Raymond
Magic-number elimination.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-16
Peje Nilsson
Merge branch 'master' into actions-arithmetic
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Eric S. Raymond
Squasgh -Wextra warnings.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
NHOrus
Localizing variables
82/head
83/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-15
Eric S. Raymond
Meaningful shortnames for RSPEAK messages.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-14
Eric S. Raymond
Move from random message numbers to ARB_* symbols gener...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-14
NHOrus
Lowering the scope And cleaning up some warnings from...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-14
Eric S. Raymond
Include LCG state in game saves.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-13
Eric S. Raymond
Magic-number elimination.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-13
Jason S. Ninneman
Fix all the simple compiler warnings.
74/head
blob
|
commitdiff
|
raw
|
diff to current
2017-06-13
Eric S. Raymond
Typo fixes.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-13
Eric S. Raymond
Explain the prompting logic more fully.
blob
|
commitdiff
|
raw
|
diff to current
2017-06-13
Eric S. Raymond
Fix a minor bug in -l operation. Explain the input...
blob
|
commitdiff
|
raw
|
diff to current
next