| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Restored everything related to information polling, and added information ↵ | Juan Linietsky | 2017-06-11 | 2 | -0/+46 | |
| | | | | | | | | | | | | | | | | | | | | | box for viewport. | |||||
| * | | | | | Restored multiple viewport function, as well as view modes. | Juan Linietsky | 2017-06-11 | 3 | -64/+54 | |
| | | | | | | ||||||
| * | | | | | Multiple 3D viewports are not operational. | Juan Linietsky | 2017-06-11 | 3 | -77/+345 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | 2017-06-11 | 2 | -0/+7 | |
| | |/ / |/| | | | | | | | | | | | Allows addons with import extensions to clean up properly on removal. | |||||
| * | | | renamed all Rect3.pos to Rect3.position | alexholly | 2017-06-09 | 5 | -28/+28 | |
| | | | | ||||||
| * | | | Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0 | Rémi Verschelde | 2017-06-09 | 2 | -20/+50 | |
| |\ \ \ | | | | | | | | | Add settings to pan canvas editor with scrolling | |||||
| | * | | | Add settings to pan canvas editor with scrolling | Sean Bohan | 2017-06-08 | 2 | -20/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature is mainly designed for developers who uses touchpad instead of mouse, and want to scroll instead of zoom. Every macOS developers will like it since it feels intuitive. 2 new settings are added to “editors/2d”: scroll_to_pan: turn on to use mouse/touchpad scroll to pan canvas item editor view instead of zoom pan_speed: use this value to change scroll speed | |||||
| * | | | | -Restored multithread capability to VisualServer | Juan Linietsky | 2017-06-09 | 5 | -358/+350 | |
| | | | | | | | | | | | | | | | | | -Restored resource previews! | |||||
| * | | | | Merge pull request #9089 from nunodonato/autoopennew | Rémi Verschelde | 2017-06-08 | 1 | -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 Donato | 2017-06-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes #9075 | |||||
| * | | | | | Merge pull request #9085 from groud/fix-audio-bus-buttons | Rémi Verschelde | 2017-06-08 | 1 | -3/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix: audio buses buttons hard to see if pressed or not | |||||
| | * | | | | | Fix: audio buses buttons hard to see if pressed or not | Gilles Roudiere | 2017-06-07 | 1 | -3/+6 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #9092 from Noshyaar/pr-run | Rémi Verschelde | 2017-06-08 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix unsaved scene not running after save | |||||
| | * | | | | | Fix unsaved scene not running after save | Poommetee Ketson | 2017-06-08 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #9051 from toger5/fixedScriptEditorListSeperation | Rémi Verschelde | 2017-06-08 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | fixed spacing for script editor script list | |||||
| | * | | | | | | fixed overlapping of temp. colors (script editor) | toger5 | 2017-06-07 | 1 | -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/autorun | Rémi Verschelde | 2017-06-08 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Run project after selecting main scene. Fixes #9077 | |||||
| | * | | | | | Run project after selecting main scene. Fixes #9077 | Nuno Donato | 2017-06-07 | 1 | -0/+1 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | -Added proper access to depth texture from shader | Juan Linietsky | 2017-06-07 | 8 | -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-help2 | Andreas Haas | 2017-06-07 | 1 | -4/+3 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Fix Script Editor stealing focus on class search text changed | |||||
| | * | | | | Fix Script Editor stealing focus on class search text changed | Poommetee Ketson | 2017-06-07 | 1 | -4/+3 | |
| | |/ / / | ||||||
| * / / / | added style for panel class | toger5 | 2017-06-06 | 1 | -5/+8 | |
| |/ / / | ||||||
| * | | | Merge pull request #9007 from noshyaar/pr-about | Rémi Verschelde | 2017-06-05 | 2 | -2/+66 | |
| |\ \ \ | | | | | | | | | AboutBox: update copyright, add contributors list | |||||
| | * | | | About: add contributors list | Poommetee Ketson | 2017-06-01 | 2 | -2/+66 | |
| | |/ / | ||||||
| * | | | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | 2017-06-05 | 15 | -182/+182 | |
| |\ \ \ | | | | | | | | | renamed all Rect2.pos to Rect2.position | |||||
| | * | | | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 15 | -182/+182 | |
| | | | | | ||||||
| * | | | | Merge pull request #8974 from Paulb23/script_overview | Rémi Verschelde | 2017-06-05 | 5 | -1/+77 | |
| |\ \ \ \ | | | | | | | | | | | Added script overview | |||||
| | * | | | | Added members overview | Paulb23 | 2017-05-29 | 5 | -1/+77 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #9050 from vnen/fix-run-window-size | Rémi Verschelde | 2017-06-05 | 1 | -4/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Update window size property names for editor run | |||||
| | * | | | | | Update window size property names for editor run | George Marques | 2017-06-04 | 1 | -4/+4 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Quick access list to subresources on RMB | Juan Linietsky | 2017-06-05 | 2 | -0/+70 | |
| | | | | | | ||||||
| * | | | | | Removed stupid right arrow to edit resource. Now simply click it.. | Juan Linietsky | 2017-06-04 | 2 | -4/+24 | |
| | | | | | | ||||||
| * | | | | | project manager, fixed siing of sort button | toger5 | 2017-06-04 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 20 | -89/+89 | |
| | | | | | | | | | | | | | | | | | Make the naming consistent with other classes. | |||||
| * | | | | Merge pull request #8971 from noshyaar/pr-help | Andreas Haas | 2017-06-01 | 2 | -10/+4 | |
| |\ \ \ \ | |_|/ / |/| | | | EditorHelp: Help>Class now switch to script editor | |||||
| | * | | | EditorHelp: Help>Class now switch to script editor | Poommetee Ketson | 2017-05-31 | 2 | -10/+4 | |
| | | | | | ||||||
| * | | | | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | 2017-05-31 | 2 | -6/+7 | |
| |/ / / | ||||||
| * | | | Several fixes related to PBR and Environment | Juan Linietsky | 2017-05-30 | 2 | -2/+4 | |
| | | | | ||||||
| * | | | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 7 | -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-fix | Rémi Verschelde | 2017-05-28 | 1 | -9/+7 | |
| |\ \ \ | | | | | | | | | Fix moving path controls in edit mode. | |||||
| | * | | | Fix moving path controls in edit mode. | Zaven Muradyan | 2017-05-27 | 1 | -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-bug2 | Rémi Verschelde | 2017-05-28 | 1 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | CreateDialog: fix activating recent item creates node selected in search result | |||||
| | * | | | | CreateDialog: fix activating recent item creates node selected in search result | Poommetee Ketson | 2017-05-28 | 1 | -0/+2 | |
| | |/ / / | ||||||
| * / / / | CreateDialog: select root if search exactly match | Poommetee Ketson | 2017-05-28 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #8956 from mcanders/mcanders/ProfilerInputFix | Rémi Verschelde | 2017-05-27 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Fix incorrect input event reference in editor_profiler.cpp | |||||
| | * | | | Fix incorrect input event reference in editor_profiler.cpp | Carter Anderson | 2017-05-27 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #8955 from mcanders/mcanders/AnimationEditorInputFix | Rémi Verschelde | 2017-05-27 | 1 | -7/+7 | |
| |\ \ \ \ | | | | | | | | | | | Fix incorrect input event reference in animation_editor.cpp | |||||
| | * | | | | Fix incorrect input event reference in animation_editor.cpp | Carter Anderson | 2017-05-27 | 1 | -7/+7 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #8929 from nunodonato/themecolors | Rémi Verschelde | 2017-05-27 | 2 | -3/+29 | |
| |\ \ \ \ | | | | | | | | | | | Added color presets for easy theme switching | |||||
| | * | | | | Added color presets for easy theme switching | Nuno Donato | 2017-05-26 | 2 | -3/+29 | |
| | | |/ / | |/| | | | | | | | | | | Also tweaked the default colors (darker and less satured) | |||||
