teknomunk
6756658ee9
Fix server crash when server restarts after a player dies but they didn't respawn ( #4246 )
...
Ensuring that tables storing player data are initialized before being used.
Reviewed-on: MineClone2/MineClone2#4246
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>
2024-05-02 03:01:43 +00:00
the-real-herowl
9e8661ae95
Merge pull request 'Added eating animation' ( #4169 ) from eating_animation into master
...
Reviewed-on: MineClone2/MineClone2#4169
2024-04-22 01:18:11 +00:00
the-real-herowl
e582c3bb97
Improved look on the mobile device
...
Now the food doesn't cover the full screen on mobile devices...
...at the cost of stretching at ultrawide or portrait aspect ratios.
2024-04-14 08:34:41 +02:00
ancientmarinerdev
0b521ef92b
Fix - New game load crashes. Add defensive check. ( #4216 )
...
Reviewed-on: MineClone2/MineClone2#4216
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: ancientmarinerdev <ancientmariner_dev@proton.me>
Co-committed-by: ancientmarinerdev <ancientmariner_dev@proton.me>
2024-03-27 00:22:22 +00:00
Eliy21
7bfbaac772
Fix damage animation and player invul crash in mcl_playerplus ( #4176 )
...
Reviewed-on: MineClone2/MineClone2#4176
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land>
Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
2024-02-04 17:31:11 +00:00
the-real-herowl
8d5c9996a2
Centered the eating animation
2024-02-02 04:28:20 +01:00
the-real-herowl
13825763b0
Added eating animation
2024-01-29 04:24:39 +01:00
the-real-herowl
1175be45fb
Merge pull request 'Add MC hold to eat delay' ( #4144 ) from Eliy21/MineClone2:eating_delay into master
...
Reviewed-on: MineClone2/MineClone2#4144
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-25 02:06:14 +00:00
Eliy21
5154dce8d0
Use table.update() on mcl_hunger.eat_internal[name] in the item eat code
2024-01-21 09:03:27 +00:00
Eliy21
b56424a0b6
Integrate mcl_hunger.is_eating(name) API into item eat code
2024-01-21 09:03:27 +00:00
Eliy21
93dff87a5e
Add mcl_hunger.is_eating(name) API
2024-01-21 09:03:27 +00:00
Eliy21
109aed75df
Fix sus stew not having eating particle & sound effects and eating slow speed getting stuck on login
2024-01-21 09:03:27 +00:00
Eliy21
cc7a2e0b41
Add eating delay entry to changelog.txt
2024-01-21 09:03:27 +00:00
Eliy21
996a5a6d47
Integrate delayed eating to item eat code
2024-01-21 09:03:27 +00:00
Eliy21
4c8efca4e6
Add eating delay code
2024-01-21 09:03:27 +00:00
the-real-herowl
d1ac98a019
Fixed a crash
...
Crash when the cape field is not set.
It is not set when joining an old world with the capes PR applied.
Also trimmed trailing.
2024-01-21 03:09:11 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
4c0bad754e
Show elytra animation when using elytra
2024-01-20 03:41:38 +00:00
chmodsayshello
45c84b1f1d
fix formspec
2024-01-13 19:50:09 +01:00
chmodsayshello
96dbcc45d0
fix cape being registered twice
2024-01-13 19:50:09 +01:00
chmodsayshello
bfe333ef60
fix cape rendering conflicts
...
The elytra and the normal cape were able to render at the same time while wearing an elytra.
2024-01-13 19:50:09 +01:00
chmodsayshello
89eb0f9b3e
remove test selector_func
2024-01-13 19:50:09 +01:00
chmodsayshello
146b0ade37
update elytra cape instantly
2024-01-13 19:50:09 +01:00
chmodsayshello
0f91b763e9
add cape api
2024-01-13 19:50:09 +01:00
chmodsayshello
aeccc94687
remove sha1 unlocking for minetest cape
2024-01-13 19:50:09 +01:00
the-real-herowl
d3881fc1d1
Fix crash and trim trailing
2024-01-13 19:50:09 +01:00
chmodsayshello
180c8fb73e
add capes
2024-01-13 19:50:04 +01:00
the-real-herowl
12b3e34f88
Fix a crash
...
Defensive check for nonexistent player
2024-01-11 03:45:10 +00:00
the-real-herowl
d11526f8e8
Merge pull request 'Finish PVP Combat Parity with the rest + PVP Tweaks' ( #4078 ) from Eliy21/MineClone2:combat_fixes into master
...
Reviewed-on: MineClone2/MineClone2#4078
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2023-12-30 04:21:18 +00:00
the-real-herowl
b6938bad90
Merge pull request 'Fix a heisenbug' ( #4098 ) from depends_patch into master
...
Reviewed-on: MineClone2/MineClone2#4098
2023-12-24 05:04:49 +00:00
the-real-herowl
e1d5899aa5
Remove unneeded dependencies
...
This patches a heisenbug to be investigated later
2023-12-24 01:27:29 +01:00
JoseDouglas26
6480c6923a
mcl_music pt_BR translation
2023-12-22 23:45:07 +01:00
JoseDouglas26
487f78d663
mcl_hunger pt_BR translation
2023-12-22 23:45:07 +01:00
JoseDouglas26
1c3003c85b
mcl_spawn pt_BR translation
2023-12-22 23:45:07 +01:00
JoseDouglas26
9701526d16
mcl_skins pt_BR translation
2023-12-22 23:45:07 +01:00
Michieal
ceada2fcec
Merge pull request 'Fix translation files syntax errors' ( #4061 ) from megustanlosfrijoles/frijolesclone2:warning-fix2 into master
...
Reviewed-on: MineClone2/MineClone2#4061
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Merged-by: michieal
2023-12-19 01:15:43 +00:00
the-real-herowl
8a5058e032
Unified and refactored FOV API code
2023-12-18 22:50:52 +00:00
the-real-herowl
5afd0aa255
Fixed the exclusive modifiers not being exclusive
2023-12-18 22:50:52 +00:00
Michieal
98b6ead591
Fixed a couple of errors
...
Removed a debug statement that was broken.
Changed `modififer` to `modifier` in a code block.
2023-12-18 22:50:52 +00:00
the-real-herowl
040ce8288e
Script and documentation cleanup
2023-12-18 22:50:52 +00:00
the-real-herowl
f9b192e68f
Updated credits
2023-12-18 22:50:52 +00:00
the-real-herowl
08241f6ea3
Updated the api.md file
2023-12-18 22:50:52 +00:00
the-real-herowl
5bf6608483
Made bow unfocus faster
2023-12-18 22:50:52 +00:00
the-real-herowl
42ec62562d
Moved sprinting into the new FOV api
2023-12-18 22:50:52 +00:00
the-real-herowl
7f5ce4e033
Fixed modifier application and removal
2023-12-18 22:50:52 +00:00
the-real-herowl
a650f8b368
Made fovapi registration more robust
2023-12-18 22:50:52 +00:00
Michieal
580a1caa38
Reworked some of the Apply_Modifier code to help prevent errors.
2023-12-18 22:50:52 +00:00
Michieal
2f8389d3f5
Put in check to prevent Trying to Reference a Nil error in Apply_Modifier.
2023-12-18 22:50:52 +00:00
Michieal
4f3f59f4bc
Put in checks to prevent repeatedly applying the same FOV modifier.
...
Added short circuit to remove_modifier if the modifier is not currently applied.
2023-12-18 22:50:52 +00:00
Michieal
6cfb55e853
Added reset for player respawning to remove FOV modifiers.
...
Fixed missing on_end call in remove_all_modifiers.
Added mcl_fovapi to Bows, Sprint, and Spyglass.
2023-12-18 22:50:52 +00:00
Michieal
bf41e116a1
Fleshed out the API Documentation.
...
Modified missing pieces of code.
2023-12-18 22:50:52 +00:00