kay27
|
cb2aae5a55
|
[mcl_mapgen_core] Redesign, mostly to remove water from End and restore static lvm_buffer to speed it up
|
2021-03-28 22:57:11 +04:00 |
|
kay27
|
628ca226a6
|
[mcl_portals] Additionally index source Nether portals from 0.71 and earlier before teleporting, to make possible returning through them
|
2021-03-28 20:36:35 +04:00 |
|
kay27
|
3e58e989a1
|
[mcl_portals] Support Nether portals from 0.71 and earlier
|
2021-03-23 03:19:17 +04:00 |
|
kay27
|
06280e3bba
|
[mcl_portals] Generate target map chunks on portal creation
|
2021-03-23 03:17:23 +04:00 |
|
kay27
|
7fe3217cd0
|
[mcl_portals] Remove debug messages
|
2021-03-22 11:32:28 +04:00 |
|
kay27
|
03feb36558
|
Improve Nether Portals (#1315) (as a squash)
Remove Nether portal caches, https://git.minetest.land/MineClone2/MineClone2/issues/1210
Store all exits from Nether portals in quick-access table
Implement proper Nether portal search, using the table, https://git.minetest.land/MineClone2/MineClone2/issues/1055
Store Nether portal exits table in mod storage
Remove exits from table on Nether portal destruction
Align destination area to [map chunks 5x5x5](https://git.minetest.land/MineClone2/MineClone2/wiki/World-structure%3A-positions%2C-boundaries%2C-blocks%2C-chunks%2C-dimensions%2C-barriers-and-the-void) to avoid lots of ```emerge_area()``` calls
Support Nether roof, https://git.minetest.land/MineClone2/MineClone2/issues/1267
Implement better suitable place search, https://git.minetest.land/MineClone2/MineClone2/issues/1126
Implement object queue not to trigger the same search again
Avoid lava lakes, https://git.minetest.land/MineClone2/MineClone2/issues/1126
Add ```/spawnstruct nether_portal``` chat command
Co-Authored-By: kay27 <kay27@noreply.git.minetest.land>
Co-Committed-By: kay27 <kay27@noreply.git.minetest.land>
|
2021-03-21 23:14:33 +00:00 |
|
Elias Åström
|
ed30fa0868
|
Move data from deprecated files to mod.conf
Move data from deprecated files (depends.txt and description.txt) into
fields in mod.conf for all mods.
This was done with a shell script :)
|
2021-03-18 17:37:12 +01:00 |
|
AFCMS
|
8f30e223e2
|
I hate reverting something xD
|
2021-03-16 17:39:06 +01:00 |
|
iliekprogrammar
|
1b00346790
|
Add breaking sounds.
|
2021-03-14 20:47:31 +08:00 |
|
iliekprogrammar
|
7ce6485717
|
Allow portals to break only in creative and to be pointed.
|
2021-03-14 20:10:12 +08:00 |
|
kay27
|
0e37188ad1
|
Fix https://git.minetest.land/MineClone2/MineClone2/issues/1108
|
2021-02-26 02:48:22 +04:00 |
|
Elias Fleckenstein
|
aeb7078c05
|
Update use_texture_alpha to the minetest 5.4 conventions
|
2021-02-18 14:00:17 +01:00 |
|
Elias Fleckenstein
|
82e113f0fc
|
Update usages of alpha to the 5.4 convention
|
2021-02-18 10:58:50 +01:00 |
|
Elias Fleckenstein
|
bec5339fc6
|
Update existing occurences of use_texture_alpha to the Minetest 5.4 convention if the feature is detected
|
2021-02-18 10:39:19 +01:00 |
|
Laurent Rocher
|
303d286603
|
Update French translation
|
2021-02-13 00:09:59 +01:00 |
|
kay27
|
c4dce1df25
|
Fix already created End portals
|
2021-01-21 18:35:04 +04:00 |
|
kay27
|
fe33f172d4
|
Add player-friendly respawn place search algorithm, fix https://git.minetest.land/Wuzzy/MineClone2/issues/515 https://git.minetest.land/Wuzzy/MineClone2/issues/972 https://git.minetest.land/Wuzzy/MineClone2/issues/981
|
2021-01-16 18:51:30 +04:00 |
|
Elias Fleckenstein
|
a49e3c9068
|
Fix #703
|
2021-01-06 13:39:19 +01:00 |
|
Elias Fleckenstein
|
3787b95e0f
|
Fix #700
|
2021-01-06 13:01:27 +01:00 |
|
kay27
|
827d7ec538
|
Fix attempt to index local 'pos' at ITEMS/mcl_portals/portal_nether.lua:728
|
2020-12-06 22:45:44 +04:00 |
|
Wuzzy
|
52681658ef
|
Add epic end portal open sound
|
2020-12-06 00:27:10 +01:00 |
|
Wuzzy
|
d952c79cb7
|
Slower nether portal anim
|
2020-11-12 12:01:16 +01:00 |
|
kay27
|
1965696829
|
Merge kay27_textures branch: more recongizable obsidian texture; better NP texture; Nether particles
|
2020-10-24 21:49:11 +04:00 |
|
kay27
|
dbe631409c
|
Update mcl_portals_ru.tr
|
2020-10-19 16:55:05 +04:00 |
|
Wuzzy
|
5f820c6bf9
|
Update helptext of obsidian
|
2020-09-30 17:31:19 +02:00 |
|
Wuzzy
|
b0ee0a475b
|
Remove "Loading terrain" msg (too spammy)
|
2020-09-30 17:27:34 +02:00 |
|
Wuzzy
|
81b33d7df3
|
Shrink Nether portal texture to 16px
|
2020-09-30 17:25:12 +02:00 |
|
Wuzzy
|
3bed1c5bf8
|
Fix accidental global in mcl_portals
|
2020-09-30 17:10:06 +02:00 |
|
kay27
|
339f7c6359
|
Add calculation of mcl_vars.mapgen_edge_min/max in mcl_init and use them for Nether portal fast travelling
|
2020-09-26 02:17:49 +04:00 |
|
kay27
|
446b0e6602
|
Merge updated Nether portals, https://git.minetest.land/Wuzzy/MineClone2/issues/804
|
2020-09-21 22:21:46 +04:00 |
|
kay27
|
ba51686e6c
|
Russian translation
|
2020-07-20 00:11:13 +00:00 |
|
Wuzzy
|
5125f6d739
|
Merge branch 'rootyjr_enderman'
|
2020-07-11 11:32:50 +02:00 |
|
Wuzzy
|
c106a62979
|
Use minetest.is_creative_enabled
|
2020-07-10 16:45:40 +02:00 |
|
rootyjr
|
046bca1080
|
implemented ability to detect when seen / break eye contact and aggressive response / implemented teleport to avoid arrows. / implemented teleport to avoid rain. / implemented teleport to chase. / added enderman particles. / drew particles 1 through 5 / added rain damage. / fixed the grass_with_dirt issue.
|
2020-06-08 00:51:48 -05:00 |
|
Wuzzy
|
1a0e979b0c
|
Update incomplete license information and credits
|
2020-05-11 17:18:04 +02:00 |
|
Wuzzy
|
c156398fb5
|
Merge branch 'translate-fr' of https://git.minetest.land/lrocher/MineClone2 into translate_fr
|
2020-05-09 18:57:40 +02:00 |
|
Rocher Laurent
|
4957bd1118
|
Translate In French
|
2020-05-03 22:39:07 +02:00 |
|
Elias Åström
|
6315490b14
|
Update the rest of the blast resistance values
The values have been updated according to this list:
https://minecraft.gamepedia.com/Module:Blast_resistance_values
|
2020-04-19 13:08:36 +02:00 |
|
Wuzzy
|
c5e4ec5e27
|
Use ephemeral sounds
|
2020-04-07 00:55:45 +02:00 |
|
Wuzzy
|
feba60cad8
|
Translate all extended tooltips to German
|
2020-03-12 01:35:11 +01:00 |
|
Wuzzy
|
cbda2ef326
|
Add _tt_help to many more items
|
2020-03-08 03:30:40 +01:00 |
|
Wuzzy
|
ba74546d48
|
Add extended tooltips
|
2020-02-19 04:54:17 +01:00 |
|
wuniversales
|
15481cb24d
|
Add Spanish translation
|
2020-02-04 21:43:50 +01:00 |
|
Wuzzy
|
e569885fab
|
End portal frame: Bulk set nodes
|
2020-01-06 16:51:40 +01:00 |
|
Wuzzy
|
9b8d6c4cec
|
Destroy end portal when surrounding bedrock goes
|
2020-01-06 16:49:22 +01:00 |
|
aldum
|
82f851e20d
|
Add theoretical support for larger nether portals
|
2020-01-06 15:11:29 +01:00 |
|
Wuzzy
|
1a02ccd36f
|
Add more node groups
|
2019-12-13 10:20:08 +01:00 |
|
Wuzzy
|
7b24ede582
|
Remove a couple of FIXMEs and legacy
|
2019-10-16 08:33:22 +02:00 |
|
Wuzzy
|
967905264d
|
Make many help texts translatable and fix bugs
|
2019-03-25 12:05:57 +01:00 |
|
Wuzzy
|
c5db9987c3
|
Fix various typos in German translation
|
2019-03-25 11:01:52 +01:00 |
|