.. |
gl_alias.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_backend.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_bloom.c
|
|
|
gl_draw.c
|
Rewrote infostrings. Now using infobuffers, which allows for the use of arbitrary blobs, except not using the protocol extension yet in case it needs to be fixed.
|
2018-07-05 16:21:44 +00:00 |
gl_draw.h
|
|
|
gl_font.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_heightmap.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_hlmdl.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_model.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_model.h
|
added env_cubemap support. doesn't currently render its own cubemaps yet.
|
2018-07-24 13:59:42 +00:00 |
gl_ngraph.c
|
|
|
gl_rlight.c
|
Add ortho lights (still has serious issues that make them unusable on regular maps).
|
2018-07-22 11:49:37 +00:00 |
gl_rmain.c
|
Added r_graphics cvar, so that you can finally turn graphics off/on like modern games (yay simplicity)... Doing so results in ascii-style rendering, just because.
|
2018-08-13 06:27:29 +00:00 |
gl_rmisc.c
|
lerpfrac3 fixes. unix sockets for the luls (disabled). some misc tweaks for xonotic.
|
2018-09-23 19:35:24 +00:00 |
gl_rsurf.c
|
|
|
gl_screen.c
|
win: emulate gamepad thumb axis as buttons.
|
2018-04-27 16:40:50 +00:00 |
gl_shader.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_shadow.c
|
lerpfrac3 fixes. unix sockets for the luls (disabled). some misc tweaks for xonotic.
|
2018-09-23 19:35:24 +00:00 |
gl_terrain.h
|
More preliminary support for patches. Loading+Saving+Display of control points will now work. No QC interactions yet.
|
2018-08-21 19:06:41 +00:00 |
gl_vidcocoa.m
|
|
|
gl_vidcommon.c
|
lerpfrac3 fixes. unix sockets for the luls (disabled). some misc tweaks for xonotic.
|
2018-09-23 19:35:24 +00:00 |
gl_viddroid.c
|
win: emulate gamepad thumb axis as buttons.
|
2018-04-27 16:40:50 +00:00 |
gl_videgl.c
|
|
|
gl_videgl.h
|
|
|
gl_vidlinuxglx.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_vidmacos.c
|
win: emulate gamepad thumb axis as buttons.
|
2018-04-27 16:40:50 +00:00 |
gl_vidmorphos.c
|
|
|
gl_vidnt.c
|
Add ortho lights (still has serious issues that make them unusable on regular maps).
|
2018-07-22 11:49:37 +00:00 |
gl_vidnull.c
|
|
|
gl_vidrpi.c
|
|
|
gl_vidsdl.c
|
Fix potentially serious vulkan performance issue.
|
2018-06-18 16:44:29 +00:00 |
gl_vidtinyglstubs.c
|
|
|
gl_vidwayland.c
|
Fix potentially serious vulkan performance issue.
|
2018-06-18 16:44:29 +00:00 |
gl_warp.c
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
gl_warp_sin.h
|
|
|
glmod_doom.c
|
|
|
glquake.h
|
win: emulate gamepad thumb axis as buttons.
|
2018-04-27 16:40:50 +00:00 |
glsupp.h
|
|
|
ltface.c
|
|
|
model_hl.h
|
|
|
r_bishaders.h
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |
shader.h
|
Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords).
|
2018-09-29 17:31:58 +00:00 |