shithub: qk1

RSS feed

9ca8a4f7 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 19:38
cmd: add "hidden" field to mark commands as hidden from completion; mark Nehahra fog aliases as such

2753cf99 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 19:35
cvar: call the callback if set through setcvar()

61a668a6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 18:11
sprite32: always blend as the alpha is not necessarily 0xff/0x00 for all pixels

d0340ee6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 18:10
treat alpha 0 ("default") as alpha 0xff when drawing

050589ae – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 16:54
m_raw: use callbacks

9377317f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 16:03
fog: add Nehahra-specific fog vars, but keep them bound to the same "fog" command

8a4ebe3f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 13:19
PF_find: workarounds for a bit of insanity

51431bde – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 12:51
PF_ftos: %5.1f -> %f

7b70a3e6 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 12:41
SV_CheckVelocity: clamp max velocity correctly (thanks Maddes)

e92454e8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 12:33
CL_UpdateTEnts: wat. fix the wrong variables reuse by the inner loop

96d6d5eb – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 12:09
cdcmd: shorten

2eb95bc5 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 12:09
PR_Str: instead of throwing an error just return nil

12e1dc0c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 10:26
add Nehahra protocol stubs

9d1536e2 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 10:26
sprite: add SPRITE32 (found in Nehahra) support

698fd693 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 10:25
R_ResetFog: fix color not being reset

57ada051 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/28 10:25
wavinfo: assume entire file looping if second cue points is out of range

4f671e35 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 23:37
cd: split/group platform-specific/independent logic

779ab091 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 22:40
openal: fix music looping

555fcf8b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 22:19
fix a warning

3d9a179d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 22:13
openal: implement track playback via ffmpeg

a1964a41 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 21:57
fs: openlmp: expose globally

eb498d4e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 19:46
unix: move dummy cd logic to openal-specific stuff

9eb97943 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 17:41
bsp: don't reuse LIT memory if it failed to load, free it

32a886a4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 17:41
zone: add Hunk_Free

35722088 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/27 14:23
openal: get rid of another variable

6e674de0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/26 21:49
openal: alsfx_t -> albuf_t, because that's what it is

56e986af – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/26 21:49
openal: if wavinfo says it's a bad file, use silence

c03ebff7 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/26 21:48
wav: apparently fmt doesn't _always_ come after WAVE

6edeaf06 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/26 20:55
openal: just shorter names

22dd4308 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/24 22:41
openal: put doppler factor under a cvar

82460668 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/24 22:36
openal: increase doppler factor

0b6a7b46 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/24 21:56
openal: add a rather dumb doppler shift

58db468b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/24 21:36
recycle audio buffers far more often

7e091716 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/24 15:02
openal: bring ambients back

b3805195 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/24 13:06
openal: add "soundlist" cmd

6d2e1770 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/24 13:06
openal: free AL buffers when no longer needed

140b307e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/24 12:34
sort out AL device/hrtf dynamic switching; introduce cvar callbacks

9889d032 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/23 21:05
don't enable hrtf by default

7117f132 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/23 21:00
openal: don't start the sounds too early

9a09ea8a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/23 20:28
replace SDL audio with OpenAL (wip)

bb5d36fa – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/23 13:36
move GetWavinfo to its own file

76563314 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/22 17:31
no more fbpal

9d7854ad – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/22 14:36
progs: set numglobaldefs

b06965ff – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/21 21:56
no xbr

d1931bf1 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/21 20:10
fence textures: enable scaling for bsp30; keep lower miplevel

222304b0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/21 20:01
D_DrawZSpans already checks for blending flag

d0cba51c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/21 19:59
image resize: be a bit more specific

18c2fe56 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/21 19:58
stb: no <assert.h> on plan 9

894b9a3c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/21 19:57
no fast math, sorry

68076027 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/18 02:36
fences (bsp20 and external textures): rescale from base as with premultiplied alpha and use other mip levels when rendering

