Uploads by Bluelightning32

From Vintage Story Wiki

This special page shows all uploaded files.

File list
Date Name Thumbnail Size Description Versions
22:02, 2 March 2024 Icons builtin svg.png (file) 39 KB SVG icons in the base game that can only be loaded by path. This excludes the waypoint icons, which can already be accessed by name instead of path. Collected from 1.19.0-rc.6. Source code: <nowiki> SVG icons <font size=\"30\"><icon path=\"icons/excla.svg\"></icon></font> excla.svg <font size=\"30\"><icon path=\"icons/warning.svg\"></icon></font> warning.svg <font size=\"30\"><icon path=\"icons/checkmark.svg\"></icon></font> checkmark.svg <font size=\"30\"><icon path=\"icons/heatma... 1
21:54, 2 March 2024 Icons hardcoded.png (file) 128 KB Update to 1.19.0-rc.6 2
22:11, 31 December 2023 AddStaticTextAutoFontSize.png (file) 32 KB GuiComposer.AddStaticTextAutoFontSize("a long test message that wraps to another line", CairoFont.WhiteSmallText(), textBounds) 1
22:10, 31 December 2023 AddStaticTextAutoBoxSize.png (file) 33 KB GuiComposer.AddStaticTextAutoBoxSize("a long test message that wraps to another line", CairoFont.WhiteSmallText(), EnumTextOrientation.Left, textBounds) 1
22:09, 31 December 2023 AddStaticText.png (file) 36 KB GuiComposer.AddStaticText("a long test message that wraps to another line", CairoFont.WhiteSmallText(), textBounds) 1
21:37, 31 December 2023 AddInset with padding.png (file) 29 KB Dialog inset on top of a dialog background. The inset is inset 10 units on all sides using padding. 1
21:37, 31 December 2023 AddInset.png (file) 29 KB Dialog inset on top of a dialog background. The inset is inset 10 units on all sides. 1
14:17, 31 December 2023 AddDialogTitleBar.png (file) 76 KB Result of GuiComposer.AddDialogTitleBar. 1
13:48, 31 December 2023 AddShadedDialogBG with position offset.png (file) 40 KB The result of GuiComposer.AddShadedDialogBG with an alignment offset, which demonstrates a minor bug. 1
13:47, 31 December 2023 AddShadedDialogBG.png (file) 39 KB The result of GuiComposer.AddShadedDialogBG. 1
13:47, 31 December 2023 AddDialogBG.png (file) 36 KB The result of GuiComposer.AddDialogBG. 1
12:15, 31 December 2023 Gui box model.png (file) 30 KB show the offset as a vector instead of a box 2
02:50, 31 December 2023 Settings-controls tab-mode 2.png (file) 150 KB Screenshot of the controls tab while the debug outlines is in mode 2. 1
02:47, 31 December 2023 Settings-controls tab-mode 1.png (file) 148 KB Smaller GUI scale to make the outline more noticeable 2
07:02, 9 November 2023 Serialization formats.png (file) 58 KB Shows which file formats can be converted to which in-memory representations. The diagram was generated with: dot -v serialization_formats.gv -Tpng -o Modding:serialization_formats.png Source: digraph { bgcolor="transparent" fontname="Helvetica,Arial,sans-serif" node [fontname="Helvetica,Arial,sans-serif", style="filled"] edge [fontname="Helvetica,Arial,sans-serif"] ratio = "auto"; rankdir="LR"; subgraph formats { rank = same; node [shape=box]; JSON; TreeAttribute... 1