Custom Query (28 matches)
Results (10 - 12 of 28)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15 | fixed | Emulate slow rise time of IO port pin when transitioning from low output to input | ||
Description |
When an IO pin on one of the controller ports is set to an input, it will be pulled high by a pull up resistor. However, it appears that pull up is weak so the rise time is observable. Decap Attack has a buggy controller reading routine that depends on this behavior. |
|||
#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). |