Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-07 | Merge pull request #122 from yenatch/master | Bryan Bishop | |
vba config shouldn't need fiddling out of the box | |||
2013-03-07 | vba - suppress joypad input message | yenatch | |
2013-03-05 | vba - record/replay button sequences | Bryan Bishop | |
2013-03-04 | vba - keyboard input optimization | Bryan Bishop | |
2013-03-03 | vba - basic cheating infrastructure | Bryan Bishop | |
2013-03-01 | vba - separate config | Bryan Bishop | |
2013-03-01 | vba - run without unit tests | Bryan Bishop | |
2013-03-01 | vba - also install jython | Bryan Bishop | |
2013-03-01 | vba - improve install instructions | Bryan Bishop | |
2013-03-01 | fix bank handling in vba.call | Bryan Bishop | |
2013-03-01 | vba - example unit testing of roms | Bryan Bishop | |
2013-03-01 | vba - call arbitrary functions from jython | Bryan Bishop | |
2013-02-28 | vba - fix off-by-one error in registers | Bryan Bishop | |
2013-02-28 | vba - better way to deal with registers | Bryan Bishop | |
2013-02-28 | vba - get text on screen | Bryan Bishop | |
2013-02-28 | vba - set_registers | Bryan Bishop | |
2013-02-28 | remove code slop | Bryan Bishop | |
2013-02-28 | vba warp function | Bryan Bishop | |
2013-02-26 | various helper functions for the vba interface | Bryan Bishop | |
New vba.py features include: * get_memory_at * get_memory_range * set_memory_at Also, the "crystal" class has a number of specialty helpers: * crystal.walk_through_walls * crystal.get_player_name * crystal.get_map_name * crystal.get_xy * crystal.nstep (which sets memory each step by calling certain * functions, like walk_through_walls) * crystal.is_in_battle * crystal.get_gender | |||
2013-02-26 | jython bindings to vba-linux/vba-closure (vba-rr) | Bryan Bishop | |
A bunch of functions and tools to run vba-clojure (a fork of vba-rerecording specifically for compiling on Linux, bound to the JVM through JNI). |