Custom Query (28 matches)
Results (16 - 18 of 28)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#14 | fixed | Change the default format of screenshot filenames | ||
Description |
The current default format for screenshot filenames has two issues: 1) It doesn't work on Windows at all (because it has colons) 2) Filenames don't get sorted by date (can get confusing) The suggestion is to change the default format to blastem_%Y%m%d_%H%M%S (assuming I read the strftime manpage correctly). Major priority due to issue 1. |
|||
#12 | fixed | Error/Warning dialogs broken on Windows | ||
Description |
It seems either the change in toolchain from old mingw running under Wine to a mingw64 cross compiler or a change in SDL version broke the error and warning dialogs. Instead of displaying the desired text garbage is shown instead |
|||
#11 | fixed | Make shortcuts trigger on key press | ||
Description |
Currently shortcuts trigger when releasing the key, when they should be probably triggering when the key is pressed instead. Note that this issue has the side effect that the keyboard capture shortcut sends the make code for the bound key (when it probably should never happen). |