Lars Müller appgurueu · he/him
appgurueu commented on issue mineclonia/mineclonia#11 2026年03月25日 12:55:07 +01:00
Mods contain premature optimizations

I think code style guidelines for the entire game should not be extrapolated from Pall's guidelines for number crunching, or mapgen for that matter. Very large portions of the code likely are not...

appgurueu commented on issue appgurueu/alpha_workaround_minus#1 2025年08月15日 22:27:52 +02:00
Missing parenthesis

thanks

appgurueu pushed to master at appgurueu/alpha_workaround_minus 2025年08月15日 22:27:43 +02:00
a4f97497bb Fix wrong condition (missing parenthesis)
appgurueu closed issue appgurueu/alpha_workaround_minus#1 2025年08月15日 22:27:43 +02:00
Missing parenthesis
appgurueu commented on pull request Mantar/Exile#1297 2025年07月14日 16:20:11 +02:00
WIP: Add node callbacks for core.register_on_liquid_transformed, update slag flowing, reorganize minimal/overrides into a folder

I would advise to prefix custom callbacks with _ or similar to avoid namespace problems (and also to make clear that this isn't an engine callback)

appgurueu commented on pull request Mantar/Exile#1297 2025年07月14日 16:18:00 +02:00
WIP: Add node callbacks for core.register_on_liquid_transformed, update slag flowing, reorganize minimal/overrides into a folder

this is a no-op? did you mean to do local minetest = minetest, which could have a minor positive perf impact?

appgurueu commented on pull request Mantar/Exile#1297 2025年07月14日 16:17:59 +02:00
WIP: Add node callbacks for core.register_on_liquid_transformed, update slag flowing, reorganize minimal/overrides into a folder

you can also do something like file:sub(-4) == ".lua" though personally i'd write a string ends with util or use pattern matching like file:find"%.lua$"

appgurueu commented on pull request mineclonia/mineclonia#2918 2025年02月20日 22:36:00 +01:00
Work around wrong character bone rotations on Luanti 5.11+
appgurueu pushed to master at appgurueu/bone_workaround 2025年02月20日 22:32:17 +01:00
590bd62aa2 Initial commit
appgurueu pushed to master at appgurueu/bone_workaround 2025年02月20日 20:56:25 +01:00
8430c2b286 Initial commit
appgurueu created branch master in appgurueu/bone_workaround 2025年02月20日 20:56:24 +01:00
appgurueu created repository appgurueu/bone_workaround 2025年02月20日 20:55:58 +01:00
appgurueu commented on pull request mineclonia/mineclonia#2918 2025年02月18日 20:37:16 +01:00
Work around wrong character bone rotations on Luanti 5.11+

one thing I do not understand though is: why does the models not need updating?

i might explain this in greater detail in a blog post or something

appgurueu commented on pull request mineclonia/mineclonia#2918 2025年02月17日 22:24:47 +01:00
Work around wrong character bone rotations on Luanti 5.11+

Figure out and fix whichever mob models may be affected by this

I have the following mod script; I used this for the VoxeLibre PR. It depends on modlib...

appgurueu pushed to master at appgurueu/alpha_workaround_minus 2025年02月09日 17:11:11 +01:00
fc8f9df024 the workaround
appgurueu created branch master in appgurueu/alpha_workaround_minus 2025年02月09日 17:11:10 +01:00
appgurueu created repository appgurueu/alpha_workaround_minus 2025年02月09日 17:10:53 +01:00
appgurueu commented on issue SumianVoice/ExtraOrdinance#38 2024年11月28日 21:04:26 +01:00
Camera swings across the map by its own

Might be worth checking with the jam folks whether this counts as a game-breaking bug fix.

appgurueu commented on issue SumianVoice/ExtraOrdinance#38 2024年11月28日 01:49:13 +01:00
Camera swings across the map by its own

@giov4 Can you retry with 5.9 or 5.10? Can you monitor your CPU and RAM usage?

appgurueu opened issue Wuzzy/Shadow_Forest#39 2024年09月04日 20:10:18 +02:00
Undeclared dependencies