| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix drop-down size when resizing font #12207 | Felipe Seixas | 2017-10-21 | 1 | -0/+2 | |
| | | | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent | |||||
| * | Fixed help overview visibility, issue 12011 and 10407 | Paulb23 | 2017-10-14 | 1 | -6/+6 | |
| | | ||||||
| * | fix script editor clear recent scripts crash | jagt | 2017-10-11 | 1 | -1/+4 | |
| | | ||||||
| * | Consistant scroll when using members overview, issue 11648 | Paulb23 | 2017-10-08 | 1 | -1/+5 | |
| | | ||||||
| * | Added correct initialization for script editor theme. | Daniel J. Ramirez | 2017-10-02 | 1 | -2/+1 | |
| | | | | | Some style fixes for VS interface. | |||||
| * | Fixed segfault on loading text editor theme | Paulb23 | 2017-09-17 | 1 | -1/+2 | |
| | | ||||||
| * | Merge pull request #11253 from djrm/pr_better_docs | Rémi Verschelde | 2017-09-14 | 1 | -0/+67 | |
| |\ | | | | | Improved editor docs | |||||
| | * | Several fixed to editor doc. | Daniel J. Ramirez | 2017-09-14 | 1 | -0/+67 | |
| | | | | | | | | | | | | | Improved style Fixed editor help issues Added editor help index | |||||
| * | | More consistent script color temperatures. | Daniel J. Ramirez | 2017-09-13 | 1 | -4/+2 | |
| |/ | ||||||
| * | Fit script editor grid with others | volzhs | 2017-09-07 | 1 | -0/+3 | |
| | | ||||||
| * | Merge pull request #10931 from djrm/pr_style_fixes | Rémi Verschelde | 2017-09-04 | 1 | -4/+4 | |
| |\ | | | | | Improved color temperature in script editor | |||||
| | * | Improved color temperature in script editor | Daniel J. Ramirez | 2017-09-03 | 1 | -4/+4 | |
| | | | ||||||
| * | | Merge pull request #10939 from neikeq/fix-overridden-external-editors | Rémi Verschelde | 2017-09-04 | 1 | -1/+7 | |
| |\ \ | | | | | | | Fixes language overridden external editors | |||||
| | * | | Fixes language overridden external editors | Ignacio Etcheverry | 2017-09-03 | 1 | -1/+7 | |
| | |/ | ||||||
| * | | Merge pull request #10901 from toger5/script_background_cleanup | Rémi Verschelde | 2017-09-04 | 1 | -3/+0 | |
| |\ \ | | | | | | | StyleBoxSupport for RichTextLabel and cleanup for script+docs backgrounds fixes #10685 | |||||
| | * | | Unified script panel backgrounds. | toger5 | 2017-09-02 | 1 | -3/+0 | |
| | |/ | | | | | | | | | | | - simplefied it with using the new rtl. - removed ("ScriptPanel", "EditorStyles") for since rtl now can be used - unified backgrounds when script editor color is set to transparent => option to set background color adapt to theme is deprecated. | |||||
| * / | -Added an optimization so physics shapes are configured later, speeds up ↵ | Juan Linietsky | 2017-09-03 | 1 | -0/+8 | |
| |/ | | | | grid map loading and editing | |||||
| * | Merge pull request #10382 from toger5/dark_icons | Rémi Verschelde | 2017-08-31 | 1 | -0/+7 | |
| |\ | | | | | Light Theme | |||||
| | * | added icon updating to most ui elements | toger5 | 2017-08-30 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge pull request #10750 from Rubonnek/fix-duplicate-script-changed-signal | Rémi Verschelde | 2017-08-30 | 1 | -2/+2 | |
| |\ \ | |/ |/| | Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed' | |||||
| | * | Renamed 'script_changed' signal in the script editor plugin to ↵ | Wilson E. Alvarez | 2017-08-29 | 1 | -2/+2 | |
| | | | | | | | | | 'edited_script_changed' | |||||
| * | | Merge pull request #10745 from neikeq/fix-docdata-and-stuff | Juan Linietsky | 2017-08-29 | 1 | -2/+2 | |
| |\ \ | |/ |/| | DocData and virtual method type hints fixes | |||||
| | * | DocData and type hints fixes | Ignacio Etcheverry | 2017-08-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | - Makes vararg methods automatically use PROPERTY_USAGE_NIL_IS_VARIANT on return types - Completely removes the ":type" suffix for method names. Virtual methods must use the MethodInfo constructors that takes Variant::Type or PropertyHint as the first parameter for the return type (with CLASS_INFO as a helper to get the PropertyInfo). Parameters must use PROPERTY_HINT_RESOURCE_TYPE and hint string. - PROPERTY_USAGE_NIL_IS_VARIANT is no longer needed for parameters, because parameters cannot be void. - Adds missing PROPERTY_USAGE_NIL_IS_VARIANT to virtual and built-in methods that return Variant. | |||||
| * | | -Moved script run to editor, removed from project | Juan Linietsky | 2017-08-27 | 1 | -0/+28 | |
| |/ | | | | | -fixed to code completion -fix shader crash bug reported by tagcup | |||||
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -138/+0 | |
| | | ||||||
| * | 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 | -8/+9 | |
| | | | | | | Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings. | |||||
| * | Editor: Add some more translatable strings. | Andreas Haas | 2017-08-25 | 1 | -2/+2 | |
| | | ||||||
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -85/+77 | |
| | | | | | | | | | | | | | 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/ | |||||
| * | Merge pull request #10538 from groud/fix_useless_separator | Rémi Verschelde | 2017-08-22 | 1 | -1/+0 | |
| |\ | | | | | Fix unneeded separator in Script Editor's Debug menu | |||||
| | * | Fix uneeded separator | Gilles Roudiere | 2017-08-22 | 1 | -1/+0 | |
| | | | ||||||
| * | | Add null check to ScriptEditor get_current_tab_control() call | Hein-Pieter van Braam | 2017-08-22 | 1 | -1/+4 | |
| |/ | | | | This fixes #10517 | |||||
| * | Removed style box border for script panel. Fixes #10410 | toger5 | 2017-08-19 | 1 | -7/+0 | |
| | | ||||||
| * | Update script signals in real-time when script changes. Fixes #8980 | Juan Linietsky | 2017-08-18 | 1 | -1/+9 | |
| | | ||||||
| * | Merge pull request #9878 from toger5/theme_border_settings_change | Rémi Verschelde | 2017-08-07 | 1 | -43/+60 | |
| |\ | | | | | Theme border settings change + updating styles | |||||
| | * | editor: update helps and script panel on theme could change. | toger5 | 2017-08-04 | 1 | -43/+60 | |
| | | | ||||||
| * | | ScriptEditor -> 'script_close' signal hint correction | Jakub Grzesik | 2017-07-29 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400 | Rémi Verschelde | 2017-07-23 | 1 | -0/+3 | |
| |\ | | | | | Fixed script tab selection on file close, issue 8400 | |||||
| | * | Fixed script tab selection on file close, issue 8400 | Paulb23 | 2017-07-22 | 1 | -1/+4 | |
| | | | ||||||
| * | | Merge pull request #9761 from Noshyaar/pr-fix | Rémi Verschelde | 2017-07-23 | 1 | -2/+12 | |
| |\ \ | | | | | | | ScriptEditor: suppress get_child errors | |||||
| | * | | ScriptEditor: suppress get_child errors | Poommetee Ketson | 2017-07-22 | 1 | -2/+12 | |
| | |/ | ||||||
| * | | Merge pull request #9717 from kubecz3k/plugin-methods-rename | Rémi Verschelde | 2017-07-22 | 1 | -6/+6 | |
| |\ \ | |/ |/| | Rename of two EditorPlugin methods | |||||
| | * | EditorPlugin methods and signals rename | Jakub Grzesik | 2017-07-20 | 1 | -6/+6 | |
| | | | ||||||
| * | | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -3/+3 | |
| |/ | | | | -Added system for feature overrides, it's pretty cool :) | |||||
| * | Merge pull request #9565 from kubecz3k/tool-signals | Rémi Verschelde | 2017-07-19 | 1 | -1/+60 | |
| |\ | | | | | Make more informations available for Tool Plugins about the editor | |||||
| | * | Make available more informations about editor for Tool Plugins | Jakub Grzesik | 2017-07-18 | 1 | -1/+60 | |
| | | | ||||||
| * | | Improvements and fixes for the default theme. | Daniel J. Ramirez | 2017-07-16 | 1 | -3/+9 | |
| |/ | | | | Added customizable border size and window highlight. | |||||
| * | Ability to toggle script panel visibility | Jakub Grzesik | 2017-07-10 | 1 | -0/+5 | |
| | | ||||||
| * | Script editor help: Prevent loading empty instances from layout | Rémi Verschelde | 2017-07-02 | 1 | -0/+3 | |
| | | ||||||
| * | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -6/+7 | |
| | | | | | | | -Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458 | |||||
