..
collada
Dead code tells no tales
2017-08-27 22:13:45 +02:00
doc
DocData: Include enum attributes in return nodes
2017-09-02 21:52:45 +02:00
fileserver
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
icons
removed svg's in icons/dark
2017-08-30 21:20:02 +02:00
import
Remove assignment and declarations in if statements
2017-09-08 14:59:15 +02:00
plugins
Remove assignment and declarations in if statements
2017-09-08 14:59:15 +02:00
translations
Fix i18n bug in GridMap string
2017-08-25 20:55:33 +02:00
animation_editor.cpp
Dead code tells no tales
2017-08-27 22:13:45 +02:00
animation_editor.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
array_property_edit.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
array_property_edit.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
code_editor.cpp
Added setting to toggle auto indent
2017-08-31 19:42:47 +01:00
code_editor.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
connections_dialog.cpp
Dead code tells no tales
2017-08-27 22:13:45 +02:00
connections_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
create_dialog.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
create_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
dependency_editor.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
dependency_editor.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
doc_code_font.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
doc_font.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
doc_title_font.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_about.cpp
EditorAbout: fix names being selectable
2017-09-04 20:07:33 +07:00
editor_about.h
EditorAbout: add donors tab
2017-09-04 00:39:57 +07:00
editor_asset_installer.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_asset_installer.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_audio_buses.cpp
Fix use of unitialized variables
2017-09-02 01:59:26 +02:00
editor_audio_buses.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_autoload_settings.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_autoload_settings.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_data.cpp
Fix typo 'begining' to 'beginning'
2017-09-01 22:54:57 +07:00
editor_data.h
Fix typo 'begining' to 'beginning'
2017-09-01 22:54:57 +07:00
editor_dir_dialog.cpp
-Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem
2017-09-03 00:24:36 -03:00
editor_dir_dialog.h
-Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem
2017-09-03 00:24:36 -03:00
editor_export.cpp
Fix files header
2017-09-01 21:07:55 +07:00
editor_export.h
Fix files header
2017-09-01 21:07:55 +07:00
editor_file_dialog.cpp
added icon updating to most ui elements
2017-08-30 21:47:09 +02:00
editor_file_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_file_system.cpp
Merge pull request #10840 from rtroncoso/fix-reimporter-defaults-load
2017-09-01 08:05:41 +02:00
editor_file_system.h
Added nice icon to show when a file is broken on import.
2017-08-29 20:17:59 -03:00
editor_fonts.cpp
Fixed some metrics (some issues caused by the new Noto Sans font).
2017-09-03 01:49:31 -05:00
editor_fonts.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_help.cpp
fixed copy on osx + help selection color
2017-09-04 18:57:52 +02:00
editor_help.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_initialize_ssl.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_initialize_ssl.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_log.cpp
fixed log colors
2017-09-05 01:10:04 +02:00
editor_log.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_name_dialog.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_name_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_node.cpp
Merge pull request #10899 from toger5/theme_fixes_from_light
2017-09-04 23:14:18 +02:00
editor_node.h
fixed hover line for menu button
2017-09-04 18:06:13 +02:00
editor_path.cpp
White Theme
2017-08-30 21:44:48 +02:00
editor_path.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_plugin.cpp
Merge pull request #10745 from neikeq/fix-docdata-and-stuff
2017-08-29 20:11:07 -03:00
editor_plugin.h
-Some fixes to code completion.
2017-08-28 00:04:24 -03:00
editor_plugin_settings.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_plugin_settings.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_profiler.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_profiler.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_resource_preview.cpp
DocData and type hints fixes
2017-08-29 19:40:21 +02:00
editor_resource_preview.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_run.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_run.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_run_native.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_run_native.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_run_script.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_run_script.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_scale.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_scale.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_settings.cpp
Merge pull request #10901 from toger5/script_background_cleanup
2017-09-04 08:05:17 +02:00
editor_settings.h
Dead code tells no tales
2017-08-27 22:13:45 +02:00
editor_sub_scene.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_sub_scene.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
editor_themes.cpp
fixed log colors
2017-09-05 01:10:04 +02:00
editor_themes.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
export_template_manager.cpp
Dead code tells no tales
2017-08-27 22:13:45 +02:00
export_template_manager.h
Fix files header
2017-09-01 21:07:55 +07:00
file_type_cache.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
file_type_cache.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
filesystem_dock.cpp
Fixed some metrics (some issues caused by the new Noto Sans font).
2017-09-03 01:49:31 -05:00
filesystem_dock.h
Added nice icon to show when a file is broken on import.
2017-08-29 20:17:59 -03:00
groups_editor.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
groups_editor.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
import_dock.cpp
Merge pull request #10821 from rtroncoso/fix-import-defaults
2017-09-01 08:14:28 +02:00
import_dock.h
fixed update import label in importer dock
2017-08-31 16:58:43 +02:00
multi_node_edit.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
multi_node_edit.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
node_dock.cpp
added icon updating to most ui elements
2017-08-30 21:47:09 +02:00
node_dock.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
output_strings.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
output_strings.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
pane_drag.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
pane_drag.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
progress_dialog.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
progress_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
project_export.cpp
Dead code tells no tales
2017-08-27 22:13:45 +02:00
project_export.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
project_manager.cpp
Contributors missing in project manager title
2017-08-31 09:50:35 -03:00
project_manager.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
project_settings_editor.cpp
-Fixed changes to default input actions not working, closes #10502
2017-09-06 18:14:04 -03:00
project_settings_editor.h
Merge pull request #10874 from Noshyaar/pr-action
2017-09-04 23:30:45 +02:00
property_editor.cpp
Improved and added some icons
2017-08-29 17:02:55 -05:00
property_editor.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
property_selector.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
property_selector.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
pvrtc_compress.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
pvrtc_compress.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
quick_open.cpp
Improve 'quick open' search time
2017-09-02 16:17:59 +02:00
quick_open.h
Improve 'quick open' search time
2017-09-02 16:17:59 +02:00
register_exporters.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
reparent_dialog.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
reparent_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
run_settings_dialog.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
run_settings_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
scene_tree_dock.cpp
Remove assignment and declarations in if statements
2017-09-08 14:59:15 +02:00
scene_tree_dock.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
scene_tree_editor.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
scene_tree_editor.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
script_create_dialog.cpp
Fix detectin of existing file being a dir in new script creation, closes #9958
2017-09-01 14:25:01 -03:00
script_create_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
script_editor_debugger.cpp
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
script_editor_debugger.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
SCsub
EditorAbout: add donors tab
2017-09-04 00:39:57 +07:00
settings_config_dialog.cpp
Searchable Key-Bindings in editor
2017-09-03 17:08:36 +02:00
settings_config_dialog.h
Use HTTPS URL for Godot's website in the headers
2017-08-27 14:16:55 +02:00
spatial_editor_gizmos.cpp
Removed ontop property, added a material rendering priority system. Fixes #9935 , closes #10135
2017-09-01 13:01:08 -03:00
spatial_editor_gizmos.h
Highlight currently selected gizmo.
2017-08-28 01:28:24 -05:00