This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import subprocess | |
import tempfile | |
import argparse | |
import os | |
import math | |
from pathlib import Path | |
FPS = 60 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[constants] | |
toolchain = '/opt/llvm-mingw' | |
arch = 'i686-w64-mingw32' | |
cpufamily = 'x86' | |
march = 'pentium4' | |
mtune = 'k8' | |
bin = toolchain/'bin' | |
exeprefix = bin/arch+'-' | |
cc = exeprefix+'clang' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../../../git/taisei/src/eventloop/executor_emscripten.c:86:3: warning: must specify at least one argument for '...' parameter of variadic macro [-Wgnu-zero-variadic-macro-arguments] | |
}); | |
^ | |
/data/webshit/emsdk/emscripten/incoming/system/include/emscripten/em_asm.h:176:9: note: macro 'EM_ASM' defined here | |
#define EM_ASM(code, ...) ((void)emscripten_asm_const_int(#code _EM_ASM_PREP_ARGS(__VA_ARGS__))) | |
^ | |
../../../git/taisei/src/eventloop/executor_emscripten.c:78:2: warning: must specify at least one argument for '...' parameter of variadic macro [-Wgnu-zero-variadic-macro-arguments] | |
EM_ASM({ | |
^ | |
/data/webshit/emsdk/emscripten/incoming/system/include/emscripten/em_asm.h:176:65: note: expanded from macro 'EM_ASM' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Screen" | |
Identifier "Screen0" | |
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }" | |
EndSection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c9c7670b733627af13f5dbdcaf6c3b3723e2eb3a Mon Sep 17 00:00:00 2001 | |
From: "Andrei \"Akari\" Alexeyev" <[email protected]> | |
Date: Sun, 23 Jul 2017 13:29:06 +0300 | |
Subject: [PATCH] Arch Linux build fix | |
Pick up the correct LuaJIT headers, instead of the default Lua 5.3 | |
headers. | |
--- | |
CMakeLists.txt | 4 ++++ | |
1 file changed, 4 insertions(+) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<alias> | |
<family>monospace</family> | |
<prefer> | |
<family>dino</family> | |
</prefer> | |
</alias> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70mm13_02 | |
70mm13_06 | |
70mm13_11 | |
begrot | |
Blastedlands | |
BoxGardens | |
brokenworld_r3v2 | |
capturecity_revisited | |
capturecity-v2r1-rbi | |
Chasmv2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#version 110 | |
void main(void) { | |
gl_Position = ftransform(); | |
gl_FrontColor = gl_Color; | |
gl_TexCoord[0] = gl_MultiTexCoord0; | |
} | |
%% -- FRAG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/qcsrc/server/g_handgrenades.qc b/qcsrc/server/g_handgrenades.qc | |
index c882c31..49e38d1 100644 | |
--- a/qcsrc/server/g_handgrenades.qc | |
+++ b/qcsrc/server/g_handgrenades.qc | |
@@ -11,6 +11,7 @@ void HG_Napalm_Burn (float dt, float dist, float damage, float edgedamage, float | |
for(e = findradius(self.origin, dist); e; e = e.chain) | |
//if(e != self.owner) if(e.takedamage == DAMAGE_AIM) if(e.classname != "player" || !self.owner || IsDifferentTeam(e, self)) | |
{ | |
+ /* | |
p = e.origin; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
default_color = "16"; | |
abstracts = { | |
line_start = "%K%n::%K%w "; | |
timestamp = "$0-"; | |
hilight = "%_$0-%_"; | |
error = "%R$0-%w"; | |
sb_act_none = "%K$*"; | |
channel = "%n$0-%w"; |
NewerOlder