Combined display of all available logs of FiguraMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:46, 29 October 2024 PenguinEncounter talk contribs deleted page Vector/Operators (Unlink)
- 23:46, 29 October 2024 PenguinEncounter talk contribs deleted page Vector/OperatorIndex (Unlink)
- 23:46, 29 October 2024 PenguinEncounter talk contribs deleted page Vector/Methods (Unlink)
- 23:45, 29 October 2024 PenguinEncounter talk contribs deleted page Vector/MethodIndex (Unlink)
- 23:45, 29 October 2024 PenguinEncounter talk contribs deleted page Vector/Fields (Unlink)
- 23:45, 29 October 2024 PenguinEncounter talk contribs deleted page Vector/FieldIndex (Unlink)
- 23:41, 29 October 2024 PenguinEncounter talk contribs moved page Vector/FieldIndex to Template:Main:Vector/FieldIndex
- 23:41, 29 October 2024 PenguinEncounter talk contribs moved page Vector/Fields to Template:Main:Vector/Fields
- 23:41, 29 October 2024 PenguinEncounter talk contribs moved page Vector/MethodIndex to Template:Main:Vector/MethodIndex
- 23:41, 29 October 2024 PenguinEncounter talk contribs moved page Vector/Methods to Template:Main:Vector/Methods
- 23:40, 29 October 2024 PenguinEncounter talk contribs moved page Vector/OperatorIndex to Template:Main:Vector/OperatorIndex
- 23:40, 29 October 2024 PenguinEncounter talk contribs moved page Vector/Operators to Template:Main:Vector/Operators (trying to get this out of the search results)
- 04:36, 29 October 2024 PenguinEncounter talk contribs created page Vector/FieldIndex (New index) Tag: 2017 source edit
- 03:20, 29 October 2024 PenguinEncounter talk contribs moved page User:PenguinEncounter/Vector/Fields to Vector/Fields (Move to mainspace from user draft)
- 03:20, 29 October 2024 PenguinEncounter talk contribs moved page User:PenguinEncounter/Vector/Methods to Vector/Methods (Move to mainspace from user draft)
- 03:19, 29 October 2024 PenguinEncounter talk contribs moved page User:PenguinEncounter/Vector/OperatorIndex to Vector/OperatorIndex (Move to mainspace from user draft)
- 03:19, 29 October 2024 PenguinEncounter talk contribs moved page User:PenguinEncounter/Vector/Operators to Vector/Operators (Move to mainspace from user draft)
- 03:18, 29 October 2024 PenguinEncounter talk contribs moved page User:PenguinEncounter/Vector/MethodIndex to Vector/MethodIndex (Move to mainspace from user draft)
- 03:18, 29 October 2024 PenguinEncounter talk contribs moved page User:PenguinEncounter/Vector to Vector (Move to mainspace from user draft)
- 03:17, 29 October 2024 PenguinEncounter talk contribs created page User:PenguinEncounter/Vector/MethodIndex (Created page with "<includeonly>|- | length || Computes the length of the vector. |- | lengthSquared || Computes the squared length of the vector. |- | dot || Computes the dot product between vectors. |- | add ''in-place'' || Adds vectors. |- | subtract ''in-place'' || Subtracts vectors. |- | offset ''in-place'' || Adds a number to each component of the vector. |- | multiply ''in-place'' || Performs co...") Tag: 2017 source edit
- 03:09, 29 October 2024 PenguinEncounter talk contribs created page User:PenguinEncounter/Vector/Fields (Created page with "=== Swizzling === Swizzling is available for all vector types. For details, see Swizzling.") Tag: 2017 source edit
- 03:04, 29 October 2024 PenguinEncounter talk contribs created page User:PenguinEncounter/Vector/OperatorIndex (Created page with "<includeonly>| + (vector, vector) || Add two vectors. | + (vector, number) ''comm.'' || Add the number to each component of the vector. | + (vector, vector) || Subtract two vectors. | - (vector) || Negate the vector. | - (vector, number) || Subtract the number from each component of the vector. | - (number, vector) || Negate the vector, then add the number to each component...") Tag: 2017 source edit
- 02:54, 29 October 2024 PenguinEncounter talk contribs created page User:PenguinEncounter/Vector/Operators (Created page with "Lua operators, such as <code>+</code>, <code>-</code>, and <code>*</code>, apply to vectors and have different results. ==== + (operator) ==== ===== With two vectors <span id="meta_add_vv"></span> ===== ---- Adds the values from this vector and another vector of the same size. The result is a ''new'' vector of the same size which holds the sum. {| class="wikitable" ! Left !! Right !! Result |- | {{type|{{{T|Vector}}}}} | {{type|{{{T|Vector}}}}} | new {{type|{{{T|Vecto...") Tag: 2017 source edit
- 23:07, 27 October 2024 PenguinEncounter talk contribs created page Template:Sidebox/style.css (Created page with ".sidebox { float: right; padding: 0; width: 50vw; max-width: 200px; background-color: var(--x-bg); color: var(--x-color); } .sidebox > .mw-collapsible > .mw-collapsible-toggle { display: block; margin-right: 10px; } .sidebox > .mw-collapsible > .sidebox-header { padding: 10px; } .sidebox > .mw-collapsible > .sidebox-content { padding: 10px; background-color: var(--x-bg-2); }")
- 21:02, 27 October 2024 PenguinEncounter talk contribs created page Template:Sidebox (Created page with "<div style="float:right; padding: 10px; width: min(50vw, 300px); background-color: var(--color-surface-3, #202020); color: var(--color-base, #fff);"> <div class="mw-collapsible mw-collapsed"> <div>{{{2|{{{title|Additional information}}}}}}</div> <div style="clear:both;" class="mw-collapsible-content"> {{{1|{{{content}}}}}} </div> </div> </div><noinclude> Draws that side box with the collapsible text in it. <templatedata> { "params": { "title": { "aliases": [ "...") Tag: 2017 source edit
- 20:56, 27 October 2024 PenguinEncounter talk contribs created page User:PenguinEncounter/Vector/Methods (Created page with "=== Math operations === Mathematical operations that apply to all vectors, such as computing their length ==== length ==== ---- Computes the length of a vector. <div style="float:right; padding: 10px; width: fit-content(80%); background-color: var(--color-surface-2);"> <div class="mw-collapsible mw-collapsed"> <div>Nerdy math definition</div> <div style="clear:both;" class="mw-collapsible-content"> Computes the wikipedia:Norm (mathematics)#Euclidean norm|Euclidean nor...") Tag: 2017 source edit
- 20:41, 27 October 2024 PenguinEncounter talk contribs created page User:PenguinEncounter/Vector (Vector specific page) Tag: 2017 source edit
- 17:03, 27 October 2024 PenguinEncounter talk contribs created page Type/returns (Created page with "* <code>"{{{1}}}"</code> ({{type|{{{1}}}}})<noinclude> {{Notice/Warning|This page is meant to be transcluded and not displayed on its own.}} Displays the as a string, and a link to the type page. </noinclude>") Tag: 2017 source edit
- 17:02, 27 October 2024 PenguinEncounter talk contribs created page Type (Create WIP) Tag: 2017 source edit
- 06:49, 25 October 2024 PenguinEncounter talk contribs created page LogJson (Redirected page to PrintJson) Tags: New redirect Visual edit
- 06:47, 25 October 2024 PenguinEncounter talk contribs created page PrintJson (Created page with "{{lowercase}} {| class="wikitable" ! Arguments ! Returns |- | {{type|string...}} | {{Type|string}} |} Displays any amount of arguments without separators or the <code>[lua]</code> prefix. The return value is the displayed text without the formatting. If an argument is a {{type|string}}, it is interpreted as a [https://minecraft.wiki/w/Raw_JSON_text_format JSON text component], or if that fails, the string is displayed directly. All other types are displayed using [https...") Tag: 2017 source edit
- 06:25, 25 October 2024 PenguinEncounter talk contribs created page Template:Lowercase (Create template) Tag: 2017 source edit
- 06:22, 25 October 2024 PenguinEncounter talk contribs created page Module:Replace (Create module)
- 23:47, 9 October 2024 PenguinEncounter talk contribs created page Template:Tx/2 (shortcut) Tags: New redirect 2017 source edit
- 23:46, 9 October 2024 PenguinEncounter talk contribs created page Template:Tx (shortcut) Tags: New redirect 2017 source edit
- 05:53, 5 October 2024 PenguinEncounter talk contribs created page FiguraMC:Contributing/Style Guide/TypeExample (move example to subpage) Tag: 2017 source edit
- 05:48, 5 October 2024 PenguinEncounter talk contribs created page Template:VeryObviouslyTranscluded/2 (new template) Tag: 2017 source edit
- 21:10, 30 September 2024 PenguinEncounter talk contribs created page User:PenguinEncounter/common.css (Created page with "input#vector-user-links-dropdown-checkbox { background-color: #f00 !important; }")
- 17:00, 29 September 2024 PenguinEncounter talk contribs created page Template:Notice/Warning (Warning style) Tag: 2017 source edit
- 02:47, 29 September 2024 PenguinEncounter talk contribs created page Template:Aliases (helper template) Tag: 2017 source edit
- 02:44, 29 September 2024 PenguinEncounter talk contribs created page Module:ArgConcat (tiny utility module)
- 02:40, 29 September 2024 PenguinEncounter talk contribs moved page ParentTypes to ParentType (Misspelled title)
- 02:23, 29 September 2024 PenguinEncounter talk contribs created page ParentTypes (Create page) Tag: Visual edit
- 01:08, 29 September 2024 PenguinEncounter talk contribs created page Category:Stubs (Created page with "'''Stubs''' are short, incomplete pages.") Tag: 2017 source edit
- 21:25, 28 September 2024 PenguinEncounter talk contribs deleted page Template:Type/modHandler (Unused)
- 21:25, 28 September 2024 PenguinEncounter talk contribs deleted page Template:Type/builtin (Unused)
- 21:25, 28 September 2024 PenguinEncounter talk contribs deleted page Template:Type/vector (Unused)
- 21:24, 28 September 2024 PenguinEncounter talk contribs deleted page Template:Type/link (Unused)
- 21:24, 28 September 2024 PenguinEncounter talk contribs deleted page Template:Type/custom (Unused)
- 20:46, 28 September 2024 PenguinEncounter talk contribs deleted page User:PenguinEncounter/Template:Type2 (Integrated into Template:Type)