20kdc

Results 91 comments of 20kdc

I instead get `JIT ERROR 0 (jit.c line 935)`. Ubuntu Eoan Ermine (19.10), HashLink 1.10 (64-bit, built locally), Haxe 4.0.0-rc.5. And it is apparently specific to Linux-targetting versions; the HashLink...

This is a useful issue to keep around, but I feel like this should be specified more directly, in documentation or something. It's worth noting that https://gpuweb.github.io/gpuweb/ doesn't appear to...

Something to note: ``` $ ../wq -game lq1 FindFile: can't find gfx/pop.lmp Playing shareware version. Error: You must have the registered version to use modified games ``` (I'm fully aware...

Doing that has this result: ``` Traceback (most recent call last): File "/usr/share/makehuman-community/makehuman.py", line 599, in main() File "/usr/share/makehuman-community/makehuman.py", line 589, in main from mhmain import MHApplication File "/usr/share/makehuman-community/./core/mhmain.py", line...

That worked perfectly, thank you. I'm not sure if I should close this as it still applies to the latest release, but master does work.

In regards to #208 it *seems* to work just fine I may be misunderstanding the intended behaviour though Right-drag is just zoom in/out and that seems fine to me I...

``` Extended renderer info (GLX_MESA_query_renderer): Vendor: AMD (0x1002) Device: AMD Radeon Vega 3 Graphics (raven2, LLVM 14.0.0, DRM 3.42, 5.15.0-43-generic) (0x15d8) Version: 22.2.0 Accelerated: yes Video memory: 2048MB Unified memory:...

I get the behaviour you describe of a lack of "following" the right click position on Linux (on the above-described system configuration).

regarding the othello board: the chess board should work fine for othello if I correctly recall the game rules, unless you want something specifically adapted to it somehow?

That was most certainly an accurate note. Turns out the problem was Lua 5.1 doesn't support string hex escapes. I've also implemented a warning - I'm conflicted as to if...