Mikita Wiśniewski rudzik8
  • pos: (26.8, 8.3, 33.1)
  • https://codeberg.org/rudzik8
  • Siberian 15yo Minetest player and modder, MineClone 2 contributor

    #nowar

  • Joined on 2022-02-18
rudzik8 pushed to supported_node_facedir at VoxeLibre/VoxeLibre 2024-05-14 07:12:48 +02:00
997fe6ecc4 Add new `supported_node_facedir` group and apply it to item frames
rudzik8 created branch supported_node_facedir in VoxeLibre/VoxeLibre 2024-05-14 07:11:54 +02:00
rudzik8 suggested changes for VoxeLibre/VoxeLibre#4280 2024-05-07 14:36:51 +02:00
New mcl_copper

As promised.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-07 14:36:49 +02:00
New mcl_copper

cut_decay_chain and doors_decay_chain look pretty damn similar for the exception of the trailing _cut portion. It's not a huge deal, but I wonder if you could optimize that through code. Seems like an easy target.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-07 14:36:48 +02:00
New mcl_copper

The general practice is to first check if player even exists.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-07 14:36:47 +02:00
New mcl_copper

Sorry for not being transparent enough and telling that the line breaks issue had been fixed (I was preparing to go to sleep and didn't look much into the diffs).

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-07 14:36:47 +02:00
New mcl_copper

Lacks paramtype = "light" if we don't want this to happen (see the weird shadow in the center?):

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4236 2024-05-07 13:40:19 +02:00
Documentation update, mostly rename of the game

No plans for VoxeLibre2 yet announced.

Aw!

rudzik8 commented on issue VoxeLibre/VoxeLibre#4284 2024-05-07 08:17:48 +02:00
mcl_doors doesn't follow the code guidelines

I believe it has more problems than that. I think I'll take this and do a refactor of mcl_doors.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-06 16:39:40 +02:00
New mcl_copper

Yes, those lines. Thank you.

I'll take a more proper dive into the code itself tomorrow. For now, I'll remove the WIP: prefix.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4282 2024-05-06 15:37:02 +02:00
Rover and Stalker

Do whatever you want with them.

OK

screenshot_20240506_203547.png

rudzik8 suggested changes for VoxeLibre/VoxeLibre#4280 2024-05-06 14:53:29 +02:00
New mcl_copper

Good job! The code quality is certainly improving. Sorry if I'm being too nitpicky, but my opinion is, if we are refactoring a mod with code quality improvements, we should go all the way (because nobody will care after it gets merged).

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-06 14:53:29 +02:00
New mcl_copper

I don't know what happened, but there are invisible Unicode characters between "values " and "as" (U+200B). Not critical, but annoying, as it will pop up every time someone looks up the source code for this mod through Gitea.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-06 14:53:29 +02:00
New mcl_copper

Missed local here.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4281 2024-05-05 15:37:31 +02:00
Remove garbage pixels from sweet berry textures

Have the files been optipng'd? bush_0 and bush_3 are larger than before.

Yes, they were. `find -type f -name "mcl_farming_sweet_berr*.png" -exec optipng -o7 -nx -strip all {}…

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-05 15:10:08 +02:00
New mcl_copper
  1. Still no explanations given in the code.

What explanations should I add and where should I add these explanations?

In general, I want you to explain what certain parts of code do…

rudzik8 suggested changes for VoxeLibre/VoxeLibre#4280 2024-05-05 13:31:59 +02:00
New mcl_copper
  1. Still no explanations given in the code.
rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-05 13:31:59 +02:00
New mcl_copper

Why not do line breaks here as well since you've been doing that before?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-05 13:31:58 +02:00
New mcl_copper

Any reason for the extra tabulation here?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4281 2024-05-05 13:25:40 +02:00
Remove garbage pixels from sweet berry textures

Have the files been optipng'd? bush_0 and bush_3 are larger than before.

Yes, they were. find -type f -name "mcl_farming_sweet_berr*.png" -exec optipng -o7 -nx -strip all {} \;