Chaosforge Forum

  • August 01, 2025, 07:07
  • Welcome, Guest
Please login or register.



Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Xecutor

Pages: [1]
1
Oh. That helped.
Now another issue. There is no num lock in mac os x.
In doomrl keypad switches weapons.
Playing with cursor+pgup/dn+home/end is possible, but not very convenient.
AFAIR there are two modes in curses for keypad handling.
And in one mode keypad keys produce some unique seqs of codes.
Just checked. If I call 'keypad(stdscr, true);' then keypad7 produces 27, 79, 119.
Hm. It works in Terminal, but it doesn't work in iTerm.

2
After I updated SDL and SDL_Image frameworks, it seems to work fine.
The only problem is - significant part of floor tiles are represented with question mark.
However, when I die, in graveyard, picture of level is fine, with dots as floor tiles.
I tried to run it in standard Mac OS X Terminal app.
Just tried to run it with X11 xterm - there things are even worse. It's not question mark. It looks like unrecognized unicode symbol (question mark in a white diamond).
Probably locale settings must be set to some specific locale?
Tried to set LC_CTYPE to "C", but it didn't help.

Pages: [1]