2004-09-28 |
havoc | implemented DP_EF_NODEPTHTEST extension |
blob | commitdiff | raw | diff to current |
2004-09-26 |
havoc | r_fullbright 1 now works properly with r_shadow_realtim... |
blob | commitdiff | raw | diff to current |
2004-09-26 |
havoc | added r_rtworld, r_rtworldshadows, r_rtdlight, r_rtdlig... |
blob | commitdiff | raw | diff to current |
2004-08-05 |
havoc | this patch adds a number of stereo viewing modes (shutt... |
blob | commitdiff | raw | diff to current |
2004-05-22 |
havoc | rtlights were crashing when there's no vis in a q3bsp |
blob | commitdiff | raw | diff to current |
2004-05-18 |
havoc | merged RSurfShader_Water_Callback and RSurfShader_Wall_... |
blob | commitdiff | raw | diff to current |
2004-05-15 |
havoc | Tomaz renamed all R_Model_Brush functions to R_Q1BSP |
blob | commitdiff | raw | diff to current |
2004-04-18 |
havoc | merged R_DrawSurfaceChain into R_DrawSurfaces loop |
blob | commitdiff | raw | diff to current |
2004-04-14 |
havoc | r_ambient no longer alters the lightmap in q1bsp, inste... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
havoc | renamed q3mface_t to q3msurface_t |
blob | commitdiff | raw | diff to current |
2004-04-14 |
havoc | renamed model->numsurfaces to model->nummodelsurfaces |
blob | commitdiff | raw | diff to current |
2004-04-14 |
havoc | merged R_DrawWorld into DrawSky/Draw so that rmain... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
havoc | fixed animated textures in realtime lighting mode ... |
blob | commitdiff | raw | diff to current |
2004-03-31 |
havoc | fix NODRAW flag check (don't draw NODRAW shaders) |
blob | commitdiff | raw | diff to current |
2004-03-23 |
havoc | rtlights shouldn't do anything with sky and water ... |
blob | commitdiff | raw | diff to current |
2004-03-18 |
havoc | fixed r_fullbright |
blob | commitdiff | raw | diff to current |
2004-03-17 |
havoc | bsp model shadows are now enlarged by r_shadow_projectd... |
blob | commitdiff | raw | diff to current |
2004-03-14 |
havoc | got rid of Cshader system as it really wasn't helping... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
havoc | don't draw lighting on sky and water |
blob | commitdiff | raw | diff to current |
2004-03-13 |
havoc | merged static and dynamic rtlight handling almost entir... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
havoc | added texmatrix[] to rmeshstate_t and removed R_Mesh_Te... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
havoc | q3bsp rendering now uses visframe instead of markframe... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | now calls GL_LockArrays manually around each R_Mesh_Dra... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | merged CL_ColorPointer into R_Mesh_State |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | R_Mesh_State_Texture and GL_VertexPointer merge once... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | GL_Color no longer interacts with GL_ColorPointer ... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
havoc | separate collision curve geometry from rendering, this... |
blob | commitdiff | raw | diff to current |
2004-03-03 |
havoc | made r_showtris transparent (quite faint actually)... |
blob | commitdiff | raw | diff to current |
2004-03-03 |
havoc | fixed bmodel realtime lighting/shadowing render crashes... |
blob | commitdiff | raw | diff to current |
2004-03-03 |
havoc | realtime dlight shadows are now nearly the speed of... |
blob | commitdiff | raw | diff to current |
2004-03-02 |
havoc | temporarily disabled compiled rtlights (they'll make... |
blob | commitdiff | raw | diff to current |
2004-03-01 |
havoc | cleaned up rtlight handling, merging most code between... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
havoc | renamed brush model pvs stuff to be in brush struct... |
blob | commitdiff | raw | diff to current |
2004-02-22 |
havoc | fixed GL_Scissor call in rtlight code (apparently I... |
blob | commitdiff | raw | diff to current |
2004-02-21 |
havoc | moved light matrix generation out of the render code... |
blob | commitdiff | raw | diff to current |
2004-02-18 |
havoc | cubemap filters for rtlights are now supported |
blob | commitdiff | raw | diff to current |
2004-02-18 |
havoc | added gl_lightmaps cvar (for looking at the raw lightma... |
blob | commitdiff | raw | diff to current |
2004-02-02 |
havoc | now always uses glPolygonOffset, and collision brush... |
blob | commitdiff | raw | diff to current |
2004-01-01 |
havoc | added c_nodes, c_leafs, and c_faces increments in q3bsp... |
blob | commitdiff | raw | diff to current |
2003-12-12 |
havoc | made sure EF_FULLBRIGHT works on everything (bmodels... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
havoc | now uses q3bsp surfaceflags when possible instead of... |
blob | commitdiff | raw | diff to current |
2003-11-30 |
havoc | now parses q3 shaders for surfaceparms (this mainly... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
havoc | r_refdef.vieworg and r_refdef.viewangles replaced by... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
havoc | q3bsp transparency support (note: makes maps that abuse... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
havoc | q1bsp lightmaps are now always rendered at 2x overbrigh... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
havoc | added r_fullbright (and EF_FULLBRIGHT) support to q3bsp... |
blob | commitdiff | raw | diff to current |
2003-11-05 |
havoc | added r_ambient support to q3bsp rendering |
blob | commitdiff | raw | diff to current |
2003-11-05 |
havoc | added r_shadow_showtris |
blob | commitdiff | raw | diff to current |
2003-10-10 |
havoc | this should fix skybox in q3bsp (extra preprocessing... |
blob | commitdiff | raw | diff to current |
2003-10-10 |
havoc | q3bsp surfaces are now always rendered in the same... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
havoc | Tomaz's new water effect has been added and looks very... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
havoc | disabled GF3 water shader when water is fogged, fixed... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
havoc | huge (16%) speed gain on surface rendering by eliminati... |
blob | commitdiff | raw | diff to current |
2003-09-21 |
havoc | removed RSurf_LightCheck because nothing used it anymore |
blob | commitdiff | raw | diff to current |
2003-09-21 |
havoc | r_dlightmap 0 mode removed (vertex dlights on lightmapp... |
blob | commitdiff | raw | diff to current |
2003-09-21 |
havoc | removed r_shadows (glquake fake shadows) |
blob | commitdiff | raw | diff to current |
2003-09-21 |
havoc | r_colorscale gone, v_overbrightbits (cvar which control... |
blob | commitdiff | raw | diff to current |
2003-09-21 |
havoc | removed water lighting support |
blob | commitdiff | raw | diff to current |
2003-09-21 |
havoc | now supports skyboxes in q3bsp (note: must use the... |
blob | commitdiff | raw | diff to current |
2003-09-20 |
havoc | finally managed to fix the r_shadow_portallight bug... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
havoc | Tomaz's awesome new GeForce3 water effect, thanks! |
blob | commitdiff | raw | diff to current |
2003-08-28 |
havoc | experimental (not terribly useful) support for r_shadow... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
havoc | removed used of PolygonOffset because it caused (extrem... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
havoc | fixed a crash with clusterindex -1 in GetPVS and FatPVS |
blob | commitdiff | raw | diff to current |
2003-08-27 |
havoc | q3bsp curve collisions (technically it can collide... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
havoc | curves are now precomputed at load time, and all surfac... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
havoc | the quadratic spline patches in quake3 maps now work... |
blob | commitdiff | raw | diff to current |
2003-08-23 |
havoc | q3bsp is working, but no curves yet, and no realtime... |
blob | commitdiff | raw | diff to current |
2003-08-19 |
havoc | more q3bsp work (and no it still doesn't work right) |
blob | commitdiff | raw | diff to current |
2003-08-14 |
havoc | q3bsp is still not working yet, but getting closer |
blob | commitdiff | raw | diff to current |
2003-08-13 |
havoc | no time to explain, more changes on the path to q3bsp... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
havoc | more hackish cleanups of PVS stuff, now decompresses... |
blob | commitdiff | raw | diff to current |
2003-07-17 |
havoc | moved all type-specific model fields to respective... |
blob | commitdiff | raw | diff to current |
2003-07-12 |
havoc | fix a bunch of things that should have been checking... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
havoc | added cvars r_lerpsprites, r_lerpmodels, and r_waterscr... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
havoc | changed brush model API - now uses function pointers... |
blob | commitdiff | raw | diff to current |
2003-07-01 |
havoc | redesigned how the renderer handles much of it's state... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
havoc | added support for gl_mesh_copyarrays 0 mode in most... |
blob | commitdiff | raw | diff to current |
2003-05-23 |
havoc | added R_Mesh_CacheArray (not yet used by anything,... |
blob | commitdiff | raw | diff to current |
2003-05-23 |
havoc | added gl_mesh_batching (default on) which merges severa... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
havoc | split r_shadow_realtime into r_shadow_realtime_world... |
blob | commitdiff | raw | diff to current |
2003-03-15 |
havoc | varray_* rewritten to remove padding (varray_vertex3f... |
blob | commitdiff | raw | diff to current |
2003-03-09 |
havoc | changed R_Mesh_ system (again), now uses R_Mesh_GetSpac... |
blob | commitdiff | raw | diff to current |
2003-02-28 |
havoc | lights now have an orientation (this isn't editable... |
blob | commitdiff | raw | diff to current |
2003-01-27 |
havoc | lightning beams have been replaced with a polygon effec... |
blob | commitdiff | raw | diff to current |
2003-01-15 |
havoc | now checks for NULL worldmodel |
blob | commitdiff | raw | diff to current |
2002-12-22 |
havoc | unified model skinframe loaders used for mdl, md2,... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
havoc | water moves around again |
blob | commitdiff | raw | diff to current |
2002-11-21 |
havoc | defaulting to r_surfaceworldnode 1 |
blob | commitdiff | raw | diff to current |
2002-11-21 |
havoc | fixed a silly and harmless typo in RSurfShader_Water... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
havoc | got rid of all the (no longer used) cached_ fields... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
havoc | lightmap update checking is now handled very differentl... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
havoc | rewrote how texture chains are handled, they are now... |
blob | commitdiff | raw | diff to current |
2002-11-10 |
havoc | added Nexiuz TE_ effects (prefixed TE_TEI_) and Nexiuz... |
blob | commitdiff | raw | diff to current |
2002-11-08 |
havoc | Elric's changes: |
blob | commitdiff | raw | diff to current |
2002-11-04 |
havoc | now clears stencil to 128 instead of 0, this avoids... |
blob | commitdiff | raw | diff to current |
2002-11-03 |
havoc | fix polygon distance checks (the radius comparison... |
blob | commitdiff | raw | diff to current |
2002-10-27 |
havoc | gloss now works correctly |
blob | commitdiff | raw | diff to current |
2002-10-22 |
havoc | reworked visibility a bit (added VIS_CullBox and VIS_Cu... |
blob | commitdiff | raw | diff to current |
2002-10-16 |
havoc | fixed some dynamic lighting bugs related to glowing... |
blob | commitdiff | raw | diff to current |
next |