- Use system jsoncpp library instead of building bundled static lib.
- Enable support for LuaJIT and libSpatial, should improve performance of executing Lua scripts and mods that use AreaStore API.
- Enable LevelDB as alternative backend for storing world data.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R2074:9ae2d6705ce1: Miscellaneous improvements for Minetest
- Played a game session on existing world.
- Migrated the world from SQLite to LevelDB and continued playing.
Diff Detail
Diff Detail
- Repository
- R2074 minetest
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Nice improvements ๐
package.yml | ||
---|---|---|
29โ30 | Unnecessary newline is unnecessary. Can just throw the flag on the same line. |