Google Code Exporter
Google Code Exporter
``` Please, try to use v1.100; I did magnify many punctuation symbols and accents ``` Original comment by `[email protected]` on 25 Oct 2012 at 2:13
``` At present this font holds too many set of letters. I did include only symbols from basic character sets, like as 473, 1251 or some others. I plan to...
Adding new variables would be nice too.
Besides, there is currently no way to set (not just edit) environment variables before execution, execle() style. That would be really handy.
I like this suggestion. I'll plan to have it at some point in the near future. Unfortunately it is not quite as simple to implement as you suggest. While you...
``` The "problem" here is that the exit event gets sent to the debugger when the application has actually exited. This means that it literally no longer exists. I do...
``` Well, I know that gdb can do this (ie. after exit of debuggee, allow you to restart it with BPs intact) so it must be possible. A quick grep...
``` yup, that's the flag I was thinking of. I'll look into it. I'm not quite sure how the "resurrecting" works in GDB. Maybe I'll take a look at that...
``` Fixed. Great find! ``` Original comment by `[email protected]` on 9 Apr 2013 at 6:23
``` This should be fixed. A user could drop a land-mine and then exit the game, invalidating the pointer to their player object. ``` Original comment by `[email protected]` on 9...