epitron

Results 44 comments of epitron

thejinx0r's 0.11 branch builds fine for me on Arch Linux! https://github.com/thejinx0r/fuse4js/tree/0.11 Try that one if you're having problems. (Note: Once you've cloned the repo, you have to switch to the...

Looks like somebody's already merged all the fixes into a single pull request! #31

Fantastic! Maybe I'll poke around and see if I can add the seek/read feature myself.

The other issue has a good suggestion: stevethepocket commented 16 hours ago > You know what? I'd be happy if they just retooled this menu to work like the buy...

Making the game work the same on all platforms would be better than the current situation, but I think making the menus more usable would be a big improvement. :)

I guess they're all too busy with L4D3. :)

Kona actually has a great radial menu; all they added was an arrow that connects the centre of the circle to where the mouse currently is. It's amazing how such...

Maybe it's time to open source the engine! It seems to be unmaintained at this point (on Linux, at least). I love how all the id Software games get opensourced...

And, after adding `cogl-sdl` support, it's not finding SDL.h: ``` In file included from rut.c:29:0: /usr/include/cogl2/cogl/cogl-sdl.h:46:17: fatal error: SDL.h: No such file or directory #include ^ compilation terminated. ```

Silly hack, but this fixes it: ``` CFLAGS="-I/usr/include/SDL2" ./configure ```