78 Commits

Author SHA1 Message Date
41f73142c9 mods - hudbars and hbarmor and hbhunger - player checks and texture minimize
* provide player checks for registering callbacks
* provide spanish translations and backguar compat for older engine
  the translation fallback was provide with upload of mod
* provide depends txt file for older engines
* optimize textures and remove icos as same in hbarmor and hudbars
* not set and icon for bar progress and remove background texture
* provide more simplistic hudbar of hbhunger
2023-07-23 22:32:46 -04:00
947d4f098d mods - hudbars and hbarmor and hbhunger - added hudbars hunger
* provide satiation, hunger, stamina and other statuses to player
  using wuzzy's hunger mod event the tenplus1's stamina mod
2023-07-23 21:57:58 -04:00
728228fb5a mods hudbars & hbarmor - do not hide any bar and up the health to 40
* the nssg its very hard so 20 health its not enought to survive
* do not hide hudbars, to optimize rendering
* update ticks to give a bit of performance, now set to 0.3
* older engines will defaults health to 20 due missing feature (check hudbar bugs)
2023-07-19 22:27:43 -04:00
2397fb5148 mods - hudbars and hbarmor - minimize textures and simplified
* remove icon on progress bar, use simple bar simplistic
* optimize size of the textures
* remove unnecesary textures, dont use backgrounds, simplistic
2023-07-19 22:03:09 -04:00
c7a3235c42 mods - hudbars + hbarmor - improbe the healt, breath and armor huds
* display a bar event ugly icons for the values of life,breath and armor
  using the famous hudbars mod and also add the hbarmor mod
2023-07-19 21:00:53 -04:00
4a69fcc78c mods-creative - fix undeclared non used var translation 2023-07-15 03:08:23 -04:00
05eda0260f Merge sync 'master' due recent changes over creative and new marinara mod 2023-07-15 02:04:43 -04:00
mckayshirou
4d394d8a5f fix creative mode mod backguard compatibility for all engines
* dont follow the creative upstream mod,
  its just wrapper around get_bool(creative) setting, so create a check privilegie
  function and provide backguard compatibility checks
* backported fix from c770d5cb43
  same backported from c770d5cb43
2023-07-13 23:51:34 -04:00
mckayshirou
a3a7b39333 fix screenshot reference, add missing screenshot file 2023-07-13 23:43:20 -04:00
mckayshirou
d84825acd0 mods - marinara - incorporate marinara mod for living great biomes under water
* using forked version due backguard compatibility
  with minimal hacks from subnasa mckaygerhad changes
* older clients and low end devices/mobile crash or get hot on too
  much downloaded files.. so reduce size to get a better performace
  so crush png files for reduce size of media downloading
2023-07-13 23:37:25 -04:00
911e8328b7 fireflies - fix has feature call to api 2023-06-20 10:44:34 -04:00
71bc2a3945 fireflies - backport Use add_wear_by_uses to fix incorrect uses counts
* backporting d7dd15782c
  to fix https://github.com/minetest/minetest_game/pull/2959
  but will only work for recent engines.. 0.4.16/5.2.X will still
  suffers from such problem
2023-06-20 01:26:01 -04:00
1bad13334f nssf+nsspf - mod add to provide good fungies and fruits biomes 2023-06-18 12:21:55 -04:00
4d4cdfe05d sfinv - sfinv_home set better text for home button 2023-06-18 04:55:37 -04:00
9ac8666ea8 fireflies - fix wrong conditional 2023-06-18 04:19:50 -04:00
e0e3d6daaf sfinv - minor details, depends, sync upstream 2023-06-18 03:29:24 -04:00
9e5b80293e fireflies - featured ethereal support and optimized textures
* sync with fireflies of upstream original mod and from minenux
* Add vessels group to firefly vessel
* Detect creative mode and creative privilegies, using creative mod
* Detect ethereal mod and provide more biomes of place
* backported fc4ab2538d
* adapt sync ee13c9f46a
2023-06-18 03:20:04 -04:00
723874e20c fireflies - allow to spawn/put the net fireflies on more biomes if ethereal
* if the etherealmod is detected allow to spawn/put the net/fireflies
  in more biomes
2023-06-17 10:26:14 -04:00
ac2a55b729 fireflies - included the reduced and external mantanied mod for older engines
* the mt5 game already has a improved version of fireflies with timer nodes
  that hide the fireflies at day, but required a more upgraded engine version
2023-06-17 10:05:23 -04:00
0abe7a7aa6 NSSS : not so simple server included the NSSF not so simple fruit
* add the very WIP not so simple fruit with minimal wroking improvements
* backported from https://git.minetest.io/minenux/minetest-mod-nssf
* mirror at https://codeberg.org/minenux/minetest-mod-nssf
2023-06-16 23:46:52 -04:00
e115ba9cf3 creative - upgraded simplified and provide privilegie feature
* register privilegie of creative for older or newer engines
* enhanced the formspec of the creative player to 4 rows
* try to upgrade most close to track upstream original
* return back text button, remove extra media
  check https://notabug.org/TenPlus1/creative/issues/2
* update readme information to diference features
2023-06-16 00:41:01 -04:00
52bdddc111 auth_rx - correct handling of permissions when user is global admin
* there are two king of administrators: those that have many
  of the privilegies and the user that are pointed in config file,
  auth_rx never initialized this from zero cos always assumed
  a starting point as migration, so never need or really detect
  who are the admin of the server, cos after migration the admin
  already has previous privilegies from plain db file.
