0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added .ruby-version for last known working Ruby version. More... about 8 years ago
Update for ruby 2.0, latest version of inform, and change bin/dorothy into a sinatra app. More... over 10 years ago
Implement several screen-related ops. More... over 14 years ago
Add Text#inspect. More... over 14 years ago
Bug fixes: char_available? was wrong and update read_char to work in ruby 1.9. More... over 14 years ago
Add trace message when there isn't input available for z_read or z_read_char. More... over 14 years ago
Fix unit tests that were looking for Machine#output (replaced with Machine#screen). More... over 14 years ago
Start replacing Machine#output with Machine#screen. Serialization is broken and probably most of the unit tests. More... over 14 years ago
Start of v5 screen model. More... over 14 years ago
Really basic serialization test. (I still suspect serialization is broken) More... over 14 years ago
Expose the program counter via Z::Machine#pc. More... over 14 years ago
Declare variables extern in machine.h, define them in init.c. Might fix compile / loading issue under os x. More... over 14 years ago
Added Object#attributes. More... almost 15 years ago
Add p_skip_embedded_string, replaced last calls to machine_read_string, removed machine_read_string. More... almost 15 years ago
Eliminate compilation warnings under ruby 1.9. More... almost 15 years ago
Clean up a few compilations warnings, bug fix for V6 initialization. More... almost 15 years ago
Ruby 1.8 / 1.9 compatibility. More... almost 15 years ago
Use the right version of ruby to build the C extension. More... almost 15 years ago
Updated .gitignore More... almost 15 years ago
Changed Z::Status to decorate Z::Memory instead of Z::Machine. Also, reduced status_location_name and status_location_number to status_location using the newer object_table_find. More... almost 15 years ago
Change Z::Program.new so that it always loads from file, Z::Program.[] will load from the cache (which can be accessed from Z::Program.programs). More... about 15 years ago
Improved memory management, fix memory leaks. More... about 15 years ago
Added ObjectTable#each. More... about 15 years ago
Bug fix: Some objects can have zero-length names. More... about 15 years ago
Added Z::Object#parent?, #siblings?, #children?, #siblings, #children, #root, and #inspect. More... about 15 years ago
Remove outdated memory_get_object. More... about 15 years ago
Added Z::ObjectTable and Z::Object. It is now possible to lookup objects by number and then inspect name, parent, child, and sibling. More... about 15 years ago
Added Memory#object, returns the name of an object when given its number. This is temporary. More... about 15 years ago
Access Header through Memory (not Machine). More... about 15 years ago
Change Header to decorate Memory instead of Machine. More... about 15 years ago