raze-gles/source/build/src
Christoph Oelckers f743b22661 - render voxels as triangles instead of quads.
Quads are not available in the core profile which is required to run GL 3.3 on macOS.
2020-01-03 18:09:05 +01:00
..
a-c.cpp One of those stupid optimizations you notice the potential for when scrolling through code looking for something 2019-09-20 14:36:17 +02:00
animvpx.cpp - converted the clear screen commands. 2020-01-02 23:56:35 +01:00
clip.cpp Merge branch 'master' into powerslave 2019-12-26 00:21:04 +01:00
colmatch.cpp Replace color matching up to index 239 with the engine's fullbright mask 2019-12-23 11:37:00 +01:00
common.cpp - started fixing memory leaks: Console and clip shapes done. 2019-12-24 16:09:43 +01:00
compat.cpp - cleanup and removal of unused code. 2019-12-29 16:35:51 +01:00
defs.cpp - moved the last remaining function out of baselayer.cpp and removed that file. 2020-01-01 12:01:26 +01:00
engine.cpp - converted the clear screen commands. 2020-01-02 23:56:35 +01:00
engine_oldmap.h The great repository rearrangement of 2017. 2017-02-01 10:01:11 +00:00
engine_priv.h - refactored rotatesprite to really use the 2D drawer. 2019-12-30 19:37:23 +01:00
glsurface.cpp - added a few more texture formats to FHardwareTexture. 2019-10-19 23:14:36 +02:00
hash.cpp - fix merge errors. 2019-12-08 08:51:54 +01:00
hightile.cpp - rewrote the screenshot code to use m_png as its backend. 2019-11-02 12:59:59 +01:00
mdsprite.cpp - color and depth func moved to render state. 2020-01-03 11:43:44 +01:00
mhk.cpp Ensure that anywhere the def parser takes a tilenum or palnum accepts defined tokens in addition to integer literals, if it doesn't already. 2018-05-23 05:43:35 +00:00
palette.cpp - moved render style handling to the render state and simplified its storage to use FRenderStyle instead of its components. 2020-01-03 10:48:22 +01:00
polymost.cpp - converted the clear screen commands. 2020-01-02 23:56:35 +01:00
pragmas.cpp - copybyte is not the same as memcpy. 2019-12-15 21:06:41 +01:00
scriptfile.cpp - cleaned out the remaining wrappers from cache1d.h and use the file system directly instead. 2019-12-07 10:49:23 +01:00
sdlayer.cpp - removed some dead variables. 2020-01-01 13:11:44 +01:00
tiles.cpp - SW sound WIP 2019-12-17 23:25:07 +01:00
timer.cpp - fixed savegame validation and recursive ticker calls. 2019-11-30 23:33:04 +01:00
voxmodel.cpp - render voxels as triangles instead of quads. 2020-01-03 18:09:05 +01:00