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 mapgen-test-branch at Michieal/MineClone2 from mirror 2024-10-30 03:31:45 +01:00
787457595f do not use voxelmanip anymore, seems to be smoother without
6ab0b6bdaa vl_terraforming: add non-vm version
9b6ea60694 Add cherry grove biome, based on MCLA.
c726b327be Register only one decoration per grass color for tallgrass.
e94b718c95 Unnecessary use of mcl_util.get_node
Compare 58 commits »
Michieal synced commits to refs/pull/4479/head at Michieal/MineClone2 from mirror 2024-10-29 19:30:20 +01:00
8b9af7e993 More tweaks to pathfinding
1b7cd0c790 Make villagers hurry for long paths and night
4062d71537 avoid trivial fences, open some fence gates
Compare 3 commits »
Michieal synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror 2024-10-29 19:30:20 +01:00
490eeace93 Allow functions for _rail_acceleration, make powered rail only accelerate carts when one side of the rail is a solid block or stairs
d573e111a5 Remove instance of debug logging, change movement.lua function export
Compare 2 commits »
Michieal synced commits to refs/pull/4673/head at Michieal/MineClone2 from mirror 2024-10-29 11:20:11 +01:00
4c3b08c68d Add fox basics
98600c87de luacheck and other improvements
a5cfaed843 Further movement improvements
8c38745f6c Making movement work better.
19c1863100 Movement improvements
Compare 44 commits »
Michieal synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror 2024-10-29 11:20:11 +01:00
4a44a80576 Fix crash with minecart on activator rail
bbd6ec7ff7 Fix cart pitch when detached
Compare 2 commits »
Michieal synced commits to refs/pull/4479/head at Michieal/MineClone2 from mirror 2024-10-29 03:10:10 +01:00
250fc73e92 More tweaks to pathfinding
9ea8945ff4 Fixup fences
488f61ba1b Make villagers hurry for long paths and night
16e17ba1ed avoid trivial fences, open some fence gates
8ae66b5fad Improve starting and end point of pathfinding.
Compare 5 commits »
Michieal synced commits to refs/pull/4479/head at Michieal/MineClone2 from mirror 2024-10-28 19:00:11 +01:00
8842e4224c pathfinding improvements
Michieal synced commits to refs/pull/4622/head at Michieal/MineClone2 from mirror 2024-10-28 02:40:12 +01:00
2e5b0bb3c7 Improve head swivel code.
41b188caea Remove "double drop" mechanics for bamboo (fixes #4514) (#4642)
ae7995d195 Fix axolotl attacking water mobs (#4675)
e293cbe631 Better handling of touching_ground for bouncing on beds (#4689)
fd6cac5f0c Merge pull request 'Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds' (#4669) from weather-fixes into master
Compare 51 commits »
Michieal synced commits to refs/pull/4479/head at Michieal/MineClone2 from mirror 2024-10-28 02:40:12 +01:00
a94b3a8d4a Improve danger avoidance code.
8fce90111b fix and optimize Fleckenstein
645f884e7f small code cleanups
46f7c29451 also cleanup mount.lua
ddd180f5be some more cleanups, from code review
Compare 33 commits »
Michieal synced commits to head-swivel at Michieal/MineClone2 from mirror 2024-10-28 02:40:12 +01:00
2e5b0bb3c7 Improve head swivel code.
41b188caea Remove "double drop" mechanics for bamboo (fixes #4514) (#4642)
ae7995d195 Fix axolotl attacking water mobs (#4675)
e293cbe631 Better handling of touching_ground for bouncing on beds (#4689)
fd6cac5f0c Merge pull request 'Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds' (#4669) from weather-fixes into master
Compare 51 commits »
Michieal synced commits to refs/pull/4684/head at Michieal/MineClone2 from mirror 2024-10-27 18:30:16 +01:00
6e1e84c33b try to fix chest minecarts, at least for 5.9
41b188caea Remove "double drop" mechanics for bamboo (fixes #4514) (#4642)
ae7995d195 Fix axolotl attacking water mobs (#4675)
e293cbe631 Better handling of touching_ground for bouncing on beds (#4689)
fd6cac5f0c Merge pull request 'Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds' (#4669) from weather-fixes into master
Compare 13 commits »
Michieal synced commits to refs/pull/4592/head at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00
1d00b4cd7d Bigger cleanup of mcl_core/functions
41b188caea Remove "double drop" mechanics for bamboo (fixes #4514) (#4642)
ae7995d195 Fix axolotl attacking water mobs (#4675)
e293cbe631 Better handling of touching_ground for bouncing on beds (#4689)
fd6cac5f0c Merge pull request 'Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds' (#4669) from weather-fixes into master
Compare 17 commits »
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00
3d01f5ad03 Replace _puncher with _owner, rework projectile code to make _owner a string, copy mcl_util.gen_uuid() from minecart branch, add mcl_util.get_entity_id(), fix crash
f584e85f67 Remove debug dump, move maximum time to live to vl_projectile
05c043dcf3 Document vl_projectile.replace_with_item_drop
75370fbac9 Move projectile stick logic into vl_projectile
7b615a8e5a Move tracer to vl_projectile
Compare 79 commits »
Michieal synced commits to refs/pull/4221/head at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00
cc994bc909 Fix alias
f1dcf33c52 Implement more bonemeal mod shim, update bonemeal dependencies
7d23f0b9c3 Address review comments
5823857a80 Only show particles if bone meal is consumed, don't continue testing positions if bonemeal was used on the first check position
b0e874bbcc Show particles regardless of success
Compare 66 commits »
Michieal synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00
0a2e22cb7c Add workaround to prevent random detached inventory doesn't exist warning when right-clicking entities with inventory
ea292b3cf6 Fix right-clicking nodes while holding rail
bcc959c91d Add back shift+punch to immediately drop minecart
b9671247e2 Fix another crash, fix rail tee on texture
686ffe13c2 Calculate acceleration of trains based on average of acceleration for all carts in the train, make velocity not change on slopes and 45 degree track
Compare 150 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00
3d01f5ad03 Replace _puncher with _owner, rework projectile code to make _owner a string, copy mcl_util.gen_uuid() from minecart branch, add mcl_util.get_entity_id(), fix crash
f584e85f67 Remove debug dump, move maximum time to live to vl_projectile
05c043dcf3 Document vl_projectile.replace_with_item_drop
75370fbac9 Move projectile stick logic into vl_projectile
7b615a8e5a Move tracer to vl_projectile
Compare 79 commits »
Michieal synced commits to master at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00
41b188caea Remove "double drop" mechanics for bamboo (fixes #4514) (#4642)
ae7995d195 Fix axolotl attacking water mobs (#4675)
e293cbe631 Better handling of touching_ground for bouncing on beds (#4689)
Compare 3 commits »
Michieal synced commits to cart-chest-loot at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00
6e1e84c33b try to fix chest minecarts, at least for 5.9
41b188caea Remove "double drop" mechanics for bamboo (fixes #4514) (#4642)
ae7995d195 Fix axolotl attacking water mobs (#4675)
e293cbe631 Better handling of touching_ground for bouncing on beds (#4689)
fd6cac5f0c Merge pull request 'Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds' (#4669) from weather-fixes into master
Compare 13 commits »
Michieal synced and deleted reference refs/tags/fix_bamboo at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00
Michieal synced and deleted reference refs/tags/axolotl-attack at Michieal/MineClone2 from mirror 2024-10-27 18:30:15 +01:00