Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
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) |
10 September 2025
22:13 | User creation log User account Mora Saber talk contribs was created |
22:02 | AR/Resource:DGS diffhist +20 O22 talk contribs |
02:40 | Modules/MTA-MySQL diffhist +247 Megadreams talk contribs |
9 September 2025
|
19:38 | Changes in 1.7 4 changes history +193 [O22; Shady (3×)] | |||
|
19:38 (cur | prev) +198 O22 talk contribs | ||||
|
07:56 (cur | prev) −11 Shady talk contribs | ||||
|
07:54 (cur | prev) +11 Shady talk contribs | ||||
|
07:49 (cur | prev) −5 Shady talk contribs (name changed.) |
8 September 2025
|
17:48 | Changes in 1.7 2 changes history +419 [Shady; O22] | |||
|
17:48 (cur | prev) +204 O22 talk contribs | ||||
|
14:38 (cur | prev) +215 Shady talk contribs |
13:49 | User creation log User account Некит talk contribs was created |
6 September 2025
|
13:37 | RU/Where to buy GTASA 8 changes history +3,521 [Flox (8×)] | |||
|
13:37 (cur | prev) −34 Flox talk contribs (→Прежде чем рассматривать возможность покупки, оцените, какие источники являются надежными, и убедитесь, что ключ будет работать в вашем регионе.) | ||||
|
13:36 (cur | prev) +58 Flox talk contribs (→Прежде чем рассматривать возможность покупки, оцените, какие источники являются надежными, и убедитесь, что ключ будет работать в вашем регионе.) | ||||
|
13:36 (cur | prev) +201 Flox talk contribs | ||||
|
13:29 (cur | prev) −301 Flox talk contribs | ||||
|
13:28 (cur | prev) −30 Flox talk contribs | ||||
|
13:28 (cur | prev) +86 Flox talk contribs | ||||
|
13:27 (cur | prev) +224 Flox talk contribs | ||||
|
13:26 (cur | prev) +3,317 Flox talk contribs |
00:02 | Move log Lettify talk contribs moved page BR-PT/setElementPosition to PT-BR/setElementPosition (Wrongly titled during creation) |
5 September 2025
N 23:59 | BR-PT/setElementPosition diffhist +2,945 Lettify talk contribs (Translation to Brazilian Portuguese) |
|
11:17 | User:IManGaaX 2 changes history +236 [IManGaaX (2×)] | |||
|
11:17 (cur | prev) +163 IManGaaX talk contribs | ||||
|
10:16 (cur | prev) +159 IManGaaX talk contribs |
N 11:13 | GetColorName diffhist +2,252 IManGaaX talk contribs (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> This function retrieves the nearest color name for a given RGB value using an online API. {{Note|This function requires an active internet connection and fetches the color name from an external API asynchronously. The result is returned via a callback function.}} ==Syntax== <syntaxhighlight lang="lua">getColorName( int r, int g, int b, function callback(name) )</syntaxhighlight> ===Required Arguments=== *...") |
|
11:08 | Template:Useful Functions 2 changes history +322 [IManGaaX (2×)] | |||
|
11:08 (cur | prev) +163 IManGaaX talk contribs (→Data functions) | ||||
|
10:08 (cur | prev) +159 IManGaaX talk contribs (→Table functions: new useful function) |
N 10:12 | Table.flatten diffhist +1,751 IManGaaX talk contribs (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> This function converts a nested table into a flattened table with concatenated keys. {{Note|This function recursively traverses all nested subtables and creates a new table where keys represent the original hierarchy using dot notation.}} ==Syntax== <syntaxhighlight lang="lua">table table.flatten( table t, [ string prefix = "" ] )</syntaxhighlight> ===Required Arguments=== * '''t''': the nested table to f...") |