engine/engine/sw
TimeServ d245b06c91 got rid of some anonymous unions
fixed a few msvc2005 complaints


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1971 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-02-17 02:51:59 +00:00
..
adivtab.h Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
asm_draw.h Asm rendering of alias models is back in now - and it works 2005-01-26 17:16:08 +00:00
block16.h Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
d_draw.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_draw16.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_edge.c r_drawflat works at 16bpp. 2006-01-13 20:48:18 +00:00
d_fill.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
d_iface.h Fixed all warnings in MDebug. 2006-02-11 14:51:36 +00:00
d_ifacea.h software transtable rewrite, sw additive support for sprites/blob particles/line particles (no models yet), AddBlend/Trans functions need optimization 2005-07-29 01:12:09 +00:00
d_init.c Changed the remaining cvars to use the macro. 2006-02-11 14:58:48 +00:00
d_local.h Fixed all warnings in MDebug. 2006-02-11 14:51:36 +00:00
d_modech.c *** empty log message *** 2005-03-12 23:40:42 +00:00
d_part.c fixes to particle emitting (temp?) 2005-09-09 02:01:30 +00:00
d_parta.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_polysa.s palette remap per entity for sw 2005-12-22 20:35:04 +00:00
d_polyse.c Removed moodles' infokey stuff which was totally wrong anyway. 2006-01-28 02:35:40 +00:00
d_scan.c Okay, it does have a purpose. Skyboxes. 2006-02-11 03:26:58 +00:00
d_scana.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_sky.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
d_spr8.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_sprite.c fixes to particle emitting (temp?) 2005-09-09 02:01:30 +00:00
d_surf.c Lots of stuff. 2004-12-24 08:45:56 +00:00
d_trans.c fix D_IdentityRemap warnings 2006-01-28 02:42:44 +00:00
d_vars.c You realise of course that the only reason this compiled is because the precompiler stuff was in the wrong order... 2005-02-17 03:36:57 +00:00
d_varsa.s Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
d_zpoint.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
nonintel.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
r_aclip.c Okay, so it's still not working perfectly, it just looks like it. :) 2005-03-22 05:00:25 +00:00
r_aclipa.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
r_alias.c Some bugs fixed. I wonder what I've broken. 2006-01-21 00:06:49 +00:00
r_aliasa.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
r_bsp.c Rewrote a few bsp tracing stuff (primarily for heightmap things). 2005-08-26 22:56:51 +00:00
r_draw.c fix to sw build for Spike's commit 2006-01-04 02:38:09 +00:00
r_drawa.s CSQC is standard now, and secure via the same md4 as a map currently has. 2005-03-10 03:55:18 +00:00
r_edge.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
r_edgea.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
r_light.c I wonder how many things this will break... 2005-06-22 17:10:13 +00:00
r_local.h Fixed all warnings in MDebug. 2006-02-11 14:51:36 +00:00
r_main.c /me fixes 2006-02-16 22:36:37 +00:00
r_misc.c Rewrote a few bsp tracing stuff (primarily for heightmap things). 2005-08-26 22:56:51 +00:00
r_shared.h Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
r_sky.c Lots of stuff. 2004-12-24 08:45:56 +00:00
r_sprite.c Fixed a sizeof bug which affected non-32bit systems (sizeof on pointer to float instead of sizeof on the float) 2005-12-02 23:59:40 +00:00
r_surf.c got rid of some anonymous unions 2006-02-17 02:51:59 +00:00
r_vars.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
r_varsa.s Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
surf8.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
surf16.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
sw_draw.c half-alpha character rendering for software 2006-01-21 03:10:16 +00:00
sw_draw.h half-alpha character rendering for software 2006-01-21 03:10:16 +00:00
sw_model.c fix to loading maps/models with fullbrights (sw) 2005-12-02 02:38:10 +00:00
sw_screen.c don't need VM_UI defined. 2005-09-14 04:56:20 +00:00
vid_ddraw.c Works again, but ddraw still utterly refuses to listen to refresh rates. 2005-06-13 05:56:01 +00:00
vid_dib.c windowed sw fix 2004-10-05 16:17:40 +00:00
vid_sdl.c Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
vid_win2.c More tweekable. 2005-11-14 01:32:21 +00:00
vid_x.c Renamed some cvar groups. 2005-10-30 23:52:33 +00:00