Michieal
  • A lifelong programmer, somewhat crazy, rarely serious, a video game developer, and a happy monkey.

  • Joined on 2022-10-19
Michieal synced commits to refs/pull/4702/head at Michieal/MineClone2 from mirror 2024-11-16 15:58:55 +01:00
2d4f5a4518 Rewrite the head swivel code math
4dc5d0939c Whitespace fix in translation (#4701)
32b334322b Merge pull request 'Mobile fixes & improvements (cherry-pick from Mineclonia)' (#4685) from grorp/MineClone2:vl-mobile-fixes-and-improvements into master
88c3c4558b Fix for VoxeLibre
3954acdfb7 Creative inventory: padding[-0.015,-0.015] on mobile
Compare 8 commits »
Michieal synced commits to refs/pull/4673/head at Michieal/MineClone2 from mirror 2024-11-16 15:58:55 +01:00
ca2912a0cb Tweaks
173e17e37c adjust fox jump height to new scale
Compare 2 commits »
Michieal synced commits to refs/pull/4566/head at Michieal/MineClone2 from mirror 2024-11-16 15:58:55 +01:00
621bb41c73 Some optimizations for mapgen
4dc5d0939c Whitespace fix in translation (#4701)
32b334322b Merge pull request 'Mobile fixes & improvements (cherry-pick from Mineclonia)' (#4685) from grorp/MineClone2:vl-mobile-fixes-and-improvements into master
88c3c4558b Fix for VoxeLibre
3954acdfb7 Creative inventory: padding[-0.015,-0.015] on mobile
Compare 298 commits »
Michieal synced commits to refs/pull/4479/head at Michieal/MineClone2 from mirror 2024-11-16 15:58:55 +01:00
95bcf86cbd mob attack tweaks
1bc24999b4 fix child == true when child = 1
3adbd63fd6 More tweaks to pathfinding
76d67ba941 Make villagers hurry for long paths and night
304b83d7ac avoid trivial fences, open some fence gates
Compare 34 commits »
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-11-16 15:58:55 +01:00
352ebb3b32 Rework projectile pickup code (to prevent item duplication bugs), always update _last_pos, short circuit processing behaviors if the entity was removed by a behavior but didn't report it
cc5c3dda83 Fix crash when respawning
Compare 2 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-11-16 15:58:54 +01:00
352ebb3b32 Rework projectile pickup code (to prevent item duplication bugs), always update _last_pos, short circuit processing behaviors if the entity was removed by a behavior but didn't report it
cc5c3dda83 Fix crash when respawning
Compare 2 commits »
Michieal synced commits to head-swivel2 at Michieal/MineClone2 from mirror 2024-11-16 15:58:54 +01:00
2d4f5a4518 Rewrite the head swivel code math
4dc5d0939c Whitespace fix in translation (#4701)
32b334322b Merge pull request 'Mobile fixes & improvements (cherry-pick from Mineclonia)' (#4685) from grorp/MineClone2:vl-mobile-fixes-and-improvements into master
88c3c4558b Fix for VoxeLibre
3954acdfb7 Creative inventory: padding[-0.015,-0.015] on mobile
Compare 8 commits »
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-11-16 07:48:57 +01:00
2df62db430 Let arrows stick in players
bdd44a62ee Implement mcl_util.remove_entity() and convert projectile code to use it
6ec3770b6e Add pitch and yaw offset support to vl_projectile
Compare 3 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-11-16 07:48:57 +01:00
2df62db430 Let arrows stick in players
bdd44a62ee Implement mcl_util.remove_entity() and convert projectile code to use it
6ec3770b6e Add pitch and yaw offset support to vl_projectile
Compare 3 commits »
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-11-15 15:33:06 +01:00
ba4d09a4c6 Correct self-collision for lingering/splash potions
Michieal synced commits to refs/pull/4261/head at Michieal/MineClone2 from mirror 2024-11-15 15:33:06 +01:00
d79c6b5694 Reworked hammer crushing
bfa2d4d11f Added spears
e072a6c172 Resolve merge conflict
b33f7974ad Added hammers
4dc5d0939c Whitespace fix in translation (#4701)
Compare 108 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-11-15 15:33:06 +01:00
ba4d09a4c6 Correct self-collision for lingering/splash potions
Michieal synced commits to hammers_spears at Michieal/MineClone2 from mirror 2024-11-15 15:33:06 +01:00
d79c6b5694 Reworked hammer crushing
bfa2d4d11f Added spears
e072a6c172 Resolve merge conflict
b33f7974ad Added hammers
4dc5d0939c Whitespace fix in translation (#4701)
Compare 108 commits »
Michieal synced commits to refs/pull/4695/head at Michieal/MineClone2 from mirror 2024-11-15 07:23:06 +01:00
2b3d055ca7 Merge branch 'master' into norwegian-bokmål-localization
4dc5d0939c Whitespace fix in translation (#4701)
32b334322b Merge pull request 'Mobile fixes & improvements (cherry-pick from Mineclonia)' (#4685) from grorp/MineClone2:vl-mobile-fixes-and-improvements into master
88c3c4558b Fix for VoxeLibre
3954acdfb7 Creative inventory: padding[-0.015,-0.015] on mobile
Compare 98 commits »
Michieal synced commits to refs/pull/4665/head at Michieal/MineClone2 from mirror 2024-11-14 15:12:54 +01:00
2c3659b355 Add server lag tracking to mcl_player global step, maintain an index of lightning attractors in mod storage for mcl_lightning_rods and use this instead of minetest.find_node_near during lightning strikes, modify node definition to allow for additional lightning attractors
4dc5d0939c Whitespace fix in translation (#4701)
32b334322b Merge pull request 'Mobile fixes & improvements (cherry-pick from Mineclonia)' (#4685) from grorp/MineClone2:vl-mobile-fixes-and-improvements into master
88c3c4558b Fix for VoxeLibre
3954acdfb7 Creative inventory: padding[-0.015,-0.015] on mobile
Compare 118 commits »
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-11-14 15:12:53 +01:00
bc3e2ebd72 Make vl_projectile use mcl_util.deal_damage
4731ae64f0 Fix condition on node collision for mob projectiles
7867168c41 Correct damage for mob projectiles
Compare 3 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-11-14 15:12:53 +01:00
bc3e2ebd72 Make vl_projectile use mcl_util.deal_damage
4731ae64f0 Fix condition on node collision for mob projectiles
7867168c41 Correct damage for mob projectiles
Compare 3 commits »
Michieal synced commits to optimize-lightning at Michieal/MineClone2 from mirror 2024-11-14 15:12:53 +01:00
2c3659b355 Add server lag tracking to mcl_player global step, maintain an index of lightning attractors in mod storage for mcl_lightning_rods and use this instead of minetest.find_node_near during lightning strikes, modify node definition to allow for additional lightning attractors
4dc5d0939c Whitespace fix in translation (#4701)
32b334322b Merge pull request 'Mobile fixes & improvements (cherry-pick from Mineclonia)' (#4685) from grorp/MineClone2:vl-mobile-fixes-and-improvements into master
88c3c4558b Fix for VoxeLibre
3954acdfb7 Creative inventory: padding[-0.015,-0.015] on mobile
Compare 118 commits »
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-11-14 07:02:52 +01:00
a6363f779f Move arrow self-collision grace logic to vl_projectile then apply to mob projectiles and splash and linger potions, allow entity luaentity to be passed to mcl_util.get_entity_id()
2c8f22c511 Fix crash when firing rocket arrows
Compare 2 commits »
Michieal synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror 2024-11-14 07:02:52 +01:00
b410c6e658 Remove debug minetest.log()