| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | 2017-09-27 | 1 | -1/+0 |
| | | |||||
| * | Remove set_area_as_parent_rect and replace it by ↵ | Gilles Roudiere | 2017-09-22 | 1 | -2/+2 |
| | | | | | set_anchors_and_margins_preset(PRESET_WIDE) | ||||
| * | -Fixed changes to default input actions not working, closes #10502 | Juan Linietsky | 2017-09-06 | 1 | -4/+4 |
| | | | | | -Added Array.duplicate() method, needed to fix above | ||||
| * | Merge pull request #10874 from Noshyaar/pr-action | Rémi Verschelde | 2017-09-04 | 1 | -17/+35 |
| |\ | | | | | ProjectSettings: enhance add action error, fix confirm dialog | ||||
| | * | ProjectSettings: enhance add action error, fix confirm dialog | Poommetee Ketson | 2017-09-04 | 1 | -17/+35 |
| | | | | | | | | | | | - Disable add action button if name is invalid - Fix dialog being ConfirmationDialog instead of AcceptDialog | ||||
| * | | Added transmission shader parameter. | Juan Linietsky | 2017-09-03 | 1 | -0/+7 |
| | | | |||||
| * | | Fix typos 'a' and 'an' | Poommetee Ketson | 2017-09-02 | 1 | -1/+1 |
| |/ | |||||
| * | Fix files header | Poommetee Ketson | 2017-09-01 | 1 | -1/+1 |
| | | |||||
| * | Fix inability to change project settings | Rémi Verschelde | 2017-08-28 | 1 | -1/+8 |
| | | | | | Regression from 565600e8445a3073e4188a1a2bde1f47dd299c5a, fixes #10712. | ||||
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Cleanup tons of obsolete commented out code | Rémi Verschelde | 2017-08-26 | 1 | -84/+6 |
| | | | | | | Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings. | ||||
| * | Fix typo 'an setting' to 'a setting' | Poommetee Ketson | 2017-08-26 | 1 | -1/+1 |
| | | |||||
| * | Editor: Add some more translatable strings. | Andreas Haas | 2017-08-25 | 1 | -1/+1 |
| | | |||||
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/ | ||||
| * | Several ui improvements (mostly margins) | Daniel J. Ramirez | 2017-08-08 | 1 | -8/+9 |
| | | | | | | | Improved colors Added some missing icons | ||||
| * | Some theme and usability improvements | Daniel J. Ramirez | 2017-07-31 | 1 | -9/+9 |
| | | | | | | Fixed create script editor dialog not changing extension Options menu for inspector element is bigger | ||||
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -0/+1751 |
| -Added system for feature overrides, it's pretty cool :) | |||||
