Juan Linietsky 
								
							 
						 
						
							
							
							
							
								
							
							
								9c3bddfac2 
								
							 
						 
						
							
							
								
								Merge pull request  #10745  from neikeq/fix-docdata-and-stuff  
							
							... 
							
							
							
							DocData and virtual method type hints fixes 
							
						 
						
							2017-08-29 20:11:07 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Ignacio Etcheverry 
								
							 
						 
						
							
							
							
							
								
							
							
								c16d00591b 
								
							 
						 
						
							
							
								
								DocData and type hints fixes  
							
							... 
							
							
							
							- 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. 
							
						 
						
							2017-08-29 19:40:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Juan Linietsky 
								
							 
						 
						
							
							
							
							
								
							
							
								d23f323cde 
								
							 
						 
						
							
							
								
								-Moved script run to editor, removed from project  
							
							... 
							
							
							
							-fixed to code completion
-fix shader crash bug reported by tagcup 
							
						 
						
							2017-08-27 19:04:19 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								7ad14e7a3e 
								
							 
						 
						
							
							
								
								Dead code tells no tales  
							
							
							
						 
						
							2017-08-27 22:13:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								bd282ff43f 
								
							 
						 
						
							
							
								
								Use HTTPS URL for Godot's website in the headers  
							
							
							
						 
						
							2017-08-27 14:16:55 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								565600e844 
								
							 
						 
						
							
							
								
								Cleanup tons of obsolete commented out code  
							
							... 
							
							
							
							Mostly in EditorNode, dropping some obsolete editor plugins and also a
