RSS feed
ba6ad8dd
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 20:05
CL_ClearState: reset cl_numvisedicts as well
8b1ca987
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 19:55
in (unix): process focus lost/gained
b46dffd1
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 19:27
vid (plan 9): don't forget to getwindow
299d5c31
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 19:04
makefile: remove manpage target, make all .o depend on headers
d258601b
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 18:14
R_EmitEdge: comment out stuff that doesn't seem to be required anymore
678bf631
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 18:12
blended ents: stop the sorting madness that doesn't work
7763e5f0
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 18:11
fences: don't modify z-buffer unless drawing as opaque
7616b2f2
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 17:04
snd (plan9): proper (de)initialization
88418ce4
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 17:00
snd (plan9): remove sndstop entirely, it's more work to make it work and no use anyway
313e885f
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 16:44
sndstop (plan9): wait until the proc exits
08ea19ee
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/07 14:03
audio: completely stop audio when needed, resume on next write
d40a186c
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/06 22:56
make sound less choppy and with less latency
1d16b811
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/02 14:42
cl: put protocol into client instead of allocating
da3a52a4
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/02 14:41
snd: stop reallocating channels, just increase the limit
81829a02
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 22:00
rendering: sort alpha-blended entities to draw back-to-front
62d09d74
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 20:13
rendering: don't recurse the world nodes twice
8ae888bc
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 20:11
msurface_t: attempt to reduce its size in bytes
f636a9de
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 18:13
remove a bunch of crap out of the renderer
4044c72c
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 09:43
sv: per-client pvs entity visibility check with no leafs limit (thanks super8 authors)
9ce92545
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 08:00
.alpha: part 7 - fix alpha blending on .mdl
f112dfc3
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 07:15
.alpha: part 6 - fix the sky looking like a disaster from under the water (thanks super8 authors)
27b3dc0c
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 06:58
.alpha: part 5 - fix missing alpha-blended surfaces (when entity alone has .alpha set)
f5346024
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/11/01 05:42
support "+map ad_tears"-style command-line arguments
970cd854
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/31 08:26
turn DotProduct into a C function; provide arm64 neon implementation
27db2993
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/31 08:25
force teleport surfaces to be non-transparent
5ffec98a
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/31 08:12
.alpha: part 4 - draw water-like surfaces in non-VISed maps when r_*alpha is set to 1
48d333cf
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/30 12:16
.alpha: part 3 - build full alphamaps on startup once
57161a86
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/16 18:45
add r_lavaalpha and r_slimealpha; leave teleports alone (non-transparent)
a1da754e
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/16 18:12
build an alpha map for each new alpha value
649706d1
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/16 16:54
R_RecursiveClipBPoly, R_DrawSolidClippedSubmodelPolygons: simplify just a bit
9084a389
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/16 09:39
steal fence drawing from super8 (useless comments removed)
f447b038
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/16 08:30
detect fence-like textures but ignore them when drawing - they look like shit
1bff98bb
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/16 07:37
sv_protocol: use protocol version instead of id
f5b82c7a
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/16 07:10
MAX_SFX → MAX_SOUNDS; reclaim sfx from previous maps if no free ones
a2c15b54
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/15 15:32
set signon buffer size to NET_MAXMESSAGE
2e03c27e
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/15 14:53
sizebuf_t: report the name of the buffer which got overflowed
9912aef9
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 22:37
simpler backface cull check expression
1d9c69e0
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 22:10
make particles smaller by default, provide r_part_scale to customize
126bee7e
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 22:01
adjust particle max size based on FOV
5f773b69
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 20:51
model: don't care if texture is not 16-byte aligned
60d4aaf6
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 20:45
steal a fix for items falling out of world from JoeQuake
be3c7fb2
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 20:36
qc: normalize, vlen: increase precision
c71c69b5
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 20:18
dtime: plot twist - nanosec() already starts from 0
116ac5a4
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 18:05
a bit more precision in a few places
5636237b
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 17:36
sv: make sure there is no funky business happening with float modelindex - use int, always
ad2635d4
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 17:12
don't out-of-bounds access type_size
802e7e75
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 14:20
use Q_MAXFLOAT; increase bmodel limits
67889c60
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 12:14
Con_DPrintf: print to stderr if "developer" cvar is > 1
0e6e395d
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/14 12:13
CL_ParseStartSoundPacket: sv.protocol → cl.protocol
0e037180
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/12 21:04
more static; uncomment what that spams the console because of a bug
d6239b6e
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/12 20:03
remove dprint, replace [df]print with Con_DPrintf
81efcd44
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/12 19:53
add "developer" cvar, Con_DPrintf, and shut up qc dprint
bab80c93
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/12 19:48
add basic RMQ net protocol support (for bigger mods)
caa94b6b
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/12 12:06
put MSG_ReadCoord and MSG_ReadAngle into protocol_t
e1f34fe5
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/12 11:59
cl: 1024 → MAX_DATAGRAM, like on the server side
de3b3f4e
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/12 11:59
cl: no need to memset efrags/entities; remove Hunk_Memset0
61726551
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/11 22:22
dummy sv protocol change and structures
6c484cc0
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/11 20:58
pr: better string and temp string handling
1bf25dce
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/11 20:57
memset now-hunk-allocated arrays correctly
8a997601
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/11 15:56
edge: use memset instead of for loop
b934e2ac
– Sigrid Solveig Haflínudóttir <
[email protected]>
authored
on 2023/10/11 15:50
zone: alignment would make wrong offsets in model loading logic - remove that
Next