This website requires JavaScript.
Explore
Help
Sign In
noahbackus
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
78,371
Commits
1
Branch
2
Tags
b30b11b01276ec270c4ea8ba767f06f671be8f97
Commit Graph
2 Commits
Author
SHA1
Message
Date
Lukas Tenbrink
dd9dc75a83
Optimize
Object::cast_to
by assuming no virtual and multiple inheritance, gaining 8x throughput over
dynamic_cast
.
...
Add `-Wvirtual-inheritance` to compiler warnings as a sanity check.
2025-03-27 15:39:53 +01:00
kobewi
a7b6bcb988
Fix some AcceptDialog argument types
2024-03-12 14:33:43 +01:00