This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-11-26 15:46:23 +00:00
Code
Releases
Wiki
Activity
Files
7830c5fadc8b526e3e6e5aac8ec6cd302b69b5d1
godot
/
servers
/
rendering
/
renderer_rd
/
environment
History
Lukas Tenbrink
4cb8a0c77e
Add
resize_initialized
and
resize_uninitialized
to
Vector
. These functions serve as replacements for
resize
, to make sure the caller understands whether elements need to be initialized 'by hand' after the call.
2025-05-26 18:35:41 +02:00
..
fog.cpp
Add
resize_initialized
and
resize_uninitialized
to
Vector
. These functions serve as replacements for
resize
, to make sure the caller understands whether elements need to be initialized 'by hand' after the call.
2025-05-26 18:35:41 +02:00
fog.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
gi.cpp
Core: Use
Math
namespace for constants
2025-04-10 16:29:30 -05:00
gi.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
SCsub
SCons: Add unobtrusive type hints in SCons files
2024-09-25 09:34:35 -05:00
sky.cpp
Fix RendererRD crash on start on Intel Macs.
2025-04-15 20:35:56 +03:00
sky.h
Fix RendererRD crash on start on Intel Macs.
2025-04-15 20:35:56 +03:00