2007-04-05 |
havoc | fix bug with players not moving during the input timeou... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | fixed compile error in GLSL shader with the new texture... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | implemented vbo rendering of map, models, and compiled... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | added gl_vbo cvar to allow disabling of vbo rendering... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | now creates EBOs and VBOs containing static model geome... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | added bufferobject and bufferoffset parameters to all... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | the beginnings of VBO support in the rendering backend |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | corrected showturtle cvar description (it said it was... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
havoc | fixed two timing flaws where cl.realframetime was used... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
havoc | fix bug in the previous movement patch where moves... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
havoc | changed PlayerPrethink/think/PlayerPostThink to occur... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
havoc | added detection of VBO extension |
commit | commitdiff | tree | snapshot |
2007-03-31 |
havoc | patch from div0 to fix the fixangle logic (my fix appar... |
commit | commitdiff | tree | snapshot |
2007-03-31 |
havoc | patch from div0 that improves mac keyboard support... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | added back bullet impact sparks due to complaints |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | slight improvement to the new bullet smoke |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | make timedemo and -benchmark use srand(0) to get more... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | disabled cl_beams_instantaimhack by default, and disabl... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | removed restrictions on r_fullbright and r_ambient... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | fix the corona view distance culling checks, had the... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | changed cl_particles_quake mode to use size 1.5 for... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | fix bug that caused blood stainmaps to not appear when... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | cleaned up R_DrawCoronas code to be more readable/maint... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | fix bug which caused CL_Move to not see any network... |
commit | commitdiff | tree | snapshot |
2007-03-30 |
havoc | fixed specularscale calculation |
commit | commitdiff | tree | snapshot |
2007-03-29 |
havoc | fix warning |
commit | commitdiff | tree | snapshot |
2007-03-29 |
havoc | changed Sys_Sleep functions to take microseconds instea... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
havoc | added DP_QC_TOKENIZEBYSEPARATOR extension |
commit | commitdiff | tree | snapshot |
2007-03-29 |
havoc | added r_shadow_usenormalmap cvar which allows you to... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
havoc | added NetConn_SleepMicroseconds function, and LHNET_Sle... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
havoc | cl_bob* cvars are now saved |
commit | commitdiff | tree | snapshot |
2007-03-28 |
havoc | stop demo playback on connect command but do not disconnect |
commit | commitdiff | tree | snapshot |
2007-03-27 |
havoc | added .float disableclientprediction field for qc to... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
havoc | remove unused variable |
commit | commitdiff | tree | snapshot |
2007-03-27 |
havoc | made scr_printspeed 0 also disable slow printing |
commit | commitdiff | tree | snapshot |
2007-03-27 |
havoc | changed default value of scr_printspeed from 8 to 10000... |
commit | commitdiff | tree | snapshot |
2007-03-27 |
havoc | patch from div0 to make svc_finale text show up immedia... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
havoc | remove unnecessary calculations of absmin/absmax in... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
havoc | slight optimization to CSQC_AddRenderEdict - don't... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
havoc | fix bug in the last commit |
commit | commitdiff | tree | snapshot |
2007-03-26 |
havoc | patch from div0 to fix issues with libcurl on old nexui... |
commit | commitdiff | tree | snapshot |
2007-03-25 |
havoc | eliminated dependency on quakedef.h, this file now... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
havoc | changed default value of cl_netinputpacketlosstolerance... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
havoc | as requested by div0, sprint to world now behaves like... |
commit | commitdiff | tree | snapshot |
2007-03-24 |
havoc | moved clearing of self.fixangle to SV_Physics_ClientEnt... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
havoc | added glFinish() call to loading screen (which uses... |
commit | commitdiff | tree | snapshot |
2007-03-19 |
havoc | added leaf culling using the shadow-caster frustum... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
havoc | changed bestweapon command to match the one in proquake... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
havoc | added iplog support (iplog_list command, iplog_name... |
commit | commitdiff | tree | snapshot |
2007-03-18 |
havoc | added cl_movement_minping cvar, default 50, this shuts... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
havoc | changed some prints to dprints |
commit | commitdiff | tree | snapshot |
2007-03-17 |
havoc | reenabled vid_grabkeyboard by default until the focus... |
commit | commitdiff | tree | snapshot |
2007-03-17 |
havoc | play a different sound (sound/misc/talk2.wav) for team... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
havoc | cl_autodemo and cl_autodemo_nameformat are now saved... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
havoc | fixed cl_autodemo |
commit | commitdiff | tree | snapshot |
2007-03-16 |
havoc | fixed bug where every name/color/playermodel/playerskin... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
havoc | corrected name of gl_ext_separatestencil server (it... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
havoc | reenabled keyboard grab when fullscreen - this is just... |
commit | commitdiff | tree | snapshot |
2007-03-16 |
havoc | fix a double typo (thanks Willis) |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | fix an error |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | disabled cl_movement prediction when cls.servermovesequ... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | rewrote stringlist stuff, now uses a (dynamically resiz... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | fix a crash in maps command |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | aligned menu options to not cover the quake logo plaque... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | main options menu now has only the most frequently... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | updated with new default value of con_closeontoggleconsole |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | reworked quake query code (CCREQ_/CCREP_ handling)... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | separated the code that sends player name and such... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | changed default snd_soundradius from 1000 to 2000,... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | implemented support for fuhquake macros in fuhquake... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | made cl_bob 0 also disable cl_bobmodel |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | changed default value of con_closeontoggleconsole due... |
commit | commitdiff | tree | snapshot |
2007-03-15 |
havoc | set pmodel/emodel keys in userinfo for qw servers |
commit | commitdiff | tree | snapshot |
2007-03-14 |
havoc | add apple_multithreadedgl cvar (offloads OpenGL driver... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
havoc | added cl_particles_rain and cl_particles_snow cvars... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
havoc | added a missing return statement in the 'any-dimension... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
havoc | fix bug where transparent models used an out of date... |
commit | commitdiff | tree | snapshot |
2007-03-14 |
havoc | loc file parsing now supports whitespace following... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | removed duplicate entries in the cvar list |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | removed "Future supported games" section as it really... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | 442 |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | 446 |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | updated readme |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | multiline cvar_t descriptions cause problems when build... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | removed trailing comments on cvar declarations and... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | corrected some comments |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | removed -demolooponly commandline option as it did... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | added vid_grabkeyboard cvar which defaults to 0, this... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | implemented proper handling of .frame2/.lerpfrac/.frame... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | added support for locs/something.loc naming in loc... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
havoc | disable interpolation of predicted movement locations... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
havoc | don't abort a download if a level change occurs during... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
havoc | make gamedir command work on dedicated servers |
commit | commitdiff | tree | snapshot |
2007-03-11 |
havoc | increased minimum developer cvar level for several... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
havoc | implemented .loc file support, including some editing... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
havoc | changed brightness of unlit q1bsp maps from 2x white... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
havoc | fix incorrect parameter count check on setspawnparms... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
havoc | removed master 12.166.196.192 (run by Venim) because... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
havoc | added cl_dlights_decayradius and cl_dlights_decaybright... |
commit | commitdiff | tree | snapshot |
next |