* override all the possible handlers with right detection of the
  admin user from the config file, on admin detected, no matter
  what .. give it all the (on fly) privilegies currently on server
* still a privilegied user at this commit can erase the admin
  or change the password if have also enought privilegies
* WARNING: this commit will depends of the previusly commit
  as of 2aef6adf19 for right
  admin name detection.
* fix engine detection for 5.4 due callbacks handler
* wrongly invoked register_on_authplayer over 5.0+ engines
2023-06-16 00:02:42 -04:00
a6c1111c51 auth_rx - backported fix get key configuration helper access
* seems something related to syntactic sugar seems
  do not works anymore.. as i asked repect some commits
  at https://notabug.org/TenPlus1/nssm/issues/19
* backported 2aef6adf19
* backported 2aef6adf19
2023-06-15 23:42:34 -04:00
861dc596fd sfinv - upgrade sethome and integrated sfinv_home to sfinv 2023-06-12 00:21:19 -04:00
3b7bcb357e toolranks - fix mt 5.X depends 2023-06-11 23:22:31 -04:00
136222afdc sethome - updated with backport compatibilty 2023-06-11 22:30:47 -04:00
13940471fc Fix many workbench and enchanting table bugs from MT-Eurythmia
* fix crash https://github.com/Mynetest/Mynetest-server/issues/105
* detect that hammer is present and detect if that mese list are mese
* backported 59a65c6061
* backported 28a24a805b
2023-06-11 21:47:51 -04:00
899de0cb92 creative - reduced code and reduced version, provide support for last creative 2023-06-11 20:27:37 -04:00
a182b7dd6a mods - toolranks : added reduced version that used sounds from default
* add also support for hoes into farming mod (cos we used older non redo)
* autodetection if extra toolranks mod its already doing that
2023-06-11 20:12:09 -04:00
9f62ed07c7 xdecor - crash avoiting: Added further sanity check and update formspecs
* backporting https://notabug.org/minenux/minetest-mod-xdecor/commit/3e0ca1304d454297739d6f8>
* backporting https://github.com/0siribix/xdecor/commit/c7e756afc7d246817209c415c6e9a9dda533>
* backporting https://github.com/0siribix/xdecor/commit/3823fce1e05a9472e7cf798c8346ba95ead1>
2023-06-11 20:09:36 -04:00
6c8dfbcaca xdecor - fix undefined detection of 3d_armor and add support for repair of
* backported 9f4002b749
* backported 9f4002b749
2023-06-11 19:47:18 -04:00
f587328536 mods - add reduced homedecor flavor for minimal home decoration 2023-06-11 12:08:21 -04:00
5527e9d06a opticrush texture images to reduce size media 2023-06-11 06:24:23 -04:00
94243d1cb7 creative - simplified in creative mode 2023-06-11 06:22:59 -04:00
4c0e3fa1de ethereal - added ethereal with hard optimized images
* we used pngquan cos we need more more optimized images
  to being able to load in older phones (Client) and small devices (server),
2023-06-11 03:19:39 -04:00
3aecefc73a auth_rx - fix crash when load locally and host server from gui, fix nil permissions
* backported b79404f7fa
* backported b79404f7fa
2023-06-11 03:13:45 -04:00
7dc1729922 auth_rx mod - update with compatibility fixeds the auth handler 2023-06-09 01:47:35 -04:00
2f9a385fc5 farming - 3d_apple : backported the try to fix undesired behaviour..
* https://github.com/C-C-Minetest-Server/3d_apple/issues/2
* https://github.com/C-C-Minetest-Server/3d_apple/issues/3
* backported bf48dbd72f
* i cannot found the way to made the node non buildable
  without using the drawtype = "planlike" unless we can provide
  another parameter to selection_box or `on_use`
  i did `on_use =  minetest.item_eat(2)` but still when make
  such action just dig in the ground
2023-06-08 01:32:49 -04:00
a166238b7d farming - apples 3d backporting missing textures
* related to commit d8b13f420d2c24cfab50e066620d0c235033460e
  that backported the 3d_apple mod to the farming inside mod
2023-06-08 00:13:53 -04:00
cd7c4e5949 default - commands - killme - fix mistake is_player conditional 2023-06-08 00:13:42 -04:00
260ff7143a simplified killme/game_commands into default mod 2023-06-07 17:55:05 -04:00
d8b13f420d farming - make apples 3d backporting the 3d apples 2023-06-07 17:17:35 -04:00
502081be3e backpacks: fix alias loop cos use wrong var 2023-06-06 16:07:12 -04:00
f286a8a5f7 update 3d_armor to 0.4.12.2 for 0.4 engines, with admin black armor 2023-01-14 13:59:17 -04:00
1aeef1c60f 3d_armor - optimize textures with compresion png 2023-01-13 15:34:22 -04:00
611466f981 3d_armor - report loading of the mod to better init debug 2023-01-13 15:20:14 -04:00
ca1702d5f4 3d_armor - integrate technic if mod detected 2023-01-13 14:18:35 -04:00
f05fb09554 add armors.. from the minuenux compatible to all engines
* use 3d_armors with shields and globes included
  cos with NSSM this will be necesary
2023-01-10 18:02:36 -04:00
b07959331e init the game using the mientest minimal sub nasa as base, remove rspawn
* removed rspawn cos we will use a large area of spawn with resourses
* the new spawn will be spawnrand cos must be simple and faster in a limited area
* also no protection.. no houses no home.. user must survice with a bag
2023-01-10 17:53:55 -04:00
05b69630e5 mods backpacks : only one kind of bags 2023-01-02 03:41:10 -04:00