FAangband 0.3.0
Collapse
X
-
I'm trying to get this thing up and running in X11 mode, but the game crashes when I press any key on the intro screen . I'm compiling on a 64-bit machine if that matters -- I've tried to compile for 32-bit, but the result is the same: Immediate crash after the intro screen.
SDL and GCU seem to work fine -- though not really playable for me since I like having 5 or so windows.Comment
-
Only thing I'd like to change about that implementation is to make the border snapping only to happen when windows overlap.Comment
-
Problems:
- can't use the '{' key on the object recall screens, nothing happens. Perhaps the mouse button would work
- can't use the function keys on Macro creation. All that is displayed at the prompt is ^_ for each function key pressed down.
- the bigtile display option isn't set after returning to play
- the font sorting is a bit strange
playing the SDL display codeComment
-
I'm trying to get this thing up and running in X11 mode, but the game crashes when I press any key on the intro screen . I'm compiling on a 64-bit machine if that matters -- I've tried to compile for 32-bit, but the result is the same: Immediate crash after the intro screen.
SDL and GCU seem to work fine -- though not really playable for me since I like having 5 or so windows.
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
- can't use the function keys on Macro creation. All that is displayed at the prompt is ^_ for each function key pressed down.
- the bigtile display option isn't set after returning to play
- the font sorting is a bit strange
Thanks for all these - I don't think there's anything too urgent there, but it will all help for the next version.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
- The squelching screen has no longer entries for the new spellbooks
- the fourth displayed item selection repeats the key label and the weight from the 1st slot.
- the subwindow overhead map should not act on the double and triple tile settingsComment
-
Yes, found that one already. I just forgot to put them in. It's fixed in my version now
- the fourth displayed item selection repeats the key label and the weight from the 1st slot.
- the subwindow overhead map should not act on the double and triple tile settingsOne for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Comment
-
OK, that's odd - I can't reproduce that, and I haven't seen anything like it in development. Does it always happen, and is it only the 4th repeating the 1st? Does it happen if you put the inventory in a subwindow?One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
I'm sorry, I have no clue at all about what's going on. I've looked at the relevant pieces of the code, and they pretty much haven't changed since 0.2.3. If anyone else sees this, or has any ideas why it might be happening, I'd be pathetically grateful.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Code:Program received signal SIGSEGV, Segmentation fault. 0x00000000004bd637 in macro_add (pat=0x7fff9a42fd50 "\037M_20\r", act=0x7fff9a42fdd0 " ") at util.c:664 664 macro__pat[n] = string_make(pat);
I just hope I can convince it to use my favorite font.Comment
Comment