0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 17 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typos, updated home page URL. More... about 14 years ago
Bump up to version 0.1.0. More... about 14 years ago
Move library files and ui files into a lib subdirectory, and other changes to file loading. More... about 14 years ago
Removed gosu as a dependency, to satisfy jruby. More... about 14 years ago
Merge branch 'master' of github.com:agrimm/zombie-chaser More... about 14 years ago
Fixes to README. More... about 14 years ago
Supply message about gosu being missing only when relevant. Abort if graphical user interface requested but unavailable. More... about 14 years ago
Failed attempt at collision avoidance. More... about 14 years ago
Made collision detection in console more rigorous, except to prevent deadlock when it's already going wrong. More... about 14 years ago
Fix error in running test_zombie.rb by itself. More... about 14 years ago
Fixed bug with class methods in ruby 1.9 More... about 14 years ago
Ensured that text output is done atomically. More... about 14 years ago
Fix integration test to run on windows platforms. More... about 14 years ago
Confirmed that a width of 80 causes problems for Windows console sessions, justifying a default of 79. More... about 14 years ago
Documented that gosu is an optional runtime dependency. More... about 14 years ago
Fixed typo in error message. More... about 14 years ago
Removed unused class. More... about 14 years ago
When mutating methods, remove the original first so that they don't generate bogus warnings. More... about 14 years ago
Avoid messages being on the same line as console-based zombie representation. More... about 14 years ago
Turn off collision checking for GUI interface. More... about 14 years ago
Made sleeping inversely proportional to test suite size. More... about 14 years ago
Make console width configurable. More... about 14 years ago
Remove warning about uninitialized variable. More... about 14 years ago
Fix output indicating whether a method if chaser-proof or not. More... about 14 years ago
Actors can move from all directions. More... about 14 years ago
Print overall chaser results before the window is closed. More... about 14 years ago
Added ability to raise if actors are being drawn off-screen. More... about 14 years ago
Added handling of timeouts. More... about 14 years ago
Attempted fix for zombies getting stuck for no apparent reason. More... about 14 years ago
Removed unneeded comment. More... about 14 years ago