Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-12 | Merge pull request #37822 from nekomatata/rigid-body-force-pos | Rémi Verschelde | |
Fix add_force in Godot Physics RigidBody | |||
2020-04-12 | Merge pull request #37542 from swarnimarun/patch_vs_02 | Rémi Verschelde | |
Update visualscript graph nodes on visual script variable edit | |||
2020-04-12 | Fix add_force in Godot Physics RigidBody | PouleyKetchoupp | |
Now takes the center of mass into account for calculating the applied torque, like apply_impulse does. | |||
2020-04-11 | Merge pull request #37808 from reduz/port-effects-to-compute | Juan Linietsky | |
Moved most of the effect code to compute. | |||
2020-04-11 | Moved most of the effect code to compute. | Juan Linietsky | |
Simplifies it and improves performance. Improves image barrier handling per mipmap on RenderingDeviceVulkan | |||
2020-04-11 | Merge pull request #37794 from clayjohn/VULKAN-SSS-sky | Rémi Verschelde | |
Fix SSS affecting Sky | |||
2020-04-11 | Fix SSS affecting Sky | clayjohn | |
2020-04-11 | Merge pull request #37303 from zak-grumbles/fix-option-btn-item-selected-docs | Rémi Verschelde | |
Fix OptionButton item_selected docs godotengine#36803 | |||
2020-04-10 | Fix OptionButton docs godotengine#36803 | Zak Grumbles | |
* item_selected and item_focused docs incorrectly had 'id' as the parameter. Changed to 'index'. * Fix parameter name in ADD_SIGNAL callin code. | |||
2020-04-10 | Merge pull request #37763 from reduz/show-scene-time | Rémi Verschelde | |
Shows proper scene render time in editor info | |||
2020-04-10 | Shows proper scene render time in editor info | Juan Linietsky | |
Also fixed GPU profiler, which was not working on nvidia hardware. | |||
2020-04-10 | Merge pull request #37304 from m4gr3d/implement_plugin_signals | Rémi Verschelde | |
Add signal support to Godot Android plugin | |||
2020-04-10 | Add signal support to Godot Android plugin: | fhuya | |
Supports registering and emitting signal from a Godot Android plugin | |||
2020-04-10 | Merge pull request #37450 from SkyLucilfer/profilerBug | Rémi Verschelde | |
Fix profiler frame number stops updating when window is minimized | |||
2020-04-10 | Othographic camera in-editor now uses Z near/far settings instead of a ↵ | Kiri Jolly | |
hardcoded value Fixes #18809. The in-editor ortho camera used a far clipping plane of 8192 units, and was placed 4096 units away from the camera cursor. This was far enough to cause culling issues from floating point precision loss on objects smaller than one unit. This change modifies the near/far clipping planes of the ortho camera to use those specified in the editor (and currently used by the perspective camera). The frustum is still centered around the camera cursor location, as it was before. (cherry picked from commit 26912c15e625f234a0528f239bf5e5ab2f858d9a) | |||
2020-04-10 | Merge pull request #37256 from m4gr3d/add_custom_build_gradle_settings | Rémi Verschelde | |
Update Android custom template build configuration | |||
2020-04-10 | Merge pull request #37297 from dalexeev/doc_file | Rémi Verschelde | |
Improve the `File.store_{8,16,32,64}()` documentation | |||
2020-04-10 | Merge pull request #37344 from YeldhamDev/dialog_node_icons | Rémi Verschelde | |
Updade dialog node's icons | |||
2020-04-10 | Merge pull request #37383 from WARIO-MDMA/godotphysics-rename | Rémi Verschelde | |
Rename "GodotPhysics" to "GodotPhysics{2D,3D}" | |||
2020-04-10 | Merge pull request #37395 from ThakeeNathees/collon-equal-parser-bug-fix | Rémi Verschelde | |
`:=` fails on some nodes fix: #37357 | |||
2020-04-10 | Merge pull request #37426 from pycbouh/docs-override-properties | Rémi Verschelde | |
Add more verbosity for property overrides in RST documentation | |||
2020-04-10 | Merge pull request #37482 from zak-grumbles/fix_dict_duplicate_docs | Rémi Verschelde | |
Clarify Dictionary duplicate parameters in docs | |||
2020-04-10 | Merge pull request #37509 from wazzy47/issue_36228 | Rémi Verschelde | |
Add "preview_on_sphere" setting of material editor plugin | |||
2020-04-10 | Merge pull request #37517 from nekomatata/slider-grab-area-highlight | Rémi Verschelde | |
Add style for highlighted Slider grab area | |||
2020-04-10 | Merge pull request #37530 from swarnimarun/patch_vs_01 | Rémi Verschelde | |
VisualScript support for newly added Variant types | |||
2020-04-10 | Merge pull request #37565 from Calinou/builtin-script-warn-limitations | Rémi Verschelde | |
Warn about built-in script limitations in the script creation dialog | |||
2020-04-10 | Merge pull request #37566 from lucaslcode/clarify_autotile | Rémi Verschelde | |
clarify autotile_coord in docs | |||
2020-04-10 | Merge pull request #37602 from Janglee123/reversed-zoom-scale-animtion-player | Rémi Verschelde | |
Reversed timeline zoom slider of AnimationPlayer | |||
2020-04-10 | Merge pull request #37629 from lupoDharkael/noise-unref | Rémi Verschelde | |
NoiseTexture: prevent race condition because of Ref::unref() | |||
2020-04-10 | Merge pull request #37662 from qarmin/rasterizer_server_last | Rémi Verschelde | |
Free items before finishing rendering server | |||
2020-04-10 | Merge pull request #37693 from lupoDharkael/remove-hint | Rémi Verschelde | |
Remove obsolete enums | |||
2020-04-10 | Merge pull request #37699 from lupoDharkael/committing-typo | Rémi Verschelde | |
Replace is_commiting_action with is_committing_action | |||
2020-04-10 | Merge pull request #37688 from theludovyc/dev | Rémi Verschelde | |
Remove unused ofs variable in Tree::_draw | |||
2020-04-10 | Merge pull request #37745 from nekomatata/vulkan-warnings-android | Rémi Verschelde | |
Fix extra warnings in Android build | |||
2020-04-10 | Fix extra warnings in Android build | PouleyKetchoupp | |
2020-04-10 | Merge pull request #37719 from bruvzg/macos_ignore_psn | Rémi Verschelde | |
Ignore process serial number argument passed by macOS Gatekeeper. | |||
2020-04-10 | Merge pull request #37722 from reduz/implement-softshadows | Rémi Verschelde | |
Support light size and soft shadows | |||
2020-04-10 | Merge pull request #37744 from madmiraal/fix-X11-device-info-precision-loss | Rémi Verschelde | |
Fix loss of precision in X11 device info. | |||
2020-04-10 | Merge pull request #37742 from madmiraal/fix-engine-get_target_fps | Rémi Verschelde | |
Fix Engine get_target_fps() returning float instead of int. | |||
2020-04-10 | Ignore process serial number (`-psn_...`) command line argument passed by ↵ | bruvzg | |
macOS Gatekeeper. | |||
2020-04-10 | Fix loss of precision in X11 device info. | Marcel Admiraal | |
2020-04-10 | Fix Engine get_target_fps() returning float instead of int. | Marcel Admiraal | |
2020-04-09 | Merge pull request #37729 from akien-mga/travis-reenable-android | Rémi Verschelde | |
Travis: Re-enable Android builds | |||
2020-04-09 | Merge pull request #37728 from ThakeeNathees/missing-icon-xr-arvr-rename | Rémi Verschelde | |
ARVR -> XR rename icon missing fixed | |||
2020-04-09 | Travis: Re-enable Android builds | Rémi Verschelde | |
2020-04-10 | ARVR -> XR rename icon missing fixed | Thakee Nathees | |
Fix: #37716 | |||
2020-04-09 | Merge pull request #37718 from Sauermann/master | Rémi Verschelde | |
Clarify documentation and indicate that rect_clip_content affects only CanvasItem based nodes | |||
2020-04-09 | Clarify documentation and indicate that rect_clip_content affects only ↵ | Markus Sauermann | |
CanvasItem based nodes. Resolves #37683 | |||
2020-04-09 | Support light size and soft shadows | Juan Linietsky | |
2020-04-09 | Merge pull request #37467 from HaSa1002/fix-vsproj | Rémi Verschelde | |
fixed modules not beeing added to vsproj |