aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9089 from nunodonato/autoopennewRémi Verschelde2017-06-081-1/+2
|\ | | | | Automatically edit new project after creating it in project manager. Fixes #9075
| * Automatically open new project after creating it in project manager.Nuno Donato2017-06-071-1/+2
| | | | | | | | Fixes #9075
* | Merge pull request #9085 from groud/fix-audio-bus-buttonsRémi Verschelde2017-06-081-3/+6
|\ \ | | | | | | Fix: audio buses buttons hard to see if pressed or not
| * | Fix: audio buses buttons hard to see if pressed or notGilles Roudiere2017-06-071-3/+6
| |/
* | Merge pull request #9092 from Noshyaar/pr-runRémi Verschelde2017-06-081-1/+1
|\ \ | | | | | | Fix unsaved scene not running after save
| * | Fix unsaved scene not running after savePoommetee Ketson2017-06-081-1/+1
| | |
* | | Merge pull request #9051 from toger5/fixedScriptEditorListSeperationRémi Verschelde2017-06-081-1/+2
|\ \ \ | | | | | | | | fixed spacing for script editor script list
| * | | fixed overlapping of temp. colors (script editor)toger52017-06-071-1/+2
| | | | | | | | | | | | | | | | | | | | + 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
* | | | Merge pull request #9090 from nunodonato/autorunRémi Verschelde2017-06-081-0/+1
|\ \ \ \ | |_|/ / |/| | | Run project after selecting main scene. Fixes #9077
| * | | Run project after selecting main scene. Fixes #9077Nuno Donato2017-06-071-0/+1
| | |/ | |/|
* | | -Added proper access to depth texture from shaderJuan Linietsky2017-06-078-43/+44
| | | | | | | | | | | | -Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
* | | Merge pull request #9070 from Noshyaar/pr-help2Andreas Haas2017-06-071-4/+3
|\ \ \ | |/ / |/| | Fix Script Editor stealing focus on class search text changed
| * | Fix Script Editor stealing focus on class search text changedPoommetee Ketson2017-06-071-4/+3
| |/
* / added style for panel classtoger52017-06-061-5/+8
|/
* Merge pull request #9007 from noshyaar/pr-aboutRémi Verschelde2017-06-052-2/+66
|\ | | | | AboutBox: update copyright, add contributors list
| * About: add contributors listPoommetee Ketson2017-06-012-2/+66
| |
* | Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-0515-182/+182
|\ \ | | | | | | renamed all Rect2.pos to Rect2.position
| * | renamed all Rect2.pos to Rect2.positionalexholly2017-06-0415-182/+182
| | |
* | | Merge pull request #8974 from Paulb23/script_overviewRémi Verschelde2017-06-055-1/+77
|\ \ \ | | | | | | | | Added script overview
| * | | Added members overviewPaulb232017-05-295-1/+77
| | | |
* | | | Merge pull request #9050 from vnen/fix-run-window-sizeRémi Verschelde2017-06-051-4/+4
|\ \ \ \ | | | | | | | | | | Update window size property names for editor run
| * | | | Update window size property names for editor runGeorge Marques2017-06-041-4/+4
| | |/ / | |/| |
* | | | Quick access list to subresources on RMBJuan Linietsky2017-06-052-0/+70
| | | |
* | | | Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky2017-06-042-4/+24
| | | |
* | | | project manager, fixed siing of sort buttontoger52017-06-041-1/+1
|/ / /
* | | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-0320-89/+89
| | | | | | | | | | | | Make the naming consistent with other classes.
* | | Merge pull request #8971 from noshyaar/pr-helpAndreas Haas2017-06-012-10/+4
|\ \ \ | |_|/ |/| | EditorHelp: Help>Class now switch to script editor
| * | EditorHelp: Help>Class now switch to script editorPoommetee Ketson2017-05-312-10/+4
| | |
* | | rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-312-6/+7
|/ /
* | Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-2/+4
| |
* | -Added .hdr format supportJuan Linietsky2017-05-287-179/+46
| | | | | | | | | | | | -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
* | Merge pull request #8966 from voithos/path2d-bezier-handle-fixRémi Verschelde2017-05-281-9/+7
|\ \ | | | | | | Fix moving path controls in edit mode.
| * | Fix moving path controls in edit mode.Zaven Muradyan2017-05-271-9/+7
| | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #8968 from noshyaar/pr-bug2Rémi Verschelde2017-05-281-0/+2
|\ \ \ | | | | | | | | CreateDialog: fix activating recent item creates node selected in search result
| * | | CreateDialog: fix activating recent item creates node selected in search resultPoommetee Ketson2017-05-281-0/+2
| |/ /
* / / CreateDialog: select root if search exactly matchPoommetee Ketson2017-05-281-1/+1
|/ /
* | Merge pull request #8956 from mcanders/mcanders/ProfilerInputFixRémi Verschelde2017-05-271-1/+1
|\ \ | | | | | | Fix incorrect input event reference in editor_profiler.cpp
| * | Fix incorrect input event reference in editor_profiler.cppCarter Anderson2017-05-271-1/+1
| | |
* | | Merge pull request #8955 from mcanders/mcanders/AnimationEditorInputFixRémi Verschelde2017-05-271-7/+7
|\ \ \ | | | | | | | | Fix incorrect input event reference in animation_editor.cpp
| * | | Fix incorrect input event reference in animation_editor.cppCarter Anderson2017-05-271-7/+7
| |/ /
* | | Merge pull request #8929 from nunodonato/themecolorsRémi Verschelde2017-05-272-3/+29
|\ \ \ | | | | | | | | Added color presets for easy theme switching
| * | | Added color presets for easy theme switchingNuno Donato2017-05-262-3/+29
| | |/ | |/| | | | | | | Also tweaked the default colors (darker and less satured)
* | | Merge pull request #8928 from nunodonato/helpmenuRémi Verschelde2017-05-275-11/+57
|\ \ \ | |_|/ |/| | Added an help menu
| * | Added an help menuNuno Donato2017-05-265-11/+57
| |/ | | | | | | | | Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921
* / -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-263-6/+19
|/ | | | | | -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
* Merge pull request #8901 from tagcup/path_editor_pluginRémi Verschelde2017-05-263-238/+195
|\ | | | | Revive PathEditorPlugin.
| * Applied clang-format.Ferenc Arn2017-05-253-223/+181
| | | | | | | | Since PathEditorPlugin was commented out, it didn't get clang-format'ed.
| * Revive PathEditorPlugin.Ferenc Arn2017-05-243-25/+24
| | | | | | | | | | | | Adapted the plugin to recent changes in input classes and pool arrays. Fixed an out-of-bounds bug in the process. Doesn't display anything for a single point (existing issue).
* | Merge pull request #8895 from nunodonato/newdefaultcolorsRémi Verschelde2017-05-252-14/+16
|\ \ | | | | | | Improved default colors for the new theme
| * | Improved default colors for the new themeNuno Donato2017-05-242-14/+16
| |/ | | | | | | | | Colors inspired from solarized themes. Also moved the theme settings to the Interface category.