cleanup of ProjectSettings/EditorSettings. 
							
						 
						
							2017-08-26 17:47:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Haas 
								
							 
						 
						
							
							
							
							
								
							
							
								6134d8741d 
								
							 
						 
						
							
							
								
								Editor: Add some more translatable strings.  
							
							
							
						 
						
							2017-08-25 18:49:45 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hein-Pieter van Braam 
								
							 
						 
						
							
							
							
							
								
							
							
								cacced7e50 
								
							 
						 
						
							
							
								
								Convert Object::cast_to() to the static version  
							
							... 
							
							
							
							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/  
							
						 
						
							2017-08-24 23:08:24 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								b759fc47e6 
								
							 
						 
						
							
							
								
								Merge pull request  #10538  from groud/fix_useless_separator  
							
							... 
							
							
							
							Fix unneeded separator in Script Editor's Debug menu 
							
						 
						
							2017-08-22 08:49:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gilles Roudiere 
								
							 
						 
						
							
							
							
							
								
							
							
								5ea403c0ce 
								
							 
						 
						
							
							
								
								Fix uneeded separator  
							
							
							
						 
						
							2017-08-22 08:43:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Hein-Pieter van Braam 
								
							 
						 
						
							
							
							
							
								
							
							
								24bc47b179 
								
							 
						 
						
							
							
								
								Add null check to ScriptEditor get_current_tab_control() call  
							
							... 
							
							
							
							This fixes  #10517  
							
						 
						
							2017-08-22 02:35:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									toger5 
								
							 
						 
						
							
							
							
							
								
							
							
								475502e638 
								
							 
						 
						
							
							
								
								Removed style box border for script panel.  Fixes   #10410  
							
							
							
						 
						
							2017-08-19 17:30:48 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Juan Linietsky 
								
							 
						 
						
							
							
							
							
								
							
							
								b20952ebff 
								
							 
						 
						
							
							
								
								Update script signals in real-time when script changes.  Fixes   #8980  
							
							
							
						 
						
							2017-08-18 16:44:03 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								ebf19d72b5 
								
							 
						 
						
							
							
								
								Merge pull request  #9878  from toger5/theme_border_settings_change  
							
							... 
							
							
							
							Theme border settings change + updating styles 
							
						 
						
							2017-08-07 14:07:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									toger5 
								
							 
						 
						
							
							
							
							
								
							
							
								3b2a4cc52a 
								
							 
						 
						
							
							
								
								editor: update helps and script panel on theme could change.  
							
							
							
						 
						
							2017-08-04 14:57:15 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jakub Grzesik 
								
							 
						 
						
							
							
							
							
								
							
							
								ff5ffeafeb 
								
							 
						 
						
							
							
								
								ScriptEditor -> 'script_close' signal hint correction  
							
							
							
						 
						
							2017-07-29 14:22:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								ba7fdcfd02 
								
							 
						 
						
							
							
								
								Merge pull request  #9762  from Paulb23/_scipt_close_tab_selection_issue_8400  
							
							... 
							
							
							
							Fixed script tab selection on file close, issue 8400 
							
						 
						
							2017-07-23 13:09:59 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								50ab88bf15 
								
							 
						 
						
							
							
								
								Merge pull request  #9761  from Noshyaar/pr-fix  
							
							... 
							
							
							
							ScriptEditor: suppress get_child errors 
							
						 
						
							2017-07-23 13:09:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								c4918ca76b 
								
							 
						 
						
							
							
								
								Merge pull request  #9717  from kubecz3k/plugin-methods-rename  
							
							... 
							
							
							
							Rename of two EditorPlugin methods 
							
						 
						
							2017-07-22 13:35:05 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Paulb23 
								
							 
						 
						
							
							
							
							
								
							
							
								3906134003 
								
							 
						 
						
							
							
								
								Fixed script tab selection on file close, issue 8400  
							
							
							
						 
						
							2017-07-22 10:23:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Poommetee Ketson 
								
							 
						 
						
							
							
							
							
								
							
							
								843589d9d1 
								
							 
						 
						
							
							
								
								ScriptEditor: suppress get_child errors  
							
							
							
						 
						
							2017-07-22 14:02:34 +07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jakub Grzesik 
								
							 
						 
						
							
							
							
							
								
							
							
								218b1c223d 
								
							 
						 
						
							
							
								
								EditorPlugin methods and signals rename  
							
							
							
						 
						
							2017-07-20 19:16:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Juan Linietsky 
								
							 
						 
						
							
							
							
							
								
							
							
								25678b1876 
								
							 
						 
						
							
							
								
								-Renamed GlobalConfig to ProjectSettings, makes more sense.  
							
							... 
							
							
							
							-Added system for feature overrides, it's pretty cool :) 
							
						 
						
							2017-07-19 17:06:03 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								d4c73ea2b3 
								
							 
						 
						
							
							
								
								Merge pull request  #9565  from kubecz3k/tool-signals  
							
							... 
							
							
							
							Make more informations available for Tool Plugins about the editor 
							
						 
						
							2017-07-19 09:54:02 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jakub Grzesik 
								
							 
						 
						
							
							
							
							
								
							
							
								708d825001 
								
							 
						 
						
							
							
								
								Make available more informations about editor for Tool Plugins  
							
							
							
						 
						
							2017-07-18 17:48:19 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel J. Ramirez 
								
							 
						 
						
							
							
							
							
								
							
							
								a3c2d9a6bd 
								
							 
						 
						
							
							
								
								Improvements and fixes for the default theme.  
							
							... 
							
							
							
							Added customizable border size and window highlight. 
							
						 
						
							2017-07-16 13:23:59 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jakub Grzesik 
								
							 
						 
						
							
							
							
							
								
							
							
								98897d0415 
								
							 
						 
						
							
							
								
								Ability to toggle script panel visibility  
							
							
							
						 
						
							2017-07-10 14:25:06 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								71f6c96288 
								
							 
						 
						
							
							
								
								Script editor help: Prevent loading empty instances from layout  
							
							
							
						 
						
							2017-07-02 12:31:34 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Juan Linietsky 
								
							 
						 
						
							
							
							
							
								
							
							
								2a3e00c8c7 
								
							 
						 
						
							
							
								
								-Many fixes to VisualScript, fixed property names, etc.  
							
							... 
							
							
							
							-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  
							
						 
						
							2017-06-30 21:35:05 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									geequlim 
								
							 
						 
						
							
							
							
							
								
							
							
								6687484958 
								
							 
						 
						
							
							
								
								Better user expirence with external text editors.  
							
							... 
							
							
							
							Implements open_in_external_editor for subclasses of ScriptLanguage.
Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor. 
							
						 
						
							2017-06-27 12:55:16 +08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								d3afecf681 
								
							 
						 
						
							
							
								
								Merge pull request  #8974  from Paulb23/script_overview  
							
							... 
							
							
							
							Added script overview 
							
						 
						
							2017-06-05 15:42:12 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Paulb23 
								
							 
						 
						
							
							
							
							
								
							
							
								a4e222ae71 
								
							 
						 
						
							
							
								
								Added members overview  
							
							
							
						 
						
							2017-05-29 12:56:33 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nuno Donato 
								
							 
						 
						
							
							
							
							
								
							
							
								7661cb5a62 
								
							 
						 
						
							
							
								
								Added an help menu  
							
							... 
							
							
							
							Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry.
