Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

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 | Show bots | Hide minor edits
Show new changes starting from 10:36, 15 September 2025
   
Page name:
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

11 September 2025

N    09:47  Template:DGS Plugin/Render Target Functions‎‎ 2 changes history 0 [Liwa‎ (2×)]
     
09:47 (cur | prev) −556 Liwa talk contribs (→‎Syntax) Tag: Blanking
N    
09:47 (cur | prev) +556 Liwa talk contribs (Created page with "==Syntax== <syntaxhighlight lang="lua"> element dgsCreateRenderTarget( int width, int height [, bool isTransparent = true ] ) </syntaxhighlight> ===Required Arguments=== *'''width:''' The width of the render target in pixels. *'''height:''' The height of the render target in pixels. ===Optional Arguments=== *'''isTransparent:''' A boolean indicating if the render target should support transparency. Defaults to '''true'''. ===Returns=== Returns a render target element if...")
     09:40  Template:DGSFUNCTIONS diffhist +138 Liwa talk contribs (→‎Other Plugins)

24 August 2025

     05:53  DgsMediaLoadMedia diffhist +74 Thisdp talk contribs (→‎Required Arguments)

23 August 2025

N    22:59  DgsGIFGetSize diffhist +1,846 Lettify talk contribs (Created page with "__NOTOC__ {{Client function}} Returns the dimensions (width and height) of a GIF element created using dgsCreateGIF. The values correspond to the original size extracted from the GIF file during loading. ==Syntax== <syntaxhighlight lang="lua"> int int dgsGIFGetSize( element gif ) </syntaxhighlight> ===Required Arguments=== *'''gif: ''' The '''dgs-dxgif''' type element you want to get the size of. ===Returns=== Returns two integers corresponding to ''width'' an...")
N    10:28  DgsCreateGIF‎‎ 2 changes history +707 [Thisdp‎ (2×)]
     
10:28 (cur | prev) −5 Thisdp talk contribs
N    
10:27 (cur | prev) +712 Thisdp talk contribs (Created page with "__NOTOC__ {{Client function}} This function creates a GIF interface plugin. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateGIF( string pathOrRaw ) </syntaxhighlight> ===Required Arguments=== *'''pathOrRaw: ''' A string representing the path to your GIF file, or the raw GIF data ===Returns=== Returns a dgs-dxgif element (DGS Plugin Type)[ dgs-dxgif (Element Type) ] if succeed, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dg...")
N    10:23  Template:DGS Plugin/Gif diffhist +262 Thisdp talk contribs (Created page with "*dgsCreateGIF *dgsGIFGetSize *dgsGIFGetImageCount *dgsGIFGetImages *dgsGIFPlay *dgsGIFStop *dgsGIFSetSpeed *dgsGIFGetSpeed *dgsGIFGetPlaying *dgsGIFSetLooped *dgsGIFGetLooped *dgsGIFSetFrameID *dgsGIFGetFrameID")
     10:21  Template:DGSFUNCTIONS diffhist +108 Thisdp talk contribs (→‎Other Plugins)

21 August 2025

     03:29  DgsSVGNodeSetAttribute diffhist +2 Thisdp talk contribs (→‎Example)
     03:06  DgsProgressBarSetMode diffhist +17 Thisdp talk contribs (→‎Required Arguments)