2017-06-25 |
Eric S. Raymond | A step forward in definining YAML for the travel array.
|
commit | commitdiff | tree |
2017-06-25 |
Eric S. Raymond | Comment polishing.
|
commit | commitdiff | tree |
2017-06-25 |
Eric S. Raymond | Fix a report of conpile-time error.
|
commit | commitdiff | tree |
2017-06-25 |
Eric S. Raymond | Dix off-by-one errors induced by tightening some array...
|
commit | commitdiff | tree |
2017-06-25 |
Eric S. Raymond | Change structure of vocabulary YAML to cope with multiply...
|
commit | commitdiff | tree |
2017-06-25 |
Eric S. Raymond | Add some sanity checking to newdungeon.py.
|
commit | commitdiff | tree |
2017-06-25 |
Eric S. Raymond | Comment polishing in adventure.yaml.
|
commit | commitdiff | tree |
2017-06-25 |
Eric S. Raymond | Vocabulary (adventure.txt section 4) is now in YAML...
|
commit | commitdiff | tree |
2017-06-25 |
Eric S. Raymond | Proof of concept for Section 3 report generator.
|
commit | commitdiff | tree |
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 |
Jason S. Ninneman | Fixups to the adventure.yaml commentary.
|
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 |
Peje Nilsson | Replace SETPRM/[PR]SPEAK with variadic [pr]speak
|
commit | commitdiff | tree |
2017-06-21 |
David James Sherman | Resolve GitLab issue #3. Applies MISRA and CERT guidelines.
|
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 |
Jason S. Ninneman | Fix another ob1 error.
|
commit | commitdiff | tree |
2017-06-20 |
Jason S. Ninneman | Clean out some disused variables.
|
commit | commitdiff | tree |
2017-06-20 |
Jason S. Ninneman | Fix off-by-one error.
|
commit | commitdiff | tree |
2017-06-20 |
Jason S. Ninneman | Refactor how turn threshold penalties are accounted...
|
commit | commitdiff | tree |
2017-06-20 |
Eric S. Raymond | Introduce command encapsulation structure.
|
commit | commitdiff | tree |
2017-06-20 |
Jason S. Ninneman | Don't exit on EOF from get_input().
|
commit | commitdiff | tree |
2017-06-20 |
Aaron Traas | Test coverage - more corner cases in actions.c
|
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 |
Aaron Traas | Test coverage More misuse of transitive verbs
|
commit | commitdiff | tree |
2017-06-19 |
Aaron Traas | Test coverage - failure to fill
|
commit | commitdiff | tree |
2017-06-19 |
Aaron Traas | Test coverage -- intransitive carry when one object...
|
commit | commitdiff | tree |
2017-06-19 |
Aaron Traas | Test coverage - drink with no valid object
|
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 |
Aaron Traas | Really 100% test coverage for saveresume.c
|
commit | commitdiff | tree |
2017-06-19 |
Aaron Traas | Should have 100% coverage on saveresume.c now
|
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 |
Aaron Traas | 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 |
Peje Nilsson | Remove goto L12 - take two
|
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 |
next |