Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to Luanti 5.11 | Himbeer | 2025-03-26 | 1 | -1/+1 |
| | | | | Closes #161. | ||||
* | Make textureName regexp match meshes (#158) | Himbeer | 2025-03-26 | 1 | -1/+1 |
| | | | | | | Since this regexp is used with formspecs, meshes need media pool prepending too. This commit fixes issues with meshes in formspecs not being displayed. | ||||
* | Make formspec textureName regexp more restrictive | Himbeer | 2025-01-20 | 1 | -1/+1 |
| | | | | | | | | The new regexp only matches the .png, .jpg, .bmp and .tga file extensions (case-insensitive). This prevents a few false replacements, though the ultimate fix should be a proper formspec parser. This commit is a temporary solution to #158. | ||||
* | Update to Minetest 5.9 | Himbeer | 2024-08-23 | 1 | -21/+6 |
| | | | | Closes #148. | ||||
* | fix multi-item stacks still being affected despite previous commit | HimbeerserverDE | 2023-06-11 | 1 | -2/+2 |
| | |||||
* | prependFormspec: apply to item_image and item_image_button | HimbeerserverDE | 2023-06-11 | 1 | -0/+26 |
| | | | | fixes the recipe tab showing unknown item textures in mtg | ||||
* | More sc.prefix => sc.mediaPool replacement | HimbeerserverDE | 2022-05-01 | 1 | -1/+1 |
| | |||||
* | texturePools! | Riley | 2022-05-01 | 1 | -1/+1 |
| | |||||
* | Use globals for compiled regular expressions (anon5) | HimbeerserverDE | 2021-09-13 | 1 | -5/+5 |
| | |||||
* | Expose ClientConn to plugins | HimbeerserverDE | 2021-09-06 | 1 | -2/+2 |
| | |||||
* | Fix formspec server name prepender (#19) | HimbeerserverDE | 2021-08-31 | 1 | -1/+1 |
| | |||||
* | InvFormspec + MinimapModes + NodeMetasChanged forwarding | HimbeerserverDE | 2021-08-30 | 1 | -0/+27 |