1F616EMO
79e799cfa1
Move areas:save() into async
...
On newer Minetest servers, handles saving jobs in async environment. To prevent conflicts, the save file is locked whie saving, and if a code requests saving while the file is locked, data is saved again immediately after finishing the current save.
2024-11-05 20:17:13 +01:00
Louis Royer
4018c0d204
Add privilege translations and update translations ( #49 )
...
+ Add new french translation strings
2020-09-07 17:47:18 +02:00
Kalio_42
c167b30ebf
Adapt to the new version of playerfactions ( #48 )
...
Enable to open an area to many factions
Update to adapt to the new version of playerfactions mod, with its new multi-faction mode
2020-09-05 18:49:17 +02:00
MoNTE48
800a93f5ee
Minor cleanup
2020-06-04 20:36:12 +02:00
Alden Peeters
aca830fd22
Add support for playerfactions mod ( #37 )
...
Add faction indicator to HUD
2019-09-21 15:33:42 +02:00
Panquesito7
5527dc8945
Replace deprecated functions with newer ones ( #36 )
...
This commit replaces a few deprecated calls to getpos with get_pos
2019-07-10 20:26:42 +02:00
AntumDeluge
289d0e623c
Update usage of settings API
2017-06-09 13:00:12 -04:00
ShadowNinja
3f777900d4
Simplify settings definitions and namespace settings
2014-11-17 21:16:59 -05:00
ShadowNinja
e4aef02cb9
Add areas_high_limit privilege for trusted players
2014-11-14 13:21:09 -05:00
ShadowNinja
65013863b2
Make canInteractInArea player optional and add an admin check
2014-07-12 19:06:05 -04:00
ShadowNinja
b3dbbc45f8
Remove temporary area id removal code
2013-12-15 18:22:22 -05:00
ShadowNinja
f096fb4dbb
Use table indices as IDs
...
This significantly optimizes a lot of operations and removes redundancy.
2013-11-18 21:12:09 -05:00
ShadowNinja
0c20a1b616
Show area owners on the hud (inspired by landrush)
2013-09-26 10:30:36 -04:00
ShadowNinja
ad04e7b5f6
Fix license, add comment about owner_defs support
2013-09-17 12:38:29 -04:00
ShadowNinja
4ae050a3ae
Initial commit
2013-09-02 19:16:14 -04:00