gak

Results 53 comments of gak

What is the maximum for your video card? Maybe for 0.5.0 we can just reduce the size of simple.png to that? 2048x2048 is excessive anyway :) purplenebula is 512x512, which...

Ah I just realised: ``` if (surface->format->BytesPerPixel) ``` should be ``` if (surface->format->BytesPerPixel == 4) ```

I'm not sure what else it can be. The segfault is probably OpenGL trying to access memory past the allocated buffer (surface->pixels), so it seems that the BPP/colortype is wrong,...

We should probably put this functionality into 0.5.1 and try to fix the crashing problem for 0.5.0. Did my latest commit 5c79ae2 help?

@bcbcarl I'm not sure what this is directed for? Is it for a Graphviz output format option? If so, you can specify the output file type. I don't have a...

Ah ha, looks like that command-line argument has a bug. It seems to be totally ignored, at least from the command-line. Woops! I'll update the ticket to mention it is...

I have played with CEGUI, and looked into it for Gravit. I chose not to use it because it was C++ and there was a C alternative. Haven't heard of...

Good idea. With stdout.txt, I believe they're automatically made by SDL in replace of a console. Looks like you can disable the generation all together if it's not needed: http://sdl.beuc.net/sdl.wiki/FAQ_Console...

Need to test this in Windows.

Fixed by @rgom but needs testing, so left open.