codecat / godot-tbloader

TrenchBroom Loader for Godot 4. (Alternative to Qodot)
MIT License
240 stars 30 forks source link

Update to Godot 4.0-beta4 #35

Closed emmyleaf closed 1 year ago

emmyleaf commented 1 year ago

Updates godot-cpp to commit 727673a as per https://github.com/godotengine/godot-cpp/issues/874. Also contains necessary changes to the scons build and one renamed function. Tested on windows and linux!

codecat commented 1 year ago

Thanks, this looks good! Is the build target change to template_release intentional? Is that not just for template builds, or was there some change?

emmyleaf commented 1 year ago

Yeah, it looks like the targets have been renamed like that for these godot projects: https://github.com/godotengine/godot-cpp/pull/867 https://github.com/godotengine/godot/pull/66242

codecat commented 1 year ago

Interesting, thanks!