Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | Merge pull request #33719 from KoBeWi/the_truth | Rémi Verschelde | |
Consider locked moving objects when updating viewport | |||
2019-11-18 | Consider locked moving objects when updating viewport | Tomasz Chabora | |
2019-11-18 | Merge pull request #33706 from madmiraal/fix-c4146-warning | Rémi Verschelde | |
Fix Visual Studio throwing C4146 warning. | |||
2019-11-18 | Merge pull request #33693 from clayjohn/GLES2-fix_negative_lights_popping | Rémi Verschelde | |
Fix negative light flickering | |||
2019-11-18 | Fix Visual Studio throwing C4146 warning. | Marcel Admiraal | |
2019-11-18 | Merge pull request #33703 from neikeq/issue-32899 | Rémi Verschelde | |
C#: Throw NullReferenceException for null NodePath/RID params | |||
2019-11-18 | C#: Throw NullReferenceException for null NodePath/RID params | Ignacio Etcheverry | |
2019-11-18 | Merge pull request #33698 from akien-mga/revert-opus-1.3.1-pr33311 | Rémi Verschelde | |
Revert "Update opus to 1.3.1 and opusfile to 0.11" | |||
2019-11-18 | Merge pull request #33697 from nekomatata/debugger-tabs-min-size | Rémi Verschelde | |
Fixed ScriptEditorDebugger minimum size | |||
2019-11-18 | Revert "Update opus to 1.3.1 and opusfile to 0.11" | Rémi Verschelde | |
This reverts commit e00426c512a7905f5f925d382c443bab7a0ca693. The way we handle platform-specific intrinsics is not good, so the current state will not compile on armv8. This commit also requires SSE4.1 support, which is likely not a good idea for portable binaries. We'll have to redo this with more caution after 3.2 is released, or we might simply drop opus as we're only using it as dependency for theora right now. Fixes #33606. | |||
2019-11-18 | Revert "opus: Packaging fixups after #33311" | Rémi Verschelde | |
This reverts commit 0387657fa4c3c71c6cb427ce7ed8bbcdf17ba7e1. | |||
2019-11-18 | Fixed ScriptEditorDebugger minimum size | PouleyKetchoupp | |
Changed to MarginContainer to enforce debugger tabs minimum size on the parent, avoids overlapping controls with Profiler and Network Profiler tabs. Fixes #20837 | |||
2019-11-18 | Merge pull request #33686 from KoBeWi/relan | Rémi Verschelde | |
Fix animation key snapping at high zooms | |||
2019-11-17 | Fix negative light flickering | clayjohn | |
2019-11-17 | Fix animation key snapping at high zooms | Tomasz Chabora | |
2019-11-17 | Merge pull request #33683 from clayjohn/material-texture-bug | Rémi Verschelde | |
Properly update texture when roughness/metallic set | |||
2019-11-17 | Merge pull request #33663 from Calinou/add-node-get-process-priority | Rémi Verschelde | |
Implement `Node::get_process_priority()` and its associated property | |||
2019-11-17 | Properly update texture when roughness/metallic set | clayjohn | |
2019-11-17 | Implement `Node::get_process_priority()` and its associated property | Hugo Locurcio | |
This closes #33660. | |||
2019-11-17 | Merge pull request #33678 from nekomatata/stylebox-flat-width-zero | Rémi Verschelde | |
StyleBoxFlat doesn't draw content when width or height is zero | |||
2019-11-17 | StyleBoxFlat doesn't draw content when width or height is zero | PouleyKetchoupp | |
Causes unnecessary computations and drawing, and a division by zero when calculating uv coordinates. This case happened with ScriptEditor's member overview (ItemList), initialized with a minimum width of 0. Fixes #33634 | |||
2019-11-16 | Merge pull request #33662 from touilleMan/issue-30577 | Rémi Verschelde | |
Add singleton_name field to autogenerated json api | |||
2019-11-16 | Merge pull request #33637 from madmiraal/fix-c4334-warning | Rémi Verschelde | |
Fix Visual Studio throwing C4334 warning. | |||
2019-11-16 | Merge pull request #33643 from Calinou/visual-script-multiply-sign | Rémi Verschelde | |
Use the Unicode "multiply" sign for the "A x B" visual script node | |||
2019-11-16 | Merge pull request #33645 from Calinou/graphedit-ctrl-toggle-snapping | Rémi Verschelde | |
Make holding Ctrl toggle snapping in GraphEdit | |||
2019-11-16 | Merge pull request #33658 from NeoSpark314/rename_ext_msaa | Rémi Verschelde | |
Rename External MSAA to AndroidVR MSAA | |||
2019-11-16 | Merge pull request #33603 from neikeq/ばか | Rémi Verschelde | |
Mono/C#: WebAssembly and initial AOT support | |||
2019-11-16 | Add singleton_name field to autogenerated json api | Emmanuel Leblond | |
2019-11-16 | Rename External MSAA to AndroidVR MSAA | Holger Dammertz | |
A new external MSAA setting was introduced in https://github.com/godotengine/godot/pull/33518 that fixed issues on GLES2 and Oculus Mobile VR. To avoid misunderstanding it was suggested by @BastiaanOlij and discussed on discord to rename it to AndroidVR. | |||
2019-11-15 | Make holding Ctrl toggle snapping in GraphEdit | Hugo Locurcio | |
This affects the visual script and visual shader editors as well. | |||
2019-11-15 | Use the Unicode "multiply" sign for the "A x B" visual script node | Hugo Locurcio | |
2019-11-15 | Fix Visual Studio throwing C4334 warning. | Marcel Admiraal | |
2019-11-15 | Merge pull request #33632 from lupoDharkael/ternary-check | Rémi Verschelde | |
Parser: Check all the arguments of the ternary operator | |||
2019-11-15 | Merge pull request #33635 from akien-mga/emscripten-fix-1.39.1-support | Rémi Verschelde | |
HTML5: Fix support for Emscripten 1.39.1+ | |||
2019-11-15 | HTML5: Fix support for Emscripten 1.39.1+ | Rémi Verschelde | |
A change in upstream Emscripten 1.39.1+ made our buildsystem error out where it was previously only issuing a warning: ``` [ 5%] Linking Static Library ==> main/libmain.javascript.opt.bc shared:WARNING: Assuming object file output in the absence of `-c`, based on output filename. Please add with `-c` or `-r` to avoid this warning Ranlib Library ==> main/libmain.javascript.opt.bc /opt/emsdk/upstream/bin/llvm-ranlib: error: unable to load 'main/libmain.javascript.opt.bc': file too small to be an archive ``` As advised on emscripten-core/emscripten#9806, we should be using `emar` here to create the static library and not `emcc`. This was apparently done to workaround Emscripten issues in the past, but evidently this is no longer necessary. The rest of the `env` redefinitions should probably be re-assessed against the current state of Emscripten. Fixes #33374. | |||
2019-11-15 | Make C# internal calls return structs as ref parameters | Ignacio Etcheverry | |
The Mono IL interpreter's WebAssembly to native trampolines don't support passing structs by value, so we need to do it this way. Also now we pass and return long, ulong, float and double as ref parameters as well. This is due to missing trampolines for float and long types. This is likely a temporary workaround that will be reverted in the future. The correct solution would be to patch 'mono/mini/m2n-gen.cs' when building the Mono runtime for WASM in order to generate the trampolines we need. | |||
2019-11-15 | Mono/C#: Initial exporter support for AOT compilation | Ignacio Etcheverry | |
2019-11-15 | Parser: Check all the arguments of the ternary operator | lupoDharkael | |
2019-11-14 | Merge pull request #33607 from Calinou/orbit-modifier-always-alt | Rémi Verschelde | |
Always allow Alt as an orbit modifier in the 3D editor | |||
2019-11-14 | Always allow Alt as an orbit modifier in the 3D editor | Hugo Locurcio | |
This makes it easier to navigate in 3D when using a graphics tablet. This fallback modifier will only be available if no other modifier is using Alt. This partially addresses https://github.com/godotengine/godot-proposals/issues/196. | |||
2019-11-14 | Merge pull request #33621 from Calinou/export-runnable-tooltip | Rémi Verschelde | |
Add a tooltip to explain what marking a preset as "runnable" does | |||
2019-11-14 | Add a tooltip to explain what marking a preset as "runnable" does | Hugo Locurcio | |
2019-11-14 | Merge pull request #33617 from Chaosus/fix_theme_element2 | Rémi Verschelde | |
Fix incorrect error/matches label color when switching from light to dark theme | |||
2019-11-14 | EditorNode: Improve tooltip for pause button | Rémi Verschelde | |
Closes #14742. | |||
2019-11-14 | Fix incorrect error label color when switching from light to dark theme | Yuri Roubinsky | |
2019-11-14 | Merge pull request #33614 from Chaosus/fix_theme_element | Rémi Verschelde | |
Fix "matches" label color in light theme | |||
2019-11-14 | Merge pull request #33608 from groud/disable_ok_button_input_settings | Rémi Verschelde | |
Disable ok button if no key is selected when adding event to an action | |||
2019-11-14 | Merge pull request #33601 from willnationsdev/nodepath-docs | Rémi Verschelde | |
Added more in-depth examples of NodePaths in API docs. | |||
2019-11-14 | Fix "matches" label color in light theme | Yuri Roubinsky | |
2019-11-13 | Disable ok button if no key is selected when adding event to an action | Gilles Roudière | |