fa62125e05
This patch removes modifiers when processing key events for the particular modifier key. For example, previously a Shift keypress would register as a Shift + Shift modifier event. This would cause issues when a modifier key as the action key in the input map, because unpresses of the modifier key don't match as matching inputs for that action. E.g. if Shift is used as an action, the stored action event is Shift + Shift modifier (as indicated in the editor as "Shift + Shift". The unpress event does not have the Shift modifier set, so the event of unpressing Shift + no modifier doesn't match the action which has the modifier set. This patch removes the shift modifier on just pressing the Shift key down, so the action event is registered as just Shift with no modifier (as indicated in the editor as "Shift"), which matches the unpress event. |
||
---|---|---|
bin | ||
core | ||
demos | ||
doc | ||
drivers | ||
main | ||
modules | ||
platform | ||
scene | ||
servers | ||
tools | ||
.gitignore | ||
.travis.yml | ||
LICENSE.md | ||
logo.png | ||
methods.py | ||
README.md | ||
SConstruct | ||
version.py |
The Engine
Godot is a fully featured, open source, MIT licensed, game engine. It focuses on having great tools, and a visual oriented workflow that can export to PC, Mobile and Web platforms with no hassle. The editor, language and APIs are feature rich, yet simple to learn, allowing you to become productive in a matter of hours.
About
Godot has been developed by Juan Linietsky and Ariel Manzur for several years, and was born as an in-house engine, used to publish several work-for-hire titles. Development is sponsored by OKAM Studio (http://www.okamstudio.com).
Documentation
Documentation has been moved to the GitHub Wiki.
Binary Downloads, Community, etc.
Binary downloads, community, etc. can be found in Godot homepage:
Compiling from Source
Compilation instructions for every platform can be found in the Wiki: https://github.com/okamstudio/godot/wiki/advanced