Age | Commit message (Collapse) | Author |
|
This error is generated whenever rendering collision debug meshes.
There's no reason why this should be treated as an error as index-less
meshes are supported and used across the engine.
|
|
reduz wanted the original PR reverted due to issues, so this follow-up had to be too
(done in 8cb54182ad2698a962def84f79cc8206ac9f13b2). But he ended up adapting part of
the original PR in 27d77723811c2652c6118eca03a38c4ae1441895 without including this fix.
|
|
fixed invalid implementation of Plane::intersects_segment and Plane::intersects_ray
|
|
Plane::intersects_ray
|
|
GLES2: Clarify why we exclude debug code on iOS
|
|
Fixed infinite loop at end of video.
|
|
A missing condition caused infinite looping, despite
the video playing flag being set to false.
Small change to fix.
Fixes: #20552
|
|
Supersedes and closes #24873.
|
|
Use HSplit to resize presets and options panel on Export window
|
|
Make export valid when setting custom packages for iOS
|
|
|
|
even no templates installed.
all others export work as this already.
|
|
[macOS] Fix missing mouse move event speed.
|
|
|
|
Fix error explanation in core_bind Thread::_start_func
|
|
Docs: fix arg name of toggled signal in BaseButton
|
|
Fix UndoRedo operations for the new features in the Polygon2D UV Editor
|
|
|
|
arg was renamed in #15530 but the description wasn't updated
|
|
|
|
|
|
probably many recent bugs using GraphEdit
|
|
This reverts commits 1025e3ecea67b90232cfdc9590a7ee8887efdcc8
and 799ed2b98984414fd3b7b667c5e3e5d2e6d35a66.
|
|
Fix properties being lost when reloading placeholder GDScript instance
|
|
|
|
Fix showing AnimatedTexture frame_* properties in editor
|
|
Consistency in resource format saver/loader de-registration
|
|
Regression from cd0b82fd56bdba5a4f1a057fd2d50854c1f503ef, it must be hidden from docs
(PROPERTY_USAGE_INTERNAL) but not from the editor.
Supersedes and fixes #24880.
Co-authored-by: QbieShay <cislaghi.ilaria@gmail.com>
|
|
Fix broken encrypted scripts during export
|
|
Use temporary cache directory instead of editor settings directory
in order to resolve encrypted file access needed for encrypting scripts
on all platforms.
|
|
Some used 'is_valid()' checks, others not. Validity is already checked in 'unref()',
and 'remove_resource_format_*()' has an ERR_FAIL condition on 'is_null()' already
(which shouldn't happen since we're only unregistering things that we previously
registered.
Also add missing GDCLASS statement in ResourceFormatLoaderVideoStreamGDNative,
missed in #20552 which was last amended before #19501 was merged.
|
|
Remove vsgdnative loader on exit
|
|
Fixes 2D bones selection
|
|
|
|
During reloading in `GDScriptLanguage::reload_all_scripts` a placeholder instance that must remain so is replaced with a new placeholder instance. The state is then restored by calling `ScriptInstance::set` for each property. This does not work if the script is missing the properties due to build/parse failing.
The fix for such cases is to call `placeholder_set_fallback` instead of `set` on the script instance.
I took this chance to move the `build_failed` flag from `PlaceHolderScriptInstance` to `Script`. That improves the code a lot. I also renamed it to `placeholder_fallback_enabled` which is a much better name (`build_failed` could lead to misunderstandings).
|
|
New contributors added to AUTHORS:
@clayjohn, @lupoDharkael, @supagu, @timoschwarzer, @Xrayez
Thanks to all contributors and donors for making Godot possible!
[ci skip]
|
|
|
|
[Regression] Hides error_label of state machine on the first time.
|
|
|
|
Added interface for GDNative Videodecoder.
|
|
Fix a nested ysort invalid memory read again
|
|
Travis: Use pip to install SCons on OSX
|
|
Not sure why we switched from homebrew to scons-local anymore,
but pip should work just fine and is recommended by upstream.
Downloads of scons-local from SourceForge were quite iffy, so
this should help avoid CI errors due to not having downloaded
SCons successfully.
Setting Python's user binary PATH seems necessary on Travis/OSX
as per travis-ci/travis-ci#5030 (confirmed that 'scons' is not
in PATH without it).
|
|
Fixes #24755
|
|
AnimationNodeTransition name begins from 0
|
|
Fix "Whole Words" and "Match Cases" checkbox behavior in "Find in Files"
|
|
Update IME text only for focused input controls.
|
|
Fix strip out spaces while generating serial number for node name
|
|
Don't use -ffast-math or other unsafe math optimizations
|
|
and added "state" string for default name not to confuse it as number
|