2005-05-29 |
havoc | added DP_QUAKE3_MAP extension |
commit | commitdiff | tree | snapshot |
2005-05-29 |
havoc | disable h2ohit.wav in GAME_NEXUIZ |
commit | commitdiff | tree | snapshot |
2005-05-29 |
black | Added back pr_checkextension. |
commit | commitdiff | tree | snapshot |
2005-05-29 |
black | Quick fix for the "0 not loaded" bug (error on trying... |
commit | commitdiff | tree | snapshot |
2005-05-29 |
havoc | fix bug causing impulses to often be lost |
commit | commitdiff | tree | snapshot |
2005-05-29 |
havoc | fixed makefile (it is not possible to comment out lines... |
commit | commitdiff | tree | snapshot |
2005-05-27 |
black | -CVS: --------------------------------------------... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
tomaz | Way to tired... Fixed all 3 project files to include... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
tomaz | darkplaces.dsp |
commit | commitdiff | tree | snapshot |
2005-05-25 |
black | -LoadProgs now expects to be called after InitProg... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | patch from Willis to add mvm_cmds.c |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | don't set cl.movement true if cl_movement cvar is off |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | fix bug in last commit (msg->, not buf.) |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | fix an overflow without allowoverflow set error in... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | default to "DP6" protocol (not "DARKPLACES6") |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | zym models now support TraceBox calls |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | fix bug with ClientDisconnect not being called if a... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | added newline at end of file to hush a gcc warning |
commit | commitdiff | tree | snapshot |
2005-05-25 |
havoc | added mvm_cmds.o |
commit | commitdiff | tree | snapshot |
2005-05-24 |
havoc | reordered the protocolversion_t values to have preferre... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
black | -Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
havoc | default to DARKPLACES6 protocol (somehow this was not... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
havoc | added onground clearing before each move so that going... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
havoc | rewrote protocol version system (including splitting... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
black | -Now netconn also accepts infoRespones from LAN servers... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
havoc | NetConn_ReceivedMessage now verifies that the packet... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
black | -Fix checking the length before knowing its actual... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
black | -Fixed a possible buffer overflow bug in NetConn_Receiv... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
molivier | vid_usemouse doesn't need to be a global variable |
commit | commitdiff | tree | snapshot |
2005-05-21 |
black | -Added an comment ('[INIT]') to all fields of vm_prog... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
black | -Added the callcount field to the mfunction_t structure. |
commit | commitdiff | tree | snapshot |
2005-05-20 |
havoc | removed unused applytime field from usercmd_t |
commit | commitdiff | tree | snapshot |
2005-05-20 |
havoc | cleaned up prediction code somewhat, no longer uses... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
havoc | slight cleanup (complete removal) of the "base" variabl... |
commit | commitdiff | tree | snapshot |
2005-05-19 |
havoc | changed default heartbeat_period to 120 seconds so... |
commit | commitdiff | tree | snapshot |
2005-05-19 |
havoc | changed EntityFrame5_ExpandEdicts call from using sv... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
havoc | fix lingering tracers in nexuiz (among other possible... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
havoc | fixed r_showtris bug (individual state changes were... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
havoc | added onground tracking to cl_movement code, instead... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
havoc | fix a severe bug with viewangles in cl_movement mode |
commit | commitdiff | tree | snapshot |
2005-05-18 |
havoc | fix interpolation of cl_movement |
commit | commitdiff | tree | snapshot |
2005-05-16 |
black | -Fixed some bugs in the altstr functions, now they... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
havoc | split SV_ReadClientMove into two functions, SV_ReadClie... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
havoc | cleaned up suspendedinairflag a bit |
commit | commitdiff | tree | snapshot |
2005-05-16 |
havoc | removed deadsocket field from server client struct... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
havoc | added a commented out Con_Printf for debugging spatiali... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
havoc | fix bug that rotated all sounds 90 degrees to the right... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
havoc | changed matrix_attenuation declarations to not be stati... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
havoc | disabled some of the server client connect code that... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fix a crash with getlighting builtin |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fix a crash with mdl skingroups |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | an extra Mem_CheckSentinelsGlobal at start of Serverinf... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | 366 |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | added a couple checks to hopefully fix a lit sprite... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fixed r_drawcollisionbrushes 2 |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fix a crash when loading q3 maps with flares |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | gl_combine cvar is no longer saved |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fix portal lighting in a single cluster map (box map) |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fixed rtlighting on colormap capable skins |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fixed r_shadow_realtime_world_lightmap support in gl_co... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fixed snow fluttering |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | remove an unneeded cast |
commit | commitdiff | tree | snapshot |
2005-05-14 |
havoc | fix some warnings |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | use Con_Printf instead of Host_Error when an unknown... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | only load .lit file if its file size matches 8 + lump... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | replaced all references to vid.conwidth and vid.conheig... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | more clean up of IN_Activate, added cl_ignoremousemove... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | corrected envmap saving for ft/rt/bk/lf/up/dn layout... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | fix Mod_BuildAliasSkinsFromSkinFiles to work with the... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | fix a warning |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | GAME_NEXUIZ no longer loads a number of gfx/ pics that... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | upgraded both QuakeC VMs to use a table of negative... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
havoc | finished model/map rendering merge, model renderer... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
havoc | 375 (-1) |
commit | commitdiff | tree | snapshot |
2005-05-12 |
havoc | labeled todo items (at least ones not done yet) with... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
havoc | 396 |
commit | commitdiff | tree | snapshot |
2005-05-12 |
havoc | clear sounds before shutting down |
commit | commitdiff | tree | snapshot |
2005-05-12 |
havoc | changed changed commandline history behavior to be... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
black | -Changed VM_precache_pic to check CachePic for successf... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
havoc | the merging of alias and bsp model rendering begins... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
havoc | some changes and cleanups to SV_FlyMove, turned off... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
havoc | added VectorReflect |
commit | commitdiff | tree | snapshot |
2005-05-11 |
molivier | Allocated temporary big buffers in R_BuildDetailTexture... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
havoc | added sv_gameplayfix_blowupfallenzombies and sv_gamepla... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
havoc | fix inverted normalmaps produced from bumpmaps (directl... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | patch from Willis for some map name changes in Transfusion |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | changed R_NewExplosion check for dead explosions to... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | 389 (-2) |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | fix VID_Shutdown ungrabs |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | 391 (-2) |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | changed blaze.mindphukd.org back to an ip address becau... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | major cleanup of input code - CL_Move replaces most... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | remove qwgl externs, as they are not used outside vid_wgl.c |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | fix a problem with stenciltwoside introduced by recent... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | fixed problems in the Host_Init Cbuf_InsertText stuff... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
havoc | changed 3 occurences of very if (developer.integer... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
havoc | implemented caching of DNS names in lhnet.c |
commit | commitdiff | tree | snapshot |
2005-05-08 |
havoc | S_LocalSound now uses ATTN_NONE, so menu sounds and... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
havoc | rewrote the notes on the Creative patent after re-readi... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
havoc | revised a number of terminology notes at the beginning... |
commit | commitdiff | tree | snapshot |
next |