godot-build-options-generator / godot-build-options-generator.github.io

Generate SCons options to compile custom export templates with size optimizations
https://godot-build-options-generator.github.io/
MIT License
32 stars 7 forks source link

Add 4.x modules and review editor/non-editor ones #11

Closed DeeJayLSP closed 1 year ago

DeeJayLSP commented 1 year ago

Modules that belong in a certain version have a note.

I dived into the code to check what each module does.

Even if some listed modules are only useful in the editor, they are still compiled on non-editor builds, therefore they should be on the list.

If I did any mistake, let me know. I'm a bit confused about 4.x raycast since it is de facto editor only (doesn't seem to add anything usable to non-editor builds).

Calinou commented 1 year ago

Should be good to merge after applying suggestions.

DeeJayLSP commented 1 year ago

Done