Age | Commit message (Collapse) | Author |
|
|
|
Circle&CapsuleShape2D: Fix outlines missing line.
|
|
Check for nullptr expression in parse_precedence function
|
|
Fix GDScript parser crash on 'dollar mixed with assignment' expression
|
|
Make draw/compute lists threadsafe
|
|
kleonc/sprite_frames_editor_src_texture_paths_in_tooltip
`SpriteFramesEditor` Show `AtlasTexture`'s source texture path in the frame's tooltip
|
|
|
|
tooltip
|
|
Remove transform input from fog mode in visual shaders
|
|
|
|
Remove TRANSFORM built in from fog shaders
|
|
|
|
Fix missing VoxelGI 3D editor gizmo icon
|
|
|
|
Fix icon in drag preview of scripts/docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are not used consistently and some can conflict with
system-specific defines. While here, also delete some unused macros.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
|
|
|