Commit Graph

6 Commits (8cdb49c4214541f96c62607f9eefe1541b793620)

Author SHA1 Message Date
Marc Gilleron 9c6118806f Namespaced remaining stuff 2022-01-09 22:46:26 +00:00
Marc Gilleron 922f361cb0 Made it compile in Godot 4
- Made a bunch of changes to comply with Godot 4 API
- Use Godot's Vector3i and add the missing stuff with helper functions
- Transvoxel uses custom attributes API, the old way would not work
- Wrap MeshOptimizer in a unique namespace (see build script why)
- Added clang-format file for the module as some rules now differ
- Prevent thirdparty code and lookup tables from being clang-formatted
- Very likely full of runtime bugs that need fixing
2021-12-13 21:38:10 +00:00
Marc Gilleron 466bc41ab8 Comments 2021-07-25 20:37:47 +01:00
Marc Gilleron 149eb2a873 Added test for instance data serialization 2021-07-18 19:42:42 +01:00
Marc Gilleron 411be94559 Renamed ArraySlice -> Span 2021-05-31 16:48:49 +01:00
Marc Gilleron b65b0b8045 Implemented saving and loading of modified instances in SQLite 2021-02-07 17:22:50 +00:00