Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-16 | Allow actions to provide an analog value | Gilles Roudiere | |
2018-04-07 | Allows to map an action to all devices. | Nibodhika | |
This is accomplished by setting a special value (-1) to the device variable in the InputEvent that's being used to compare with the one received from the OS. This special value is invalid for a regular input, so it should be safe. Implements #17942 | |||
2018-02-14 | Enable EditorPlugin to add/remove autoloads | Will Nations | |
2018-02-02 | Fix UX with project settings search functionality | Paolo Perkovic | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-10-28 | ProjectSettings: show error msg in a label instead | Poommetee Ketson | |
2017-10-24 | Added the ability to filter the list of locales in the Remap tab. | DimOkGamer | |
2017-09-04 | Merge pull request #10874 from Noshyaar/pr-action | Rémi Verschelde | |
ProjectSettings: enhance add action error, fix confirm dialog | |||
2017-09-04 | ProjectSettings: enhance add action error, fix confirm dialog | Poommetee Ketson | |
- Disable add action button if name is invalid - Fix dialog being ConfirmationDialog instead of AcceptDialog | |||
2017-09-03 | Added transmission shader parameter. | Juan Linietsky | |
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-08-28 | Fix inability to change project settings | Rémi Verschelde | |
Regression from 565600e8445a3073e4188a1a2bde1f47dd299c5a, fixes #10712. | |||
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-26 | Cleanup tons of obsolete commented out code | Rémi Verschelde | |
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) |