Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from godotengine:master #137

Merged
merged 103 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
b32395a
Fix `InputMap::event_get_index` to handle unmatched events correctly
Aug 18, 2024
6a12fac
Fix button up and down events with focus changes
wlsnmrk Sep 11, 2023
3cc43ab
Document inverse aspect ratio convention of `Projection::get_fovy()`
Flarkk Dec 2, 2024
b3e970d
Adds `get_selection_line_offset` to `RichTextLabel`
eviltrout Dec 12, 2024
7c182a1
[TextServer] Fix space trimming around mandatory line breaks.
bruvzg Dec 16, 2024
1e982a4
[Dictionary Property Editor] Use property editors instead of labels t…
bruvzg Dec 16, 2024
143d8c8
Move reimport check to EditorImportPlugin
demolke Nov 29, 2024
e649e7e
GLTF: Don't duplicate textures when importing blend files
demolke Nov 29, 2024
06efe84
Remove duplicate `utf8()` calls
kiroxas Dec 1, 2024
38ff150
Add toggle to hide filtered out parents in the "SceneTree" dock
YeldhamDev Nov 7, 2024
3d8ecc4
Delete .idsig on One Click Deploy
Summersay415 Dec 6, 2024
f588235
Warn if virtual_keyboard_get_height() is unsupported
syntaxerror247 Dec 29, 2024
25ecf5e
[Core] Fix UID encoding
AThousandShips Dec 31, 2024
8c73194
Fix incorrect Unicode key mapping on Windows
buresu Dec 30, 2024
663b90d
[Windows] Fix StatusIndicator crash with empty tooltip (and few other…
bruvzg Jan 2, 2025
8c1742c
Fix exclusive fullscreen on Wayland
Summersay415 Dec 29, 2024
6b1869b
Fix get_meta_list return type in description
Hakunamawatta Jan 3, 2025
13f548c
Simplify_`NavMeshQueries3D::_query_task_build_path_corridor`
kiroxas Dec 18, 2024
c1cdcad
Fix ProjectTag button variation
KoBeWi Jan 1, 2025
e8e62d0
astcenc: Allow runtime decompression of ASTC formats
BlueCube3310 Dec 27, 2024
86ab88f
added preservation of emission ring properties during conversion from…
GuacamoleAficionado Jan 2, 2025
dea0838
Remove TODO from RenderingDevice regarding thread safety.
DarioSamo Jan 3, 2025
e492ddd
Don't scroll to selected file in FileSystem when saving scenes
larspet Jan 3, 2025
c049d07
VariantParser: Ensure all parse errors have an explanation
akien-mga Jul 18, 2024
8de1386
Added web support for all missing splash screen properties
elpozewaunig Nov 15, 2024
3fa775b
Speed up `Line2D._edit_get_rect()`
arkology Jan 3, 2025
07f8935
GDScript: Deprecate `inst_to_dict()` and `dict_to_inst()` functions
dalexeev Jan 3, 2025
685ff5b
Fix converting root Sprite2D
KoBeWi Jan 3, 2025
0e72967
Consolidate `Variant` int and float conversion functions to reduce du…
Ivorforce Jan 2, 2025
8318eda
Move Polygon2D editor to bottom panel
aXu-AP Oct 17, 2023
3366f08
Don't print error when updating terrains tree without layer
KoBeWi Jan 3, 2025
a12c1d3
Stop AudioStreamPlayback only if it's not playing
adamscott Jan 3, 2025
19b8b10
Add an editor setting for the GridMap grid color
Calinou Jan 3, 2025
4e888f9
Make the GridMap editor cursor translucent
Calinou Jan 3, 2025
be26613
Add `tween_subtween` method for nesting Tweens
Meorge Oct 29, 2024
7e8facc
Update Light2D rect_cache even when not using shadows.
clayjohn Jan 4, 2025
9eeeadb
ColorPicker: Improve the accuracy of hue slider in OKHSL mode
beicause Jan 4, 2025
54a4a87
Fix warning in CollisionPolygon2D documentation description
Calinou Jan 3, 2025
e1f129c
Support MIME types in file dialog filters on macOS and Linux.
bruvzg Nov 17, 2024
7ce9c33
Make sure marked nodes are reset on scene change
hpvb Jan 5, 2025
f1f152e
Move enum BoneAxis to SkeletonModifier from LookAtModifier
TokageItLab Jan 5, 2025
c0eae10
Don't toast shader code
Geometror Jan 5, 2025
db0fab8
Fix embedded game focus border
Hilderin Jan 5, 2025
11dc4f2
Metal: Add MetalFX upscaling support
stuartcarnie Nov 23, 2024
2f061df
Fix embedding not working intermittently
Hilderin Jan 4, 2025
d7532f0
Android Editor: Fix themed icon
syntaxerror247 Jan 6, 2025
501fc1a
Editor: Fix crash when using `--import --verbose` due to use-after-free
stuartcarnie Jan 6, 2025
7539001
Make Inspector search inside sub-resources
YeldhamDev Dec 3, 2024
e9c1c44
Fix OpenGL 3 fallback wording
jss2a98aj Jan 5, 2025
5727eda
GLTFDocument test case
JulianHeuser Jan 4, 2025
4cadfd3
Don't create an UndoRedo action if Autoload order doesn't change afte…
MewPurPur Dec 1, 2024
f99a465
Merge pull request #81532 from wlsnmrk/button-focus-loss-event-fix
akien-mga Jan 6, 2025
4319d38
Merge pull request #94507 from akien-mga/variantparser-improve-error-…
akien-mga Jan 6, 2025
be4678b
Merge pull request #95750 from mosquitochang/fix-input-event-get-index
akien-mga Jan 6, 2025
c78d9d2
Merge pull request #98660 from Meorge/tween-subtween
akien-mga Jan 6, 2025
ba8a155
Merge pull request #98909 from demolke/master
akien-mga Jan 6, 2025
ae205b0
Merge pull request #98926 from YeldhamDev/out_all_of_you
akien-mga Jan 6, 2025
30b20bc
Merge pull request #99121 from dalexeev/gds-deprecate-inst-to-dict
akien-mga Jan 6, 2025
990416e
Merge pull request #99296 from elpozewaunig/web_splash_properties
akien-mga Jan 6, 2025
11f95e7
Merge pull request #99350 from bruvzg/fs_mime
akien-mga Jan 6, 2025
a06e9eb
Merge pull request #99439 from aXu-AP/polygon-editor-bottom-dock
akien-mga Jan 6, 2025
399f585
Merge pull request #99603 from stuartcarnie/metal_fx_upscaling
akien-mga Jan 6, 2025
e06cac2
Merge pull request #99893 from kiroxas/avoidUTF8ParsingWhenNotNecessary
akien-mga Jan 6, 2025
b633490
Merge pull request #99898 from MewPurPur/bro-the-order-didnt-change-wdym
akien-mga Jan 6, 2025
282c2c8
Merge pull request #99921 from Flarkk/aspect_ratio_convention
akien-mga Jan 6, 2025
ded4b5b
Merge pull request #99966 from YeldhamDev/in_the_depths_of_searching
akien-mga Jan 6, 2025
d15e559
Merge pull request #100103 from Summersay415/idsig
akien-mga Jan 6, 2025
c1f65b4
Merge pull request #100329 from eviltrout/add-custom-line-offset
akien-mga Jan 6, 2025
af01694
Merge pull request #100492 from bruvzg/txt_mbrk_trim
akien-mga Jan 6, 2025
4de07f3
Merge pull request #100549 from kiroxas/`NavMeshQueries3D_query_task_…
akien-mga Jan 6, 2025
bc0cd1f
Merge pull request #100856 from BlueCube3310/astc-decomp-rt
akien-mga Jan 6, 2025
f5d2115
Merge pull request #100892 from syntaxerror247/patch-1
akien-mga Jan 6, 2025
44f871f
Merge pull request #100898 from Summersay415/wayland-issue
akien-mga Jan 6, 2025
3c50ee6
Merge pull request #100903 from Hakunamawatta/patch-1
akien-mga Jan 6, 2025
8c78540
Merge pull request #100931 from beicause/color-picker-hue-accuracy-okhsl
akien-mga Jan 6, 2025
ddb0152
Merge pull request #100956 from Geometror/dont-toast-shader-code
akien-mga Jan 6, 2025
881d4bd
Merge pull request #100960 from buresu/fix-windows-keymapping
akien-mga Jan 6, 2025
653f5a9
Merge pull request #100976 from AThousandShips/uid_fixes
akien-mga Jan 6, 2025
f18bb5b
Merge pull request #100999 from KoBeWi/theme_wariat
akien-mga Jan 6, 2025
bf25484
Merge pull request #101012 from zachseiss/master
akien-mga Jan 6, 2025
91fda4e
Merge pull request #101055 from Ivorforce/variant-to-number-consolidate
akien-mga Jan 6, 2025
62ea2f7
Merge pull request #101069 from DarioSamo/rd-thread-safety-comment
akien-mga Jan 6, 2025
c09b722
Merge pull request #101078 from larspet/fs-changed-scroll
akien-mga Jan 6, 2025
08c605f
Merge pull request #101082 from arkology/line_2d_edit_get_rect
akien-mga Jan 6, 2025
2758b86
Merge pull request #101087 from KoBeWi/is_not_foreign
akien-mga Jan 6, 2025
0637314
Merge pull request #101096 from KoBeWi/fighting_the_SPAM
akien-mga Jan 6, 2025
e169842
Merge pull request #101097 from adamscott/fix-stopping-active-audio-p…
akien-mga Jan 6, 2025
20728e7
Merge pull request #101101 from Calinou/editor-add-gridmap-grid-color…
akien-mga Jan 6, 2025
38ffeb5
Merge pull request #101103 from Calinou/editor-gridmap-translucent-cu…
akien-mga Jan 6, 2025
8231494
Merge pull request #101107 from Calinou/doc-collisionpolygon2d-fix-wa…
akien-mga Jan 6, 2025
0f76ee4
Merge pull request #101110 from clayjohn/light2d-rect-fix
akien-mga Jan 6, 2025
cc32e46
Merge pull request #101135 from Hilderin/fix-embedding-not-working-in…
akien-mga Jan 6, 2025
3de10d5
Merge pull request #101145 from hpvb/fix-scenetree-editor-marked
akien-mga Jan 6, 2025
6e826b2
Merge pull request #101148 from TokageItLab/skelmod-generic
akien-mga Jan 6, 2025
caefffe
Merge pull request #101153 from Hilderin/fix-embed-game-focus-border
akien-mga Jan 6, 2025
f927802
Merge pull request #101166 from jss2a98aj/opengl3-fallback-wording
akien-mga Jan 6, 2025
52f542b
Merge pull request #101180 from syntaxerror247/editor-themed-icon
akien-mga Jan 6, 2025
21a6bd8
Merge pull request #101182 from stuartcarnie/editor_crash_import
akien-mga Jan 6, 2025
cb460ad
Add support for colored shadows in LightmapGI
Geometror Dec 30, 2024
452f1fa
Merge pull request #100512 from bruvzg/dict_keys
akien-mga Jan 6, 2025
887c155
Merge pull request #100961 from Geometror/lm-colored-transparent-shadows
akien-mga Jan 6, 2025
bd56e81
Merge pull request #101015 from bruvzg/si_fix_empty_tt
akien-mga Jan 6, 2025
4cf0231
Merge pull request #101136 from JulianHeuser/master
akien-mga Jan 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove TODO from RenderingDevice regarding thread safety.
  • Loading branch information
DarioSamo committed Jan 3, 2025
commit dea083864b657b25c2e59c26ef2858946a90d314
3 changes: 0 additions & 3 deletions servers/rendering/rendering_device.cpp
Original file line number Diff line number Diff line change
@@ -37,9 +37,6 @@
#include "core/config/project_settings.h"
#include "core/io/dir_access.h"

// TODO: Thread safety
// - Roll back thread safe attribute for RID_Owner members after the read-only/atomic update scheme is implemented.

#define FORCE_SEPARATE_PRESENT_QUEUE 0
#define PRINT_FRAMEBUFFER_FORMAT 0