All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:01, 16 January 2022 Quiret talk contribs created page MTA:Eir/FileSystem/streamCompare (Created page with "__NOTOC__ This function compares the bytes of two streams for equality. The comparison starts from the current file seek and finishes at the end of the respective file stream. If the read count of either stream does not match the other, then this function fails. ==Syntax== <syntaxhighlight lang="lua"> bool fsnamespace.streamCompare( file left, file right ) </syntaxhighlight> ==Arguments== *'''left''': first file for equality comparison *'''right''': second file for equ...")
- 22:58, 16 January 2022 Quiret talk contribs created page MTA:Eir/FileSystem/pathToFilename (Created page with "__NOTOC__ This function returns the filename and the direction portions of a filepath, seperated into two strings. ==Syntax== <syntaxhighlight lang="lua"> string, string fsnamespace.pathToFilename( string path, bool includeExtention ) </syntaxhighlight> ==Arguments== *'''path''': the file path to extract from *'''includeExtention''': if true then the filename extention is included in the result ==Returns== This function returns the filename and directory of the provid...")
- 22:47, 16 January 2022 Quiret talk contribs created page MTA:Eir/FileSystem/copyStreamCount (Created page with "__NOTOC__ This function copies data starting from a source file stream into a specified destination stream. The copy of data is performed starting from the source file seek. The copy is only performed up to a specified count of bytes. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed after the function has completed. ==Syntax== <syntaxhighlight lang="lua"> bool fsnamespace.copyStreamCount( file src, file dst, int count )...")
- 22:45, 16 January 2022 Quiret talk contribs created page MTA:Eir/FileSystem/copyStream (Created page with "__NOTOC__ This function copies data starting from a source file stream into a specified destination stream. The copy of data is performed starting from the source file seek. Read operations on the file streams advance the seek pointers. Thus the seek pointers stay changed after the function has completed. ==Syntax== <syntaxhighlight lang="lua"> bool fsnamespace.copyStream( file src, file dst ) </syntaxhighlight> ==Arguments== *'''src''': source of the copy operation,...")
- 22:41, 16 January 2022 Quiret talk contribs created page MTA:Eir/FileSystem/copyFile (Created page with "__NOTOC__ This function copies files between two translators. ==Syntax== <syntaxhighlight lang="lua"> bool fsnamespace.copyFile( translator srcTrans, string srcPath, translator dstTrans, string dstPath ) </syntaxhighlight> ==Arguments== *'''srcTrans:''' source translator for the file of origin *'''srcPath:''' path into the source translator *'''dstTrans:''' target translator *'''dstPath:''' path into the target translator ==Returns== This function returns true if the...")
- 22:38, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-dark-mode-toggle.js by file upload (1 revision)
- 22:38, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-dark-mode-toggle by file upload (1 revision)
- 22:37, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-dark-mode.css by file upload (1 revision)
- 22:37, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-dark-mode by file upload (1 revision)
- 22:37, 16 January 2022 Quiret talk contribs created page MTA:Eir/FileSystem/createFileIterative (Created page with "__NOTOC__ This function attempts to create a file with numeric iteration for filename collision avoidance. If a specific filename is taken then an the algorithm will try to create the next file with increased numeric insert. ==Syntax== <syntaxhighlight lang="lua"> file fsnamespace.createFileIterative( translator target, string prefix, string suffix, int maxIterations ) </syntaxhighlight> ==Arguments== *'''target''': the file translator based on which to create the file...")
- 22:34, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-markblocked.js by file upload (1 revision)
- 22:34, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-markblocked by file upload (1 revision)
- 22:32, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-purgetab.js by file upload (1 revision)
- 22:32, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-purgetab by file upload (1 revision)
- 22:30, 16 January 2022 Quiret talk contribs created page MTA:Eir/FileSystem/createMemoryFile (Created page with "__NOTOC__ This function creates a single file that is resident entirely in system memory. ==Syntax== <syntaxhighlight lang="lua"> file fsnamespace.createMemoryFile( ) </syntaxhighlight> ==Returns== This function returns a new file object if successful, false otherwise. ==Example== <syntaxhighlight lang="lua"> -- TODO </syntaxhighlight> {{:MTA:Eir/FileSystem/namespace/functions}} {{:MTA:Eir/FileSystem/translator/functions}}")
- 22:29, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-HotCat.js by file upload (1 revision)
- 22:29, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-HotCat by file upload (1 revision)
- 22:28, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-DotsSyntaxHighlighter.js by file upload (1 revision)
- 22:28, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-DotsSyntaxHighlighter by file upload (1 revision)
- 22:25, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-exlinks.js by file upload (1 revision)
- 22:25, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-exlinks by file upload (1 revision)
- 22:23, 16 January 2022 Quiret talk contribs created page MTA:Eir/FileSystem/createRAMDisk (Created page with "__NOTOC__ This function creates a FileSystem translator which is located entirely inside of MTA application memory, also known as RAM. ==Syntax== <syntaxhighlight lang="lua"> translator fsnamespace.createRAMDisk( bool caseSensitive ) </syntaxhighlight> ==Arguments== *'''caseSensitive:''' if true then all namespaces are compared case sensitively in path operations, otherwise strict character equality comparison is performed ==Returns== This function returns a new '''Fi...")
- 22:14, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-ReferenceTooltips.css by file upload (1 revision)
- 22:14, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-ReferenceTooltips.js by file upload (1 revision)
- 22:14, 16 January 2022 Myonlake talk contribs imported MediaWiki:Gadget-ReferenceTooltips by file upload (1 revision)
- 22:12, 16 January 2022 Myonlake talk contribs deleted page MediaWiki:Gadget-ReferenceTooltips.js
- 22:12, 16 January 2022 Myonlake talk contribs deleted page MediaWiki:Gadget-ReferenceTooltips
- 22:12, 16 January 2022 Myonlake talk contribs deleted page MediaWiki:Gadget-ReferenceTooltips.css
- 22:07, 16 January 2022 Myonlake talk contribs moved page MediaWiki:Gadgets-ReferenceTooltips.css to MediaWiki:Gadget-ReferenceTooltips.css without leaving a redirect
- 22:04, 16 January 2022 Myonlake talk contribs moved page MediaWiki:MediaWiki:Gadget-ReferenceTooltips to MediaWiki:Gadget-ReferenceTooltips without leaving a redirect
- 22:01, 16 January 2022 Myonlake talk contribs created page MediaWiki:MediaWiki:Gadget-ReferenceTooltips (Created page with "<sup><abbr title="{{int:gadgets-default}}">(D)</abbr></sup> Reference Tooltips: hover over inline citations to see reference information without moving away from the article text (does not work if "Navigation popups" is enabled above)")
- 22:00, 16 January 2022 Myonlake talk contribs moved page MediaWiki talk:Gadgets-ReferenceTooltips.css to MediaWiki:Gadgets-ReferenceTooltips.css without leaving a redirect
- 21:59, 16 January 2022 Myonlake talk contribs moved page MediaWiki talk:Gadget-ReferenceTooltips.js to MediaWiki:Gadget-ReferenceTooltips.js without leaving a redirect
- 21:53, 16 January 2022 Myonlake talk contribs created page MediaWiki talk:Gadget-ReferenceTooltips.js (Created page with "// See mw:Reference Tooltips // Source https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.js ( function () { // enwiki settings var REF_LINK_SELECTOR = '.reference, a[href^="#CITEREF"]', COMMENTED_TEXT_CLASS = 'rt-commentedText', COMMENTED_TEXT_SELECTOR = ( COMMENTED_TEXT_CLASS ? '.' + COMMENTED_TEXT_CLASS + ', ' : '') + 'abbr[title]'; mw.messages.set( { 'rt-settings': 'Reference Tooltips settings', 'rt-enable-footer': 'Enable Reference Tooltip...")
- 21:51, 16 January 2022 Myonlake talk contribs created page MediaWiki talk:Gadgets-ReferenceTooltips.css (Created page with "See mw:Reference Tooltips: .rt-tooltip { position: absolute; z-index: 100; max-width: 350px; background: #fff; color: #222; font-size: 13px; line-height: 1.5em; border: 1px solid #c8ccd1; border-radius: 3px; box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3); overflow-wrap: break-word; } .rt-tooltip.rt-tooltip-insideWindow { z-index: 110; } .rt-tooltipContent { padding: 8px 11px; } .rt-tooltip-above .rt-tooltipContent { margin-bottom: -8px; padd...")
- 21:49, 16 January 2022 Myonlake talk contribs created page MediaWiki:Gadgets-definition (Created page with "* ReferenceTooltips[ResourceLoader|default|type=general]|ReferenceTooltips.js|ReferenceTooltips.css")
- 19:38, 16 January 2022 User account Arshin talk contribs was created
- 13:17, 16 January 2022 User account Kochamwike234 talk contribs was created
- 12:37, 16 January 2022 Tracer talk contribs created page Funkcje po stronie serwera (Replaced pages)
- 12:33, 16 January 2022 Tracer talk contribs created page Przydatne Funkcje (Created page with "<pageclass class="#228B22"></pageclass> {{MessageBox| bordercolorhex = 000000 | bordertype = dotted | bgcolorhex = EFEFEF | image = File:Package-x-generic.png | title = Nie zapomnij sprawdzić Useful Classes | subtext = <span style="font-size: 85%;">''Strona ta zawiera listę klas utworzonych przez użytkownika, które nie są domyślnie dołączane do MTA. ''</span> | }} {{Adding_Pages_to_Categories_and_Templates}} Ta strona zawiera listę funkcji...")
- 12:26, 16 January 2022 Myonlake talk contribs deleted page File:Test.png
- 12:26, 16 January 2022 Myonlake talk contribs deleted page File:Test2.png
- 12:25, 16 January 2022 Myonlake talk contribs created page File:Test2.png
- 12:25, 16 January 2022 Myonlake talk contribs uploaded File:Test2.png
- 12:04, 16 January 2022 Tracer talk contribs created page PL/spawnPlayer (Created polish version of "spawnPlayer" page.)
- 22:24, 15 January 2022 Tracer talk contribs created page Moduły/Gniazda/sockWrite (Created "Moduły/Gniazda/sockWrite"; Polish version of "Modules/Sockets/sockWritr")
- 22:22, 15 January 2022 Tracer talk contribs created page PL/Modules/Sockets/sockWrite (Created page with "<pageclass class="#AA7592" subcaption="Moduł Gniazd"></pageclass> __NOTOC__ {{PL/ModuleFunction|Sockets|Gniazd}} Ta funkcja wysyła dane do gniazda. ==Składnia== <syntaxhighlight lang="lua"> bool sockWrite ( socket gniazdo, string data) </syntaxhighlight> ===Wymagane argumenty=== * '''gniazdo:''' Gniazdo, do którego chcesz wysłać dane. * '''data:''' Dane, które chcesz wysłać. ===Zwraca=== Zwraca wartość <span style='color:green'>true</span>, jeśli dane zos...")
- 22:21, 15 January 2022 Kezoto talk contribs created page SortTableNumerically (Created page with "{{Useful Function}} __NOTOC__ This function sorts tables by index numerically from largest to smallest or smallest to largest. <br> '''Important : ONLY WORKS FOR TABLES WITH NUMERIC INDEXES!''' <br> ==Syntax== <syntaxhighlight lang="lua">table sortTableNumerically( table theTableToSort, bool fromHighestToLowest = false)</syntaxhighlight> ===Required Arguments=== * '''theTableToSort''': the table you would like to sort. ===Optional Arguments=== * '''fromHighestToLowest'...")
- 22:12, 15 January 2022 Kezoto talk contribs created page SortPairsTable (Created page with "{{Useful Function}} __NOTOC__ This function sorts tables by index numerically from largest to smallest or smallest to largest. <br> '''Important : ONLY WORKS FOR TABLES WITH NUMERIC INDEXES!.''' <br> ==Syntax== <syntaxhighlight lang="lua">table sortTableNumerically( table theTableToSort, bool fromHighestToLowest = false)</syntaxhighlight> ===Required Arguments=== * '''theTableToSort''': the table you would like to sort. ===Optional Arguments=== * '''fromHighestToLowest...")
- 21:05, 15 January 2022 Dutchman101 talk contribs unblocked Kezoto talk contribs (possibly bug)