summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
AgeCommit message (Expand)Author
2016-12-31Added bucket fill previewMarc Gilleron
2016-12-23put some limits to max ubo sizes to avoid crashesJuan Linietsky
2016-12-23baking now shows a proper button, and bakes can be saved.Juan Linietsky
2016-12-03TextureRegionEditor: Fix mouse wheel scroll speed.Andreas Haas
2016-11-30Add modulate (color) to TileSet tilesPedro J. Estébanez
2016-11-27Fix snap mode selector sticking in texture region moduleDmitry Kram
2016-11-24Blend shapes using transform feedback (GPU)Juan Linietsky
2016-11-22Instancing is working! (hooray)Juan Linietsky
2016-11-14Added snapping to 3D path handles to bring it in line with its 2D counterpartBen Hickling
2016-11-12Prevent to select children if selection lock or instanced scenevolzhs
2016-11-09all light types and shadows are working, pending a lot of clean-upJuan Linietsky
2016-11-06Made background and symbol color follow the color APIPaulb23
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-31Fix memory leak with drag & drop on 2D viewportvolzhs
2016-10-31Fix p_index out of size error when closing scriptvolzhs
2016-10-31Fix 2 search menus are shownvolzhs
2016-10-29-Many many fixesJuan Linietsky
2016-10-27PBR more or less working, still working on bringing gizmos backJuan Linietsky
2016-10-26Improve drag and drop on 2D viewportvolzhs
2016-10-22Prevent unwanted script editor input on game crashHenrique Lacreta Alves
2016-10-19Everything returning to normal in 3D, still a long way to goJuan Linietsky
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-13Merge pull request #6814 from Hinsbart/animplayerGeorge Marques
2016-10-13Only show AnimationEditor automatically when an Animplayer is selected.Andreas Haas
2016-10-11Refresh TextureRegionEditor when region has been changed externally.Andreas Haas
2016-10-11Merge pull request #6775 from RandomShaper/one-based-col-numbersRémi Verschelde
2016-10-10Make text column numbers one-basedPedro J. Estébanez
2016-10-10Refactor duplicated codePedro J. Estébanez
2016-10-10Add line length guideline to code editorsPedro J. Estébanez
2016-10-07-the new shader language seems to workJuan Linietsky
2016-10-05-Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky
2016-10-04Add shortcut to reset cursor position in 3D Editor ( #166 )Fabio Alessandrelli
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-10-03Merge pull request #6684 from Hinsbart/save_allRémi Verschelde
2016-10-03Merge pull request #6640 from Hinsbart/color_pickerRémi Verschelde
2016-10-02Fix "Save All" option in Script editor.Andreas Haas
2016-09-29Add inline ColorPicker to Script text editor.Andreas Haas
2016-09-20More custom theme support for editorGeequlim
2016-09-17Merge pull request #6498 from Paulb23/current_script_highlight_fixRémi Verschelde
2016-09-17Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde
2016-09-15Fix highlight current script when script temputure is disabledPaulb23
2016-09-12Merge pull request #6465 from Paulb23/script_highlight_color_updateRémi Verschelde
2016-09-12Update current script color on changePaulb23
2016-09-12Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky
2016-09-11Changed default assignment of shorcut for alt-left/right to history next/prev...Juan Linietsky
2016-09-11-Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky
2016-09-11-Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky
2016-09-10-Added bindings to the resource filesystem for editorJuan Linietsky
2016-09-10Made it possible to properly draw over the 2D canvas for 2D objects. Arranged...Juan Linietsky
2016-09-10Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky