Changes are:
Updated the core interpreters to the latest versions, which are Glulxe
0.4.6 and Git 1.2.7. Both these support the new floating point logic Zarf
added to the Glulx 3.1.2 specification.
The window can be made to fill the entire screen; press Alt+Enter to toggle
this full screen mode on and off.
A new configuration file option, "FullScreen", also makes the window fill
the entire screen.
During line input, Ctrl+Left moves the cursor to the start of the current
word, and Ctrl+Right moves to the end.
The logic when scaling alpha-blended images has been improved, so there
should no longer be artifacts round the edges of such images. (Thanks to
Erik Temple for pointing this one out.)
Data being written to files is now flushed whenever input is requested from
the user. This allows, for example, transcript files to update as a game is
being played, and not only when the interpreter closes the file. (Thanks to
Peter Pears for pointing this one out.)
There's also a new release of the underlying Glk library, Windows Glk,
which is here:
http://ifarchive.org/indexes/if-archiveXprogrammingXglkXimplementations.html
Woo; yes :)
Many many thanks, as always.
Aren't one or both of these in the Inform 7 IDE? Meaning, we'd be
able to use the full-screen mode from the IDE? (In a slightly larger
font? That would be groovy. I have reams of debugging output
sometimes.)
No: the front-end includes the core Glulxe and Git interpreters, but it's
not the same user interface as used in Windows Glulxe and Windows Git.
David
Beautiful! Thanks!
>During line input, Ctrl+Left moves the cursor to the start of the current
>word, and Ctrl+Right moves to the end.
Just gorgeous. :)
Great as usual. Many thanks, David.
By the way, it's probably my fault but I'm experiencing some trouble
with WinGlulxe and images in main windows (warning: I'm talking about an
Inform6 project): the text printed later (I suppose after an input)
spans over the image or, if the text is left/right justified, is
compressed (a whole line of text if fitted in the space left by the image).
Any hints?
Thanks in advance
bye
--
Paolo Lucchesi - p...@NOSPAMpaololucchesi.it
That doesn't sound good. Can you send me an example (preferably small) that
demonstrates the problem?
David
Yes, I already have it. Can you email me your address?
Thanks
--
Paolo Lucchesi
email: plucchesiNOSPAM(at)NOSPAMtin(dot)NOSPAMit
homepage: http://www.paololucchesi.it
It's in the first page of the Windows Glulxe help file, which you can bring
up with the Glulxe / Help menu item.
David
> The window can be made to fill the entire screen; press Alt+Enter to toggle
> this full screen mode on and off.
>
> A new configuration file option, "FullScreen", also makes the window fill
> the entire screen.
Great news David, many thanks! :)
This is just a bug fix release:
* Corrected problems with formatting and line input when
margin images are present. Thanks to Paolo Lucchesi for
reporting this and helping with testing.
* Corrected a stupid mistake in the handling of alpha-blended
images. Thanks to Erik Temple for pointing this problem out.
There's also a new release of the underlying Glk library, Windows Glk, which is here:
http://ifarchive.org/indexes/if-archiveXprogrammingXglkXimplementations.html
David