AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-08-26 09:39:48 +02:00
Formspec Refactoring

If someone needs help for creating any formspec in the game or migrating a formspec to V4 (especially in currently open prs) please ping me on discord

I may spend some time migrating some…

AFCMS deleted branch formspec-v4 from AFCMS/MineClone2 2023-08-26 09:27:41 +02:00
AFCMS pushed to master at VoxeLibre/VoxeLibre 2023-08-26 09:27:33 +02:00
f008fa3323 Merge pull request 'Formspec Refactoring' (#2635) from AFCMS/MineClone2:formspec-v4 into master
2eabeb119a Fix creative node placement
149cb5d17c Fix gramar mistakes
1b5b2e4dc7 Use new vectors in several places
560aead57f Use `table.indexof` in `mcl_anvils`
Compare 63 commits »
AFCMS merged pull request VoxeLibre/VoxeLibre#2635 2023-08-26 09:27:28 +02:00
Formspec Refactoring
AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-08-26 09:26:43 +02:00
Formspec Refactoring

I think its better to not toutch the commit history. I am afraid of breaking fixed stuff again.

AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-08-23 21:49:16 +02:00
Formspec Refactoring

Fixed

AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-08-23 21:48:57 +02:00
2eabeb119a Fix creative node placement
AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-08-22 18:14:58 +02:00
Formspec Refactoring
AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-08-22 18:06:32 +02:00
Formspec Refactoring

I was using global creative and cannot reproduce.

That's really strange....

I cannot remember why I removed this code (if it was intentional).

AFCMS commented on issue VoxeLibre/VoxeLibre#3897 2023-08-22 17:54:09 +02:00
New name for MineClone2

I sadly don't have any good idea for a name :(

CLICK TO EXPEND

IMO we should avoid names containing "open", "free", etc which are actually pretty close to the…

AFCMS commented on pull request VoxeLibre/VoxeLibre#3895 2023-08-20 10:58:26 +02:00
Replace spaces in itemstrings with underscore

Minetest should really do more checks on item names...

AFCMS commented on pull request VoxeLibre/VoxeLibre#3755 2023-08-20 10:54:13 +02:00
Adding occitan translations for CORE and ENTITIES

I checked some words and it seems ok.

@PrWalterB Are you planning on adding more translations?

AFCMS commented on pull request VoxeLibre/VoxeLibre#3755 2023-08-19 21:04:01 +02:00
Adding occitan translations for CORE and ENTITIES

Google Translate doesn't even support this language, so I can't even check if its good looking or not 👀

AFCMS commented on pull request VoxeLibre/VoxeLibre#3755 2023-08-19 20:57:38 +02:00
Adding occitan translations for CORE and ENTITIES

Just noticing this PR.

I do not speak this language at all, even if its coming from France. xD

AFCMS commented on pull request VoxeLibre/VoxeLibre#2635 2023-08-19 18:34:15 +02:00
Formspec Refactoring

Cannot confirm. I tested in creative and nodes aren't removed from the inventory. Are you sure the code removing the nodes isn't elsewhere?

AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-08-19 18:30:10 +02:00
149cb5d17c Fix gramar mistakes
AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-08-19 18:27:08 +02:00
1b5b2e4dc7 Use new vectors in several places
AFCMS pushed to formspec-v4 at AFCMS/MineClone2 2023-08-19 18:18:35 +02:00
560aead57f Use `table.indexof` in `mcl_anvils`