This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
godot
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tiennm99/godot.git
synced
2026-07-20 22:20:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e4e16f9a94d4fb7e25cc21952845f2ab69a6ff9
godot
/
core
/
config
T
History
bruvzg
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
2022-10-07 11:32:33 +03:00
..
engine.cpp
Rename
Engine.target_fps
and associated project setting to
max_fps
2022-10-03 23:54:36 +02:00
engine.h
Rename
Engine.target_fps
and associated project setting to
max_fps
2022-10-03 23:54:36 +02:00
project_settings.cpp
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
2022-10-07 11:32:33 +03:00
project_settings.h
Fix inconsistent scene file name casing by moving existing Name_Casing code to separate function in editor_node, and adding a call from both editor_node and scene_tree_dock.
2022-09-18 11:17:22 +10:00
SCsub
…