User contributions for Ficool2
Jump to navigation
Jump to search
3 April 2023
- 14:0414:04, 3 April 2023 diff hist +187 Team Fortress 2/Scripting/Script Functions Add note regarding banned netprops
1 April 2023
- 17:0717:07, 1 April 2023 diff hist +344 Team Fortress 2/Scripting/Script Functions Add warning regarding casti2f and castf2i
31 March 2023
- 09:0909:09, 31 March 2023 diff hist 0 HDR Skybox Creation Change SDR -> LDR, the engine refers to it as only LDR so it should be treated in such context
- 09:0909:09, 31 March 2023 diff hist +4 HDR Change SDR -> LDR and note that SDR is the industry-standard term
- 09:0709:07, 31 March 2023 diff hist 0 Advanced HDR Change SDR -> LDR, the engine refers to it as only LDR so it should be treated in such context
- 09:0509:05, 31 March 2023 diff hist 0 Sky (Source 1 shader) Change SDR -> LDR, the engine refers to it as only LDR so it should be treated in such context
- 09:0109:01, 31 March 2023 diff hist −5 Cubemaps Change SDR -> LDR, the engine refers to it as only LDR so it should be treated in such context
30 March 2023
- 12:1512:15, 30 March 2023 diff hist +349 $collisionjoints Add note about broken prop_dynamic behavior with 1 joint, and a workaround
29 March 2023
- 16:2816:28, 29 March 2023 diff hist +1 Point spotlight No edit summary
- 16:2816:28, 29 March 2023 diff hist +50 Env soundscape No edit summary
- 16:2716:27, 29 March 2023 diff hist +3 Env soundscape No edit summary
- 16:2716:27, 29 March 2023 diff hist +82 Env soundscape No edit summary
- 16:2316:23, 29 March 2023 diff hist +474 Point spotlight No edit summary
- 16:1616:16, 29 March 2023 diff hist −19 VScript Unnecessary merge notice, Squirrel article relates to only the language itself and not the game specific implementations
- 16:1416:14, 29 March 2023 diff hist −74 Squirrel Squirrel has not changed significantly between version 2 and version 3, split is not necessary
26 March 2023
- 05:3005:30, 26 March 2023 diff hist +370 List of Team Fortress 2 console commands and variables Mention that VScript can set devonly convars
20 March 2023
- 13:4113:41, 20 March 2023 diff hist −2 Team Fortress 2/Scripting/Script Functions TF2 upgraded to Squirrel 3.2 as of latest update
19 March 2023
- 11:1211:12, 19 March 2023 diff hist +74 Team Fortress 2/Scripting/Script Functions Note that dev-only convars can be set
18 March 2023
- 09:0909:09, 18 March 2023 diff hist +113 $definebone Note about multiple definitions
14 March 2023
- 15:1015:10, 14 March 2023 diff hist +378 Item teamflag Add missing ForceResetSilent and ForceResetAndDisableSilent inputs
13 March 2023
- 14:3614:36, 13 March 2023 diff hist +43 Game text Note that Hammer++ supports newlines
- 07:3607:36, 13 March 2023 diff hist +26 Point worldtext Hammer++ supports newlines in entities
6 March 2023
- 06:5506:55, 6 March 2023 diff hist +798 Team Fortress 2/Scripting/Script Functions Add networking warning about using KeyvalueFromX methods
4 March 2023
- 05:4105:41, 4 March 2023 diff hist +2,005 Team Fortress 2/Scripting/Script Functions Add string methods for convenience
2 March 2023
- 06:2106:21, 2 March 2023 diff hist +224 Team Fortress 2/Scripting/Script Functions Clarify that the input hook naming inconsistency appears to be unique per entity class
23 February 2023
- 17:2117:21, 23 February 2023 diff hist +4,774 Team Fortress 2/Scripting/VScript Examples Add more examples
20 February 2023
- 09:3309:33, 20 February 2023 diff hist +400 Team Fortress 2/Scripting/Script Functions Note that OnTakeDamage is a pre-hook and that events can be used as an effective post hook
12 February 2023
- 09:4109:41, 12 February 2023 diff hist −24 Team Fortress 2/Scripting/Script Functions Consistency in name label for Input/OnGameEvent
11 February 2023
- 13:0913:09, 11 February 2023 diff hist +331 Team Fortress 2/Scripting/Script Functions Add note on how to specify multiple keys for SpawnEntityFromTable (example from Mr. Burguers)
- 11:5911:59, 11 February 2023 diff hist +404 Team Fortress 2/Scripting/Script Functions Add note on why certain Input hooks didn't "work" + the workaround, due to odd behaviour in the naming scheme
6 February 2023
- 11:3011:30, 6 February 2023 diff hist +332 Infodecal Note overflow bug about infodecals not preserved in some games
5 February 2023
- 12:4612:46, 5 February 2023 diff hist +394 Team Fortress 2/Scripting/Script Functions Note some quirks about SetPlayerClass
3 February 2023
- 09:1509:15, 3 February 2023 diff hist +28 Team Fortress 2/Scripting/Script Functions Fix red link
- 07:3807:38, 3 February 2023 diff hist −2 Team Fortress 2/Scripting/Script Functions Typo
- 07:2607:26, 3 February 2023 diff hist +200 $animblocksize Describe crash when packing .ani files into a BSP
1 February 2023
- 05:2605:26, 1 February 2023 diff hist +99 Team Fortress 2/Scripting/Script Functions Add link to interactive netprop viewer
31 January 2023
- 15:5815:58, 31 January 2023 diff hist 0 List of material proxies Modulo is CSGO only
29 January 2023
- 04:2404:24, 29 January 2023 diff hist +151 Team Fortress 2/Scripting/Script Functions Fix typo in ClientPrint and add byte sequence for RGBA
26 January 2023
- 13:0513:05, 26 January 2023 diff hist +122 Team Fortress 2/Scripting/Script Functions Clarify difference between Kill() and Destroy()
- 04:0104:01, 26 January 2023 diff hist +17 Team Fortress 2/Scripting/Script Functions Mark this TODO off
25 January 2023
- 12:0012:00, 25 January 2023 diff hist +25 Team Fortress 2/Scripting/Script Functions Only some weapons need lag compensation
24 January 2023
- 09:0309:03, 24 January 2023 diff hist +563 Team Fortress 2/Scripting/Script Functions Add warning on how to properly call PrimaryAttack() and SecondaryAttack()
- 07:1707:17, 24 January 2023 diff hist +5 Team Fortress 2/Scripting/Script Functions Fix typo in SetPropIntArray signature
23 January 2023
- 14:5814:58, 23 January 2023 diff hist +144 Team Fortress 2/Scripting/Script Functions Note location of vscript files, and that they cannot be read from BSP
22 January 2023
- 17:5817:58, 22 January 2023 diff hist 0 Team Fortress 2/Scripting/VScript Examples Fix typo in teamnum key name
19 January 2023
- 15:2215:22, 19 January 2023 diff hist +2 Team Fortress 2/Scripting/Script Functions Fix typo in todo table
- 15:2115:21, 19 January 2023 diff hist +362 Team Fortress 2/Scripting/Script Functions Warn that not all outputs may be present for traces
- 13:1813:18, 19 January 2023 diff hist +285 Team Fortress 2/Scripting/Script Functions Describe how to color chat with ClientPrint
- 13:1313:13, 19 January 2023 diff hist +168 Team Fortress 2/Scripting/Script Functions Link enum for ClientPrint and SetMoveType
17 January 2023
- 16:5816:58, 17 January 2023 diff hist +86 Team Fortress 2/Scripting/Script Functions/Constants Add note about misleading name for FPlayer