Giter Club home page Giter Club logo

Comments (7)

fredrikr avatar fredrikr commented on July 17, 2024

I can't reproduce this with the games I've tried. Which game did you see this in?

from ozmoo.

auraes avatar auraes commented on July 17, 2024

This seems to happen only with my French translation of the library.
With the French translation:
screen_fr
Without:
screen2
bug.tar.gz

from ozmoo.

auraes avatar auraes commented on July 17, 2024

The issue seems to come from the use of Zcharacter in my global.h file header. By removing this part of the code, I don't have the issue.

! Part of PunyInform, a standard library for writing interactive fiction using Inform 6.
!
System_file;

!FRENCH
#IfV5;
! treize emplacements disponibles ; il manque 'ä' 'ü' 'ÿ' 'ö' 'æ'
Zcharacter 'à';
Zcharacter 'â';
Zcharacter 'ç';
Zcharacter 'è';
Zcharacter 'é';
Zcharacter 'ê';
Zcharacter 'ë';
Zcharacter 'î';
Zcharacter 'ï';
Zcharacter 'ô';
Zcharacter 'œ';
Zcharacter 'ù';
Zcharacter 'û';
#EndIf;

from ozmoo.

auraes avatar auraes commented on July 17, 2024

With the original English library:
I added !% -Cu in the header of minimal.inf as well as my Zcharacter definitions in the header of global.h.
I converted this way for ozmoo : ruby make.rb -cm:fr -f system-FR.fnt minimal.z5
bug

from ozmoo.

fredrikr avatar fredrikr commented on July 17, 2024

I think I understand what's happening. If you could supply me with a story file that exhibits this problem, it would be helpful.

from ozmoo.

auraes avatar auraes commented on July 17, 2024

It's all in there: bug.tar.gz

from ozmoo.

fredrikr avatar fredrikr commented on July 17, 2024

Fixed. Thanks for reporting and helping out.

from ozmoo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.