Lizzy Fleckenstein
baebe3c2d2
Fix namtags being invisible
2021-04-17 20:57:12 +02:00
Lizzy Fleckenstein
205572cc69
Fix elytra code style
2021-04-17 19:34:23 +02:00
Lizzy Fleckenstein
f8b54db392
Fix controls.register_on_press being called for every player in a globalstep
2021-04-17 18:55:56 +02:00
Lizzy Fleckenstein
7c7af7d664
Merge branch 'master' into damage
2021-04-17 18:39:00 +02:00
Lizzy Fleckenstein
5c928575f8
Fix #1572 , server crash during login
2021-04-17 18:15:45 +02:00
Lizzy Fleckenstein
ca75a893db
Merge branch 'master' into damage
2021-04-17 12:58:19 +02:00
AFCMS
5f076d372a
fix many codestyle errors
2021-04-17 07:42:49 +02:00
AFCMS
a602f64ea5
fix many warnings
2021-04-15 23:41:34 +02:00
Lizzy Fleckenstein
a3af1cdf6e
Implement in_wall damage type
2021-04-14 19:07:58 +02:00
Lizzy Fleckenstein
875bb3db84
Use fire-like damage types properly
2021-04-14 17:20:51 +02:00
Lizzy Fleckenstein
e74838136d
Use cactus damage type
2021-04-14 16:27:21 +02:00
Lizzy Fleckenstein
d0ddd38d4e
Merge branch 'master' into damage
2021-04-14 16:14:00 +02:00
Lizzy Fleckenstein
ce0148d9a8
Rewrite armor; new damage system
2021-04-14 15:46:52 +02:00
epCode
5b93ee5e40
Improve rocket
2021-04-13 17:07:28 -07:00
epCode
8d22102c66
remove abitrary minetest.chat_send_all(
2021-04-13 16:28:38 -07:00
epCode
399ed85717
Make flying w elytra use pitch and not sneak
2021-04-13 16:14:37 -07:00
epCode
f498d3ae02
make elytra activate mor MC-like
2021-04-13 11:45:31 -07:00
epCode
424685d3d3
Add elytra (sprint in air to use)
2021-04-12 14:56:33 -07:00
Lizzy Fleckenstein
523a0c54d6
Localize c_x and c_y in mcl_playerplus
2021-04-12 14:54:14 +02:00
epCode
ce49cd02ac
make player collision box MUCH closer to MC
2021-04-10 15:41:50 -07:00
epCode
3ff214ec2d
lessen the push strength for players
2021-04-10 15:06:16 -07:00
epCode
f6db31eae3
add criticle and sprint hits.
2021-04-10 14:47:26 -07:00
epCode
08b7340ff5
Fix crash with player near unknown object
2021-04-10 10:20:38 -07:00
epCode
849823af1f
Add player pushing ;)
2021-04-09 14:33:14 -07:00
Lizzy Fleckenstein
e407ad2254
Fix #1447
2021-04-05 09:25:03 +02:00
ArTee3
910c9083e5
Fix player speed on soul sand, MineClone2/MineClone2#1356
2021-03-22 21:55:57 +01:00
iliekprogrammar
12745bd450
Remove debug information... again :/
2021-03-20 10:13:48 +08:00
iliekprogrammar
34dbddb40a
Move holding code into mcl_playerplus
2021-03-20 08:42:48 +08:00
Lizzy Fleckenstein
f3580efced
Separate Head / Body rotation (Implement #1189 )
2021-03-19 11:32:17 +01:00
AFCMS
8f30e223e2
I hate reverting something xD
2021-03-16 17:39:06 +01:00
AFCMS
2dcaf8fdcb
improve performances of mcl_playerplus
...
really noticeable gain with caching global functions
2021-03-15 00:32:19 +01:00
epCode
360070bb6a
Fix player eye height above head
2021-03-11 15:56:09 -08:00
Lizzy Fleckenstein
d57db0444f
Use mod.conf in all mods, part 1
2021-03-04 15:22:14 +01:00
Code-Sploit
6ab0e0fa86
Do some calculating
2021-02-28 14:02:48 +00:00
Code-Sploit
99b5dff849
Fix another bug
2021-02-27 16:13:05 +00:00
Code-Sploit
de9d838642
Fix a bug and improve some things
...
Bugs:
1) When player is in liquid and takes off his/her boots, he/her still has increased speed.
Improve:
1) Check for liquid group instead of node names
2021-02-27 16:10:11 +00:00
Code-Sploit
828c1110b1
Implement Depth Strider enchantment
2021-02-27 15:37:25 +00:00
Lizzy Fleckenstein
e5263d854e
Localize player_vel_yaw
2021-02-27 15:10:25 +01:00
Lizzy Fleckenstein
5a0b7bc131
Fix usages of player:get_velocity(), closes #1203
2021-02-27 15:07:10 +01:00
epCode
73616453a4
Fix #1188
2021-02-25 19:01:22 -08:00
epCode
fb5f86d829
Fix #1196
2021-02-25 12:07:25 -08:00
epCode
8c1444a1a8
Fix Swim toggling
2021-02-25 12:06:24 -08:00
epCode
fbb79635eb
Fix player body rotation glitch
2021-02-24 17:11:00 -08:00
epCode
c1c3dbfaec
Fix #1184
2021-02-24 15:21:05 -08:00
epCode
4334339ba3
Fix player head bone in while attached
2021-02-23 14:18:52 -08:00
epCode
9caf6f2904
Add more MC-like player body bone positioning
2021-02-22 18:48:09 -08:00
Lizzy Fleckenstein
152d49ef20
Fix #1167
2021-02-22 10:41:44 +01:00
epCode
d8b5620115
Make head block detection more stable
2021-02-21 04:11:20 +00:00
epCode
98f6e05cdc
Make swimming a bit smoother
2021-02-20 16:21:09 -08:00
epCode
ecb70aaf55
Make player head anim while attached more flexible
2021-02-19 14:07:36 -08:00
AFCMS
0531aae687
replace pairs() by ipairs() in mcl_playerplus
2021-02-18 15:27:50 +00:00
epCode
18a8d011a2
Sprinting anim, MC-like Player anims, Swimming detection
2021-02-17 15:17:12 -08:00
epCode
c238fd9ba7
Set swiming detection to "node_feet"
2021-02-16 14:18:06 -08:00
epCode
24c14e7f15
Fix bow having weird hand placements while hitting and loading
2021-02-16 20:13:12 +00:00
epCode
3b775c38cd
Fix wrong numbers (Swaped)
...
My bad
2021-02-15 23:46:27 +00:00
epCode
164aad4ff9
Fix player glitches when standing by the water
...
Instead of making the player collisionbox smaller from the ground, I made it smaller from the top.
2021-02-15 16:59:24 +00:00
epCode
52c36d45da
Remove Buggy Crawling for Fixing
2021-02-14 11:18:46 -08:00
epCode
ba86cf1d8b
Impliment crawling
2021-02-13 16:09:00 -08:00
epCode
a9fe8d58e5
Add bow aiming animations
2021-02-12 09:16:08 -08:00
epCode
6a3a0362a3
Fix player looking up while on water and attached
2021-02-09 19:00:54 +00:00
kay27
bd1e4187a0
Fix MineClone2/MineClone2#1079 by epCode
2021-02-08 11:48:31 +04:00
epCode
29d43b9709
Fix player head with wrong pitch while swiming
2021-02-06 18:18:19 -08:00
kay27
84289a3a11
Tiny code cleanup and potentially bugfix after latest mergings
2021-02-07 02:56:00 +04:00
epCode
282af37555
Add some sneaking commentary
2021-02-05 19:44:41 -08:00
epCode
729c60cd4b
Nametag vanishes when sneaking
2021-02-05 16:39:50 -08:00
epCode
403c174722
Merge branch 'master' of https://git.minetest.land/epCode/MineClone2
2021-02-03 17:14:06 -08:00
epCode
37baf5e69a
Fix sneak/R.click bugs.
2021-02-03 17:12:28 -08:00
epCode
f37096cb4b
Merge branch 'master' of https://git.minetest.land/epCode/MineClone2
2021-02-03 17:05:48 -08:00
epCode
cf837247a7
Fix sneak/R.click bugs.
2021-02-03 16:59:58 -08:00
epCode
bd98529945
Fix sneak/R.click bugs
2021-02-03 16:29:33 -08:00
epCode
2b2e0914d4
Added arm pitch control
2020-12-20 14:42:45 -08:00
epCode
2e2b22dc15
Player properties for sneaking
2020-12-18 16:43:42 -08:00
Lizzy Fleckenstein
479dfd6c0d
Soul Speed
2020-11-09 10:50:27 +01:00
kay27
4eb42c3a9a
Merge bzoss_player feature branch
2020-09-25 00:39:51 +04:00
kay27
ba51686e6c
Russian translation
2020-07-20 00:11:13 +00: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
Wuzzy
131051b1df
Fix code typo in mcl_playerplus
2020-05-08 17:41:09 +02:00
Wuzzy
94c4256451
Fix crash when standing on unknown node
2020-05-08 17:23:39 +02:00
Rocher Laurent
4957bd1118
Translate In French
2020-05-03 22:39:07 +02:00
Wuzzy
fb251db925
Rename mod: 3d_armor → mcl_armor
2020-02-18 15:44:54 +01:00
Wuzzy
988ca6ffe7
Interpret many damage sources as punches
2020-02-17 18:37:23 +01:00
wuniversales
15481cb24d
Add Spanish translation
2020-02-04 21:43:50 +01:00
Wuzzy
b72afa7e62
German translation: Player and Misc
2019-03-14 02:32:35 +01:00
Wuzzy
5aeb4aea74
Add translation templates for most mods
...
Using the findtext.lua script
2019-03-13 23:40:59 +01:00
Wuzzy
20576431e1
More death messages, more reliable
2019-03-08 20:22:01 +01:00
Wuzzy
f40eeb4477
Make barrier particles glow in the dark
2019-03-08 03:47:14 +01:00
Wuzzy
7851cee45e
Fix exhauston for attacking and taking dmg
2019-02-28 16:43:52 +01:00
Wuzzy
e789801662
Replace getpos() with get_pos()
2019-02-01 06:33:07 +01:00
Wuzzy
b076bafaa7
Rename mcl_playerphysics to playerphysics
2018-10-23 18:51:19 +02:00
Wuzzy
48b7191af2
Regularily damage and delete entities in void
2018-05-25 13:45:41 +02:00
Wuzzy
2c4eae353c
Use mcl_playerphysics to handle player physics
...
This fixes some issues with speed overrides and gets rid of ugly workarounds.
2018-05-07 20:10:53 +02:00
Wuzzy
53511b69fd
Teleport player to spawn if in deep void w/o dmg
2017-12-09 15:25:57 +01:00
Wuzzy
b0c87f74fe
Move world-related functions to mcl_worlds
2017-11-24 03:10:02 +01:00
Wuzzy
06ef86ddd3
Move entire sky color code into mcl_weather
2017-11-24 01:39:52 +01:00
Wuzzy
89ab761fa5
Fix day/night ratio override in dimensions
2017-11-22 02:08:39 +01:00
Wuzzy
3df64d9426
Tweak day/night ratio issues
2017-11-22 01:56:41 +01:00
Wuzzy
a575124924
Don't suffocate in ignore
2017-11-21 20:20:17 +01:00
Wuzzy
69ade14509
Rename weather_pack mod to mcl_weather
2017-11-21 01:35:31 +01:00
Wuzzy
02679a02df
Fix cactus not hurting player if above
2017-09-06 21:42:37 +02:00
Wuzzy
c9f277f7e0
Update sky color more often
2017-08-19 11:17:38 +02:00
Wuzzy
95f62236f7
Fix Nether sky color
2017-08-18 16:40:36 +02:00
Wuzzy
6b2da70ff7
Add End sky texture
2017-08-18 15:39:27 +02:00
Wuzzy
4927bcdc4e
Make Nether sky reddish
2017-08-18 15:11:43 +02:00
Wuzzy
edfa125d38
Set black sky in Nether and End
2017-08-18 14:54:17 +02:00
Wuzzy
41f45d8c38
Update sky blackening when player's in void
2017-08-16 15:40:12 +02:00
Wuzzy
58a17444ba
Add realm barrier node to separate realms
2017-08-08 23:19:44 +02:00
Wuzzy
55eba5c54b
Cause more exhaustion when sprint-jumping
2017-08-04 19:49:03 +02:00
Wuzzy
705dae46a0
Split mcl_playerplus to mcl_playerinfo for the node info
2017-08-04 19:23:06 +02:00
Wuzzy
95e8f80f2c
Add more death messages
2017-07-24 19:36:04 +02:00
Wuzzy
1ddb89a86c
Separate death mods & add cactus/magma block msgs
2017-07-24 19:20:06 +02:00
Wuzzy
fd73c81d23
Prevent player from walking while sleeping
2017-06-11 14:44:37 +02:00
Wuzzy
8773c4b52f
Remove clouds when in void
2017-06-11 02:34:34 +02:00
Wuzzy
316ee94c2d
Clean up and rename textures in mcl_core
2017-05-26 01:06:54 +02:00
Wuzzy
b8cc752e79
Rename: playerplus→mcl_playerplus, drop compat.
2017-05-23 00:53:55 +02:00