Main public logs
More actions
Combined display of all available logs of Fightorder. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:15, 23 February 2026 Qrow talk contribs imported Radar Tower by file upload (1 revision)
- 22:15, 23 February 2026 Qrow talk contribs imported Cornea by file upload (1 revision)
- 22:15, 23 February 2026 Qrow talk contribs imported Trinity by file upload (1 revision)
- 22:14, 23 February 2026 Qrow talk contribs imported Tank Foundry by file upload (1 revision)
- 22:14, 23 February 2026 Qrow talk contribs imported Jumpbot Plate by file upload (1 revision)
- 22:10, 23 February 2026 Qrow talk contribs imported Template:Pipe by file upload (1 revision)
- 22:10, 23 February 2026 Qrow talk contribs imported Template:CodeStyle by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:Lang:CSharp by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Links by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:TheMaps by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:MonitorAndDebug by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:GameInferences by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported Krogothes Metal class by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported GlobalAI Mono Bindings by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported CSAI Build Instructions by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:HughsUnitGroupingHeuristic by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Hughs global AI tutorial by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:System by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:Lang:Python by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:Lang:Lua by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:Lang:Java by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:Lang:Cpp by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:Lang:C by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:Development:Interface by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI:CSAIInterface by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported AI Research by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported Category:AIWrapper by file upload (1 revision)
- 22:08, 23 February 2026 Qrow talk contribs imported Category:AIInterface by file upload (1 revision)
- 22:07, 23 February 2026 Qrow talk contribs imported Balanced Annihilation by file upload (1 revision)
- 22:07, 23 February 2026 Qrow talk contribs imported HLT by file upload (1 revision)
- 22:07, 23 February 2026 Qrow talk contribs imported 4v4BA by file upload (1 revision)
- 22:07, 23 February 2026 Qrow talk contribs imported Balanced Annihilation shared section by file upload (1 revision)
- 22:07, 23 February 2026 Qrow talk contribs imported Balanced Annihilation:misc by file upload (1 revision)
- 22:06, 23 February 2026 Qrow talk contribs imported Balanced Annihilation:Custom Keys by file upload (1 revision)
- 22:06, 23 February 2026 Qrow talk contribs imported Balanced Annihilation:Doodles by file upload (1 revision)
- 22:06, 23 February 2026 Qrow talk contribs imported Balanced Annihilation:Command Reference by file upload (1 revision)
- 22:06, 23 February 2026 Qrow talk contribs imported Balanced Annihilation:Giving Orders by file upload (1 revision)
- 22:05, 23 February 2026 Qrow talk contribs created page CEG (Created page with "= CEG Main Page = == Introduction == CEG stands for Custom Explosion Generator, a scripting language for creating graphical effects. These are most commonly used to draw a graphical effect when a weapon hits a target, but can also be called from COB and Lua. == Files Needed == The actual CEGs are defined in .tdf or .lua files in <code>effects/</code> (preferred) or <code>gamedata/explosions/</code> (old standard). You will also need a resources.lua in <code>gamedata...")
- 22:05, 23 February 2026 Qrow talk contribs created page Shaders:CustomUnitShadingFramework (Created page with "The Custom Unit Shading Framework was developed by jK to facilitate the writing of custom unit & feature shaders in Lua for the SpringRTS engine.<br /> You can access its repository from here: https://github.com/jk3064/Custom-Unit-Shader-Framework <br /><br /> Writing new shaders requires the following two steps: * Creation of a new file in the ModelMaterials folder that defines the material. Here you should specify the following: ** material properties (camera usage, te...")
- 22:04, 23 February 2026 Qrow talk contribs created page Shaders:IvandPBRShader (Created page with "'''Ivand's PBR shader's install instructions''' <br /> What you will need: <br /> # Latest maintenance engine. Grab it here: https://springrts.com/dl/buildbot/default/maintenance/ # Custom unit shader gadget. Every mod has a bit different code, check if your game has it, if not copy from somewhere else. ZK variant: https://github.com/lhog/Zero-K/blob/pbrCUS_v1/LuaRules/Gadgets/api_custom_unit_shaders.lua # PBR shader: https://github.com/lhog/Zero-K/blob/pbrCUS_v1/ModelMa...")
- 22:04, 23 February 2026 Qrow talk contribs created page Shaders:PBRShaders (Created page with "PBR stands for Physically Based Render, it's a technique for 3D surface shading that tries to replicate the physical properties of light when hitting a given surface. More info: https://en.wikipedia.org/wiki/Physically_based_rendering One of the main advantages of PBR - besides looking extremely good for minimal effort by the artists - is how streamlined the process of generating the textures becomes. Regardless of if you created the textures \in an image editing progra...")
- 22:03, 23 February 2026 Qrow talk contribs imported Template:CodeStyle by file upload (1 revision)
- 22:03, 23 February 2026 Qrow talk contribs imported AI:Compare:Spring 1944 by file upload (1 revision)
- 22:03, 23 February 2026 Qrow talk contribs imported AI:Shard by file upload (1 revision)
- 22:03, 23 February 2026 Qrow talk contribs imported AI:BAI by file upload (1 revision)
- 22:03, 23 February 2026 Qrow talk contribs imported AI:HughAI by file upload (1 revision)
- 22:03, 23 February 2026 Qrow talk contribs imported AI:CSAI by file upload (1 revision)
- 22:03, 23 February 2026 Qrow talk contribs imported AI:AGAI by file upload (1 revision)
- 22:03, 23 February 2026 Qrow talk contribs imported AI:Compare:*A by file upload (1 revision)
- 22:03, 23 February 2026 Qrow talk contribs imported AI:Compare by file upload (1 revision)