the-real-herowl
|
dd31e13b8a
|
Merge pull request 'release/0.89.2' (#5087) from release/0.89.2 into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5087
|
2025-04-06 22:13:45 +02:00 |
|
the-real-herowl
|
4b74945447
|
Post-hotfix reset version 0.90.0-SNAPSHOT
|
2025-04-06 22:11:19 +02:00 |
|
the-real-herowl
|
c3f207ab2e
|
Update release notes for hotfix v0.89.2
|
2025-04-06 22:09:44 +02:00 |
|
the-real-herowl
|
2408afce2b
|
Set version for hotfix v0.89.2
|
2025-04-06 22:04:01 +02:00 |
|
kno10
|
22230e71c0
|
Fix missing initial_properties for hp_max (#5097)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5097
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
|
2025-04-06 13:00:17 +02:00 |
|
the-real-herowl
|
017d4bf716
|
Prevent teleportation into void (#5090)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5090
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
|
2025-04-06 12:54:06 +02:00 |
|
teknomunk
|
18e5dd4088
|
Add compatibility shim for core.bulk_swap_node() (#5093)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5093
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-04-06 12:23:41 +02:00 |
|
kno10
|
c964ccdbb3
|
Offset gennotify y+1 (#4991)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4991
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
|
2025-04-05 17:33:46 +02:00 |
|
teknomunk
|
9e949c9ffa
|
Force save minecart inventory when hoppers interact (#5072)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5072
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-04-04 22:54:22 +02:00 |
|
teknomunk
|
83fedc527c
|
Fix itemframe item duplication (#5086)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5086
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-04-04 22:53:26 +02:00 |
|
the-real-herowl
|
2d129a76cc
|
Merge pull request 'Fix snow particles for snow weather in cold biomes' (#5077) from fix-snow into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5077
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
|
2025-04-04 22:52:27 +02:00 |
|
teknomunk
|
ff29c347b2
|
Remove snow particle spawners if the player isn't in a location with snow
|
2025-04-04 22:52:27 +02:00 |
|
teknomunk
|
39b60b31bf
|
Merge weather globalsteps into single registration, make snow particles display when weather is snow and in a biome that allows snow
|
2025-04-04 22:52:27 +02:00 |
|
Mikita Wiśniewski
|
769a405259
|
Make flowers buildable_to (#4290)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4290
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
|
2025-04-04 22:04:30 +02:00 |
|
kno10
|
6cbb8f046d
|
Fix exposed bedrock in nether (#5079)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5079
Reviewed-by: teknomunk <teknomunk@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
|
2025-04-04 07:27:37 +02:00 |
|
teknomunk
|
ac5b6ae701
|
Fix typo in snowman code (#5081)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5081
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-04-02 18:02:45 +02:00 |
|
teknomunk
|
7c8a70a8cd
|
Fix cocoa composting by using mcl_util.handle_node_rightclick() (#5076)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5076
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-04-01 21:19:12 +02:00 |
|
kno10
|
6df43d8629
|
0.89.2 Fix #5046: netherite template not yet available (#5056)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5056
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
|
2025-03-30 15:40:25 +02:00 |
|
kno10
|
578321b316
|
0.89.2 fix 'bitmask' not being a bitmask (#5054)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5054
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
|
2025-03-30 15:37:44 +02:00 |
|
teknomunk
|
c3802ec275
|
Prevent crashing when an empty map is placed into the cartography table (#5050)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5050
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-03-30 15:36:37 +02:00 |
|
the-real-herowl
|
eb95b94e10
|
Merge pull request 'Fix deprecation warnings about initial_properties' (#5045) from fix-deprecation-warnings into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5045
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
|
2025-03-30 15:34:14 +02:00 |
|
teknomunk
|
c5fa5c60df
|
Move more properties into initial_properties field
|
2025-03-30 15:34:14 +02:00 |
|
teknomunk
|
e9ecf97765
|
Fix more initial_properties warnings
|
2025-03-30 15:34:14 +02:00 |
|
teknomunk
|
1d436392da
|
Fix deprecation warnings about initial_properties
|
2025-03-30 15:34:14 +02:00 |
|
teknomunk
|
fef054f34b
|
Fix rare crash in mcl_oceans.kelp.is_falling() (#5063)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5063
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-03-30 15:32:38 +02:00 |
|
teknomunk
|
8ca2688f64
|
Copy potion item definition table before passing to core.register_craftitem() (#5055)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5055
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-03-30 15:25:33 +02:00 |
|
the-real-herowl
|
d3baeac683
|
Merge pull request 'release/0.89.1' (#5043) from release/0.89.1 into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5043
|
2025-03-22 23:30:58 +01:00 |
|
the-real-herowl
|
a801ec8b38
|
Post-hotfix reset version 0.90.0-SNAPSHOT
|
2025-03-22 23:27:21 +01:00 |
|
the-real-herowl
|
53d256df6e
|
Update release notes for hotfix v0.89.1
|
2025-03-22 23:24:36 +01:00 |
|
the-real-herowl
|
9912c01cc7
|
Set version for hotfix v0.89.1
|
2025-03-22 23:12:13 +01:00 |
|
Nicu
|
5d39b5bb01
|
Make zombies taller (#5042)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5042
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Nicu <kneekoo@noreply.git.minetest.land>
Co-committed-by: Nicu <kneekoo@noreply.git.minetest.land>
|
2025-03-22 23:07:01 +01:00 |
|
the-real-herowl
|
88713e6a37
|
Merge pull request 'Fix infinite loop from grass on_construct' (#5039) from fix-grass-construct into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5039
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
|
2025-03-22 23:04:31 +01:00 |
|
the-real-herowl
|
da8542b01b
|
Minor cleanup
- added some functions back for now to retain compatibility
- made a set_node() call utilize the param2 value
|
2025-03-22 22:52:26 +01:00 |
|
kno10
|
25e439d5dc
|
fix loop from grass on_construct
|
2025-03-22 22:01:15 +01:00 |
|
kno10
|
f4bc162af5
|
Lua no-JIT compatibility (#5037)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5037
Reviewed-by: teknomunk <teknomunk@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
|
2025-03-22 11:27:28 +01:00 |
|
teknomunk
|
316b2c08fb
|
Don't register aliases after game has started (#5041)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5041
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-03-22 11:24:55 +01:00 |
|
kno10
|
042fc3fc60
|
Fix for crash on mangrove lakes (#5035)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5035
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <kno10@noreply.git.minetest.land>
Co-committed-by: kno10 <kno10@noreply.git.minetest.land>
|
2025-03-19 08:12:25 +01:00 |
|
the-real-herowl
|
0909c96739
|
Merge pull request 'Fix Initial Properties Usage, Quiet Debug Logging' (#5023) from fix-initial-properties into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5023
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
|
2025-03-17 12:30:03 +01:00 |
|
teknomunk
|
995dfcf34e
|
Make deprecation always report even if initial_properties is present
|
2025-03-17 11:02:40 +01:00 |
|
teknomunk
|
141e7ccc2f
|
Add deprecation warning
|
2025-03-17 11:02:40 +01:00 |
|
teknomunk
|
6f1be411e3
|
Quiet mob staticdata logging and put it behind mobs_debug setting
|
2025-03-17 11:02:40 +01:00 |
|
teknomunk
|
2a4c31cf54
|
Add backwards compatibility for mobs that don't provide an initial_properties field
|
2025-03-17 11:02:40 +01:00 |
|
teknomunk
|
25aeff4420
|
Fix missing .initial_properties
|
2025-03-17 11:02:40 +01:00 |
|
the-real-herowl
|
f205daf2a9
|
Merge pull request 'improved lakes' (#5003) from improved-lakes into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5003
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
|
2025-03-16 18:35:25 +01:00 |
|
kno10
|
d88ec2271f
|
use default or biome for border
|
2025-03-16 18:35:25 +01:00 |
|
kno10
|
372182f779
|
try harder to choose border material
|
2025-03-16 18:35:25 +01:00 |
|
kno10
|
c97206bb3c
|
further lake improvements
|
2025-03-16 18:35:25 +01:00 |
|
kno10
|
115ac7d95b
|
improve lakes
|
2025-03-16 18:35:25 +01:00 |
|
teknomunk
|
b4bb40aadf
|
Convert two functions with the same name from global to local (#5022)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5022
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
|
2025-03-14 23:28:51 +01:00 |
|
the-real-herowl
|
498dcdb6d2
|
Merge pull request 'better fallen logs' (#5002) from improved-fallen-logs into master
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/5002
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
|
2025-03-14 20:10:20 +01:00 |
|