6847239c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/18 01:27
separate image resize into its own file

85eb6d45 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/18 01:20
Load_ExternalTexture: use the original image for all mip levels when scaling

f81982ff – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/18 01:14
add external (TGA) texture loading and scaling

a97c55b4 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 21:08
move blendalpha to d_alpha.c

959e7e5a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 20:06
blendalpha: fix fog with additive blending

3f06ec4d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 19:25
fog: correctly apply fog to all blended surfaces

1a81744f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 19:07
addlight: leave dest color attributes

a5b441d0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 19:06
fog: R_BlendFog for external callers

67e63b7e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 19:05
blendalpha: leave dest color attributes

c7cca523 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 15:43
fog: apply after warp

124417c9 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 13:35
add "r_fog" to enable/disable fog globally in a config

e95c6802 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 13:29
fog: don't recalculate the same thing; no possible additive blending so inline it

d1d313fc – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 13:26
fix a warning

523e376a – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/17 00:25
fix blended surface z-fighting and jagged fog

1a38b375 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 23:24
addlight: simplify

94202e45 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 19:30
move dotadd to BSP loading file; name math-specific files with m_* prefix

a54ece93 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 19:14
make some of the stuff use floats

87f457bc – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 19:04
remove the need for preprocessor; move platform-specific stuff into designated plan9/ and unix/

d9e95d51 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 18:41
mathlib: shorten Length and VectorNormalize

b787ae72 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 18:23
fix a few warnings

7168fb9d – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 17:41
reset fog on each new map

0c16c09f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 16:53
horribly slow fog + skyfog

7c5df82b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 12:16
put the sky at ~ infinity

0e95c99e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/16 08:42
32-bit zbuffer and more precise zspans drawing

b85143c5 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/15 15:58
R_EdgeDrawing: make sure model is set

5e9c01fa – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/15 11:37
baseline effects

efe2b69f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/15 11:36
sv: effects are always one byte

b5983c82 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/15 11:35
bsp30: "rendermode 5" -> EF_ADDITIVE

4c1435a0 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/15 11:35
DP_EF_ADDITIVE

d055c88e – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/15 11:33
particles: pick either fov_x or fov_y (max) when scaling

85924711 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/15 08:52
sv: try (harder) not to overflow message buffers

01271d8b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/13 18:35
hl: convert "renderamt" to alpha

87985592 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/13 18:20
bsp30: support fullbrights on textures with ~

ded5393b – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/13 18:20
add "m_raw" cvar (use mouse raw input when possible, if enabled)

b4751172 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/13 17:27
cl: take out entity interpolation into a separate function

e87abf9c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/13 13:26
unix/vid: menu_quit on window close event; use mouse focus instead of keyboard focus

8a7a14f7 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/13 13:24
better fov refdef recalculation

781eeead – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/13 09:18
bsp30: palette isn't always 256 colors, nor 'transparent' is _blue_. fix that

737261db – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/13 09:05
bring fullbright back

8a202d6c – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/11 22:24
unlimited areanodes (thanks mh)

3e193403 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/11 20:30
plan 9: fix transperency in pics

2772ba4f – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/11 20:20
add support for external .vis files

e84be712 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/11 20:18
fs: store lump's dir as fs_lmpfrom

05455d82 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/11 18:39
add basics of colored lighting

4a017f06 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/10 18:46
bsp30: fix blacked out lightmaps on one surface

a8a766f5 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/10 17:40
textures: data -> pixels and reduce "offsets"-related noise

d1fec3d8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/10 17:40
bsp30: blue on textures with "{" is transparent

5cffae70 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/10 17:39
physics: normalize to stop player from getting "hung" in corners while airborn

ddf01bc8 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/04 15:14
allow nil sky texture: don't draw any

8a8dbdd2 – Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> authored on 2023/12/04 15:13
clean up softfloat code, leave the things of obvious need

Next