0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* zvm/zmemory.py: add API for reading/writing global vars. More... about 18 years ago
* zvm/zopdecoder.py: finish this class. More... about 18 years ago
* zvm/zopdecoder.py: flesh this out quite a bit. It's nearly finished, implementing all of section 4 in the spec. More... about 18 years ago
* zvm/zopdecoder.py: start fleshing out more code. More... about 18 years ago
* zvm/zopdecoder.py: new file, no real code yet. More... about 18 years ago
Complete abbreviation support and handling. The ZString class is now complete-ish, if a little clunky. String handling should probably be rewritten now that we have a working implementation to verify against. More... about 18 years ago
Add a ZString factory, and a ZString capable of translating simple strings (those not containing abbreviations). More... about 18 years ago
* zvm/zmemory.py: disallow header writes via normal sequence syntax. create *_set_header() APIs for interpreter and game. More... about 18 years ago
* zvm/zmemory.py: simplify code. More... about 18 years ago
* zvm/zmemory.py: fill memory with numbers, not characters. More... about 18 years ago
* zvm/zmemory.py: add more z-story validation, and routines to return addresses. More... about 18 years ago
Make the string translator return the actual right values! More... about 18 years ago
Add an unfinished version of the ZString stream translator. More... about 18 years ago
* zvm/zmemory.py: remove old comment. More... about 18 years ago
* zvm/zmemory.py: factorize, add more sequence funcs. More... about 18 years ago
* zvm/zmemory.py: fix bugs, and add print_map() function. More... about 18 years ago
* README: new file. * stories/curses.z5: new directory and sample .z5 file to test with More... about 18 years ago
* zvm/zmemory.py: new file. Not quite finished yet. More... about 18 years ago
Clarify the phrasing of a unit test. More... about 18 years ago
Add a submodule that defines a component for unicode-zscii translation, with associated unit tests. More... about 18 years ago
Add a LICENSE file to the project tree, and repoint current source files to it. More... about 18 years ago
Set svn:ignore to ignore all compiled and optimized python bytecode files. More... about 18 years ago
Add a helper class to manipulate bitfields in a Pythonic way, with associated test suite and infrastructure. More... about 18 years ago
Create a couple of python modules: zvm for the z-machine implementation, tests for zvm's unit tests. More... about 18 years ago
Create the basic repository structure. More... about 18 years ago