quixe
                                
                                
                                
                                    quixe copied to clipboard
                            
                            
                            
                        A Glulx VM interpreter written in Javascript
Hello and thank you for this great interpreter :) I am sorry if I am missing something, but I am unable to find a possibility to send user input to...
Described in thread: https://intfiction.org/t/help-fixing-everybody-dies-so-its-playable-online/51346 When iosys is zero, printing a string should silently do nothing. Instead it maybe generates a Glk "stream not set" error? A couple of places seem...
See plan: https://github.com/erkyrath/glkote/issues/46 I have gone through and done this for all the modules in the glkote repo. Quixe is not yet done. (Quixe works at present, but Lectrote is...
The intent of Quixe is that it should work as a module, delegating all DOM manipulation to glkote.js. However, there are places in gi_load.js where this breaks down. - The...
(This is a distant priority, but I'm writing it down because the subject came up.) You're supposed to be able to extend a Glulx interpreter with a custom I/O system...
The Borogove web-I7 service sometimes hides the story div. This results in a crash -- possibly because the status window gets measured at zero height. > Quixe init: TypeError: Cannot...
CM clears the graphics window every turn (or every move?), but it does this by filling a window-sized rectangle (rather than calling glk_window_clear). Quixe fails to recognize that this erases...
Quixe automatically uses a proxy to download the story file if it detects that it's not on the same domain. There are two cases where the proxy makes things worse...
https://www.mirality.co.nz/if/glulxetest/ This contains a couple of demos of problems I've noticed when using Quixe. * `demo1` : this tries to display a centred image in a text window. The image...
Companion to erkyrath/glkote#1; see there for commentary. ~~**This is definitely not ready to merge**; aside from the TODOs and problems mentioned in the glkote PR, I haven't fully updated the...