kay27
74257f5ff2
Update mcl_mapgen and mcl_time
2022-03-14 20:32:36 +04:00
kay27
9dadbb2bb4
Merge master into new_mapgen_api
2022-03-14 20:21:41 +04:00
Nils Dagsson Moskopp
66bb209ad1
Fix TGA file writing on Windows
...
Before this patch, the tga_encoder mod would write corrupted TGA files
on Windows: Bytes that looked like newlines were replaced by a carriage
return and a newline.
2022-02-28 16:58:59 +00:00
1F616EMO
ba172f0847
mcl_explosions
2022-02-23 23:58:05 +01:00
AFCMS
61f4c5b885
apply @kay27 fix to `mcl_util.drop_items_from_meta_container`
2022-02-22 18:08:26 +01:00
AFCMS
c64d0e4558
simplify random dropping position code
2022-02-22 18:08:24 +01:00
AFCMS
61e54ed617
rename `mcl_util.drop_items_container_get` to `drop_items_from_meta_container`
2022-02-22 18:08:24 +01:00
AFCMS
80fb59f9ac
add barrel
2022-02-22 18:08:22 +01:00
kay27
18c815fbf1
Fix compatibility with 5.4
2022-02-19 17:23:10 +04:00
kay27
398f51b1da
Update mcl_time to v2
2022-02-19 01:54:06 +04:00
kay27
9fe692fb6f
Fix mcl_time node time update
2022-02-19 00:13:31 +04:00
kay27
605bb8c619
Make mapgen compatible with mt 5.3
2022-02-18 18:29:10 +04:00
kay27
53cecf7b41
Reduce the number of time_speed less than 1 warnings logged
2022-02-18 17:43:28 +04:00
kay27
03371421d8
Merge remote-tracking branch 'origin/master' into new_mapgen_api
2022-02-18 03:48:47 +04:00
kay27
54ea8ba6b1
Update mapgen api to v3 from mcl5
2022-02-18 03:48:03 +04:00
NO11
8db28c1337
Update get_pointed_thing function
2022-02-17 15:30:41 +00:00
NO11
d46a96c43a
Merge branch 'master' into buckets+
2022-02-17 14:48:07 +00:00
NO11
ad99746d99
Add get_pointed_thing function
2022-02-17 14:35:51 +00:00
AFCMS
da4952a125
wip mcl_damage documentation
2022-02-13 21:31:04 +01:00
AFCMS
5bedae49d6
`walkover` fixes
2022-01-20 22:55:36 +01:00
kay27
bb008d6341
Retarget mcl_worlds mod dependency
2022-01-20 05:12:44 +04:00
kay27
682d2b3229
Fix mcl_worlds to work with mapgen api
2022-01-20 05:11:21 +04:00
kay27
a639630b32
Add empty lines between functions in mcl_mapgen mod
2022-01-20 00:53:55 +04:00
kay27
679a1db436
Apply markdown format to mcl_mapgen api doc
2022-01-20 00:44:23 +04:00
kay27
b3e8f24876
Add basic part of new mapgen api
2022-01-19 19:09:37 +04:00
Lizzy Fleckenstein
ec7e245b9d
Various fixes to the enchanting and loot system
...
- enchanted loot generated by mapgen now uses PseudoRandom for randomness
- prevent fishing loot from generating loot 32767 times (!!!) when only 1 is needed
- bows and fishing rods obtained from the treasure section of fishing loot are now enchanted
- there is now a function to uniform enchant items other than books
2021-12-07 17:57:18 +01:00
Lizzy Fleckenstein
92686e5412
Fix broken mcl_util.calculate_durability
2021-12-02 17:28:19 +01:00
iliekprogrammar
f61143758e
Fix small typo in API.md
2021-11-10 12:54:28 +08:00
iliekprogrammar
fa22ec4dd0
Add helper functions to update/merge tables.
2021-11-10 02:50:49 +08:00
Nils Dagsson Moskopp
4926c0560d
Speed up TGA encoding by creating fewer strings
2021-11-04 15:38:56 +01:00
Nils Dagsson Moskopp
23ca11c8e1
Use RLE compression in tga_encoder
2021-11-04 15:38:26 +01:00
NO11
6d22262c53
Merge branch 'master' into totem_particles
2021-10-25 17:09:24 +00:00
NO11
e4af02ea52
Add function to replace mobs
2021-10-05 04:15:48 +00:00
NO11
ecfb615c89
Merge branch 'master' into totem_particles
2021-07-12 19:02:02 +00:00
cora
c558e30ea5
Fix server crash when players dig unknown nodes
...
Digging unknown nodes crashes the Clamity Minetest server, which
runs modified Minetest: https://github.com/ClamityAnarchy/minetest
Crashes did occur with commit d5434bf008
of that Minetest version.
This commit makes unknown nodes explicitly not harvestable.
2021-07-08 15:33:24 +02:00
NO11
1471521709
Merge branch 'master' into totem_particles
2021-07-07 09:49:33 +00:00
AFCMS
e81da3c4ff
fix some mods using "core" insteed of "minetest"
2021-06-12 00:18:52 +02:00
NO11
1e0ffed26b
Merge branch 'master' into totem_particles
2021-06-07 17:16:41 +00:00
Elias Fleckenstein
e5bdf230d5
Merge pull request 'Add polish translation' ( #1542 ) from marcin-serwin/MineClone2:polish-translation into master
...
Reviewed-on: MineClone2/MineClone2#1542
2021-06-04 16:51:43 +00:00
NO11
7464b8ff48
Add bonemeal particle texture
2021-06-03 18:04:54 +00:00
marcin-serwin
cbe8583cef
Merge branch 'master' into polish-translation
2021-06-02 10:14:25 +00:00
NO11
a65db15b5c
Totem particle textures
2021-05-29 19:21:15 +00:00
AFCMS
cd33d406b2
fix many codestyle issues (functions, strings, modpaths)
2021-05-29 16:12:33 +02:00
Lizzy Fleckenstein
c57ead6985
Use next() instead of one-time loop to fix luacheck warning in mcl_util.calculate_durability
2021-05-26 20:56:00 +02:00
AFCMS
9e074af07f
unify code style [1]
2021-05-25 12:52:25 +02:00
AFCMS
981f3d5d74
fix some codestyle issues
2021-05-25 10:51:46 +02:00
AFCMS
3f3abbbee1
speedup mcl_particles code
2021-05-25 09:09:16 +02:00
AFCMS
00f4cfa5b5
simplify mcl_util code
2021-05-25 01:33:26 +02:00
AFCMS
0cc11d0bbb
[mcl_loot] fix warnings
2021-05-25 01:28:10 +02:00
AFCMS
f61102279f
[_mcl_autogroup] fix warnings
2021-05-25 01:26:26 +02:00