flambard-took
flambard-took
Apparently nobody bothered to check this dialog since Windows 7 became a thing. There are 2 issues: `lpstrFile` should be used with full filepath, not simple "8x13.fon" we feed it...
Currently, players only receive messages about monsters who consider them closest. It's been working fine (preventing message flood from your party members), yet, similarly to #785 some messages would've been...
Continuing after #1321, umbrella ticket for dealing with various SDL2 tasks, including refactor and code cleanup.
This is a very obvious and stupid bug, which somehow escaped notice, but finally manifested on Android (probably due to a larger audio buffer): in SDL audio callback you're supposed...
AppImages are nice "modern" application bundles for linux. They work similarly to Mac OS App bundles, by containing the whole /usr/ tree inside, with all the relevant `.so` files. So...
As [reported by userjjb](https://mangband.org/forum/viewtopic.php?f=19&t=2083): >I purchased a house for all my new stuff, purposely putting on an Ammy of Charisma +6 to buy the house at a cheaper price. I...
Things like potion of speed, potion of berserk strength, blessing prayers, etc, timeout too fast to be of good use. I know that we match V in that regard, so...
The title says it all.
This adds a "simple" (read: hacky) mechanism for macro overloading. It works by suppressing input flush on errors. Instead, we continue to execute our macro, ignoring certain keys, as appropriate,...
As discovered by Borg, passing `--enable-win` to ./configure does not trigger the expected behaviour. This is an ages old bug, the "action" part should use `enableval`, not `withval`.