Results 56 comments of scemino

Thank you for message, you're right. I'm working on engge 2 which is a total rewrite of engge, and it will fix this issue as you can see here: And...

> > I'm working on engge 2 which is a total rewrite of engge, and [cut] > > Is this new implementation hosted on github as well? Yes, it will...

> Or maybe the trivial thimblefreed park will make people relate the engine with the game instantly! 👍 I like it or why not `Freembleweed Park` ?

Ugly Doom Fire ![doomfire](https://user-images.githubusercontent.com/643384/99855945-3a624f00-2b88-11eb-9e3e-6d70e0a7ffda.gif) ```C++ #define V2 ImVec2 #define W 64 #define H 48 #define S 0x07 #define T 0x1F #define U 0x0F #define I int #define F float I...

This one (The Business Card Raytracer from Paul Heckbert) is too big 1 510 bytes 😢 but still fun ![aek](https://user-images.githubusercontent.com/643384/99874496-b55b5200-2be8-11eb-81cc-e503a390ca48.gif) ```C++ #define V2 ImVec2 #define op operator #define rt return...

> A small test showed two problems so far on Mac: > > 1. For some reason, `TwpMetaEngine::initKeymaps()` crashes. This affects even detection > 2. My copy does not start:...

> I fixed the crash in `initKeymaps()` with the following diff: > > ```diff > diff --git a/engines/twp/metaengine.cpp b/engines/twp/metaengine.cpp > index 7c2d7a24067..81be5f6c3df 100644 > --- a/engines/twp/metaengine.cpp > +++ b/engines/twp/metaengine.cpp >...

> I downloaded the latest version from GOG.com (did not apply the patch), that is 1.0.958. I launched it and got a heap-use-after-free error from ASAN: > > ```c++ >...

> I can build on mingw-w64. You just need to define/replace the int32_t and int64_t types. However, I found a segfault right after the first part of the intro (when...

> A small test showed two problems so far on Mac: > > 1. For some reason, `TwpMetaEngine::initKeymaps()` crashes. This affects even detection > > 2. My copy does not...