Andrej Pancik

Results 7 comments of Andrej Pancik

I just encountered this issue with IWD2 on Intel Mac/macOS (current master head 0.9.4-git compiled with cmake & using Python 3.13.2). When I opened the world map no location was...

Ah, I see. You are right. Both workarounds were just disabling MapC – I just didn't realize. Changing the timed event timing to 1 instead of 100 prints `RuntimeError: scroller...

I took another look at this because it was breaking various parts of the IWD2 interface for me. For example, the spell book would also not render correctly. Oddly, `scroller`...

I pushed my initial draft in commit 34d29a9 just before you sent your changes. I'll take a look at how to merge them. A bigger issue is that shooting weapons...

Alright, I removed the last commit. Let's keep 34d29a9, as it includes unbinding and deleting the global VAO, which should have been there from the beginning.

While testing on Apple Silicon, I discovered that the application crashed immediately due to incorrect file paths. I had the right folders with right permissions on my Intel Mac so...

@finger563 Thank you for testing on Apple Silicon! The weapon damage issue you've noticed was actually introduced and resolved upstream since this PR was created. Once this PR is merged,...