| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Make tab containers in editor, project settings, and export dialog, to use ↵ | azagaya | 2019-08-30 | 1 | -2/+5 | |
| | | | | | | | | | hidden tabs for min size computation. | |||||
| * | | Merge pull request #30576 from qarmin/lgtm_coverage | Rémi Verschelde | 2019-07-20 | 1 | -2/+0 | |
| |\ \ | | | | | | | Changed some code reported by LGTM and Coverity | |||||
| | * | | Changed some code showed in LGTM and Coverage | qarmin | 2019-07-20 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Added DualShock Equivalents to Joypad Button 10 and 11 | Daniel Larson | 2019-07-15 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Merge pull request #30126 from qarmin/remove_unnecessary_code | Rémi Verschelde | 2019-07-01 | 1 | -2/+2 | |
| |\ \ | | | | | | | Remove unnecessary code and add some error explanations | |||||
| | * | | Remove unnecessary code and add some error explanations | qarmin | 2019-07-01 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Tweak gamepad button names to be consistent with the documentation | Hugo Locurcio | 2019-07-01 | 1 | -4/+4 | |
| |/ / | ||||||
| * | | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #28454 from homer666/popup-centered-maxsize | Rémi Verschelde | 2019-05-28 | 1 | -8/+2 | |
| |\ \ | | | | | | | Add `popup_centered_clamped()` method to Popup | |||||
| | * | | Add Popup::popup_centered_clamped method | homer666 | 2019-04-30 | 1 | -8/+2 | |
| | | | | | | | | | | | | | - Also replace redundant duplicate code in editor dialogs with calls to popup_centered_clamped() | |||||
| * | | | Merge pull request #25720 from qarmin/fix_hide_search_project_settings | Rémi Verschelde | 2019-04-30 | 1 | -0/+1 | |
| |\ \ \ | | | | | | | | | Clear SearchBox when unclick SearchButton | |||||
| | * | | | Clearch SearchBox when unclick SearchButton | qarmin | 2019-02-08 | 1 | -0/+1 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #27707 from Calinou/tweak-message-wording | Rémi Verschelde | 2019-04-30 | 1 | -5/+5 | |
| |\ \ \ | |_|/ |/| | | Improve wording of various messages and make casing more consistent | |||||
| | * | | Improve wording of various messages and make casing more consistent | Hugo Locurcio | 2019-04-21 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | This also adds the number of selected projects to the confirmation dialog that appears before removing projects. | |||||
| * | | | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -2/+4 | |
| |/ / | | | | | | | | | | | It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes). | |||||
| * | | Use the "warning" color for the "restart required" label | Hugo Locurcio | 2019-03-25 | 1 | -1/+1 | |
| | | | | | | | | | This makes the color match the warning icon placed besides the label. | |||||
| * | | Fix renaming actions in the Project settings | Bojidar Marinov | 2019-03-16 | 1 | -1/+1 | |
| | | | | | | | | | Fixes #27113, a regression from 6daed7d12294b3f47f1ecb309d2e2b5b225ee663 | |||||
| * | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -19/+19 | |
| |/ | | | | Fixes #25316. | |||||
| * | Properly warn about the effects of changing an import type, as well as force ↵ | Juan Linietsky | 2019-01-25 | 1 | -1/+2 | |
| | | | | | editor restart. Fixes #23874 | |||||
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 | |
| | | | | | Happy new year to the wonderful Godot community! | |||||
| * | Move "Dialog Bounds" from the Editor Settings to project's metadata | Michael Alexsander Silva Dias | 2018-12-04 | 1 | -4/+4 | |
| | | ||||||
| * | ProjectSettings: Fix InputMap editor on HiDPI | Rémi Verschelde | 2018-09-14 | 1 | -2/+2 | |
| | | | | | Fixes #20898. | |||||
| * | Replace last occurrences of PropertyEditor by EditorInspector | Rémi Verschelde | 2018-09-11 | 1 | -3/+0 | |
| | | | | | | | | | | Updates the following plugins: - ConnectionsDialog - ScriptEditorDebugger - ItemListEditorPlugin Also drop now unnecessary compatibility methods. | |||||
| * | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -1/+0 | |
| | | ||||||
| * | BPTC support | elasota | 2018-08-21 | 1 | -0/+1 | |
| | | ||||||
| * | Merge pull request #19837 from willnationsdev/plugin-utilities | Rémi Verschelde | 2018-08-15 | 1 | -0/+4 | |
| |\ | | | | | Add PluginConfigDialog. | |||||
| | * | Add PluginConfigDialog, EditorPluginSettings GUI | Will Nations | 2018-07-26 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge pull request #20747 from hpvb/fix-20184 | Rémi Verschelde | 2018-08-14 | 1 | -2/+0 | |
| |\ \ | | | | | | | Do not call _update_actions when only changing deadzone | |||||
| | * | | Do not call _update_actions when only changing deadzone | Hein-Pieter van Braam | 2018-08-05 | 1 | -2/+0 | |
| | |/ | | | | | | | | | | | | | | | Because changing the deadzone with a click happens during _propagate_mouse_event the tree is always blocked leading to a crash. We don't actually need to update actions here anyway. This fixes #20184 | |||||
| * | | Do not use theme to set LineEdit right_icon | Łukasz Rutkowski | 2018-08-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add clear text button to LineEdit | Łukasz Rutkowski | 2018-08-11 | 1 | -16/+4 | |
| |/ | | | | | | | | | | - Add pressed state to clear button - Enable clear button on all inputs with search icon - Remove duplicate clear buttons - Fix rendering of icon for center and right alignments - Add clear button to more search fields - Add clear icon to default theme - Add method to control enabled state of clear button - Add property to enable clear button from inspector | |||||
| * | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This commit makes operator[] on Vector const and adds a write proxy to it. From now on writes to Vectors need to happen through the .write proxy. So for instance: Vector<int> vec; vec.push_back(10); std::cout << vec[0] << std::endl; vec.write[0] = 20; Failing to use the .write proxy will cause a compilation error. In addition COWable datatypes can now embed a CowData pointer to their data. This means that String, CharString, and VMap no longer use or derive from Vector. _ALWAYS_INLINE_ and _FORCE_INLINE_ are now equivalent for debug and non-debug builds. This is a lot faster for Vector in the editor and while running tests. The reason why this difference used to exist is because force-inlined methods used to give a bad debugging experience. After extensive testing with modern compilers this is no longer the case. | |||||
| * | -Project/Editor settings now use new inspector | Juan Linietsky | 2018-07-19 | 1 | -16/+57 | |
| | | | | | | | | -Project/Editor settings now show tooltips properly -Settings thar require restart now will show a restart warning -Video driver is now visible all the time, can be changed easily -Added function to request current video driver | |||||
| * | Merge pull request #18717 from Essojadojef/fix-inputmap-categories | Max Hilbrunner | 2018-07-17 | 1 | -0/+11 | |
| |\ | | | | | Fix all Input Map actions expand when an event is modified | |||||
| | * | Fix actions unfold in Input Map when events are modified | Alessandro | 2018-05-08 | 1 | -0/+11 | |
| | | | ||||||
| * | | Added support for extra mouse buttons. | unknown | 2018-07-09 | 1 | -4/+4 | |
| | | | ||||||
| * | | Fix button regression | Chaosus | 2018-07-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferred | Max Hilbrunner | 2018-07-03 | 1 | -1/+1 | |
| |\ \ | | | | | | | Increases settings apply speed and added deferred color setting to ColorPicker | |||||
| | * | | Increase settings apply speed and added deferred color apply | Chaosus | 2018-05-31 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Move the deadzone to a column in the input project settings | Gilles Roudiere | 2018-06-08 | 1 | -76/+82 | |
| | | | | ||||||
| * | | | i18n: Sync translation templates with current source | Rémi Verschelde | 2018-06-05 | 1 | -2/+2 | |
| |/ / | | | | | | | (cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b) | |||||
| * / | -New inspector. | Juan Linietsky | 2018-05-15 | 1 | -2/+2 | |
| |/ | | | | | | | -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||||
| * | Merge pull request #18610 from homer666/editor-popup-adjustments | Juan Linietsky | 2018-05-07 | 1 | -1/+8 | |
| |\ | | | | | Adjust default editor dialog window sizes | |||||
| | * | Adjust default editor popup sizes | homer666 | 2018-05-05 | 1 | -1/+8 | |
| | | | ||||||
| * | | Small changes for some strings. | Michael Alexsander Silva Dias | 2018-05-03 | 1 | -1/+1 | |
| |/ | ||||||
| * | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 2018-04-22 | 1 | -6/+6 | |
| | | ||||||
| * | Fixes left/up axis not mappable as actions | Gilles Roudiere | 2018-04-18 | 1 | -1/+2 | |
| | | ||||||
| * | Allow actions to provide an analog value | Gilles Roudiere | 2018-04-16 | 1 | -70/+102 | |
| | | ||||||
| * | Allows to map an action to all devices. | Nibodhika | 2018-04-07 | 1 | -14/+31 | |
| | | | | | | | | | 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 | |||||
| * | Fix non-valid characters for `input_action` | robfram | 2018-03-17 | 1 | -4/+13 | |
| | | | | | | | Add a new function to check action names, `_validate_action_name`, in the spirit of `_valprop`. Offending characters include non-printable ascii, and `\/=:"`. Also set only one text for the UI message. | |||||
