Ben S.
Ben S.
- CMakeLists.txt: - MinGW compat fix - src/libtcod/renderer_gl.c: - implement optional atlas padding support - add more comments - src/libtcod/renderer_gl.h: - add optional TILE_PADDING macro to configure atlas padding support...
_Edit: This is in regards to vcpkg release libtcod:x64-mingw-dynamic version 1.20.1_ While setting up my Windows 11 MSYS2 MinGW64 environment to work with vscode+vcpkg+libtcod, I got the example program at...
Using MSYS2 provided mingw64/mingw-w64-x86_64-pdcurses 4.3.1-1 package on Windows 11. I've got my program building, linking, and running, but I noticed an odd problem: `getch()` simply stays blocked if I hold...
Splitting WinCon discussion from issue #234, per following suggestion: > When you say it was hard to get WinCon working : it shouldn't be any more difficult than WinGUI. Perhaps...
The existing map feature is straight out of vanilla Blake Stone, which was great for its time but has some frustrating limitations like not showing player facing direction. Here are...
When trying to run UMS on Ubuntu via an x2go session, I get the following error: ``` $ ./UMS.sh WARN 21:18:58.167 [main] Can't load neither /home/ben/.config/UMS/UMS.conf: Unable to load the...
### What You Are Seeing? The online documentation for multiple Chocolatey PowerShell packaging functions include examples referencing a `softwareName` parameter that isn't explained in those functions' documentation. At a minimum,...
Running into a number of issues trying to export the results of painstakingly fine-tuning the hOCR for a PDF. **First**, attempting to export directly to PDF from gImageReader-gtk 3.3.1 under...
A couple of years ago I contributed native MIDI support for Windows and Linux, but was not able to do so for Mac OSX because I lacked a workable development...
Unless there is a good reason, libADLMIDI should be pulled in as an external rather than being version controlled as part of the Shockolate codebase. It looks like libADLMIDI source...