erkyrath / quixe

A Glulx VM interpreter written in Javascript
http://eblong.com/zarf/glulx/
MIT License
169 stars 33 forks source link

Update parse_inform_debug_data() to modern gameinfo.dbg format #19

Open erkyrath opened 8 years ago

erkyrath commented 8 years ago

Quixe can load gameinfo.dbg from the Blorb file, but it tries to parse the old-fashioned format. Add code to parse the current (XML) debug format.

erkyrath commented 7 years ago

XML gameinfo.dbg files can be tens of megabytes, so this should probably wait until gi_load.js switches over to working in Uint8Array.