summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-06-08Merge pull request #9089 from nunodonato/autoopennewRémi Verschelde
Automatically edit new project after creating it in project manager. Fixes #9075
2017-06-08Merge pull request #9085 from groud/fix-audio-bus-buttonsRémi Verschelde
Fix: audio buses buttons hard to see if pressed or not
2017-06-08Merge pull request #9092 from Noshyaar/pr-runRémi Verschelde
Fix unsaved scene not running after save
2017-06-08Merge pull request #9051 from toger5/fixedScriptEditorListSeperationRémi Verschelde
fixed spacing for script editor script list
2017-06-08Merge pull request #9090 from nunodonato/autorunRémi Verschelde
Run project after selecting main scene. Fixes #9077
2017-06-08Fix unsaved scene not running after savePoommetee Ketson
2017-06-07Run project after selecting main scene. Fixes #9077Nuno Donato
2017-06-07Automatically open new project after creating it in project manager.Nuno Donato
Fixes #9075
2017-06-07-Added proper access to depth texture from shaderJuan Linietsky
-Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
2017-06-07Fix: audio buses buttons hard to see if pressed or notGilles Roudiere
2017-06-07Merge pull request #9070 from Noshyaar/pr-help2Andreas Haas
Fix Script Editor stealing focus on class search text changed
2017-06-07fixed overlapping of temp. colors (script editor)toger5
+ added a little bit more spacing to the scripts in the script list. the temp colors now expand to the vseperation, instead of having the same size than the stylebox
2017-06-06added style for panel classtoger5
2017-06-07Fix Script Editor stealing focus on class search text changedPoommetee Ketson
2017-06-05Merge pull request #9007 from noshyaar/pr-aboutRémi Verschelde
AboutBox: update copyright, add contributors list
2017-06-05Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde
renamed all Rect2.pos to Rect2.position
2017-06-05Merge pull request #8974 from Paulb23/script_overviewRémi Verschelde
Added script overview
2017-06-05Merge pull request #9050 from vnen/fix-run-window-sizeRémi Verschelde
Update window size property names for editor run
2017-06-05Quick access list to subresources on RMBJuan Linietsky
2017-06-04Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky
2017-06-04Update window size property names for editor runGeorge Marques
2017-06-04project manager, fixed siing of sort buttontoger5
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
Make the naming consistent with other classes.
2017-06-01Merge pull request #8971 from noshyaar/pr-helpAndreas Haas
EditorHelp: Help>Class now switch to script editor
2017-06-01About: add contributors listPoommetee Ketson
2017-05-31rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky
2017-05-31EditorHelp: Help>Class now switch to script editorPoommetee Ketson
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-29Added members overviewPaulb23
2017-05-28-Added .hdr format supportJuan Linietsky
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant
2017-05-28Merge pull request #8966 from voithos/path2d-bezier-handle-fixRémi Verschelde
Fix moving path controls in edit mode.
2017-05-28Merge pull request #8968 from noshyaar/pr-bug2Rémi Verschelde
CreateDialog: fix activating recent item creates node selected in search result
2017-05-28CreateDialog: fix activating recent item creates node selected in search resultPoommetee Ketson
2017-05-28CreateDialog: select root if search exactly matchPoommetee Ketson
2017-05-27Fix moving path controls in edit mode.Zaven Muradyan
The previous code would never trigger the subsequent conditionals (for moving the control points) when in EDIT_MODE because the point conditionals were nested instead of being a conjunction.
2017-05-27Merge pull request #8956 from mcanders/mcanders/ProfilerInputFixRémi Verschelde
Fix incorrect input event reference in editor_profiler.cpp
2017-05-27Merge pull request #8955 from mcanders/mcanders/AnimationEditorInputFixRémi Verschelde
Fix incorrect input event reference in animation_editor.cpp
2017-05-27Merge pull request #8929 from nunodonato/themecolorsRémi Verschelde
Added color presets for easy theme switching
2017-05-27Merge pull request #8928 from nunodonato/helpmenuRémi Verschelde
Added an help menu
2017-05-27Fix incorrect input event reference in editor_profiler.cppCarter Anderson
2017-05-27Fix incorrect input event reference in animation_editor.cppCarter Anderson
2017-05-26-Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky
-Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3
2017-05-26Added color presets for easy theme switchingNuno Donato
Also tweaked the default colors (darker and less satured)
2017-05-26Added an help menuNuno Donato
Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921
2017-05-26Merge pull request #8901 from tagcup/path_editor_pluginRémi Verschelde
Revive PathEditorPlugin.
2017-05-25Applied clang-format.Ferenc Arn
Since PathEditorPlugin was commented out, it didn't get clang-format'ed.
2017-05-25Merge pull request #8895 from nunodonato/newdefaultcolorsRémi Verschelde
Improved default colors for the new theme
2017-05-25Merge pull request #8891 from nunodonato/newmenuRémi Verschelde
Join text menus on the top-left, move shortcut buttons to new locations (Preliminary work towards achieving the changes discussed in #8865.)
2017-05-25Merge pull request #8869 from Hinsbart/errorsRémi Verschelde
Fix errors on engine startup.