Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · div0-stable
darkplaces
Browse files
Feb 22, 2020
Another flag bites the dust. This time: -ffinite-math-only.
· 83bdd427
divverent
authored
Feb 22, 2020
and
Rudolf Polzer
committed
Feb 22, 2020
83bdd427
Dec 31, 2019
Fixed compile warnings - Corrected formatting of 'if' statements
· 324a5329
divverent
authored
Dec 31, 2019
and
Rudolf Polzer
committed
Dec 31, 2019
324a5329
Sep 20, 2019
Fix issue with noise during startup
· f03abce8
divverent
authored
Sep 20, 2019
f03abce8
Sep 13, 2019
Travis: Force XInput and XRandR support.
· 04d56ad4
divverent
authored
Sep 13, 2019
04d56ad4
Aug 24, 2019
Update Xonotic's SDL version to 2.0.10
· ec7ee625
divverent
authored
Aug 23, 2019
ec7ee625
Feb 02, 2019
Fix engine not starting on Windows if linked against SDL > 2.0.5
· 3bd7661c
divverent
authored
Feb 02, 2019
and
Rudolf Polzer
committed
Feb 01, 2019
3bd7661c
Fix setinfo.
· 51508756
divverent
authored
Jan 09, 2019
and
Rudolf Polzer
committed
Feb 01, 2019
51508756
Aug 03, 2018
Uncomment the texture binding check in R_Mesh_TexBind so that the engine makes less calls.
· a7dec84b
havoc
authored
Apr 07, 2018
a7dec84b
Delete unused Debug_PolygonBegin and associated code.
· b0bfffea
havoc
authored
Apr 07, 2018
b0bfffea
Configure all of the CL_MeshEntities* meshes the same, the material flags...
· 0e68cfa9
havoc
authored
Apr 07, 2018
0e68cfa9
Fix a mistake made when merging R_RenderView call in #12367.
· 488b7ca9
havoc
authored
Apr 07, 2018
488b7ca9
Make the semantics of CL_VM_UpdateView more clear - if CSQC is loaded, it is...
· 57b11478
havoc
authored
Apr 07, 2018
57b11478
Don't duplicate the entity relinking when using CSQC.
· 5dbc47c9
havoc
authored
Apr 07, 2018
5dbc47c9
Mark r_fakelight and r_equalize_entities_fullbright DEPRECATED.
· 7f47f772
divverent
authored
Apr 05, 2018
7f47f772
New alternative to fullbright: r_fullbright_directed.
· 87485327
divverent
authored
Apr 05, 2018
87485327
Add an in_releaseall command for debugging/working around stuck keys.
· 98b5c5bd
divverent
authored
Apr 05, 2018
98b5c5bd
Manage resetting the key event state on video reinitialization centrally.
· 369b7d53
divverent
authored
Apr 05, 2018
369b7d53
Apr 05, 2018
Fix "Cully McCullface" bug found by terencehill.
· e890af00
divverent
authored
Apr 05, 2018
e890af00
Fix compile of vid_glx.c after the update on hwgamma.
· deb4f6d8
divverent
authored
Apr 05, 2018
deb4f6d8
Remove v_hwgamma feature as it is not worth maintaining and has severe...
· a7b50af7
havoc
authored
Apr 03, 2018
a7b50af7
Various cleanup.
· dd2a594d
havoc
authored
Mar 25, 2018
dd2a594d
Apr 04, 2018
UNMERGE! Various cleanup.
· cd076ab7
havoc
authored
Mar 25, 2018
cd076ab7
Apr 03, 2018
UNMERGE! Remove v_hwgamma feature as it is not worth maintaining and has...
· f13f171c
havoc
authored
Apr 03, 2018
f13f171c
Fix mouse spinning bug in wgl client when the game window is moved left or...
· 74725ff5
havoc
authored
Apr 03, 2018
74725ff5
Remove v_hwgamma feature as it is not worth maintaining and has severe...
· 3e3f3dac
havoc
authored
Apr 03, 2018
3e3f3dac
Change shader permutation flags to 64bit.
· dfc53802
havoc
authored
Mar 25, 2018
dfc53802
Rewrote most of r_lightning.c, it now uses CL_MeshEntities in MESH_PARTICLES...
· 20ca60b5
havoc
authored
Mar 25, 2018
20ca60b5
Add CL_MeshEntities_*, every frame in the client all MESH_ entities are added...
· f94d0332
havoc
authored
Mar 25, 2018
f94d0332
Various cleanup.
· fc64981d
havoc
authored
Mar 25, 2018
fc64981d
Change r_showbboxes to have outlined edges of the box, and the box is now...
· 98abc116
havoc
authored
Mar 24, 2018
98abc116
Add entity number to showtex overlay.
· 48433673
havoc
authored
Mar 24, 2018
48433673
Add skipmaterialflagsmask feature to TraceLine and friends - this allows more...
· d949ada6
havoc
authored
Mar 24, 2018
d949ada6
Fix a bug with PRVM_64 where CSQC float stats were sent by aliasing to int64...
· 4513875d
havoc
authored
Mar 17, 2018
4513875d
Add r_shadow_culllights_trace feature, this culls rtlights by traceline checks similar to entities.
· 54c791e3
havoc
authored
Mar 11, 2018
54c791e3
Rework R_CanSeeBox a bit to support an eyejitter feature, and make it...
· 89b82787
havoc
authored
Mar 11, 2018
89b82787
Change shadowless rtlights so that they are not occluded by anything - no pvs...
· 7bbf90e3
havoc
authored
Mar 11, 2018
7bbf90e3
Don't set MATERIALFLAG_NOSHADOW on SKY materials. They need to cast shadows...
· 7cdf9561
havoc
authored
Mar 11, 2018
7cdf9561
Fix a couple warnings for unused variables in listdirectory on WIN32.
· 6eaee3a4
havoc
authored
Mar 11, 2018
6eaee3a4
Grant access to the FULLVOLUME flag from the QC VM (allows custom background...
· 7c0a2701
divverent
authored
Mar 06, 2018
7c0a2701
Remove the forced lower-casing in listdirectory on Windows, as it breaks
· 0ddc4709
havoc
authored
Nov 29, 2017
0ddc4709
Loading