User contributions for Ficool2
Jump to navigation
Jump to search
26 October 2024
- 19:1719:17, 26 October 2024 diff hist +410 Team Fortress 2/Scripting/VScript Examples No edit summary
24 October 2024
- 08:2908:29, 24 October 2024 diff hist −51 Team Fortress 2/Scripting/Script Functions No edit summary
- 08:2208:22, 24 October 2024 diff hist +70 Team Fortress 2/Scripting/Script Functions No edit summary
- 07:3707:37, 24 October 2024 diff hist +174 Team Fortress 2/Scripting/Script Functions No edit summary
- 07:3507:35, 24 October 2024 diff hist +706 FunCBaseFlex No edit summary
23 October 2024
- 15:2515:25, 23 October 2024 diff hist +222 Team Fortress 2/Scripting/Script Functions/Constants Add unofficial damage constants
- 15:2415:24, 23 October 2024 diff hist −5 Team Fortress 2/Scripting/Script Functions/Constants Re-order unofficial constants alphabetically
- 07:5507:55, 23 October 2024 diff hist −95 Team Fortress 2/Scripting/Script Functions No edit summary
- 07:5407:54, 23 October 2024 diff hist +365 Team Fortress 2/Scripting/Script Functions No edit summary
- 06:2306:23, 23 October 2024 diff hist +26 Func breakable surf This fixes rockets getting stuck
21 October 2024
- 19:0819:08, 21 October 2024 diff hist −7 $bodygroup Static is a bad idea
- 12:5112:51, 21 October 2024 diff hist +59 Team Fortress 2/Scripting/Script Functions/TraceLineEx No edit summary
- 12:5112:51, 21 October 2024 diff hist +59 Team Fortress 2/Scripting/Script Functions/TraceHull No edit summary current
20 October 2024
- 11:4311:43, 20 October 2024 diff hist +148 Entity limit There is a bit more to it
- 10:4110:41, 20 October 2024 diff hist +218 Entity limit Non-networked entities have a higher limit
19 October 2024
- 12:4212:42, 19 October 2024 diff hist +257 Team Fortress 2/Scripting/VScript Examples No edit summary
- 12:0012:00, 19 October 2024 diff hist +159 Team Fortress 2/Scripting/Script Functions No edit summary
18 October 2024
- 05:3805:38, 18 October 2024 diff hist +24 Team Fortress 2/Scripting/Game Events No edit summary
- 05:3705:37, 18 October 2024 diff hist +191 Team Fortress 2/Scripting/Game Events No edit summary
16 October 2024
- 13:0413:04, 16 October 2024 diff hist +60 Team Fortress 2/Scripting/Game Events No edit summary
- 03:1403:14, 16 October 2024 diff hist +110 Team Fortress 2/Scripting/Script Functions No edit summary
11 October 2024
- 04:5204:52, 11 October 2024 diff hist +100 Team Fortress 2/Scripting/Script Functions Document more chat color codes
10 October 2024
- 16:4816:48, 10 October 2024 diff hist 0 Base boss No edit summary
- 16:4816:48, 10 October 2024 diff hist +134 Base boss No edit summary
- 16:4516:45, 10 October 2024 diff hist +565 Team Fortress 2/Scripting/Script Functions Add CTFBaseBoss from today's update
- 15:5215:52, 10 October 2024 diff hist −79 $collisiontext No edit summary
9 October 2024
- 16:0416:04, 9 October 2024 diff hist +2 Team Fortress 2/Scripting/Script Functions No edit summary
8 October 2024
- 20:0920:09, 8 October 2024 diff hist +2,661 Team Fortress 2/Scripting/VScript Examples No edit summary
5 October 2024
- 20:0620:06, 5 October 2024 diff hist −126 Source Model Skin Editor Thats just wrong, the tool works
3 October 2024
- 03:3203:32, 3 October 2024 diff hist +1 Team Fortress 2/Scripting/Script Functions Braces on another line per convention
29 September 2024
- 06:4106:41, 29 September 2024 diff hist +115 Team Fortress 2/Scripting/Script Functions No edit summary
- 06:4006:40, 29 September 2024 diff hist −6 Team Fortress 2/Scripting/VScript Examples No edit summary
- 06:4006:40, 29 September 2024 diff hist +23 Team Fortress 2/Scripting/VScript Examples No edit summary
- 06:3906:39, 29 September 2024 diff hist +250 Team Fortress 2/Scripting/VScript Examples The convention is braces go on a new line, and no semicolons (consistent with every other example). Also since this code is boilerplate and most of it a user doesnt need to change, it should be kept compact for easier copy pasting
27 September 2024
- 11:1211:12, 27 September 2024 diff hist 0 Team Fortress 2/Scripting/Script Functions/TraceHull No edit summary
- 11:1111:11, 27 September 2024 diff hist −944 Team Fortress 2/Scripting/Script Functions No edit summary
- 11:1111:11, 27 September 2024 diff hist −106 Team Fortress 2/Scripting/Script Functions/TraceHull No edit summary
- 11:1011:10, 27 September 2024 diff hist +4,506 N Team Fortress 2/Scripting/Script Functions/TraceHull Created page with "== Description == <code>bool TraceHull(table ''traceTable'')</code> Does a box (AABB) sweep along a path defined by two vectors, returning the first entity o..."
- 11:0211:02, 27 September 2024 diff hist −1,049 Team Fortress 2/Scripting/Script Functions No edit summary
- 10:5710:57, 27 September 2024 diff hist +341 Team Fortress 2/Scripting/Script Functions/TraceLineEx No edit summary
- 10:5410:54, 27 September 2024 diff hist −3,886 Team Fortress 2/Scripting/Script Functions/TraceLine Redirected page to Team Fortress 2/Scripting/Script Functions/TraceLineEx current Tag: New redirect
- 10:5310:53, 27 September 2024 diff hist +3,954 N Team Fortress 2/Scripting/Script Functions/TraceLineEx Created page with "== Description == <code>bool TraceLineEx(table ''traceTable'')</code> Does a raycast along a line specified by two vectors, returning the first entity or geometry hit along t..."
- 10:5010:50, 27 September 2024 diff hist +3,954 N Team Fortress 2/Scripting/Script Functions/TraceLine Created page with "== Description == <code>bool TraceLineEx(table ''traceTable'')</code> Does a raycast along a line specified by two vectors, returning the first entity or geometry hit along t..."
- 09:3409:34, 27 September 2024 diff hist 0 Team Fortress 2/Scripting/VScript Examples No edit summary
- 09:2809:28, 27 September 2024 diff hist −1 Team Fortress 2/Scripting/VScript Examples No edit summary
- 09:2509:25, 27 September 2024 diff hist +116 Team Fortress 2/Scripting/VScript Examples Fix wrong event scope being used
- 05:2005:20, 27 September 2024 diff hist +115 Player (Team Fortress 2) No edit summary
- 05:1905:19, 27 September 2024 diff hist +4,363 Player (Team Fortress 2) Document SpeakResponseConcept
25 September 2024
- 06:2706:27, 25 September 2024 diff hist +74 Team Fortress 2/Scripting/Script Functions No edit summary
- 05:4105:41, 25 September 2024 diff hist +202 Team Fortress 2/Scripting/Script Functions No edit summary