aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Merge pull request #13277 from DoctorAlpaca/masterJuan Linietsky2017-11-261-6/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix particle preprocessing
| * | | | | | | | | | | | | | | | | | | | Fix particle preprocessing. Fixes #12460.Eric Wiltfang2017-11-251-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove an incorrect check likely left over from copying from the normal fixed_fps update case. Also makes sure that the preprocessing_time is always fully simulated, rather overshooting the mark than stopping early.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #13298 from YeldhamDev/translation_layoutRémi Verschelde2017-11-265-8/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix not being able to select an editor layout created in another language
| * | | | | | | | | | | | | | | | | | | | | Fix not being able to select an editor layout created in another language.Michael Alexsander Silva Dias2017-11-265-8/+16
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Ask users to explore official projects when none is loaded.Juan Linietsky2017-11-264-0/+28
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky2017-11-2633-75/+774
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Onion skinning
| * | | | | | | | | | | | | | | | | | | | Implement onion skinning for the animation editorPedro J. Estébanez2017-11-257-9/+538
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Improve/fix SpatialEditor state saving/restoringPedro J. Estébanez2017-11-251-0/+17
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Update clang-format in modified filesPedro J. Estébanez2017-11-252-6/+6
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Add ability to opt-out buffer swapping in `VS::draw()`Pedro J. Estébanez2017-11-259-13/+16
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Implement backup/restore for animated valuesPedro J. Estébanez2017-11-252-7/+92
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-2417-40/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now it is usable from both `CanvasItem` and `Spatial` editors. - `EditorPlugin` API changes: - `forward_draw_over_canvas()` becomes `forward_draw_over_viewport()`. - `update_canvas()` becomes `update_overlays()`, which now triggers the update of every overlay on top of any 2D or 3D viewports present. Also now it returns the number of such viewports, which is useful whenever you need to know the number of draw-over calls you'll get. - New: `[set/is]_force_draw_over_forwarding_enabled()` to force overlaying regardless it handles the current object type, in a similar fashion as `[set/is]_input_event_forwarding_always_enabled`. This kind of overlay is also on top of those for regular handled node types. - New: `forward_force_draw_over_canvas()`, which is the callback that gets called for plugins that enable forced overlaying.
* | | | | | | | | | | | | | | | | | | | | Disable logger by default.Juan Linietsky2017-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #13315 from dragmz/patch-2Rémi Verschelde2017-11-261-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initialize bus_index to 0
| * | | | | | | | | | | | | | | | | | | | | initialize bus_index to 0Marcin Zawiejski2017-11-261-0/+1
|/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #13305
* | | | | | | | | | | | | | | | | | | | | Merge pull request #13312 from volzhs/fix-android-shader-errorJuan Linietsky2017-11-261-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Fix shader compilation fail on Android
| * | | | | | | | | | | | | | | | | | | | Fix shader compilation fail on Androidvolzhs2017-11-271-2/+2
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error message from logcat **ERROR**: SceneShaderGLES3: Fragment Program Compilation Failed: 50:471: S0032: no default precision defined for parameter 'probe' At: drivers/gles3/shader_gles3.cpp:167:_display_error_with_code() - SceneShaderGLES3: Fragment Program Compilation Failed:
* | | | | | | | | | | | | | | | | | | | Merge pull request #13303 from rraallvv/scons_cache_travisRémi Verschelde2017-11-261-16/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable SCons shared cache for Travis CI (master)
| * | | | | | | | | | | | | | | | | | | | add support for scons cache and enable it for travisRhody Lugo2017-11-261-16/+7
|/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #13299 from rraallvv/scons_cacheRémi Verschelde2017-11-262-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable SCons shared cache for AppVeyor CI (master)
| * | | | | | | | | | | | | | | | | | | | add support for scons cache and enable it for appveyorRhody Lugo2017-11-252-0/+10
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #13289 from sketchyfun/3d_selection_fixRémi Verschelde2017-11-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with 3D selections
| * | | | | | | | | | | | | | | | | | | | Fixed issue with 3D selections losing precsion due to an offset bugBenH2017-11-251-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #13293 from Calinou/tweak-editor-camera-defaultsPoommetee Ketson2017-11-262-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak the default editor camera settings
| * | | | | | | | | | | | | | | | | | | | Tweak the default editor camera settingsHugo Locurcio2017-11-252-6/+6
| | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The default FOV is now 70 - The default Z-near plane is now at 0.05 meters
* | | | | | | | | | | | | | | | | | | | Merge pull request #13295 from Calinou/tweak-camera-node-defaultsPoommetee Ketson2017-11-262-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak the default camera node settings
| * | | | | | | | | | | | | | | | | | | | Tweak the default camera node settingsHugo Locurcio2017-11-252-3/+3
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Increase FOV to 70 - Put the Z-near plane at 0.05 meters
* | | | | | | | | | | | | | | | | | | | Merge pull request #13288 from RandomShaper/fix-dup-crashRémi Verschelde2017-11-261-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Fix crash on node duplication
| * | | | | | | | | | | | | | | | | | | Fix crash on node duplicationPedro J. Estébanez2017-11-251-3/+9
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That happened when an instanced scene was being duplicated while it also contained nodes added to it in the scene holding the instance. Plus: - Add comments about the logic behind all this. - Move the null guard to where it can protect the most, but consider it a runtime error rather that a situation we expect. Fixes #13282.
* | | | | | | | | | | | | | | | | | | Merge pull request #13284 from dragmz/patch-2Poommetee Ketson2017-11-261-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Fix constant node value edit
| * | | | | | | | | | | | | | | | | | Fix constant node value editMarcin Zawiejski2017-11-251-2/+2
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #13286 from touilleMan/gnative-wrappers-msvc-flagsThomas Herzog2017-11-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | [GDNative] disable -fPIC flag with msvc compiler
| * | | | | | | | | | | | | | | | | [GDNative] disable -fPIC flag with msvc compilerEmmanuel Leblond2017-11-251-2/+2
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | -Fixed height fog (was broken)Juan Linietsky2017-11-253-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Make sure materials are named in OBJ importer, so they can be saved outside as resources.
* | | | | | | | | | | | | | | | | Merge pull request #13278 from eska014/jseval-returntypesRémi Verschelde2017-11-252-41/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Remove contrived JavaScript.eval() return types
| * | | | | | | | | | | | | | | | Update my name in AUTHORS.mdLeon Krause2017-11-251-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Remove contrived JavaScript.eval return typesLeon Krause2017-11-251-40/+8
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix mono build after bc2e8d99Rémi Verschelde2017-11-251-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix build on macOS and Android after bc2e8d99Rémi Verschelde2017-11-252-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #13263 from sersoong/master-testRémi Verschelde2017-11-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | 3.0beta - Fixed doesn't close open a file window bug
| * | | | | | | | | | | | | | | | Fix doesn't close open a file window bugsersoong2017-11-251-0/+1
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Add importer option to make meshes bakeable by default.Juan Linietsky2017-11-252-4/+17
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #13261 from ISylvox/fix-windows-buildJuan Linietsky2017-11-252-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete bc2e8d9 so that Windows can be built
| * | | | | | | | | | | | | | | | Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be builtIndah Sylvia2017-11-252-2/+2
|/ / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵Juan Linietsky2017-11-2562-147/+148
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* | | | | | | | | | | | | | | doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-24133-2060/+2117
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fixes bug where enumeration is not being savedJuan Linietsky2017-11-241-2/+2
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #13253 from Hinsbart/bind_gesture_eventsRémi Verschelde2017-11-243-0/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bind InputEventGesture events.
| * | | | | | | | | | | | | | Core: Bind InputEventGesture events.Andreas Haas2017-11-243-0/+36
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | doc status: Partial revert of e23454d, setgets are no longer listedRémi Verschelde2017-11-241-18/+2
| | | | | | | | | | | | | |