2006-09-12 |
havoc | moved VM_FILES and VM_SEARCHLIST stuff to prvm_prog_t |
commit | commitdiff | tree | snapshot |
2006-09-12 |
havoc | remove some unsafe optimizations in VM_Files_Init and... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
havoc | increased PRVM_MAX_STACK_DEPTH and PRVM_LOCALSTACK_SIZE... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
havoc | changed description for gl_finish cvar according to... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
havoc | another patch from div0 to improve ping parsing behavio... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
havoc | another patch from div0 to fix ping report parsing |
commit | commitdiff | tree | snapshot |
2006-08-27 |
havoc | patch from div0 to fix ping report parsing where the... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
havoc | greatly improved chances of connecting to a proquake... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
havoc | fix bug with gun bobbing in demo playback (where input... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
havoc | fix a bug with the divide by zero warning in the QC... |
commit | commitdiff | tree | snapshot |
2006-08-27 |
havoc | changed default timeformat (related to timestamps cvar... |
commit | commitdiff | tree | snapshot |
2006-08-26 |
sajt | Fix for people with proper compilers :) |
commit | commitdiff | tree | snapshot |
2006-08-26 |
havoc | CSQC fixes (less broken, still not spec compliant) |
commit | commitdiff | tree | snapshot |
2006-08-25 |
havoc | accidentally removed -fno-strict-aliasing |
commit | commitdiff | tree | snapshot |
2006-08-25 |
havoc | fix csqc support on dedicated servers (now CRC's the... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
havoc | fix the jittery gun bug related to onground changing... |
commit | commitdiff | tree | snapshot |
2006-08-25 |
havoc | disabled support for csqc entities in CL_SelectTraceLine |
commit | commitdiff | tree | snapshot |
2006-08-25 |
havoc | changed release optimizations from -O2 -ffast-math... |
commit | commitdiff | tree | snapshot |
2006-08-21 |
black | Fix a stupid typo in the sbar's ctf flag icon filenames. |
commit | commitdiff | tree | snapshot |
2006-08-21 |
havoc | nexuiz hud change to show flag status in CTF |
commit | commitdiff | tree | snapshot |
2006-08-19 |
havoc | patch from div to fix icc warnings |
commit | commitdiff | tree | snapshot |
2006-08-16 |
havoc | changed several '^' checks to STRING_COLOR_TAG as they... |
commit | commitdiff | tree | snapshot |
2006-08-16 |
havoc | reorganized Host_Init a bit, merged away a few function... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
havoc | no longer has time or team columns in non-QW games |
commit | commitdiff | tree | snapshot |
2006-08-14 |
havoc | patch from div0: clamp "ping" reply valies in 0..9999... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
havoc | patch from div0: Send download requirements at an earli... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
havoc | oops forgot this from the cd loop/play named tracks... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
havoc | patch from div0: |
commit | commitdiff | tree | snapshot |
2006-08-14 |
havoc | patch from div0: |
commit | commitdiff | tree | snapshot |
2006-08-14 |
havoc | patch from div0: cd loop and cd play commands now suppo... |
commit | commitdiff | tree | snapshot |
2006-08-14 |
havoc | reenabled the quake 'fall out of level' bug, to make... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
havoc | 494 |
commit | commitdiff | tree | snapshot |
2006-08-05 |
havoc | hush warnings about strcat and other redefinitions... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
commit | commitdiff | tree | snapshot |
2006-08-05 |
molivier | The inclusion of pthread.h was missing |
commit | commitdiff | tree | snapshot |
2006-08-04 |
molivier | Replaced all calls to str[n]cat and strncpy by calls... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
havoc | fix memory alignment issue when saving odd-width screen... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
havoc | more tweaks trying to improve precision on q3map2-compi... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
havoc | trying to improve terrain collision brush issues in... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
havoc | added gamepad/joystick support to the SDL client, this... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
havoc | improved plane distance epsilon checking and improved... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
havoc | 491 |
commit | commitdiff | tree | snapshot |
2006-07-26 |
havoc | fixed an improperly filed change request |
commit | commitdiff | tree | snapshot |
2006-07-26 |
havoc | 495 |
commit | commitdiff | tree | snapshot |
2006-07-26 |
black | 'Catch' divisions by zero in the VM: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
havoc | 498 |
commit | commitdiff | tree | snapshot |
2006-07-26 |
havoc | use VM_Warning instead of Con_Printf+PRVM_PrintState |
commit | commitdiff | tree | snapshot |
2006-07-26 |
havoc | changed PF_WARNING to not do a return |
commit | commitdiff | tree | snapshot |
2006-07-25 |
havoc | print out profile report above runaway loop counter... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
havoc | enabled player scoreboard in coop (note that this overr... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
havoc | some cleanups and improved warnings |
commit | commitdiff | tree | snapshot |
2006-07-23 |
havoc | Mathieu should have set the snd_* cvars properly, not... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
havoc | disabled WAVE_FORMAT_EXTENSIBLE support as it does... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
havoc | added libpng.so fallback name, primarily for FreeBSD |
commit | commitdiff | tree | snapshot |
2006-07-21 |
havoc | remove testing prints (forgot to remove them before... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
havoc | fix bug with items in a trap door in the ceiling in... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
havoc | reverting DirectSound buffer position wrapping code... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
havoc | changed SECONDARY_BUFFER_SIZE to be a multiple of 32768... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
havoc | 471 |
commit | commitdiff | tree | snapshot |
2006-07-19 |
havoc | changed Draw_CachePic to load both tga/png/jpg and... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
havoc | don't crash if r_restart is used in startup scripts... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
havoc | enabled old quake-style connection/query packets when... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
havoc | fix a buffer overflow bug in InfoString_SetValue (thank... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
havoc | added detection of 4 more surfaceparms to hush warnings |
commit | commitdiff | tree | snapshot |
2006-07-10 |
havoc | changed how ping report hiding operates, so that it... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
havoc | fix bug where realtime was used instead of cl.time... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
havoc | added bestweapon command |
commit | commitdiff | tree | snapshot |
2006-07-09 |
havoc | added ping and status command output parsing in the... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
havoc | cleaned up cl_netinputpacketspersecond code a little... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
havoc | hide ping and packetloss displays if the values are... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
havoc | added ping and packet loss display to scoreboard, and... |
commit | commitdiff | tree | snapshot |
2006-07-08 |
molivier | Added 3D sound support to the Win32 backend (DirectSoun... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
havoc | changed most COM_ParseToken calls to COM_ParseTokenCons... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
havoc | whitespace on blank lines removed |
commit | commitdiff | tree | snapshot |
2006-07-04 |
havoc | fixed transfusion data check (the mainmenu item numberi... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
molivier | Cleaned the ugly code I committed for DP_FS_BASEDIR... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
havoc | fix issue with DP_FS_BASEDIR on Mac |
commit | commitdiff | tree | snapshot |
2006-07-03 |
havoc | made nexuiz missing data fallback menu apply to all... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
havoc | force a gamma update if v_hwgamma value changes between... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
havoc | added v_hwgamma 2 (forced gamma, ignores driver returni... |
commit | commitdiff | tree | snapshot |
2006-07-03 |
havoc | clean up of FL_ONGROUND checks in MOVE_TOSS/FLY/FLYMISS... |
commit | commitdiff | tree | snapshot |
2006-07-02 |
havoc | fixed DP_FS_BASEDIR passing to gcc by adding single... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
sajt | Patch from div0 to fix autosprite |
commit | commitdiff | tree | snapshot |
2006-06-28 |
sajt | Patch from div0 to fix skyboxes in downloaded maps |
commit | commitdiff | tree | snapshot |
2006-06-28 |
sajt | Fixed a bug in Matrix4x4_CopyTranslateOnly... which... |
commit | commitdiff | tree | snapshot |
2006-06-25 |
molivier | Removed the extra definitions of hton[sl] and ntoh... |
commit | commitdiff | tree | snapshot |
2006-06-25 |
molivier | You can now set a different default base directory... |
commit | commitdiff | tree | snapshot |
2006-06-25 |
molivier | Decreased the OSS buffer size, and cleaned some code |
commit | commitdiff | tree | snapshot |
2006-06-23 |
molivier | The name of the SDL config program used by the makefile... |
commit | commitdiff | tree | snapshot |
2006-06-23 |
havoc | fix gamma 'flicker' bug caused by gamma_forcenextframe... |
commit | commitdiff | tree | snapshot |
2006-06-22 |
havoc | fix some stupid bugs in gamma update code (why didn... |
commit | commitdiff | tree | snapshot |
2006-06-20 |
molivier | Made S_ChooseCheaperFormat() a bit smarter |
commit | commitdiff | tree | snapshot |
2006-06-15 |
molivier | Fixed OGG Vorbis code when using OGGs with a sound... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
havoc | reduce runaway loop counter limit from 1 billion to... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
havoc | added a section on replacement content, and some other... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
havoc | made FromString reject empty strings |
commit | commitdiff | tree | snapshot |
2006-06-13 |
havoc | changed r_gls_deluxemapping 2 to not attempt to do... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
havoc | patch from div0 to make universal-binary builds of... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
havoc | modified VID_RestoreSystemGamma to force a gamma update... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
havoc | don't set vid_activewindow to false in Map/Unmap events... |
commit | commitdiff | tree | snapshot |
next |