This website requires JavaScript.
Explore
Help
Sign In
nick
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2026-02-08 11:48:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1e5b075f4886c01273dedf224b8e4e3abb2c9529
godot
/
core
/
error
History
Thaddeus Crews
bea6d4c71d
Merge pull request
#103577
from YYF233333/noinline-err-print
...
Prevent inlining error printing functions
2025-03-10 10:01:08 -05:00
..
error_list.cpp
Use
std::size
instead of
sizeof(a) / sizeof(a[0])
pattern throughout the codebase.
2025-02-07 14:57:48 +01:00
error_list.h
Style: Replace header guards with
#pragma once
2025-03-07 17:33:47 -06:00
error_macros.cpp
…
error_macros.h
Merge pull request
#103577
from YYF233333/noinline-err-print
2025-03-10 10:01:08 -05:00
SCsub
…