summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
AgeCommit message (Collapse)Author
2016-03-18Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-selectRémi Verschelde
Allow select multiple files in ResourcePreloaderEditor
2016-03-18Option to toggle tab drawingPaulb23
2016-03-18Rename path to pathssanikoyes
2016-03-17Merge pull request #4076 from Paulb23/word_highlightingRémi Verschelde
Highlight all occurrences of selected word
2016-03-17Allow select multiple files in ResourcePreloaderEditorsanikoyes
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-16Merge pull request #4065 from TheHX/issue-4058Rémi Verschelde
Fix editors panels, of the bottom panel, not resizing in some cases
2016-03-15Merge pull request #4006 from TheHX/tilemap-editorRémi Verschelde
Several improvements for the Tilemap editor
2016-03-15Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho
2016-03-15Tilemap Editor: Fix some last issues of PR-4006Franklin Sobrinho
2016-03-14Merge pull request #4057 from TheHX/particles-pluginRémi Verschelde
Fix file dialog, of Particles2D plugin, showing "Error" icons
2016-03-14Tilemap Editor: Use ItemList::set_item_icon_region in tile paletteFranklin Sobrinho
2016-03-14Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho
2016-03-14Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit"Franklin Sobrinho
2016-03-14Tilemap Editor: Bucket fillFranklin Sobrinho
2016-03-14Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistenciesFranklin Sobrinho
2016-03-14Tilemap Editor: Line drawing and erasingFranklin Sobrinho
2016-03-14Tilemap Editor: Rectangle drawing/erasing and small improvementsFranklin Sobrinho
2016-03-14Added configuable tab sizePaulb23
2016-03-09fix six possible "divide by zero"Hubert Jarosz
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-08Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky
Enabled scrolling past end of file in text editor.
2016-03-07Added extra controls to GeometryInstances to control how they should cast ↵Saracen
shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h
2016-03-07Enabled scrolling past end of filePaulb23
2016-03-05Added search box in Class List dialog (Script Editor)Franklin Sobrinho
2016-03-04Add editor settings for call hint placementMartin Chuckeles
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky
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!
2016-02-27First attempt at making a more useful EditorPlugin API. Still undocumented, ↵Juan Linietsky
but feedback welcome!
2016-02-22keep previous rotation when using rotate tool. fixes #3788.volzhs
2016-02-21-fixed a crash when closing scene with animationplayer openJuan Linietsky
-removed item checked print, closes #3564
2016-02-20-Change link to new documentationJuan Linietsky
-fixed bug in tilemap collision debug
2016-02-16Merge pull request #3689 from nunodonato/numpademulationRémi Verschelde
* Added numpad emulation in the 3d viewport (fixes #3612)
2016-02-16Merge pull request #3641 from JoshuaGrams/masterRémi Verschelde
AnimationPlayer frame SpinBox snaps to steps.
2016-02-12* Added numpad emulation (fixes #3612)Nuno
2016-02-10Fixed a couple of tooltips on the editorTegu
2016-02-09AnimationPlayer frame SpinBox snaps to steps.Josh Grams
2016-02-09Insert new key helper is back to 2D editor, missed it?Juan Linietsky
2016-02-08-Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky
2016-02-02-only save scripts if changed, takes less time to run projects and does not ↵Juan Linietsky
confuse you with changed dates.
2016-02-02-make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky
2016-01-27Merge pull request #3490 from TheHX/issue-3453Rémi Verschelde
Fix input passing to script editor even if not visible
2016-01-27Fix input passing to script editor even if not visibleFranklin Sobrinho
2016-01-27Fix animation toolbarFranklin Sobrinho
2016-01-24avoid crash when scaling tilemap too much, fixes #266reduz
2016-01-24-avoid allowing selection of canvasitems inside a viewport, fixes #1383reduz
2016-01-23-Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky
2016-01-23Fix wrong condition test for saving, fixes #3287Juan Linietsky
2016-01-20Wider initial size of the panel with scriptskubecz3k
I believe it's size is now exactly the same how it was before commit that allowed to hide script panel entirely. I assume previously it was 140 wide because of 70px of minimal size + 70px of offset, so now when minimal size is 0 the offset need to be 140.
2016-01-19thumbnail preview for AtlasTextureshondres
2016-01-18-fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky