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 |
2006-06-12 |
havoc | check if master server address string is empty when... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
havoc | updated GLSL shader to match the one in Nexuiz 2.0... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
sajt | Added libcurl.[ch] to MSVC project files |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | added HDR bloom feature, not very different from bloom... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | don't allow $ expansion or sendcvar on rcon_password... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | don't draw notify lines while r_letterbox is on |
commit | commitdiff | tree | snapshot |
2006-06-11 |
molivier | Fixed audio capture when the sound engine wasn't restar... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | removed crosshair_static cvar (now only the hud crossha... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | removed team colored crosshair feature, removed crossha... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | removed crosshair_flashspeed and crosshair_flashrange... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | changed the default crosshair textures to use greyscale... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | added crosshair_useteamcolor, crosshair_color_red,... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
havoc | fixed 'slow gravity' bug when cl_movement players are... |
commit | commitdiff | tree | snapshot |
2006-06-11 |
molivier | Fixed the 5.1 speaker layout when using SDL on Win32... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
molivier | Added snd_channellayout to configure the speaker layout... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
molivier | When we're recording a demo, we must not stop rendering... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
molivier | Removed some debug printings, and made some others... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
havoc | disabled the broken cl_autodemo feature until Sajt... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | changed cvar default setup code such that cvar default... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | trust the q3bsp NODRAW flag rather than the shader |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | don't allocate a mempool or texture pool if a model... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | fixed another C99 lazy variable declaration bug in... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | another curl message patch from div0 |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | libcurl.2.dylib is apparently compatible for our purpos... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | fix typo that caused crashes in detection of model... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | another patch from div0 to curl messages |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | fix for continuously spewed curl error messages |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | oops, forgot these |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | web download patch from div0, this adds the "curl"... |
commit | commitdiff | tree | snapshot |
2006-06-09 |
havoc | nexuiz prediction patch from div0, this adds two new... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
molivier | The BSD audio module had the same bug as the OSS module... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
havoc | fixed r_drawportals |
commit | commitdiff | tree | snapshot |
2006-06-08 |
havoc | fixed collision bug on q3 light cones and other non... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
havoc | no longer converts vertex-morph model formats to float... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
havoc | added more image search paths so that md2 model skins... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
havoc | don't crash if a quake button entity is on its alternat... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
havoc | don't crash if key bindings functions are called with... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
havoc | fix a < 256 check that should have been < MAX_LIGHTSTYLES |
commit | commitdiff | tree | snapshot |
2006-06-07 |
havoc | ignore GL_EXT_texture3D extension if it reports a bogus... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
havoc | extra check for gl_texture3d |
commit | commitdiff | tree | snapshot |
2006-06-07 |
havoc | fix typo |
commit | commitdiff | tree | snapshot |
2006-06-07 |
havoc | fix maps/ check to use 5 characters, not 4 |
commit | commitdiff | tree | snapshot |
2006-06-07 |
havoc | prevent Image_MipReduce from getting stuck in an infini... |
commit | commitdiff | tree | snapshot |
next |