User contributions for SomeoneTookSeven
Jump to navigation
Jump to search
21 August 2025
- 07:0107:01, 21 August 2025 diff hist +1,616 N File Management first draft of information current
28 July 2025
- 15:1715:17, 28 July 2025 diff hist +110 VPC Scripts added relevant software tags
27 July 2025
- 21:2921:29, 27 July 2025 diff hist +57 User talk:SomeoneTookSeven →minor edits current
- 21:2721:27, 27 July 2025 diff hist +370 N Template:VPC Created page with "{{doc|docpage=Template:Hl2/doc}} <includeonly><onlyinclude>{{Software | {{{1}}} | ico = Icon-Windows_Executable.png | ico size = 16px | link = VPC | name = {{#switch: {{language}} | #default = VPC }} | name1 = {{#switch: {{language}} | #default = Valve Project Creator }} | col = #FFFFFF | addtext = {{{addtext|}}} | nt = {{{nt|}}} }}</onlyinclude></includeonly>" current
- 21:1921:19, 27 July 2025 diff hist +6 m SDK Overview No edit summary
- 21:1521:15, 27 July 2025 diff hist +18 m CPP No edit summary current
- 21:0921:09, 27 July 2025 diff hist +363 m Template:Cpp updated to actual software template and updated icon current
- 20:5720:57, 27 July 2025 diff hist 0 N File:Icon-cpp.png No edit summary current
- 20:4920:49, 27 July 2025 diff hist +913 m CPP No edit summary
- 20:4020:40, 27 July 2025 diff hist −84 m User:SomeoneTookSeven No edit summary current
- 20:0420:04, 27 July 2025 diff hist +49 m User:SomeoneTookSeven No edit summary
- 15:5615:56, 27 July 2025 diff hist +1,159 m Category:SDK Documentation No edit summary current
- 15:0515:05, 27 July 2025 diff hist −584 m User:SomeoneTookSeven No edit summary
- 14:4614:46, 27 July 2025 diff hist +1,517 m SDK Overview No edit summary
- 13:2013:20, 27 July 2025 diff hist +24 m User:SomeoneTookSeven/TemplateSDK No edit summary current
- 13:0013:00, 27 July 2025 diff hist −10 m User:SomeoneTookSeven/TemplateSDK No edit summary
- 12:4212:42, 27 July 2025 diff hist +15 m User:SomeoneTookSeven/TemplateSDK No edit summary
- 12:4012:40, 27 July 2025 diff hist −2 m User:SomeoneTookSeven/TemplateSDK No edit summary
- 12:3612:36, 27 July 2025 diff hist +973 N User:SomeoneTookSeven/TemplateSDK Created page with "<noinclude> I Made my own because I did not like the normal SDK one = Example = Lorem Ipsum Lorem Ipsum <span style="margin: 0px 0.25em 0px 0.25em;color:#c286fe !important;background-color:#1d1326;padding:1px 4px 2px 4px;border-radius:8px;border: 1px solid black";white-space:no-wrap;margin:0>frameless|text-top|16px|link=:Category:SDK_Documentation|alt="SDKImg"| :Category:SDK_Documentation|<span style="color:#c286fe !important;font-weight:bo..."
- 11:0411:04, 27 July 2025 diff hist +408 N User:SomeoneTookSeven/TemplateCheatSheet Created page with "This is more of a reference page for relevant templating stuff so I don't need to keep googling the same stuff. # Transclusion Transclusion is just what actually transfer from one page to another when it gets included: * <nowiki><noinclude></nowiki> = Source Page Only, No Inclusion * <nowiki><includeonly></nowiki> = No Source, Only Inclusion * <nowiki><onlyinclude></nowiki> = Source Page + Inclusion Page" current
- 10:3610:36, 27 July 2025 diff hist 0 File:Icon-SourceSDK.png SomeoneTookSeven uploaded a new version of File:Icon-SourceSDK.png current
- 10:1410:14, 27 July 2025 diff hist 0 N File:Icon-SourceSDK.png No edit summary
- 10:0810:08, 27 July 2025 diff hist +63 N File:Icon-SourceSDK.webp Distinguishing icon specifically for SDK branches current
26 July 2025
- 19:2019:20, 26 July 2025 diff hist +31 m VPC Scripts No edit summary
- 19:1919:19, 26 July 2025 diff hist +31 m SDK Overview No edit summary
- 19:1519:15, 26 July 2025 diff hist +10,352 N VPC Scripts/Syntax Created page with "VPC Script files work in a fairly straightforward way. There are C-Style comments with <code>//</code>, Commands are issued with <code>$</code> and Scopes are made with <code>{ }</code>. Conditionals can also be made with <code>[condition]</code> __TOC__ === $BASE === <code style="display:block;background-color:#151515!important;padding:15px !important;border-radius:8px!important;font-family:monospace;border:1px solid #000 !important;margin-bottom:5px;"> <span style="co..." current
- 18:0118:01, 26 July 2025 diff hist +82 m VPC Scripts No edit summary
- 17:5817:58, 26 July 2025 diff hist +7,022 N VPC Scripts/help Created page with "<syntaxhighlight lang="bat"> VPC - Valve Project Creator (Build: Mar 8 2025 19:08:18) Copyright (c) Valve Corporation. All Rights Reserved. Source Path: C:\Users\User\Desktop\SDK\source-sdk-2013\src Target Platform: win64 Generating for Visual Studio 2022. usage: vpc [options] <+/-/*/@project or group> Use +/- to add or remove projects or groups. Use * to add a project and all projects that depend on it. Use @ to add a project and all projects that it depe..." current
- 17:5717:57, 26 July 2025 diff hist −6,943 m VPC Scripts No edit summary
- 17:5017:50, 26 July 2025 diff hist +9,116 N VPC Scripts Created page with "VPC (or Valve Project Creator) is a a command line tool that ships with the Source SDK. This tool is used for constructing Visual Studio projects (<code>.vcproj</code>) with consistent project properties. The Source Engine uses pre-processor definitions to determine what code needs to be compiled in any given file for the target settings. While the SDK does use some pre-defined definitions set by the compiler or operating system, it also uses custom definitions like <co..."
- 16:5916:59, 26 July 2025 diff hist +2,313 N SDK Overview Created page with "__NOTOC__ = What is the SDK = The Source SDK is a development kit for creating and modifying games built on the Source Engine. It includes a wide range of source code files and scripts that enables you to build your own systems and game logic on top of the Source Engine framework. == What The SDK Offers == The SDK provides: * Full access to gameplay code written in C++ * Tools to compile maps, models, and materials * Build scripts and Visual Studio project files * Examp..."
- 14:1514:15, 26 July 2025 diff hist +2,053 N Category:SDK Documentation inital Page Creation
22 July 2025
- 12:3212:32, 22 July 2025 diff hist +214 m Team Fortress 2/Docs No edit summary
21 July 2025
- 09:3809:38, 21 July 2025 diff hist +1,561 N User:SomeoneTookSeven creeated
18 July 2025
- 21:1521:15, 18 July 2025 diff hist +82 NextBot improved current
2 March 2025
- 11:1211:12, 2 March 2025 diff hist +53 m Tooltexture highlight the line instead of bold