quakeforge/libs/video/renderer/sw32
Bill Currie 755ef524e4 [video] Use views instead of conwidth and conheight
conwidth and conheight have been moved into vid.conview (probably change
the name at some time), and scr_vrect has been replaced by a view as
well. This makes it much easier to create 2d elements that follow the
screen size (taking advantage of a view's gravity) which will, in the
end, make changing the window size easier.
2021-07-10 18:04:34 +09:00
..
d_edge.c [renderer] Remove more old fields from entity_t 2021-03-20 00:08:21 +09:00
d_fill.c Make vid.width/height unsigned and clean up the mess. 2013-01-24 12:36:14 +09:00
d_init.c Move vid callbacks into vid_internal 2019-07-08 13:40:29 +09:00
d_modech.c Make vid.width/height unsigned and clean up the mess. 2013-01-24 12:36:14 +09:00
d_part.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
d_polyse.c Allow large skins in sw32. 2012-04-25 10:47:44 +09:00
d_scan.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
d_sky.c Fix some potentially garbage assignments. 2018-09-09 09:54:16 +09:00
d_sprite.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
d_surf.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
d_vars.c signed int viddef_t members 2012-10-21 09:00:50 +09:00
d_zpoint.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
draw.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
namehack.h [renderer] Continue the job of merging SCR_UpdateScreen 2021-01-11 16:57:31 +09:00
screen.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
sw32_graph.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
sw32_raclip.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sw32_ralias.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
sw32_rbsp.c [renderer] Clean up entity_t to a certain extent 2021-03-10 00:01:41 +09:00
sw32_rdraw.c [renderer] Clean up entity_t to a certain extent 2021-03-10 00:01:41 +09:00
sw32_redge.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
sw32_riqm.c [renderer] Clean up entity_t to a certain extent 2021-03-10 00:01:41 +09:00
sw32_rmain.c [vid,render] Clean up fov and aspect 2021-04-01 19:17:19 +09:00
sw32_rmisc.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
sw32_rpart.c [renderer] Remove more old fields from entity_t 2021-03-20 00:08:21 +09:00
sw32_rsky.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sw32_rsprite.c [renderer] Remove more old fields from entity_t 2021-03-20 00:08:21 +09:00
sw32_rsurf.c [renderer] Remove more old fields from entity_t 2021-03-20 00:08:21 +09:00
vid_common_sw32.c [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00