Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
GUI: Game gui options
|
|
Thanks to Fingolfin for the suggestion
|
|
|
|
Complements READ_UINT16 and READ_UINT32
|
|
|
|
|
|
The edit just takes up the entire length of the track
|
|
This does not change the use of defined for some NDS source files, since they
seem to be (based on?) third party code.
|
|
Thanks to clone2727 for noticing this.
|
|
|
|
|
|
EVENT_CUSTOM_BACKEND_HARDWARE is only set when ENABLE_KEYMAPPER is set
|
|
|
|
COMMON: GuiOptions cleanup
|
|
KEYMAPPER: Add Gesture Support
|
|
|
|
|
|
It actually inherits from SeekableSubReadStream, so it should be named
accordingly.
|
|
|
|
|
|
Delayed entries are in a queue where each entry stores how
many milliseconds should pass based on the last entry.
|
|
This also makes the keymapper be in charge of keymapping logic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KYRA 1 PC-98 supports both modes in the same target. The desired mode can now be selected in the rendering options. We did have good support for the 16 colors mode of KYRA 1 already. This mode could not really be selected though (except by manually modifying the config file or the code).
|
|
|
|
|
|
|
|
|
|
|
|
size_type is an unsigned integer type and is used for all indices etc.
|
|
|
|
The purpose is the same as for the sound gui options: users shouldn't be offered modes that the engine doesn't support.
|
|
ALL: Avoid using is* macros from ctype.h
|
|
|
|
|
|
|
|
|
|
|
|
|