aboutsummaryrefslogtreecommitdiff
path: root/formspec.go
Commit message (Collapse)AuthorAgeFilesLines
* Update to Luanti 5.11Himbeer2025-03-261-1/+1
| | | | Closes #161.
* Make textureName regexp match meshes (#158)Himbeer2025-03-261-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 restrictiveHimbeer2025-01-201-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.9Himbeer2024-08-231-21/+6
| | | | Closes #148.
* fix multi-item stacks still being affected despite previous commitHimbeerserverDE2023-06-111-2/+2
|
* prependFormspec: apply to item_image and item_image_buttonHimbeerserverDE2023-06-111-0/+26
| | | | fixes the recipe tab showing unknown item textures in mtg
* More sc.prefix => sc.mediaPool replacementHimbeerserverDE2022-05-011-1/+1
|
* texturePools!Riley2022-05-011-1/+1
|
* Use globals for compiled regular expressions (anon5)HimbeerserverDE2021-09-131-5/+5
|
* Expose ClientConn to pluginsHimbeerserverDE2021-09-061-2/+2
|
* Fix formspec server name prepender (#19)HimbeerserverDE2021-08-311-1/+1
|
* InvFormspec + MinimapModes + NodeMetasChanged forwardingHimbeerserverDE2021-08-301-0/+27