shithub: qk1

RSS feed

0dc9ef35 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/04 18:35
with "always run" enabled use +speed to DEcrease the speed (walk)

a6e0affe – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/04 18:27
set cl_forwardspeed and cl_backspeed to 400 by default

2eb12cbb – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/04 18:26
sdl input: send mouse events when binding keys

beeeaaee – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/03 17:48
remove unused pal2xrgb

a2bf5224 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/02 23:04
fs: don't dup, reopen pak instead

e2e4c5b3 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/02 18:39
posix: rely on meson to define endianess if there is no endian.h

51dc0e0c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/01 20:19
lto-type-mismatch does not exist in clang so skip it

c6c201b3 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/01 13:47
link with libnetwork on Haiku

116362c0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/01 13:46
don't redefine min/max

db483593 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/01 13:42
add a dummy macos implementation

98096fe3 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/01 13:37
(u)vlong -> (u/s)64int

1a3b7dc6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/02/01 13:33
fix type warnings with certain platforms/compilers

9f50a531 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/30 11:42
ignore Windows cross toolchain files

4917b0d8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/30 11:41
make it work with -std=c99 - remove a bunch of crap out of stb_vorbis

25706c66 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/29 11:52
cross: simplify; specify sdl2-config path; use @DIRNAME@ instead of forcing the use of PATH env var

3ed81805 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/29 11:50
openal: store current device full name; don't try to reopen the same one

bccea301 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/29 11:48
call the engine "qk1" throughout

28e0379c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/28 17:57
a bunch of changes

3206bcd5 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/26 10:16
PF_random: use mersenne twister

64307b36 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/25 20:54
openal: pthread_t is not necessarily an integer

170a13ec – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/25 20:54
trackdecoder: set f as FILE since ferror() is a macro on OpenBSD

f8940b50 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/25 20:53
unix: define __wchar_t as something random to fix OpenBSD+clang issue with -fms-extensions

2dd504bd – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/25 20:53
Cbuf_Execute: memmove instead of memcpy since it's the same buffer

a4cbb5ee – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/25 19:59
move to meson

5a6ed7f4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/24 19:58
fix compilation with old compilers (gcc 10 on netbsd)

2bfad690 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/11 10:19
declutter edges a bit

cb737961 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/11 10:15
calculate mip level when surface is added

645a201f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/11 09:30
rearrange struct fields

8ffc3f30 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/11 09:10
sdl: don't force software renderer

a53e1479 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/08 13:06
deglobalize surf drawing and lighting

f64250f9 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/08 10:36
move more stuff out of dvars

047a4434 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/07 20:27
move several refdef-related globals into r_refdef as view_t

0928124e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/07 13:38
D_DrawSurfaces: don't set currententity

dd29da46 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/07 13:21
sdl: a bunch of hints and v_sync

42c95cd5 – qwx <qwx@sciops.net> authored on 2024/01/06 11:32
fix qwsv/qwcl build

2feac9be – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/05 21:46
sdl: instead of getting window size use renderer's output size

c1ad8177 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2024/01/05 21:45
sdl input: disable SDL_HINT_VIDEO_WAYLAND_EMULATE_MOUSE_WARP