2004-03-03 |
havoc | added r_showtris |
commit | commitdiff | tree | snapshot |
2004-03-03 |
havoc | realtime dlight shadows are now nearly the speed of... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
havoc | temporarily disabled compiled rtlights (they'll make... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
havoc | fix rtlights cubemapname load/save |
commit | commitdiff | tree | snapshot |
2004-03-02 |
havoc | fix the inverted bumps on some surfaces (no longer... |
commit | commitdiff | tree | snapshot |
2004-03-02 |
havoc | forgot to init the effects variable in the light parser |
commit | commitdiff | tree | snapshot |
2004-03-02 |
havoc | dlights using light_lev now need the PFLAG_FULLDYNAMIC... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | more cleanups of R_RenderScene (now r_view_ variables... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | remove unused variable i in V_ParseDamage |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | remove unused variable i in CL_ParseStartSoundPacket |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | screenshots are now saved to screenshots/ and videos... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | fixed cubemap upload scaling crash (was using power... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | fixed viewblends which were broken the past few days |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | upgraded network protocol to DP5, now sends precise... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | cleaned up rtlight handling, merging most code between... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | forgot to commit this as part of the SV_TouchAreaGrid fix |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | fixed SV_TouchAreaGrid to not crash if SV_IncreaseEdict... |
commit | commitdiff | tree | snapshot |
2004-03-01 |
havoc | safety checked lightmap access in Mod_Q1BSP_RecursiveLi... |
commit | commitdiff | tree | snapshot |
2004-02-28 |
havoc | default a few cvars accordingly for GAME_TENEBRAE mode |
commit | commitdiff | tree | snapshot |
2004-02-28 |
havoc | support angles on light entities |
commit | commitdiff | tree | snapshot |
2004-02-28 |
havoc | support skin and pflags in light entity loader |
commit | commitdiff | tree | snapshot |
2004-02-26 |
havoc | PF_traceline/PF_tracebox can now use world as the edict |
commit | commitdiff | tree | snapshot |
2004-02-26 |
havoc | made the static light built message a dprint |
commit | commitdiff | tree | snapshot |
2004-02-26 |
havoc | TEU uses teu.rc, not quake.rc |
commit | commitdiff | tree | snapshot |
2004-02-25 |
havoc | renamed brush model pvs stuff to be in brush struct... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
havoc | MOVETYPE_BOUNCE change: an explosion above gibs will... |
commit | commitdiff | tree | snapshot |
2004-02-25 |
havoc | enable MOVE_ values on PF_tracebox (already enabled... |
commit | commitdiff | tree | snapshot |
2004-02-24 |
havoc | fixed black fullbrights on models in realtime mode |
commit | commitdiff | tree | snapshot |
2004-02-22 |
havoc | fixed GL_Scissor call in rtlight code (apparently I... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
havoc | allow "rate" command to be executed on server when... |
commit | commitdiff | tree | snapshot |
2004-02-22 |
havoc | fixed a possible crash in R_DrawCoronas (it was using... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
havoc | cleaned up R_RenderView setup code a bit, and shuffled... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
havoc | timedemo now also prints min/avg/max fps |
commit | commitdiff | tree | snapshot |
2004-02-21 |
havoc | added rate limiting to player setup menu |
commit | commitdiff | tree | snapshot |
2004-02-21 |
havoc | rate limited networking ("rate" command in client conso... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
havoc | cl_fakelocalping cvars now produce the specified ping... |
commit | commitdiff | tree | snapshot |
2004-02-21 |
havoc | remove unused stripextension code |
commit | commitdiff | tree | snapshot |
2004-02-21 |
havoc | moved light matrix generation out of the render code... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
havoc | fixed loading of replacement frame images (it was strip... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
havoc | upgraded Image_CopyMux to be able to output constant... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
havoc | possible improvement to infinite perspective matrix... |
commit | commitdiff | tree | snapshot |
2004-02-20 |
havoc | remove the exec default.cfg call from the reset to... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
havoc | improved error message for missing cubemap images,... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
havoc | now loads each cubemap only once, no matter how many... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
havoc | cubemap filters for rtlights are now supported |
commit | commitdiff | tree | snapshot |
2004-02-18 |
havoc | added gl_lightmaps cvar (for looking at the raw lightma... |
commit | commitdiff | tree | snapshot |
2004-02-18 |
havoc | fix some warnings |
commit | commitdiff | tree | snapshot |
2004-02-17 |
havoc | reduced size of viewblend triangle from 64000 units... |
commit | commitdiff | tree | snapshot |
2004-02-12 |
black | Forgot to add a couple of return statements to a switch... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
black | Fixed: Removed not needed variable. |
commit | commitdiff | tree | snapshot |
2004-02-11 |
black | Added some menu builtins and changed VM_registercvar... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
molivier | Added automatic unloading of unused sounds. The "silent... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
molivier | Commented out some unused static functions in "ui.c... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
molivier | Updated the MinGW note according to the new makefiles |
commit | commitdiff | tree | snapshot |
2004-02-11 |
molivier | I forgot to add the new sound functions to "snd_null.c" |
commit | commitdiff | tree | snapshot |
2004-02-10 |
havoc | change joystick key numbers to start at 768 instead... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
havoc | corrections and additions |
commit | commitdiff | tree | snapshot |
2004-02-10 |
havoc | recalculate farclip immediately before rendering, inste... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
black | The mouse buttons now use the range 512 - 1023 and... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
molivier | Added a couple of function skeletons for the automatic... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
molivier | The test used in the FS_Read function to detect the... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
havoc | fix a particle trail bug with freshly spawned entities... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
havoc | changed shader parsing to use strcasecmp just incase... |
commit | commitdiff | tree | snapshot |
2004-02-09 |
havoc | fix video modes menu to not let you select the extra... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
havoc | added Willis's dpmaster to list |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | trying to make this binary |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | DOS line endings, and now marked binary (I hope) |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | updated readme |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | increased numverts/numtris/skinwidth/skinheight limits... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | renamed r_shadow_shadows to r_shadow_dlightshadows... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | fixed Mod_Q3BSP_BoxTouchingPVS to handle unvised maps... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | rewrote PF_tokenize to not use memory allocations |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | increased size of ditherpattern texture to try to work... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
havoc | gl_texturemode should not affect TEXF_FORCENEAREST... |
commit | commitdiff | tree | snapshot |
2004-02-06 |
warp | This is your key system, this is your key system after... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
havoc | optimized BoxTouchingPVS code to no longer be recursive |
commit | commitdiff | tree | snapshot |
2004-02-03 |
havoc | support tga's with incomplete colormaps (less than... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
havoc | added some names for certain characters: ` backquote... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
coderjoe | don't need to send WM_SETICON... just set the icon... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | fix misplaced extern S_UnblockSound |
commit | commitdiff | tree | snapshot |
2004-02-02 |
black | DS_OK used instead of DD_OK |
commit | commitdiff | tree | snapshot |
2004-02-02 |
coderjoe | get msvc using the new icon |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | cast the char array to unsigned short in the ToAscii... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | winquake.h is gone, absorbed into the respective files... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | thanks to de-we for these great icons (I have not figur... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | fixing up rtlight handling a bit (now always runs the... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | thanks to Mathieu Olivier for these new makefiles |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | fix a logic bug in EntLight handling (should have been... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | fixed sv_freezenonclients (now freezes time as well) |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | forgot to init enterfrac2 in the TraceLineBrushFloat... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | added trace.realfraction field which is now used for... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | added sv_freezenonclients cvar, fixed the bug that... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | now always uses glPolygonOffset, and collision brush... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | added several BoxPlane comparison functions to find... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
havoc | changed a lot of progs errors to warnings, and it print... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
havoc | reduced default r_lightningbeams_repeatdistance from... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
havoc | changed Sys_Sleep from (void) to (int milliseconds... |
commit | commitdiff | tree | snapshot |
2004-02-01 |
black | Only one player list is displayed now. Moved it a littl... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
havoc | handle funky ToAscii values (shift/ctrl/alt sometimes... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
molivier | Slight improvement in the way we include the strl{cat... |
commit | commitdiff | tree | snapshot |
next |