Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
7d28b1a921c651eba52a997aec12fc451d09d353
|
|
|
|
|
|
|
|
|
|
error()
|
|
|
|
hang when trying to search the truck before the gang his in the police car
|
|
|
|
|
|
|
|
2 as well
|
|
|
|
|
|
|
|
(If that fails, fall back to a readable app-specific directory.)
|
|
|
|
|
|
This only fixes the clear button of the launcher's search. For the other clear
buttons this is would be a bit more work since they are embedded in tabs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handy, day 1, with Harrison
|
|
|
|
|
|
It seems it wasn't handled properly neither by Git nor by some filesystems,
so we prefer playing on the safe side.
|
|
This fixes a crash when HE games return from init() early due to the
required color mode not being available.
|
|
|
|
|
|
Dough bug still present though (he doesn't keep his gun)
|
|
|
|
Thanks md5 for the idea to fix the null pointer
Thanks clone2727 for feedback on this and other implementations
|
|
|
|
|
|
|
|
This is a regression from 77c65648b1db8f8b7b245510681eafd856798d26.
Formerly the code used strtok to check for any audio related GUIO flag to be
present in _guioptions. Since strtok tokenizes the string this won't really
work. I changed it to use strpbrk, which searches a string for any character
from a set of characters (in our case flags). The code should now have the
same semantics as of before the above mentioned commit.
This also gets rid of copying the gui options into a char array and a strncpy
call.
|
|
Thanks [md5] for the link
|
|
This will be used to disable the EGA dithering option
|
|
options don't contain GUIO_NOASPECT.
Thanks lordHoto for pointing it
|
|
640x400 and not 640x480
|
|
Sorry for the noise...
|