aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-05WII: Fix correct keycode for virtual keyboard trigger.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. However, due to the complexity of this code, directly calling the virtual keyboard trigger event could have side effects, so have instead just added the CTRL modifier to fix this. This should be fixed if possible to use EVENT_VIRTUAL_KEYBOARD.
2014-04-29TIZEN: Use virtual keyboard event directly, rather than using keycode.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again.
2014-04-29SAMSUNGTV: Use virtual keyboard event directly, rather than using keycode.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again.
2014-04-29PS3: Use virtual keyboard event directly, rather than using keycode.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again.
2014-04-29MAEMO: Use virtual keyboard event directly, rather than using keycode.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again.
2014-04-29LINUXMOTO: Use virtual keyboard event directly, rather than using keycode.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again.
2014-04-29GPH: Use virtual keyboard event directly, rather than using keycode.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again.
2014-04-29DINGUX: Use virtual keyboard event directly, rather than using keycode.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again.
2014-04-27KEYMAPPER: Change hotkey from F8 to CTRL-F8 to reduce game conflicts.D G Turner
2014-04-27VKEYBD: Switch hotkey from F7 to CTRL-F7 to reduce game conflicts.D G Turner
Although this is harder for physically disabled users to trigger, they can now use the long middle mouse button press instead to trigger.
2014-04-27README: Add trigger hotkeys for virtual keyboard and keymapper.D G Turner
2014-04-27VKEYBD: Add small keyboard pack for virtual keyboard.D G Turner
This pack contains just the 320x240 layout. This is a quick way to achieve the result of a smaller keyboard when running on 640x480 and larger games as requested bu a user. To use this, the pack zip file, vkeybd_small.zip should be placed in the extrapath in the same way as vkeybd_default.zip. However, it is also necessary to set this as the active virtual keyboard layout by adding the following linein the global [scummvm] section of the configuration file i.e. scummvm.ini: vkeybd_pack_name=vkeybd_small This should be added to the GUI as a misc option, in future. Currently, the closest layout size to the overlay size is chosen automatically by the code in the method: bool VirtualKeyboardParser::parserCallback_mode(ParserNode *node) This should probably also be made configurable in future to allow smaller keyboard sizes to be chosen.
2014-04-22VKEYBD: Modify code to open vkeybd on long press of middle mouse button.D G Turner
This should massively reduce any chance of a conflict with mouse usage in games and is still easy for a person with mobility issues to perform.
2014-04-22VKEYBD: Add code to open virtual keyboard on middle mouse button.D G Turner
This removes the need for a hardware keyboard to trigger the use of the virtual keyboard via F7 if using the default event mapper. As middle button is rarely used by games, this should not cause any conflicts. Though to avoid this possibility, the event is passed to the engine.
2014-04-22VKEYBD: Remove noisy warnings and clarify messages.D G Turner
2014-04-22SKY: Improve parameter validation in debug console.D G Turner
This fixes the issues reported in Feature Request #218 - "DEBUGGER: Add parameter validation".
2014-04-22QUEEN: Improve parameter validation in debug console.D G Turner
This fixes the issues reported in Feature Request #218 - "DEBUGGER: Add parameter validation".
2014-04-21AVALANCHE: Fix Timer::afterTheShootemup().uruk
2014-04-22FULLPIPE: Implement ModalSaveGame constructorEugene Sandulenko
2014-04-21AVALANCHE: Fix out-of-bounds indexing issue.uruk
2014-04-21FULLPIPE: Make debugging output less noisyEugene Sandulenko
2014-04-21FULLPIPE: Implement MctlCompound::method34()Eugene Sandulenko
2014-04-21FULLPIPE: Implement Inventory2::clear()Eugene Sandulenko
2014-04-21FULLPIPE: Implement couple destructorsEugene Sandulenko
2014-04-20FULLPIPE: Implement ModalQuery::init()Eugene Sandulenko
2014-04-20FULLPIPE: Implement ModalQuery::handleMessage()Eugene Sandulenko
2014-04-20FULLPIPE: Implement ModalQuery::update()Eugene Sandulenko
2014-04-20FULLPIPE: Implement ModalQuery::getQueryResult() and destructorEugene Sandulenko
2014-04-20FULLPIPE: Implement ModalQuery::create()Eugene Sandulenko
2014-04-20FULLPIPE: Started work on ModalQueryEugene Sandulenko
2014-04-20PEGASUS: Fix disabling input when the rip first hitsMatthew Hoops
2014-04-19FULLPIPE: Implement ModalMainMenu::updateSoundVolume()Eugene Sandulenko
2014-04-19FULLPIPE: Implement ModalMainMenu::updateVolume()Eugene Sandulenko
2014-04-19FULLPIPE: Implement ModalMainMenu::isSaveAllowed()Eugene Sandulenko
2014-04-18KYRA: Extend HACK to select CD audio for Kyra2 TOWNS.Johannes Schickel
Formerly we only checked track1.$EXT but we also support track01.$EXT. Guess this is a good example why we need to reconsider how we will handle detection of presense of CD audio tracks in general...
2014-04-18FULLPIPE: Implement ModalMainMenu::setSliderPos()Eugene Sandulenko
2014-04-18FULLPIPE: Implement ModalMainMenu::updateSliderPos()Eugene Sandulenko
2014-04-18SCI: Inhibit spurious GCC warnings in script patching code.D G Turner
The two relevant variables upon inspection of the current code should not be used uninitialized as per the compiler linter warning, but removing this by adding a zero initialization is simple. It is also good practice and should prevent future issues if the code is modified.
2014-04-18CONFIGURE: Add help note for option to disable freetype2 usage.D G Turner
2014-04-17Merge pull request #460 from klusark/logically_deadclone2727
VIDEO: Use || instead of the currently incorrect &&
2014-04-17PEGASUS: Reset item state upon starting a new gameMatthew Hoops
2014-04-17NEVERHOOD: Fix bug #6540: 'NEVERHOOD: lightswitch graphical glitch'johndoe123
2014-04-17NEVERHOOD: Fix compilationjohndoe123
2014-04-17Merge branch 'master' of github.com:scummvm/scummvmjohndoe123
2014-04-17NEVERHOOD: Fix bug #6520: 'NEVERHOOD: buggy sound of the waterfall'johndoe123
2014-04-17FULLPIPE: Fix crashEugene Sandulenko
2014-04-17FULLPIPE: Implement ModalMainMenu::checkHover()Eugene Sandulenko
2014-04-17WINTERMUTE: Add a warning when trying to play video without Theoradec-supportEinar Johan Trøan Sømåen
2014-04-17WINTERMUTE: Add a warning when loading TTF-fonts without FreeType2-support.Einar Johan Trøan Sømåen
2014-04-16FULLPIPE: Implement ModalMainMenu::isOverArea()Eugene Sandulenko