User contributions for Ocet247
Jump to navigation
Jump to search
25 August 2025
- 03:4103:41, 25 August 2025 diff hist −151 Team Fortress 2/Scripting/Script Functions →Methods: Change the StunPlayer note
8 August 2025
- 13:5213:52, 8 August 2025 diff hist −62 Source 2013 MP/Scripting/VScript Examples →Creating a timer: Use static environment binding
5 August 2025
- 14:4414:44, 5 August 2025 diff hist +393 Team Fortress 2/Scripting/Script Functions →Math: Add a note about radians
- 14:3614:36, 5 August 2025 diff hist +255 Team Fortress 2/Scripting/Script Functions →Squirrel Standard Library: Minor fixes
27 July 2025
- 11:3911:39, 27 July 2025 diff hist +224 Team Fortress 2/Scripting/Script Functions Narrow down some signatures, add deprecation for GetEntityHandle
25 July 2025
- 03:4303:43, 25 July 2025 diff hist +222 Team Fortress 2/Scripting/Script Functions →Function: Add pacall
- 03:3503:35, 25 July 2025 diff hist +4 Team Fortress 2/Scripting/Script Functions →Squirrel Standard Library
- 03:3203:32, 25 July 2025 diff hist +3,478 Team Fortress 2/Scripting/Script Functions →Squirrel Standard Library: Add the rest of standard objects
- 02:0602:06, 25 July 2025 diff hist +56 Team Fortress 2/Scripting/Script Functions/Constants →ETFDmgCustom: Add noob update current
24 July 2025
- 10:4410:44, 24 July 2025 diff hist +368 Team Fortress 2/Scripting/Script Functions Move regexp to the squirrel standard library
- 10:3110:31, 24 July 2025 diff hist +103 Team Fortress 2/Scripting/Script Functions →Squirrel Standard Library: Add missing return types
- 10:2810:28, 24 July 2025 diff hist +40 m Team Fortress 2/Scripting/Script Functions →Function: Substitute = for {{=}} to fix getinfos example
- 10:2410:24, 24 July 2025 diff hist +13,433 Team Fortress 2/Scripting/Script Functions →Squirrel Standard Library: Add standard squirrel objects documentation
- 08:3108:31, 24 July 2025 diff hist +382 Team Fortress 2/Scripting/Script Functions Data types
21 July 2025
- 09:5909:59, 21 July 2025 diff hist +9 Source 2013 MP/Scripting/VScript Examples →Creating a timer
- 03:2503:25, 21 July 2025 diff hist +76 Source 2013 MP/Scripting/VScript Examples →Creating a timer: Handle exceptions
20 July 2025
- 16:1816:18, 20 July 2025 diff hist −183 Source 2013 MP/Scripting/VScript Examples Move think block in 'Creating a timer' to the 'Thinks'
- 16:0516:05, 20 July 2025 diff hist −45 Source 2013 MP/Scripting/VScript Examples →EntFire(ByHandle): Use worldspawn for timers
16 July 2025
- 16:2716:27, 16 July 2025 diff hist +571 Source 2013 MP/Scripting/VScript Examples →Multiple thinks on a single entity: The previous code wasn't even booting up, the performance timer note is wrong and .call seems to be pointless since the PlayerThinks function runs in a player's scope and calling a function without a dot operator makes it's enviroment default to `this` which consequently ends up being the scope itself. Replacing with boilerplate code instead
13 July 2025
- 13:2313:23, 13 July 2025 diff hist −122 Source 2013 MP/Scripting/VScript Examples →Listening for Events: This variable is just a reference to the events table
- 12:4512:45, 13 July 2025 diff hist +716 Source 2013 MP/Scripting/VScript Examples →Creating a timer: Notes
- 12:1912:19, 13 July 2025 diff hist +548 Team Fortress 2/Scripting/VScript Examples Magic numbers
- 11:4111:41, 13 July 2025 diff hist −210 Source 2013 MP/Scripting/VScript Examples Formatting, magic numbers and variable names
- 10:3910:39, 13 July 2025 diff hist −3 Source 2013 MP/Scripting/VScript Examples →Creating a timer: Rename FireWithDelay to RunWithDelay
12 July 2025
- 13:5413:54, 12 July 2025 diff hist +140 Source 2013 MP/Scripting/VScript Examples →EntFire(ByHandle)
- 13:4813:48, 12 July 2025 diff hist −2 Source 2013 MP/Scripting/VScript Examples →EntFire(ByHandle): Use logic_relay instead of handle_dummy to avoid creating additional edict
- 13:0813:08, 12 July 2025 diff hist −560 Team Fortress 2/Scripting/Script Functions →Globals: Change EntFireByHandle string table crash solution @Mr. Burguers @Mr. Burguers @Mr. Burguers @Mr. Burguers @Mr. Burguers @Mr. Burguers
- 12:4612:46, 12 July 2025 diff hist −1 m Source 2013 MP/Scripting/VScript Examples →EntFire(ByHandle)
- 12:4212:42, 12 July 2025 diff hist +152 Source 2013 MP/Scripting/VScript Examples →EntFire(ByHandle): Fix infinite loop crash
- 12:2412:24, 12 July 2025 diff hist −5 m Source 2013 MP/Scripting/VScript Examples →EntFire(ByHandle)
- 12:2112:21, 12 July 2025 diff hist +1 m Source 2013 MP/Scripting/VScript Examples →EntFire(ByHandle): Change arbitrary to auxiliary
- 12:1912:19, 12 July 2025 diff hist +1,927 Source 2013 MP/Scripting/VScript Examples →Creating a timer: Add FireWithDelay, CreateTimer function implementations to the EntFireByHandle timer block
- 10:3710:37, 12 July 2025 diff hist +81 Team Fortress 2/Scripting/Script Functions →Hooks: Fix new SetInputHook taking a scope instead of the entity handle and fix delegation
- 07:3207:32, 12 July 2025 diff hist +93 Team Fortress 2/Scripting/Script Functions/Constants →ETFTeam: Add TF_TEAM_HALLOWEEN
8 July 2025
- 15:4515:45, 8 July 2025 diff hist 0 m Team Fortress 2/Scripting/Script Functions →Hooks
- 15:4115:41, 8 July 2025 diff hist +40 Team Fortress 2/Scripting/Script Functions →Hooks: Change the error to be valid
- 15:3815:38, 8 July 2025 diff hist −4 Team Fortress 2/Scripting/Script Functions →Hooks: SetInputHook change
- 10:5710:57, 8 July 2025 diff hist −67 Team Fortress 2/Scripting/VScript Examples →Creating bots that use the navmesh: Use bindenv to add the Update function as a think to a bot
6 July 2025
- 08:0208:02, 6 July 2025 diff hist +2,172 Team Fortress 2/Scripting/VScript Examples →Creating bots that use the navmesh: Add a basic obstacle avoidance
26 June 2025
- 15:4015:40, 26 June 2025 diff hist +674 Team Fortress 2/Scripting/Script Functions →Classes: Add a note about types
15 June 2025
- 02:2802:28, 15 June 2025 diff hist −143 Team Fortress 2/Scripting/Script Functions/Constants This sentence doesn't reflect the code above
4 June 2025
- 00:1500:15, 4 June 2025 diff hist +92 Team Fortress 2/Scripting/Script Functions Warning for split, optional string params
8 May 2025
2 May 2025
- 09:3109:31, 2 May 2025 diff hist −14 m Team Fortress 2/Scripting/Script Functions/Constants No edit summary
- 09:3109:31, 2 May 2025 diff hist −2 m Team Fortress 2/Scripting/Script Functions/Constants No edit summary
- 09:2909:29, 2 May 2025 diff hist +40 Team Fortress 2/Scripting/Script Functions/Constants No edit summary
- 09:2709:27, 2 May 2025 diff hist −90 Team Fortress 2/Scripting/Script Functions/Constants No edit summary
- 09:2409:24, 2 May 2025 diff hist −282 Team Fortress 2/Scripting/Script Functions →Methods: Remove bugs as per 1st May update