raze/source/core/rendering/scene
2022-10-23 18:47:17 +02:00
..
hw_bunchdrawer.cpp - got rid of the WallStart/End macros 2022-10-22 12:16:56 +02:00
hw_bunchdrawer.h - pass a floating point view position to the bunch drawer 2022-10-22 12:16:56 +02:00
hw_clipper.cpp - Eliminate last remaining uses of binangle and the class itself. 2022-10-05 00:36:29 +02:00
hw_clipper.h - Rename binaryangle.h to fixedhorizon.h and sanitise places where previous header was included. 2022-10-05 00:36:31 +02:00
hw_drawinfo.cpp - added spriteGetZOfSlopeF for the backend 2022-10-22 12:16:56 +02:00
hw_drawinfo.h - unlimited the displayable sprites. 2022-08-07 10:25:15 +02:00
hw_drawlist.cpp - do not use floor sprites for splitting geometry. 2022-01-14 00:49:57 +01:00
hw_drawlist.h - added sorting for wall sprites attached to non-orthogonal walls. 2022-01-13 20:55:55 +01:00
hw_drawlistadd.cpp - removed the Polymost renderer. 2022-08-03 15:50:27 +02:00
hw_drawstructs.h - use floats for ceilingz/floorz storage. 2022-08-27 10:49:59 +02:00
hw_flats.cpp - renamed slope functions so that the int versions get a special name. 2022-10-22 12:17:02 +02:00
hw_lighting.cpp - menu entries for light modes, plus handling of overbright shades. 2022-01-11 00:19:15 +01:00
hw_portal.cpp - floatified the portal displacement 2022-10-22 12:16:57 +02:00
hw_portal.h - added spriteGetZOfSlopeF for the backend 2022-10-22 12:16:56 +02:00
hw_setcolor.cpp - eliminated the sine table and moved tilehasmodelorvoxel to a different file to delete engine.cpp. 2022-10-22 12:17:04 +02:00
hw_sky.cpp - use floats for ceilingz/floorz storage. 2022-08-27 10:49:59 +02:00
hw_skyportal.cpp type safe CVAR declaration. 2022-10-22 09:25:27 +02:00
hw_sprites.cpp - got rid of bsinf and bcosf. 2022-10-22 12:17:04 +02:00
hw_walls.cpp - minor int_* replacements in the backend. 2022-10-23 18:47:17 +02:00
hw_walls_vertex.cpp