aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-selectRémi Verschelde2016-03-182-28/+32
|\ \ | | | | | | Allow select multiple files in ResourcePreloaderEditor
| * | Rename path to pathssanikoyes2016-03-182-4/+4
| | |
| * | Allow select multiple files in ResourcePreloaderEditorsanikoyes2016-03-172-28/+32
| | |
* | | Option to toggle tab drawingPaulb232016-03-182-1/+3
| | |
* | | Merge pull request #4076 from Paulb23/word_highlightingRémi Verschelde2016-03-172-0/+5
|\ \ \ | |/ / |/| | Highlight all occurrences of selected word
| * | Highlight all occurrences of selected wordPaulb232016-03-162-0/+5
| | |
* | | Merge pull request #4065 from TheHX/issue-4058Rémi Verschelde2016-03-163-3/+7
|\ \ \ | |/ / |/| | Fix editors panels, of the bottom panel, not resizing in some cases
| * | Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-03-153-3/+7
| |/
* | Merge pull request #4006 from TheHX/tilemap-editorRémi Verschelde2016-03-152-455/+883
|\ \ | | | | | | Several improvements for the Tilemap editor
| * | Tilemap Editor: Fix some last issues of PR-4006Franklin Sobrinho2016-03-151-2/+3
| | |
| * | Tilemap Editor: Use ItemList::set_item_icon_region in tile paletteFranklin Sobrinho2016-03-141-9/+3
| | |
| * | Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit"Franklin Sobrinho2016-03-142-66/+38
| | |
| * | Tilemap Editor: Bucket fillFranklin Sobrinho2016-03-142-18/+136
| | |
| * | Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistenciesFranklin Sobrinho2016-03-142-104/+115
| | |
| * | Tilemap Editor: Line drawing and erasingFranklin Sobrinho2016-03-142-9/+133
| | |
| * | Tilemap Editor: Rectangle drawing/erasing and small improvementsFranklin Sobrinho2016-03-142-412/+620
| |/
* | Merge pull request #4051 from AlexHolly/fileeditor-open-anyRémi Verschelde2016-03-152-7/+8
|\ \ | | | | | | (editor)filedialog open file and dir MODE_OPEN_ANY
| * | (editor)filedialog mode open anyAlexander Holland2016-03-142-7/+8
| | |
* | | Merge pull request #4057 from TheHX/particles-pluginRémi Verschelde2016-03-142-17/+17
|\ \ \ | | | | | | | | Fix file dialog, of Particles2D plugin, showing "Error" icons
| * | | Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-03-142-17/+17
| | |/ | |/|
* | | Merge pull request #4052 from TheHX/issue-4048Rémi Verschelde2016-03-141-1/+1
|\ \ \ | | | | | | | | Fix crash when importing sub-scenes
| * | | Fix crash when importing sub-scenesFranklin Sobrinho2016-03-141-1/+1
| |/ /
* | | Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde2016-03-142-0/+5
|\ \ \ | |/ / |/| | Added configurable tab size in the text editor.
| * | Added configuable tab sizePaulb232016-03-142-0/+5
| | |
* | | -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-1215-30/+836
| | | | | | | | | | | | | | | | | | | | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
* | | -more progress to asset sharing client, but still disabled by defaultJuan Linietsky2016-03-122-3/+93
|/ /
* | Merge pull request #4011 from neikeq/fix_regr_3280Rémi Verschelde2016-03-111-14/+11
|\ \ | |/ |/| TileSet Export: Avoid invalid error when merge is enabled but file doesn't exist
| * TileSet Export: Avoid invalid error when merge is enabled but file does not ↵Ignacio Etcheverry2016-03-111-14/+11
| | | | | | | | exist
* | fix six possible "divide by zero"Hubert Jarosz2016-03-093-7/+10
| |
* | fix two reading uninitialized pointersHubert Jarosz2016-03-091-1/+1
| | | | | | | | | | | | fixed in: tools/editor/project_settings.cpp scene/gui/graph_edit.cpp
* | fix possible crash in tools/editor/editor_import_export.cppHubert Jarosz2016-03-091-2/+1
| | | | | | | | da could be NULL, and dereferencing NULL could lead to crash
* | fix possible crash in tools/editor/spatial_editor_gizmos.cppHubert Jarosz2016-03-092-3/+2
| | | | | | | | spatial_node and base where uninitialized, which could lead to crash
* | remove trailing whitespaceHubert Jarosz2016-03-0954-466/+466
| |
* | Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky2016-03-082-0/+4
|\ \ | | | | | | Enabled scrolling past end of file in text editor.
| * | Enabled scrolling past end of filePaulb232016-03-072-0/+4
| | |
* | | Added extra controls to GeometryInstances to control how they should cast ↵Saracen2016-03-072-8/+8
|/ / | | | | | | | | | | | | shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h
* / Fix Project Settings dialog add/delete global variableFranklin Sobrinho2016-03-063-27/+80
|/
* Merge pull request #3927 from TheHX/issue-3645Rémi Verschelde2016-03-063-11/+93
|\ | | | | Added search box in Class List dialog (Script Editor)
| * Added search box in Class List dialog (Script Editor)Franklin Sobrinho2016-03-053-11/+93
| |
* | Merge pull request #3932 from TheHX/issue-807Rémi Verschelde2016-03-061-2/+52
|\ \ | | | | | | The help page now show the entire object hierarchy
| * | The help page now show the entire object hierarchyFranklin Sobrinho2016-03-051-2/+52
| |/
* / Removed "__editor_plugin_screen__" metadata creationFranklin Sobrinho2016-03-051-19/+0
|/
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-048-9/+982
| | | | -New HTTPRequest node, to make HTTP requests simpler.
* Add editor settings for call hint placementMartin Chuckeles2016-03-042-0/+9
| | | | | Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset
* -wip on addon editorJuan Linietsky2016-02-293-0/+119
| | | | -fixes instantiable subclasses not working, as reported in #3871
* Adds EditorPlugin::remove_control_from_bottom_panel()Zher Huei Lee2016-02-284-3/+35
| | | | | | Also renames `add_control_to_bottom_dock` to `add_control_to_bottom_panel` so that it would be clear that the removal functions are different too.
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-2727-587/+814
| | | | | | Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun!
* added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settingsAriel Manzur2016-02-271-5/+21
|
* First attempt at making a more useful EditorPlugin API. Still undocumented, ↵Juan Linietsky2016-02-2712-15/+167
| | | | but feedback welcome!
* adds -pm and -project_manager command line options to start project managerAriel Manzur2016-02-251-2/+3
| | | | fixes bug where the user has an engine.cfg on the executable directory so it runs the game instead of opening the project manager