phiresky

Results 402 comments of phiresky

I just realized that using a syntax like `Cell (4 4 60) Goal` would give problems when having a loop and doing `Cell (4 4 60 + i) Goal`. I...

Oh I forgot to mention, with my version the mouse does not work..keyboard works. No idea why, but I haven't looked into it.

Probably extending the placement/removal of pickables you already have. Just using that while selecting the block types (minecrafty) would already be a big improvement. Then maybe area placement. What might...

Textures would obviously be very nice. > I am continually worried about adding textures, etc since things are already teetering on the edge of what the hardware can do. Yes,...

I have Arch x86_64 kernel 3.16, gcc, tcc and freeglut are the same for me. I'd say it's because of your GPU not liking the shaders, they are very complex....

I just added a .travis.yml file doing a simple build, but @cnlohr will still have to login at http://travis-ci.org to enable it. [And maybe add a webhook](http://docs.travis-ci.com/user/getting-started/)

Only used it once (and with java), so not really. The current config also only compiles which is not all that helpful.

Hi. I am already continuing [on my fork](https://github.com/phiresky/noeuclid), cause I'm not sure you'd agree with the things I did to your code. It's compiling and when running it should be...

Also I removed the windows compatibility DEFINEs cause of maybe using SDL. emscripten "_almost_" works when compiling with `emmake make clean &&emmake make CPPFLAGS=-DEMSCRIPTEN&&/usr/lib/emscripten/em++ -s LEGACY_GL_EMULATION=1 -o noeuclid.html noeuclid.o OGLParts.o...