2017-06-25 |
Eric S. Raymond | Fully subsume section 7 into YAML.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Remove unused error codes.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Move the description of string escapes to where the...
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Remove unused code.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Section 13 is now all YAML, so objsound.py can go.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Improve comments, eliminate magic numbers.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Give generate constant arrays the const specifier.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Replace magic MINTRS/MAXTRS with a treasure attribute...
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | LOCSIZ -> NLOCATIONS, finishing limit-name cleanup.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | More fixed limits (NOBJECTS, LOCSIZ) stop being fixed.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Rationalize names of structure array sizes.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Elimination of OBJTXT.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Correct buggy behavior of sign in endgame. Add a test...
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Extend test coverage. read sign in endgame.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Elimination of OBJSND.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Extend test coverage of vending-machine actions.
|
commit | commitdiff | tree |
2017-06-24 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Eliminate setting of OBJTXT sell for oyster - OBJTXT...
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Abolish unclean operation on OBJSOUND - it's now static.
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Name the lamp, grate, and bird states.
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Proof of cobcept for state defines.
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Documentation polishing.
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Support loud locations.
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Location sounds are now declared by YAML.
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | objsound.py: add a (temporary) YAML transformer for...
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Add YAML markup for location sounds.
|
commit | commitdiff | tree |
2017-06-23 |
Eric S. Raymond | Toss unused parts of dungeon.c and init.c
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Replace macros with condition bits.
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Give the FORCED property a real cond bit. Delete some...
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Switch fully over to YAML generation of condition bits...
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Generate initializer from YAML for Section 9 bits.
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Use YAML references to tie hints to locations.
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Location YAML now has conditions.
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | locbit.py: Can't set a FORCED attribute in the YAML...
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Repair a check file.
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Check in the tool for folding Section 9 COND bits into...
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Improve namespace hygiene.
|
commit | commitdiff | tree |
2017-06-22 |
Eric S. Raymond | Patch around non-working pillo bug fix.
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Simple fix for GitLab issue #14: Behaviour of magic...
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Fix GitLab issue #13 - The "eat" command exhibits strange...
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Revert "Test coverage - Almost all of score.c". It...
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Revert "Test coverage - 100% score.c". It's breaking...
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Documentation polishing.
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Documentation and polishing.
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | YAMLify section 11 (hints).
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Document the YAML, remove some dead code, fix typos.
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Section 10 (class thresholds) is now parsed entirely...
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Further code simplification.
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Code simplification.
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | Chage read handler argument to by-value.
|
commit | commitdiff | tree |
2017-06-21 |
Eric S. Raymond | WD* globals abolished. They're now members of the command...
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Introduce command encapsulation structure.
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Comment polishing.
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Add test for "cage bird".
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Polish help text.
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Add -l to coverage testing.
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Documentation update.
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Fix off-by-one error that enabled the fuzzer to find...
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Test logic for lamp dimming triggering battery replacement.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Mostly confine assumptions about what token_t is to...
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Concentrate all magic-number values for packed-string...
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | More semantic typing - a step towards eliminating packing.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Publish more things on the website.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Boolify some logical variables.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Revert "Improved test coverage -- save/resume fail"
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Magic-number elimination.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Magic-number elimination. Fix possible glitch in troll...
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Add axeorama log, extending test coverage.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Restructure some code.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | L12 is gone again. Magic numbers have been almost eliminated.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Magic number elimination, repair some careless replace...
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Documentation tweak.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Get usage message into coverage tests.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Typo fix.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | More repairs on search-replace results.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Fix search-and-replace error.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | No longer restricted to 6-character FORTRAN identifiers.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Attempt to deconfuse the coverage analyzer.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Reindent and cleanup.
|
commit | commitdiff | tree |
2017-06-19 |
Eric S. Raymond | Add project logo. It'll have to do until we find an...
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | This should get test coverage to 93%.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Repair plover teleport and add a test for it.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Extent test coverage to plover room access.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Code simplification.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Remove unused code.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Refactor scoring so score() does not conditionally...
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Magic-number limination. Improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Trying again to repair tests.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Repair tests.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Simplify code, improve test coverage.
|
commit | commitdiff | tree |
2017-06-18 |
Eric S. Raymond | Improve test coverage.
|
commit | commitdiff | tree |
next |