EasyRPG / TestGame

RPG Maker 2000/2003 test suite game project
https://easyrpg.org/play/
GNU General Public License v3.0
23 stars 12 forks source link

Event generation using lcf_reader mrbgem. #23

Closed take-cheeze closed 8 years ago

take-cheeze commented 10 years ago

Since binary data isn't diffable with git we need a better way to review TestGame review. What I'm thinking is that to generate TestGame event with mruby script using DSL. Additionally it can have test that will be runned in mruby player using comment event command.

fdelapena commented 8 years ago

This has been superseded with the event tracer, which generates logs from both interpreters. There are two parts: A DynRPG Plug-in in RPG_RT and an equivalent code in Player. Then it only needs a log comparison. If equals, test is passed.

DynRPG Plugin: Ghabry/dynrpg-eventtracer. Player code: Ghabry/Player event_unittest branch (git compare).