Inform icon indicating copy to clipboard operation
Inform copied to clipboard

Inform is a design system for interactive fiction based on natural language

Results 9 Inform issues
Sort by recently updated
recently updated
newest added

In a build made from the current source (0774cc0) on macOS Sonoma (14.0), _Counterfeit Monkey_ looks very strange after resizing the window: Even stranger, the display looks correct in the...

IFViewAnimator should probably be rewritten to use CoreAnimation instead of manually drawing the images on each frame.

Looks to have been broken by e86e8c32f56b2f3db78ea3e4e21254db7a623184. If I take out the first resizeView call in layoutSkeinWithAnimation: the bug goes away. It's happening because the first resizeView makes the view...

complier_injection.sh assumes the existence of a makefile in the `Inform Core` directory and I can't find anything that could create such a thing. It also seems to assume that there...

If I choose "Inform 10.1, August 2022" as Language Version in the project settings, I then can't compile - I get the error "Could not Launch compiler" (see below). The...

Stack trace: ``` 0 CoreFoundation 0x00007ff8032261ba __exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007ff802d4c42b objc_exception_throw + 48 2 CoreFoundation 0x00007ff8033003ea -[__NSCFString characterAtIndex:].cold.1 + 0 3 CoreFoundation 0x00007ff80326adf5 mutateError + 121 4 CoreFoundation...

This might be a bug in the compiler, but during extension development, I symlinked an extension to the correct location (from my repo, which was elsewhere on my system) and...

A couple things have come up while working in Inform that could be improved to make it more accessible to colorblind people. I have red/green colorblindness, and it's a pretty...

First of all, thank you for adding Dark Mode! The ability to have a dark theme for the code and the Index have been really helpful, since I do most...