User contributions for Mex
Jump to navigation
Jump to search
15 November 2018
- 03:5703:57, 15 November 2018 diff hist 0 Screen.width Blanked the page current Tag: Blanking
- 02:1502:15, 15 November 2018 diff hist +829 Template:Client/Properties/Vec3 No edit summary current
- 02:1502:15, 15 November 2018 diff hist +335 Template:Client/Properties/Vec2 No edit summary current
- 01:5901:59, 15 November 2018 diff hist +170 OnRender Undo revision 4059 by Mex (talk) Tag: Undo
- 01:3501:35, 15 November 2018 diff hist +50 N Template:Client/Defines/GameState Mex moved page Template:Client/Defines/GameState to Template:Client/Defines/VC/GameState current Tag: New redirect
- 01:2801:28, 15 November 2018 diff hist +55 N Template:Shared/Defines/Resource Mex moved page Template:Shared/Defines/Resource to Template:Shared/Defines/ResourceErrorMode current Tag: New redirect
14 November 2018
- 23:4523:45, 14 November 2018 diff hist +257 N SDL.HasAVX512F Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasAVX512F |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having AVX512F features |re..." current
8 November 2018
- 00:4700:47, 8 November 2018 diff hist +61 Template:Shared/Functions/Civilian No edit summary current
- 00:4700:47, 8 November 2018 diff hist +68 Template:Shared/Functions/Camera No edit summary current
- 00:3500:35, 8 November 2018 diff hist +349 N SDL.GetScancodeName Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetScancodeName |parameters = int scanCode |returnTypes = string |usage = fetch get a human-readable name for a sc..." current
- 00:3500:35, 8 November 2018 diff hist +365 N SDL.GetScancodeFromName Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetScancodeFromName |parameters = string scanCodeName |returnTypes = int |usage = fetch get a scancode from a huma..." current
- 00:3300:33, 8 November 2018 diff hist +451 N SDL.GetScancodeFromKey Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetScancodeFromKey |parameters = int key |returnTypes = int |usage = fetch the scancode corresponding to the given..." current
- 00:3300:33, 8 November 2018 diff hist +320 N SDL.GetKeyName Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetKeyName |parameters = int key |returnTypes = string |usage = fetch a human-readable name for a key |returnInfo..." current
- 00:3100:31, 8 November 2018 diff hist +456 SDL.GetKeyFromScancode No edit summary current
- 00:3000:30, 8 November 2018 diff hist +342 N SDL.GetKeyFromName Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetKeyFromName |parameters = string key |returnTypes = int |usage = fetch a key code from a human-readable name |r..." current
- 00:1700:17, 8 November 2018 diff hist +406 N SDL.GetKeyboardState Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetKeyboardState |parameters = void |returnTypes = array |usage = fetch a snapshot of the current state of the key..." current
- 00:1500:15, 8 November 2018 diff hist +350 N SDL.GetModState Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetModState |parameters = void |returnTypes = int |usage = fetch the current key modifier state for the keyboard |..." current
- 00:1400:14, 8 November 2018 diff hist +372 N SDL.GetPerformanceCounter Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetPerformanceCounter |parameters = void |returnTypes = int |usage = fetch the current value of the high resolutio..." current
- 00:1300:13, 8 November 2018 diff hist +382 N SDL.GetPerformanceFrequency Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetPerformanceFrequency |parameters = void |returnTypes = int |usage = fetch the count per second of the high reso..." current
- 00:1200:12, 8 November 2018 diff hist +356 N SDL.GetSystemRAM Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetSystemRAM |parameters = void |returnTypes = int |usage = fetch the amount of RAM configured in the system, in M..." current
7 November 2018
- 23:5723:57, 7 November 2018 diff hist +376 N SDL.GetTicks Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetTicks |parameters = void |returnTypes = int |usage = fetch the number of milliseconds since the SDL library ini..." current
- 23:5523:55, 7 November 2018 diff hist +251 N SDL.SetModState Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.SetModState |parameters = int modstate |usage = set the current key modifier state for the keyboard |notes = [http..." current
- 23:5123:51, 7 November 2018 diff hist +338 N SDL.HasSSE42 Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasSSE42 |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having SSE4.2 features |retur..." current
- 23:5123:51, 7 November 2018 diff hist +338 N SDL.HasSSE41 Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasSSE41 |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having SSE4.1 features |retur..." current
- 23:5023:50, 7 November 2018 diff hist +332 N SDL.HasSSE3 Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasSSE3 |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having SSE3 features |returnIn..." current
- 23:5023:50, 7 November 2018 diff hist +332 N SDL.HasSSE2 Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasSSE2 |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having SSE2 features |returnIn..." current
- 23:5023:50, 7 November 2018 diff hist +328 N SDL.HasSSE Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasSSE |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having SSE features |returnInfo..." current
- 23:4923:49, 7 November 2018 diff hist +248 N SDL.HasNEON Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasNEON |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having NEON features |returnIn..." current
- 23:4823:48, 7 November 2018 diff hist +328 N SDL.HasMMX Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasMMX |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having MMX features |returnInfo..." current
- 23:4723:47, 7 November 2018 diff hist +332 N SDL.HasAVX2 Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasAVX2 |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having AVX2 features |returnIn..." current
- 23:4723:47, 7 November 2018 diff hist +328 N SDL.HasAVX Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasAVX |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having AVX features |returnInfo..." current
- 23:4623:46, 7 November 2018 diff hist +338 N SDL.Has3DNow Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.Has3DNow |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having 3DNow! features |retur..." current
- 23:4523:45, 7 November 2018 diff hist +344 N SDL.HasAltiVec Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasAltiVec |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having AltiVec features |re..." current
- 23:4423:44, 7 November 2018 diff hist +350 N SDL.HasRDTSC Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.HasRDTSC |parameters = void |returnTypes = bool |usage = fetch the status of the CPU having the RDTSC instruction..." current
- 23:4023:40, 7 November 2018 diff hist +377 SDL.GetPlatform No edit summary current
- 23:4023:40, 7 November 2018 diff hist +330 N SDL.GetCPUCount Created page with "{{ScriptItem |endpoint = shared |type = function |name = SDL.GetCPUCount |parameters = void |returnTypes = int |usage = fetch the total number of logical CPU cores |returnInfo..." current
31 October 2018
- 22:5922:59, 31 October 2018 diff hist +189 ScriptingTutorials No edit summary
- 21:4721:47, 31 October 2018 diff hist 0 Client/Commands Blanked the page current Tag: Blanking
27 October 2018
- 22:0722:07, 27 October 2018 diff hist +2,011 Template:ScriptingExamples/UtilityCode/JavaScript/getClientFromText No edit summary current
19 October 2018
- 17:0517:05, 19 October 2018 diff hist +21 N OutputChatBox Mex moved page OutputChatBox to Message current Tag: New redirect
- 16:5816:58, 19 October 2018 diff hist +25 N Player.spawn Mex moved page Player.spawn to SpawnPlayer over redirect current Tag: New redirect
17 August 2018
- 22:3322:33, 17 August 2018 diff hist +602 ScriptingExamples/PlayerJumpCommands No edit summary current
16 August 2018
- 16:5016:50, 16 August 2018 diff hist +1,783 HowTo/Functions No edit summary
- 16:4916:49, 16 August 2018 diff hist +523 HowTo/Events No edit summary
- 16:4916:49, 16 August 2018 diff hist +685 Manual/Scripting/SharedFunctions No edit summary current
- 07:5607:56, 16 August 2018 diff hist +1,441 ScriptingExamples/VehicleBounceAndFixer No edit summary current
- 03:2003:20, 16 August 2018 diff hist +27 N Screen.height2 Mex moved page Screen.height2 to Screen.height over redirect current Tag: New redirect
15 August 2018
- 21:4521:45, 15 August 2018 diff hist +327 Drawing.drawRectangle No edit summary current
- 16:5216:52, 15 August 2018 diff hist +892 N ScriptingExamples/VehicleAutoFlipperAndFixer Created page with "{{DISPLAYTITLE:Vehicle Auto Flipper & Fixer}} == Description == This code fixes the local player's vehicle and also flips it back if it's upside down, every 10th of a second...." current
14 August 2018
- 21:0421:04, 14 August 2018 diff hist +915 N ScriptingExamples/PlayerDelayedHeal Created page with "{{DISPLAYTITLE:Player Delayed Heal and Fix Command}} == Description == This code sets the player's health and armour to 100, and their vehicle health to 1000 and components fi..." current