This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/tiennm99/godot.git
synced
2026-06-23 23:39:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f0d793405568f9a4dd052d45ccbf8b168fe82019
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
…