1481 Commits

Author SHA1 Message Date
8c07924bf1 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-23 18:04:16 -04:00
ab354d538d mods - hudbars - improve warning message definition about old api vs newer one of 3d_armor
* backport commit 94de1bf2bc75071526d1a68d29bc9c4ed9da5dd0 from upstream
2024-04-23 13:25:41 -04:00
c398a66406 remove paramtype2="glasslikeliquidlevel" from glass nodes
* backported https://github.com/minetest/minetest_game/pull/2963/files
* closes https://github.com/minetest/minetest_game/issues/2962
2024-04-18 16:57:49 -04:00
14e4c43a21 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:42:14 -04:00
1f2b954d9e more player checks for nil on fireflies 2024-04-18 15:55:27 -04:00
45e4ebf607 Make bugs only pointable with Bug Net
* Add legacy compatibility making to work with older clients
* backported https://github.com/minetest/minetest_game/pull/3099
* backported commit ef788d0307
2024-04-18 15:44:04 -04:00
0ca6bc101a Fix some placer nil checks
* backported upstream commit 70cf7a26fd
2024-04-18 15:28:50 -04:00
8111e46f8d Fix flammable item entities crashing
* https://github.com/minetest/minetest_game/issues/2657
* https://github.com/minetest/minetest_game/pull/2659
* backported 33eb7cee2a
2024-04-18 13:40:29 -04:00
7f796449ee mods - default - backported Override builtin item entity the portable way
* closes https://codeberg.org/minenux/minetest-game-minetest/issues/16
2024-04-17 22:22:09 -04:00
17bf7edce8 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:59:18 -04:00
08c2829858 stairs - fix multiengine protocol loading of sound table 2023-08-13 19:35:09 -04:00
62f9150940 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:22:40 -04:00
13cd243a03 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:29:04 -04:00
6bcaca9091 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:23:32 -04:00
61d9e37c7f mods - hudbars+hbarmor+hunger - fusion into a simgle loading mod
* 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:31:12 -04:00
e3c6aba6c1 mod - hudbars - already set max hp at core 2023-07-19 01:46:04 -04:00
e9a6c74826 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 image
2023-07-17 01:18:14 -04:00
mckayshirou
a3cc45174b 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 22:35:30 -04:00
04e221c0a8 integrated nice hudbars into our default minetest game
* checkout facc2cffb8
* version 2.3.4 with many backported fixeds
2023-06-20 00:48:12 -04:00
09b16c7dcc sfinv - sfinv_home set better text for home button 2023-06-18 04:56:40 -04:00
04c077e570 fireflies - fix wrong conditional 2023-06-18 04:37:27 -04:00
f4577ce506 sfinv - minor details, depends, sync upstream 2023-06-18 03:30:04 -04:00
2a319087ce update readme mod list 2023-06-18 03:18:39 -04:00
06b782a287 Merge sync 'stable-5.2' to stay in sync with featured fireflies mod
* integrate creative new mod
* featured fireflies with ethereal support
2023-06-18 03:11:11 -04:00
fc4ab2538d 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:10:19 -04:00
1c50f2a3cb fireflies - optimize textures 2023-06-18 02:38:21 -04:00
d5fb7ea978 creatuve - updated 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:39:07 -04:00
84b779f8df creatuve - updated 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:38:15 -04:00
f621a7660c sfinv - upgrade sfinv and integrated sfinv_home to sfinv 2023-06-12 00:32:04 -04:00
ae1ba2c463 sethome - update mod to upstream 2023-06-12 00:04:32 -04:00
b722a98fef toolranks - fix mt 5.X depends 2023-06-11 23:20:43 -04:00
7a7d33b3fa 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:40 -04:00
7c7e763942 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 9f4002b749
2023-06-11 19:57:46 -04:00
5452ce0dda mods - add tenplus1 toolranks with some backported changes features
* toolranks from minenux with spanish translation and featured description
* backguard compatibility
2023-06-11 14:52:42 -04:00
530947f110 creative - upgrade creative and featured lasted
* track changes from 5.X default games
* track changes fromo tenplus1 mod
2023-06-11 06:09:30 -04:00
b468d2395a farming - make apples 3d backporting the 3d_apples mod 2023-06-07 17:24:12 -04:00
a19a71adec xdecor - fix possible bad array on enchanting code, related to some bugs
* update mod to f6d0f0b2a5c1d435217bb3409a76da9eb36fe889 with node info
2023-06-07 16:34:53 -04:00
903ff2bcfb incorporate xdecor a more light respect homedecor 2023-06-06 15:13:25 -04:00
1468480663 update farming mod for mt game v5 2023-06-06 11:30:16 -04:00
mckayshirou
dd746f655e fix the game version supported, this is stable-5.2 2022-08-24 22:19:09 -04:00
Герхард PICCORO Lenz McKAY
ea03176fb9 remote sync 'stable-5.2', update LICENSE and fix boath conditional api detection
* set real author of this game set historycally
2022-08-24 22:15:49 -04:00
6cdadb4984 update information and references.. LICENSE and real author
* provide LICENSE clarification about real autor historicaly (blockmen)
2022-08-23 11:22:47 -04:00
76479e1eff update information and references.. use git.minetest.org as mirror 2022-08-23 11:10:29 -04:00
3f377ac386 v 20220728 - update boats mod, fix missing global minetest object access
* property detect the feature using the namespace global var
2022-07-26 16:30:03 -04:00
Герхард PICCORO Lenz McKAY
f3d73386a2 merge fix for misc error (fix misc error on boat contidional)
* recommit 58c2cb6d89bf5bfc3da8818842d081d847d92ecd after upgrade boats
* sync merge with 5.2 stable brach from codeberg repo
2022-07-26 15:31:47 -04:00
Герхард PICCORO Lenz McKAY
b8ae1c4ccd v 20220614 - update boats mod, fix player api detection
* property detect the player api respect engine game version
2022-06-14 23:54:17 -04:00
Герхард PICCORO Lenz McKAY
07a1de54a0 v 20220614 - update beds mod, minigame support and engine detection
* minigame support
* proper engine detection for respawn
* add red and white bed
2022-06-14 23:16:05 -04:00
58c2cb6d89 fix misc error on boat contidional 2022-04-14 20:42:56 -04:00
fcff52f049 Fix flammable item entities crashing
* backported from https://github.com/minetest/minetest_game/pull/2659
* fix to close https://codeberg.org/minenux/minetest-game-minetest/issues/11
2022-04-14 20:40:09 -04:00
dde9a5338e upgrade beds,boats,bucket,carts,creative,doors,farming,fire,stairs,tnt,wool
* beds 7b6fae96d5
* boats 3832de08f7
* bucket 1d9f32295a
* carts dcbca916cf
* creative ca09e77370
* doors a89ab0454d
* farming 00e4b3cb89
* fire 4e5f7ad553
* stairs c3a5af6c45
* tnt 8195861f90
* wool de642a08e8
2022-03-09 12:52:16 -04:00