Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This also removes trivial and unused pkgmgr functions
Fixes a bug caused by sorting in 2133fc8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This adds an environment variable MINETEST_MOD_PATH.
When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.
|
|
|
|
|
|
|
|
Co-authored-by: sfan5 <sfan5@live.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#8572)
This was forgotten in #5852.
|
|
|
|
|
|
|
|
|
|
* Version scheme change: 0.5.0 -> 5.0.0
|
|
Replaces mods and texture pack tabs with a single content tab
|
|
|
|
* Version changes: current dev version is now 0.5.0
* This change permit to have multi branches with various versions
* Dev version is 0.5.0-dev and next release will be 0.5.0
|
|
|
|
Add `core.get_clientmodpath` to main menu API (also possible in async calls).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
check serverlist
Client now informs about incompatible servers from the list, this permits to prevent the protocol movements.
Server announces its supported protocol versions to master server
|
|
|