| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Also rewrite mapgen registration for static initialization
|
| |
|
|
|
|
| |
webdesigner97)
|
| |
|
|
|
|
|
| |
Fix crash on using cursor keys in client menu without selected server
Add support for non fixed size tabviews
|
| |
|