iamgreaser
iamgreaser
Suggestions should really be on the subreddit (/r/iceball), not here. If you _do_ make a suggestion here, you better be damn well prepared to implement it yourself... and that's a...
I recall writing a Lua IRC bot once... there was a thin C layer but the bulk of it was Lua. It was called CallBot and was used to sneakily...
IRC bot now accepts commands. Really tempted to close this one right now - I know it doesn't check if the person dishing out the commands is an oper, but...
It should support shaders first.
Yes, that's right, this is all OpenGL 1.1 + GL_ARB_vertex_buffer_object. Thus, we have no shaders. I'll be fine with adding GL 2.1 shaders, but will need to work out the...
The most important chunk of architecture has been shoved in. I'm aware that model loading is now a bit more, should we say "verbose" in the code department, but kv6s...
OK, for particles it doesn't really matter that much, we mostly just have a few models that need kv6 versions. I think it's just xcube and nade that need porting...
Could've sworn I said something here, maybe I forgot to click Comment. We _used_ to have this, but in the blur of trying to find out what was making Iceball...
Configs are quite likely to explode if you use unicode at the moment. Chat should be fine but yeah, that would require TTF support and I believe that'll be a...
Should be fine provided you ensure that the path is "safe", unless they're hardcoded paths in the engine in which case it's kinda hard to make them not safe.