1174 Commits

Author SHA1 Message Date
Lars
a1ab186c6e Fix possible invalid object reference in TNT mod 4 2024-06-05 00:47:29 -04:00
451b2994fe mod - firefly - fix wrong check for object on place 2024-04-26 17:33:24 -04:00
60ac7cccc9 mods doors - fix error on sounds that xpected table on new engines
* backported commit 201cf5f for newer engines mostly 5.3
2024-04-26 17:30:03 -04:00
77484db3a4 mod - torch - Fix Warning spam about use_texture_alpha 2024-04-24 15:40:24 -04:00
10e85eb910 mod creative - fix check for newer lang on engine, commit f757878 2024-04-24 15:13:43 -04:00
46ce26ded2 Fix Warning spam about use_texture_alpha
* Previously the alpha value in the nodedef indicated the transparency
  the water was actually rendered with. Now only the alpha in the texture
  is respected.
* Closes and fixes https://github.com/minetest/minetest_game/issues/2819
* Backported https://github.com/minetest/minetest_game/pull/2822
* this is the same as https://github.com/minetest/minetest_game/pull/2729
2024-04-24 13:01:57 -04:00
99e163dd82 mods boats/carts - fix player api compatibility with older api 2024-04-23 13:20:19 -04:00
b2b66a6fa7 mods - fix miscpelled line of conditional on nodes 2024-04-23 13:15:29 -04:00
6ed6ce1317 improve warning message definition about old api vs newer one of 3d_armor
* backported commit 94de1bf2bc75071526d1a68d29bc9c4ed9da5dd0 from upstream
2024-04-23 13:03:41 -04:00
d0edf57d46 Beds: Replace hardcoded values of day interval with constants
* backported https://github.com/minetest/minetest_game/pull/2990
* backported commit 2e8ac46120
2024-04-18 16:54:53 -04:00
55189a57f8 Fix some placer nil checks
* backported upstream 70cf7a26fd
2024-04-18 14:22:36 -04:00
da0cad8af7 Fix flammable item entities crashing
* https://github.com/minetest/minetest_game/issues/2657
* https://github.com/minetest/minetest_game/pull/2659
* partial fix from upstream
2024-04-18 13:37:49 -04:00
4901df3c95 mods - default - backported Override builtin item entity the portable way
* closes https://codeberg.org/minenux/minetest-game-minetest/issues/16
2024-04-17 22:19:22 -04:00
c2c28d5e2a mods - default - crafting : fix bad commit, miscpelled - in line 42 2024-04-17 22:18:46 -04:00
ddfec19a2b mods - default - ingtegrated sunglasses with CC-BY-SA-NC over source code and art
* original author not found and minietest developers are so petty to respond
* closes https://codeberg.org/minenux/minetest-game-minetest/issues/14
2024-03-31 22:54:33 -04:00
a3a271b21f stairs - fix multiengine protocol loading of sound table 2023-08-13 19:32:15 -04:00
a110849017 default/player_Api dinamically set the model player on client conection
* improves previous commit 13cd243a031ca6c52457032e0bffc8576b549b3a ,
  the problem is that both server and client must be equal protocol, so
  this ugly hack check if this was loaded into FinalMinetest or Multicraft
  to dinamically check client nature and re-registering the model when
  server and client do not have same player models due the colisionbox check
* NOTE: the check already need to check if the engine is old and the server not,
  so the conditional just try to do exact check agains TRUE boolean.
* Closed https://codeberg.org/minenux/minetest-game-minetest/issues/12
  fixed the problem of collisionbox for the lufix player in ugly way but
  much more effectivelly due can be mixed in FinalMinetest and Multicraft
2023-08-13 19:31:31 -04:00
23eb8437f4 default - revent knockback for attached players
* backported from default game
  fbbc7fc996
2023-08-06 13:21:45 -04:00
d77ba194d4 update player model remove vertial 1 node offset on newer engines only
* Player model: Remove vertical 1 node offset for new engines, but
  Required due to the settable player collision box engine feature
  change for MT/MTG v0.5.0 that breaks compatibility with old client
  so due that this commit will added backguard compatibility
* Autodetec minetest versoin engine and provide right model
  character, update player code to provide compatibility with player_api
2023-08-06 12:36:03 -04:00
a6073f034d mods hudbars+hbarmor+hbhunger - make check for max_hp witout segfault old engines
* optimize checks, only set once, upgrade upstream
* use right supported check for version string
* do not make redundant checks and set of hp_max
* property set log warning notification when parts of mod are not used
* autodetect armor mod and able to work without it
2023-07-26 01:20:32 -04:00
2de5aaeeff mods - hudbars+hbhunger+hbarmor - featured upgrade
* fix workaroun about ssettings not configurable
* do not hardcoded hp_max from other mods, unless configured here
* provide settings for hbhunger steps
* provide settings for auto hide or not hbarmor
* document those missing features
* mark mod with version 2.3.5.0 and using redo flag
* detection of original mods and bypass build-in own features
* optimize loading of hubar for armor, bad initialization
* real check player becouse of wrong implementation at engine
2023-07-24 15:27:25 -04:00
a3f7816526 backguard compatibility of hp_max in older clients, (missing breath_max)
* honoring customizations of hp_max its not so valid in older
  clients becouse of a bug in older clients of hardcoded healt player
  long time ago user requested https://github.com/minetest/minetest/issues/2246
  the value was hardcoded into engine and do not allow to be
  customized by mods until the commit above, this patch
  takes that into consideration and set the value to 20.
