All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Frictional Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 22:38, 10 August 2020 TiMan talk contribs created page HPL3/SOMA/Modeling (Created page with "'''This category deals with the HPL3 Particle Editor and with creating and using particles.''' {{CategoryHeader}} {{CategoryNewcolumn}} == Getting Started == * HPL3/SOMA/Mo...")
- 21:56, 10 August 2020 TiMan talk contribs created page HPL3/Scripting/Helper Files (Created page with "{{Hpl3ScriptingGuideMenuBasic}} {{shortPageTitle}} This article explains what helper files are and how to use them. == Introduction == When you're writing your script, you ca...")
- 21:30, 10 August 2020 TiMan talk contribs created page File:Callback-test-hpl3-soma.gif
- 21:30, 10 August 2020 TiMan talk contribs uploaded File:Callback-test-hpl3-soma.gif
- 10:15, 10 August 2020 TiMan talk contribs created page HPL3/Scripting/Calling Functions and Function Callbacks (Created page with "{{ShortPageTitle}} Now that we learned how to write our very first piece of code, we can look into calling functions and function callbacks. If we want to make the game do s...") Tag: Visual edit
- 09:21, 10 August 2020 TiMan talk contribs created page File:Thomas grip.jpg
- 09:21, 10 August 2020 TiMan talk contribs uploaded File:Thomas grip.jpg
- 09:20, 10 August 2020 TiMan talk contribs deleted page File:Grip.PNG (Gonna upload a nother pic)
- 21:40, 9 August 2020 TiMan talk contribs moved page HPL3/SOMA/Scripting/hps api to HPL3/SOMA/Scripting/Scripting Api
- 21:06, 9 August 2020 TiMan talk contribs created page File:Debug message tut.png
- 21:06, 9 August 2020 TiMan talk contribs uploaded File:Debug message tut.png
- 14:46, 9 August 2020 TiMan talk contribs created page HPL3/Scripting/Hello World (Created page with "{{wip}} {{Hpl3ScriptingGuideMenuBasic}} {{shortPageTitle}} Let’s start by writing a very simple script. Like every programming tutorial ,we will start with a “Hello World...")
- 21:21, 8 August 2020 TiMan talk contribs created page HPL3/Scripting/Scripting Workflow and Structure (Created page with "{{Hpl3ScriptingGuideMenuBasic}} {{shortPageTitle}} This article describes the scripting workflow in HPL3 and the basic structure of a map script file. == Introduction == A l...")
- 20:01, 8 August 2020 TiMan talk contribs created page File:Codelite custom build.png
- 20:01, 8 August 2020 TiMan talk contribs uploaded File:Codelite custom build.png
- 19:18, 8 August 2020 TiMan talk contribs moved page Template:CodeNoBg to Template:Monospace (better name)
- 19:01, 8 August 2020 TiMan talk contribs created page Template:CodeNoBg (Created page with "<noinclude>This template provides a text like <code><nowiki><code></nowiki></code> but without the darker background. Example: {{CodeNoBg|Hello World.}}</noinclude> <includeo...")
- 16:08, 7 August 2020 TiMan talk contribs deleted page Hpl3:Community:scripting:codelite setup with pictures (old version)
- 16:08, 7 August 2020 TiMan talk contribs deleted page Hpl3:3rdparty:codelite (Old page)
- 15:05, 7 August 2020 TiMan talk contribs created page File:Codelite-window.png (Codelite 12.0.0)
- 15:05, 7 August 2020 TiMan talk contribs uploaded File:Codelite-window.png (Codelite 12.0.0)
- 13:52, 7 August 2020 TiMan talk contribs created page File:Codelite-tut-colors 2.png
- 13:52, 7 August 2020 TiMan talk contribs uploaded File:Codelite-tut-colors 2.png
- 13:52, 7 August 2020 TiMan talk contribs created page File:Codelite-tut-colors 1.png
- 13:52, 7 August 2020 TiMan talk contribs uploaded File:Codelite-tut-colors 1.png
- 12:54, 7 August 2020 TiMan talk contribs created page CodeLite (Created page with "CodeLite is a tool used for scripting and programming within the HPL3 engine, for the games SOMA and Amnesia: Rebirth. You can find a guide of using the tool HPL3/Scripting/...")
- 21:55, 5 August 2020 TiMan talk contribs created page HPL3/Scripting/Setting up CodeLite (Created page with "{{Hpl3ScriptingGuideMenuBasic}} == CodeLite - Introduction == As mentioned Scripting in HPL3 can look a lot like regular programming, but less complicated. Because of that,...") Tag: Visual edit: Switched
- 20:37, 5 August 2020 TiMan talk contribs deleted page Template:NavBarBase (content was: "#REDIRECT Template:NavBar", and the only contributor was "TiMan" (talk))
- 20:34, 5 August 2020 TiMan talk contribs created page HPL3/Scripting/What is scripting in HPL3? (Created page with "{{Hpl3ScriptingGuideMenuBasic}} == What is scripting in HPL3? == Scripting in the context of HPL3 means defining the behavior and the events of your map in the form of code,...")
- 20:34, 5 August 2020 TiMan talk contribs moved page Template:NavBarBase to Template:NavBar
- 20:33, 5 August 2020 TiMan talk contribs deleted page Template:NavBar (content was: "{{NavBarBase | {{{1}}}|{{{1}}} | {{{2}}}|{{{2}}} | {{{3}}}|{{{3}}} | {{#if: {{{width|}}} | width={{{width}}} }} }}", and the only contributor was "TiMan" (talk))
- 20:16, 5 August 2020 TiMan talk contribs created page Template:NavBar (Created page with "{{NavBarBase | {{{1}}}|{{{1}}} | {{{2}}}|{{{2}}} | {{{3}}}|{{{3}}} | {{#if: {{{width|}}} | width={{{width}}} }} }}")
- 20:11, 5 August 2020 TiMan talk contribs created page Template:NavBarBase (Created page with "<hr style="clear:both;margin-top:12px;" /> <div style="width:{{#if: {{{width|}}} | {{{width}} | 40 }}em;border-bottom:1px solid #dd8822;margin:12px auto;text-align:center;">...")
- 15:09, 5 August 2020 TiMan talk contribs created page HPL3/Scripting/The Basics - Introduction (Created page with "{{Hpl3ScriptingGuideMenuBasic}} == The Basics - Introduction == Welcome the scripting tutorial series for the HPL3 Engine. In this tutorial series, you will learn how to se...")
- 21:29, 4 August 2020 TiMan talk contribs created page Template:Hpl3ScriptingGuideMenuAdvanced (Created page with "{{MenuBox |title= HPL3 Scripting - Advanced |link= HPL3/Scripting/HPL3 Scripting Guide |width= 16em |nofloat= true |text= <span> # HPL3/Scripting/HPL3 Scripting Guide/Advanc...")
- 21:15, 4 August 2020 TiMan talk contribs moved page Template:Hpl3ScriptingGuideMenu to Template:Hpl3ScriptingGuideMenuBasic
- 20:27, 4 August 2020 TiMan talk contribs created page HPL3/Scripting/HPL3 Scripting Guide (Created page with "{{Hpl3ScriptingGuideMenu|nofloat=true}}")
- 20:15, 4 August 2020 TiMan talk contribs created page Template:Hpl3ScriptingGuideMenu (Created page with "{{MenuBox |title= HPL3 Scripting - The Basics |width= 16em |nofloat{{#if:{{{nofloat|}}}||NULL}}={{{nofloat}}} |text= <span> # HPL3/Scripting/The Basics - Introduction|The Ba...")
- 19:23, 4 August 2020 TiMan talk contribs created page Template:MenuBox (Created page with "<includeonly><div style="position:relative;margin:0 0 1em 1em;{{#if: {{{nofloat|}}} | display:inline-block; | float:right;}}"> <div class="navbox" style="border:2px solid {{{b...")
- 16:55, 4 August 2020 TiMan talk contribs created page Category:HPL3 Scripting (Created page with "This category includes all pages related to Scripting in the HPL3 Engine.")
- 13:02, 4 August 2020 TiMan talk contribs created page HPL3/Scripting/User Modules Overview (Created page with "= Custom User Modules = This is a tutorial that aims to teach you, the prospective HPL3 modder, on how to use a user module. It assumes that you have a general grasp of progr...")
- 21:02, 3 August 2020 TiMan talk contribs deleted page Hpl3:Scripting/AngelScript Fundamentals (content was: "#REDIRECT HPL3/Scripting/AngelScript Fundamentals", and the only contributor was "TiMan" (talk))
- 21:01, 3 August 2020 TiMan talk contribs deleted page Hpl3:Community:scripting:angelscript tutorial (Page was moved)
- 20:59, 3 August 2020 TiMan talk contribs restored page Hpl3:Scripting/AngelScript Fundamentals (1 revision) (Accidentally deleted it)
- 20:59, 3 August 2020 TiMan talk contribs deleted page Hpl3:Scripting/AngelScript Fundamentals (content was: "#REDIRECT HPL3/Scripting/AngelScript Fundamentals", and the only contributor was "TiMan" (talk))
- 19:42, 3 August 2020 TiMan talk contribs moved page Hpl3:Scripting/AngelScript Fundamentals to HPL3/Scripting/AngelScript Fundamentals
- 19:42, 3 August 2020 TiMan talk contribs moved page Hpl3:Community:scripting:angelscript tutorial to Hpl3:Scripting/AngelScript Fundamentals
- 15:09, 3 August 2020 TiMan talk contribs created page HPL3/SOMA/Scripting (Created page with "{{wip}} {{CategoryHeader}} {{CategoryNewcolumn}} == Advice == * Advice for Scripting and Programming == Getting Started == * HPL3...") Tag: Visual edit: Switched
- 11:42, 3 August 2020 TiMan talk contribs created page HPL3/SOMA/Particles (Created page with "'''This category deals with the HPL3 Particle Editor and with creating and using particles.''' {{CategoryHeader}} {{CategoryNewcolumn}} == Getting Started == * HPL3/SOMA/Pa...")
- 21:59, 2 August 2020 TiMan talk contribs created page HPL3/SOMA/Sound (Created page with "'''This category deals with creating, managing and releasing SOMA mods, including managing and organizing a team.''' {{CategoryHeader}} {{CategoryNewcolumn}} == Getting Start...")