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 01:53, 23 June 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

22 June 2024

N    14:16  EngineSetPoolCapacity diffhist +505 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function changes the capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineSetPoolCapacity( string pool, number capacity ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool * '''capacity ''': New size ===Returns=== '''true''' if the pool capacity was changed and '''false''' if not. Throws an error if the pool is invalid. {{Engine_pools}} ==S...")
N    14:11  EngineGetPoolCapacity diffhist +404 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")
N    14:08  EngineGetPoolUsedCapacity diffhist +418 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the used capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolUsedCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The used capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")
N    14:08  EngineGetPoolDefaultCapacity diffhist +427 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the default capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolDefaultCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The default capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")
N    13:59  Template:Engine pools diffhist +918 TheNormalnij talk contribs (Created page with "===Engine pools=== {|class="wikitable sortable" |- ! Name || Default size || Resizable || Description |- | building || 13000 || yes || Static world objects. Terrain, roads, buildings... |- | dummy|| 2500 || no || Dynamic world objects. Doors, fences, boxes |- | ped || 140 || no || Peds |- | object || 1200 || no || Scriptable objects |- | vehicle || 110 || no || Vehicles |- | col-model || 12000 || no || |- | task || 5000 || no || |- | event || 5000 || no || |- | task-allo...")
     11:44  HU/Coding guidelines diffhist +9 Tracer talk contribs (Marked for deletion) Tag: Manual revert

21 June 2024

     19:21 User creation log User account AMIRAK42 talk contribs was created ‎
N    18:08  PL/Filepath diffhist +1,864 FileEX talk contribs (Translate)

20 June 2024

     15:29  OutputDebugString‎‎ 2 changes history −36 [Srslyyyy‎ (2×)]
     
15:29 (cur | prev) −35 Srslyyyy talk contribs (Remove new item template.)
     
14:55 (cur | prev) −1 Srslyyyy talk contribs (→‎Optional Arguments)

19 June 2024

N    17:14  User:Selective diffhist +71 Selective talk contribs (don't remember to smile 🙂)
N    17:10  User talk:Selective diffhist +37 Selective talk contribs (Life Is Good ☕)
N    15:40  Talk:New coding guidelines diffhist 0 Tracer talk contribs (For further discussions about the guidelines)
N    14:55  New coding guidelines diffhist +6,316 FileEX talk contribs (Created page with "This page contains new and unofficial coding guidelines. <br><br> <ol> <li>Use '''const''' and '''constexpr''' wherever possible.</li> <li>Use the '''noexcept''' specifier whenever possible.</li> <li>Use '''nullptr''' instead of '''NULL''' when setting or returning a null pointer.</li> <li>Functions that only return a value should be placed in header files. For example, instead of: <syntaxhighlight lang="cpp"> // In .cpp file int GetGameSpeed() { return m_iGameSp...")
     03:50 User creation log User account Ringtonestrend talk contribs was created ‎

18 June 2024

     23:46 User creation log User account Jguguygtuy talk contribs was created ‎

17 June 2024

     17:31  Changes in 1.6 diffhist −64 TheNormalnij talk contribs (Vladislav Nikolaevich and Uladzislau Nikalayevich and TheNormalnij is me)
     02:23  (User creation log) [Thealexbr‎; King 1‎]
     
02:23 User account King 1 talk contribs was created ‎
     
01:19 User account Thealexbr talk contribs was created ‎