* NOTE: as side effect if you started a server that support
  hp_max modification and try to connect using a older client,
  client will perfectly supports the already configured healt
  from client, but will start at 20 initialy, of course with
  max_hp supported over the value of 20
2023-07-19 00:44:11 -04:00
918bb6e8bb mods - hudbars : not hardcoded the hb.init_hudbar max values
* real fix for missing format_string_config.textdomain
  backpoted from c219b708f8
* fix the backguard compatibility for format_string_config.format_string
* add configuration settings for hp_max of player and breath_max
* do not hardcoded hp_max neither breath_max and honor customizations
* real fix of get_properties when join players
* set alternate honored max values before get_properties when join players
* increase default ticks of updates for hud bar, to avoid performance
  issues in low end devices
* optimize and fix texture images
2023-07-17 01:16:50 -04:00
mckayshirou
b4c29033c9 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:03:51 -04:00
fd5ca024e6 integrated nice hudbars into our default minetest game
* checkout facc2cffb8
* version 2.3.4 with many backported fixeds
2023-06-20 00:42:50 -04:00
336ce1c8db sfinv - sfinv_home set better text for home button 2023-06-18 04:58:26 -04:00
8196401ab8 fireflies - fix wrong conditional 2023-06-18 04:33:29 -04:00
c624fef6f3 Merge sync 'stable-4.0' to stay in sync with featured fireflies mod
* integrate creative new mod
* featured fireflies with ethereal support
2023-06-18 03:17:30 -04:00
9836d04755 fireflies - sync with oiginal and add support for ethereal
* 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
2023-06-18 03:17:07 -04:00
ee13c9f46a fireflies - sync with oiginal and add support for ethereal
* 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
2023-06-18 03:14:10 -04:00
ea2069d30e 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:25:47 -04:00
1624147edc included the reduced and external mantanied fireflies mod for older engines
* the mt5 game already has a improved version of fireflies with timer nodes
  that hide the fireflies at day
2023-06-17 09:59:47 -04:00
f208b6312d updated upgraded simplified creative 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:36:33 -04:00
ae8c3f8eba sfinv - upgrade sfinv and integrated sfinv_home to sfinv 2023-06-12 00:32:55 -04:00
729e344fc8 sethome - update mod to upstream 2023-06-12 00:02:51 -04:00
8e59006dc8 sethome - update mod to upstream 2023-06-12 00:02:10 -04:00
284eb28d6c toolranks - fix mt 5.X depends 2023-06-11 23:21:20 -04:00
901fb492c1 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 https://github.com/MT-Eurythmia/xdecor/commit/59a65c60611ebe8ef3ced2e406968f049>
* backported https://github.com/MT-Eurythmia/xdecor/commit/28a24a805be109eb8ab32b8633b1dfef5>
2023-06-11 21:46:20 -04:00
13a6891758 xdecor - crash avoiting: Added further sanity check and update formspecs
* update xdecir minenux up to 20230611
* 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>
* backporting https://notabug.org/minenux/minetest-mod-xdecor/commit/9f4002b749920a6aa906ce7>
2023-06-11 19:57:23 -04:00
dab09dfd32 mods - add tenplus1 toolranks with some backported changes features
* toolranks from minenux with spanish translation and featured description
* backguard compatibility
2023-06-11 14:50:11 -04:00
ebdf4427d3 creative - fix mistake on privs 2023-06-11 06:29:33 -04:00
4a9e24b2f2 provide minetest.is_creative_enabled and backguard compatibilty 2023-06-11 06:19:33 -04:00
aa9f63cb3f farming - make apples 3d backporting the 3d_apples mod 2023-06-07 17:21:20 -04:00
115c85ce40 xdecor - fix possible bad array on enchanting code, related to some bugs
* update mod to f6d0f0b2a5c1d435217bb3409a76da9eb36fe889 with last README info nodes
2023-06-07 16:32:25 -04:00
00bad47eed incorporate xdecor a more light respect homedecor 2023-06-06 15:12:23 -04:00
c23219729c update farming mod for mt game v4, need test compatibility 2023-06-06 11:28:47 -04:00
07d4778ffb update information and references.. use git.minetest.org as mirror
* update game info and release focused version
* modernize the game.conf but mantanin compatibility
* provide LICENSE clarification about real autor historicaly (blockmen)
2022-08-23 11:20:42 -04:00
d82008a256 tnt - update to fix MT5 game detectio engine api
* backported fca1999990
* closes https://notabug.org/TenPlus1/tnt/issues/2
* closes https://codeberg.org/minenux/minetest-mod-tnt/issues/2
2022-08-05 22:47:04 -04:00
e02a31343a v 20220728 - update boats mod, fix missing global minetest object access
* property detect the feature using the namespace global var
2022-07-27 01:56:38 -04:00
36427dada6 merge fix for misc error (fix misc error on boat contidional)
* recommit 58c2cb6d89 after upgrade boats
* sync merge with 5.2 stable brach from codeberg repo
2022-07-27 01:53:03 -04:00