2004-11-14 |
havoc | upgraded rtlights format to have separate ambient,... |
blob | commitdiff | raw |
2004-11-13 |
havoc | no longer warns about q3bsp surfaces with lightmapindex... |
blob | commitdiff | raw | diff to current |
2004-11-10 |
havoc | made q3bsp alphafunc shaders render as transparent... |
blob | commitdiff | raw | diff to current |
2004-10-27 |
molivier | Pure cleaning commit: removed "crc.[ch]" and "gl_warp_s... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | if a (supposedly) quake sky texture is not 128x256... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
havoc | fixed r_restart skybox crash (as well as incorrect... |
blob | commitdiff | raw | diff to current |
2004-10-17 |
havoc | snap curve vertices to solve some finicky collision... |
blob | commitdiff | raw | diff to current |
2004-10-17 |
havoc | now using all-new Q3 patch tesselation code, matching... |
blob | commitdiff | raw | diff to current |
2004-10-16 |
havoc | don't spew shaders to console on load unless developer... |
blob | commitdiff | raw | diff to current |
2004-10-16 |
havoc | now parses more of q3 shaders to guess at proper render... |
blob | commitdiff | raw | diff to current |
2004-09-30 |
havoc | removed a few fields from q3msurface_t |
blob | commitdiff | raw | diff to current |
2004-09-29 |
havoc | recalculate model->brushq3.num_leafs during loading... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
havoc | use a less bizarre method of byte swapping q1bsp/q3bsp... |
blob | commitdiff | raw | diff to current |
2004-09-17 |
tomaz | Renamed mod_brush to mod_brushq1. |
blob | commitdiff | raw | diff to current |
2004-09-07 |
tomaz | Made hl map loading halve the lightmap samples, to... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
havoc | converted portal building over to use polygon functions... |
blob | commitdiff | raw | diff to current |
2004-08-30 |
tomaz | Renamed QuadraticSpline code in curves.c to QuadraticBS... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | changed Collision_NewBrushFromPlanes to use new polygon... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | fixed a couple potential crashes due to nodestack overf... |
blob | commitdiff | raw | diff to current |
2004-08-22 |
tomaz | Made gl_picmip affect only maps, models, and sprites... |
blob | commitdiff | raw | diff to current |
2004-05-20 |
havoc | Tomaz cleaned up some double ;; lines (strange stuff) |
blob | commitdiff | raw | diff to current |
2004-05-18 |
havoc | Tomaz fixed black models in unlit maps |
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-05-15 |
havoc | fix skybox loading in q3 shaders, needed to append... |
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 | cleaned up submodel loading, and wrote a big descriptio... |
blob | commitdiff | raw | diff to current |
2004-04-02 |
molivier | strncpy -> {strlcpy,memcpy}. Replaced the "forceloop... |
blob | commitdiff | raw | diff to current |
2004-03-23 |
molivier | Added a mempool parameter to FS_LoadFile |
blob | commitdiff | raw | diff to current |
2004-03-22 |
havoc | q3bsp pvs works again (was checking loadmodel when... |
blob | commitdiff | raw | diff to current |
2004-03-18 |
havoc | fixed 'black models' bugs in RecursiveLightPoint code |
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 | merged static and dynamic rtlight handling almost entir... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-03-09 |
havoc | now supports loading skybox specified by q3 sky shaders |
blob | commitdiff | raw | diff to current |
2004-03-05 |
havoc | fixed noclipping rendering nothing (there was no vis... |
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-04 |
havoc | implemented r_subdivisions_ cvars to control q3bsp... |
blob | commitdiff | raw | diff to current |
2004-03-03 |
havoc | fix Q3BSP submodels to have no GetPVS function (or... |
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 | safety checked lightmap access in Mod_Q1BSP_RecursiveLi... |
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-09 |
havoc | changed shader parsing to use strcasecmp just incase... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
havoc | fixed Mod_Q3BSP_BoxTouchingPVS to handle unvised maps... |
blob | commitdiff | raw | diff to current |
2004-02-03 |
havoc | optimized BoxTouchingPVS code to no longer be recursive |
blob | commitdiff | raw | diff to current |
2004-02-02 |
havoc | added trace.realfraction field which is now used for... |
blob | commitdiff | raw | diff to current |
2004-01-19 |
havoc | ignore visofs errors on leaf 0 (solid), thanks to Vic... |
blob | commitdiff | raw | diff to current |
2003-12-26 |
havoc | made an annoying cbox message that I had forgotten... |
blob | commitdiff | raw | diff to current |
2003-12-24 |
havoc | added a bunch more COLLISIONPARANOID code trying to... |
blob | commitdiff | raw | diff to current |
2003-12-09 |
havoc | fixed the wall slide stuttering bug (the one that has... |
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-29 |
havoc | added a quick hack for nodraw support in q3bsp (I hope... |
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-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-21 |
havoc | one more input underrun check in pvs decompression |
blob | commitdiff | raw | diff to current |
2003-10-11 |
havoc | added DP_QC_TRACE_MOVETYPE_HITMODEL extension (and... |
blob | commitdiff | raw | diff to current |
2003-10-10 |
havoc | one more reminder that nested for(i) loops are bad... |
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-10-08 |
havoc | collision brush generation in q3bsp is now *MUCH* faste... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
havoc | a stab in the dark at supporting unlit q3bsp maps |
blob | commitdiff | raw | diff to current |
2003-10-02 |
molivier | The crusade against buffer overflows continues... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
molivier | Lots of str[n]cat, str[n]cpy, and [v]sprintf have been... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
havoc | fixed lightgrid out-of-bounds crash (for example when... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
havoc | empty lightgrid lump should now work |
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 r_shadows (glquake fake shadows) |
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-15 |
havoc | fixed empty texture lump handling in q1bsp loading |
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 | 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-08-11 |
havoc | moved SV_FatPVS to model code |
blob | commitdiff | raw | diff to current |
2003-08-10 |
havoc | moved RecursiveLightPoint code to model_brush.c (model... |
blob | commitdiff | raw | diff to current |
2003-08-10 |
havoc | Q3BSP collisions implemented (although not for patches... |
blob | commitdiff | raw | diff to current |
2003-07-31 |
havoc | corrected a few LittleLongs to LittleFloat in md3 loadi... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
havoc | collision code cleanups (model->brush.TraceBox is now... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
havoc | added SV_PointContents |
blob | commitdiff | raw | diff to current |
2003-07-18 |
havoc | now loads q3 bsp (but can't render it or collide with... |
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-10 |
havoc | #if 0'd out a few unused functions |
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-05-23 |
havoc | more preparation for quake2 bsp support |
blob | commitdiff | raw | diff to current |
2003-05-21 |
havoc | beginning to add Q2 bsp support (Q3 bsp support coming... |
blob | commitdiff | raw | diff to current |
2003-04-25 |
havoc | sv.edicts (and related things) are now dynamically... |
blob | commitdiff | raw | diff to current |
2003-04-10 |
havoc | Mod_FindNonSolidLocation fixed for no map case (again) |
blob | commitdiff | raw | diff to current |
next |