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/4433/head at Michieal/MineClone2 from mirror 2024-10-05 11:32:56 +02:00
f49d065fba Resolve luacheck findings
779ffa2ed3 Fix crashes in mcl_throwing
3e7a553fdf Fix crash when hit with an arrow that is not piercing
4f4c9a3dcc Rockets and piercing arrows fixed
abec38f1ad Fix throwables' punch allow check
Compare 68 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-10-05 11:32:56 +02:00
f49d065fba Resolve luacheck findings
779ffa2ed3 Fix crashes in mcl_throwing
3e7a553fdf Fix crash when hit with an arrow that is not piercing
4f4c9a3dcc Rockets and piercing arrows fixed
abec38f1ad Fix throwables' punch allow check
Compare 68 commits »
Michieal synced commits to refs/pull/4673/head at Michieal/MineClone2 from mirror 2024-10-04 04:43:05 +02:00
6fce830cfc Further movement improvements
Michieal synced commits to refs/pull/4673/head at Michieal/MineClone2 from mirror 2024-10-02 10:32:56 +02:00
71f9b511a5 Making movement work better.
678a485c2a Movement improvements
4d160d40c4 acceleration without minetest engine
83fda3e600 Improve danger avoidance code.
e74fe88ae6 fix and optimize Fleckenstein
Compare 27 commits »
Michieal synced commits to refs/pull/4443/head at Michieal/MineClone2 from mirror 2024-10-01 23:12:55 +02:00
1c8f65d9b5 Remove unnecessary raycast from rover (and use the mcl_burning api where we can)
eb3a8b0e6a Whoopsie
fb5ad3bf4a Check mobs are not touching nodes in `group:puts_out_fire` BEFORE burninating. Should fix the remaining flashing (see #3655).
249f642985 Change burning API to check whether weather is actually happening (e.g. hot biomes)
04dee4ba54 Fix flashing fire on burning mob during rain/thunder
Compare 237 commits »
Michieal synced commits to burning_in_thunder at Michieal/MineClone2 from mirror 2024-10-01 23:12:55 +02:00
1c8f65d9b5 Remove unnecessary raycast from rover (and use the mcl_burning api where we can)
eb3a8b0e6a Whoopsie
fb5ad3bf4a Check mobs are not touching nodes in `group:puts_out_fire` BEFORE burninating. Should fix the remaining flashing (see #3655).
249f642985 Change burning API to check whether weather is actually happening (e.g. hot biomes)
04dee4ba54 Fix flashing fire on burning mob during rain/thunder
Compare 237 commits »
Michieal synced commits to refs/pull/4669/head at Michieal/MineClone2 from mirror 2024-10-01 02:12:55 +02:00
9f3a1f825d Correct value clamping
3537c417b7 Remove posibility of nil sky colors in overworld, add line break
2d1581398c Fix clouds during rain->clear weather transition
20076efb97 Fix fog tint in overworld, apply memory leak fix from rain.lua to snow.lua and thunder.lua
253a06fa08 Fix mob egg double-spawns (#4657)
Compare 5 commits »
Michieal synced commits to weather-fixes at Michieal/MineClone2 from mirror 2024-10-01 02:12:55 +02:00
9f3a1f825d Correct value clamping
3537c417b7 Remove posibility of nil sky colors in overworld, add line break
2d1581398c Fix clouds during rain->clear weather transition
20076efb97 Fix fog tint in overworld, apply memory leak fix from rain.lua to snow.lua and thunder.lua
253a06fa08 Fix mob egg double-spawns (#4657)
Compare 5 commits »
Michieal synced commits to master at Michieal/MineClone2 from mirror 2024-10-01 02:12:55 +02:00
253a06fa08 Fix mob egg double-spawns (#4657)
Michieal synced and deleted reference refs/tags/fix-egg-double-spawns at Michieal/MineClone2 from mirror 2024-10-01 02:12:55 +02:00
Michieal synced commits to refs/pull/4669/head at Michieal/MineClone2 from mirror 2024-09-30 18:02:55 +02:00
c091469cba Correct value clamping
958677f31b Remove posibility of nil sky colors in overworld, add line break
a7a3c9a5f9 Fix clouds during rain->clear weather transition
dc0cf87304 Fix fog tint in overworld, apply memory leak fix from rain.lua to snow.lua and thunder.lua
dcfd31d17a Avoid random jumps when standing due to gravity (fewer villagers on the roofs) (#4547)
Compare 5 commits »
Michieal synced commits to refs/pull/4592/head at Michieal/MineClone2 from mirror 2024-09-30 18:02:55 +02:00
77581390fd Bigger cleanup of mcl_core/functions
Michieal synced commits to refs/pull/4550/head at Michieal/MineClone2 from mirror 2024-09-30 18:02:55 +02:00
226a82bae1 move structures code from mcl_mapgen_core to mcl_structures
b2e85f9f02 prioritize map decorations to make the generations more deterministic
933a7ebdc2 Make structure generation more deterministic
47a4dc0b29 add missing 'local'
dcfd31d17a Avoid random jumps when standing due to gravity (fewer villagers on the roofs) (#4547)
Compare 41 commits »
Michieal synced commits to refs/pull/4479/head at Michieal/MineClone2 from mirror 2024-09-30 18:02:55 +02:00
83fda3e600 Improve danger avoidance code.
e74fe88ae6 fix and optimize Fleckenstein
7b3f3c5ceb small code cleanups
388cc523df also cleanup mount.lua
243790b913 some more cleanups, from code review
Compare 24 commits »
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-09-30 18:02:55 +02:00
d361dd8a45 Resolve luacheck findings
a3ff3c1fc5 Fix crashes in mcl_throwing
b44ad1400b Fix crash when hit with an arrow that is not piercing
1342997d70 Rockets and piercing arrows fixed
3e497235f0 Fix throwables' punch allow check
Compare 68 commits »
Michieal synced commits to weather-fixes at Michieal/MineClone2 from mirror 2024-09-30 18:02:55 +02:00
c091469cba Correct value clamping
958677f31b Remove posibility of nil sky colors in overworld, add line break
a7a3c9a5f9 Fix clouds during rain->clear weather transition
dc0cf87304 Fix fog tint in overworld, apply memory leak fix from rain.lua to snow.lua and thunder.lua
dcfd31d17a Avoid random jumps when standing due to gravity (fewer villagers on the roofs) (#4547)
Compare 5 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-09-30 18:02:55 +02:00
d361dd8a45 Resolve luacheck findings
a3ff3c1fc5 Fix crashes in mcl_throwing
b44ad1400b Fix crash when hit with an arrow that is not piercing
1342997d70 Rockets and piercing arrows fixed
3e497235f0 Fix throwables' punch allow check
Compare 68 commits »
Michieal synced commits to master at Michieal/MineClone2 from mirror 2024-09-30 18:02:55 +02:00
dcfd31d17a Avoid random jumps when standing due to gravity (fewer villagers on the roofs) (#4547)
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-09-30 01:42:55 +02:00
20d90fd07d Resolve luacheck findings
13ca637874 Fix crashes in mcl_throwing
ae07983474 Fix crash when hit with an arrow that is not piercing
4e6c7c010d Rockets and piercing arrows fixed
59fd458652 Fix throwables' punch allow check
Compare 68 commits »
Michieal synced commits to refs/pull/4261/head at Michieal/MineClone2 from mirror 2024-09-30 01:42:55 +02:00
cb3ff6084f Reworked hammer crushing