Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 | 60 | 90 | 120 days
Hide registered users | Hide anonymous users | Hide my edits | Hide bots | Show minor edits
Show new changes starting from 11:43, 29 May 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

28 May 2024

     02:32 User creation log User account Globalitunez talk contribs was created ‎

27 May 2024

     15:30 Upload log FileEX talk contribs uploaded File:Dialog-info.png(Dialog info icon)
N    14:03  Legacy/dxDrawMaterialPrimitive3D diffhist +6,110 FileEX talk contribs (Legacy version)
N    13:33  Legacy/dxDrawPrimitive3D diffhist +2,174 FileEX talk contribs (Legacy version)
N    13:31  Legacy/dxDrawMaterialSectionLine3D diffhist +3,387 FileEX talk contribs (Legacy version)
N    13:27  Legacy/dxDrawMaterialLine3D diffhist +2,865 FileEX talk contribs (Legacy version)
     12:49 Move log FileEX talk contribs moved page DxDrawLine3D legacy to Legacy/DxDrawLine3D
N    12:48  DxDrawLine3D legacy diffhist +2,374 FileEX talk contribs (Legacy versions)
N    12:36  Template:Legacy diffhist +170 FileEX talk contribs (Created page with "'''NOTE:''' This page describes the current implementation. For older versions check <includeonly>[[{{{1}}}|legacy version]]</includeonly> Category:Utility templates")
     04:41  DxDrawPrimitive3D‎‎ 2 changes history +1,641 [TEDERIs‎ (2×)]
     
04:41 (cur | prev) −9 TEDERIs talk contribs
     
04:32 (cur | prev) +1,650 TEDERIs talk contribs
     04:41  DxDrawMaterialPrimitive3D‎‎ 2 changes history +2,703 [TEDERIs‎ (2×)]
     
04:41 (cur | prev) −9 TEDERIs talk contribs
     
04:29 (cur | prev) +2,712 TEDERIs talk contribs
     04:17  DxDrawMaterialSectionLine3D diffhist +2,091 TEDERIs talk contribs
     04:15  DxDrawMaterialLine3D‎‎ 2 changes history +1,801 [TEDERIs‎ (2×)]
     
04:15 (cur | prev) −2 TEDERIs talk contribs
     
04:15 (cur | prev) +1,803 TEDERIs talk contribs
     04:12  DxDrawLine3D diffhist +1,613 TEDERIs talk contribs

26 May 2024

N    12:12  PathIsDirectory diffhist +1,630 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a directory.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsDirectory ( string path ) </syntaxhighlight> {{OOP||path:isDirectory}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a directory, '''false''' otherwise. ==Example==...")
N    12:10  String.repeat diffhist +943 Tracer talk contribs (Created page with "{{Useful Function}} __NOTOC__ This function repeats a substring n times. ==Syntax== <syntaxhighlight lang="lua"> string string.repetition ( string what, int n ) </syntaxhighlight> ===Required Arguments=== * '''what''': String you want to repeat * '''n''': Number of times you want the string to repeat ===Returns=== Returns repeated string ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string.repetition(what, n)...")
     12:02  Template:Useful Functions diffhist +116 Tracer talk contribs (Added new function: `string.repeat`)