Fixed  #8921  
							
						 
						
							2017-05-26 16:20:33 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Juan Linietsky 
								
							 
						 
						
							
							
							
							
								
							
							
								5b3709d309 
								
							 
						 
						
							
							
								
								Removal of InputEvent as built-in Variant type..  
							
							... 
							
							
							
							this might cause bugs I haven't found yet.. 
							
						 
						
							2017-05-20 17:05:38 -03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								231511b2a6 
								
							 
						 
						
							
							
								
								Merge pull request  #8631  from volzhs/editor-theme-custom  
							
							... 
							
							
							
							New customizable editor theme 
							
						 
						
							2017-05-20 07:16:11 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								0aede444ef 
								
							 
						 
						
							
							
								
								Merge pull request  #8789  from Hinsbart/editor_shortcuts  
							
							... 
							
							
							
							Editor: Make "open 2d/3d/script editor" shortcuts configurable. 
							
						 
						
							2017-05-18 18:59:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Haas 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3be8a94868 
								
							 
						 
						
							
							
								
								Editor: Make "open 2d/3d/script editor" shortcuts configurable.  
							
							... 
							
							
							
							Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor. 
							
						 
						
							2017-05-18 18:36:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								787dad5ac4 
								
							 
						 
						
							
							
								
								Adapt tutorials (Godot Docs) icon to new design  
							
							
							
						 
						
							2017-05-17 21:22:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									volzhs 
								
							 
						 
						
							
							
							
							
								
							
							
								bb81293047 
								
							 
						 
						
							
							
								
								New customizable editor theme  
							
							
							
						 
						
							2017-05-09 17:46:54 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									volzhs 
								
							 
						 
						
							
							
							
							
								
							
							
								17e8e343fb 
								
							 
						 
						
							
							
								
								Revert "Add new editor and default theme (WIP)"  
							
							... 
							
							
							
							This reverts commit f045efe007 
							
						 
						
							2017-05-03 06:19:15 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								a37364620f 
								
							 
						 
						
							
							
								
								Merge pull request  #8569  from volzhs/editor-theme-1  
							
							... 
							
							
							
							Fix to use editor theme instead of handling each UI 
							
						 
						
							2017-05-02 11:28:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								6b769ac625 
								
							 
						 
						
							
							
								
								Merge pull request  #8559  from Paulb23/script_recent_files  
							
							... 
							
							
							
							Added recent scripts to script editor 
							
						 
						
							2017-05-02 11:27:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									volzhs 
								
							 
						 
						
							
							
							
							
								
							
							
								3223305e5a 
								
							 
						 
						
							
							
								
								Fix to use editor theme instead of handling each UI  
							
							
							
						 
						
							2017-04-28 22:42:52 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									volzhs 
								
							 
						 
						
							
							
							
							
								
							
							
								be454ba2d6 
								
							 
						 
						
							
							
								
								Update editor theme  
							
							
							
						 
						
							2017-04-28 11:01:17 +09:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Paulb23 
								
							 
						 
						
							
							
							
							
								
							
							
								e37928bb50 
								
							 
						 
						
							
							
								
								Added recent scripts to script editor  
							
							
							
						 
						
							2017-04-27 16:07:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel J. Ramirez 
								
							 
						 
						
							
							
							
							
								
							
							
								f045efe007 
								
							 
						 
						
							
							
								
								Add new editor and default theme (WIP)  
							
							
							
						 
						
							2017-04-27 08:04:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Paulb23 
								
							 
						 
						
							
							
							
							
								
							
							
								c4ffe89204 
								
							 
						 
						
							
							
								
								Changed indent type settings  
							
							
							
						 
						
							2017-04-26 12:14:03 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Paulb23 
								
							 
						 
						
							
							
							
							
								
							
							
								165b7bab63 
								
							 
						 
						
							
							
								
								Fixed convert indent and trim whitespace on save  
							
							
							
						 
						
							2017-04-23 19:19:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								22b9c0207b 
								
							 
						 
						
							
							
								
								Merge pull request  #8417  from neikeq/hello-there  
							
							... 
							
							
							
							External editor improvements and fixes 
							
						 
						
							2017-04-20 02:20:04 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								5237bc952d 
								
							 
						 
						
							
							
								
								Merge pull request  #8424  from Paulb23/convert_indent  
							
							... 
							
							
							
							Support for space indentation 
							
						 
						
							2017-04-18 14:16:58 +02:00