]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2006-06-11 molivierFixed the 5.1 speaker layout when using SDL on Win32...
2006-06-10 molivierAdded snd_channellayout to configure the speaker layout...
2006-06-10 molivierWhen we're recording a demo, we must not stop rendering...
2006-06-10 molivierRemoved some debug printings, and made some others...
2006-06-10 havocdisabled the broken cl_autodemo feature until Sajt...
2006-06-09 havocchanged cvar default setup code such that cvar default...
2006-06-09 havoctrust the q3bsp NODRAW flag rather than the shader
2006-06-09 havocdon't allocate a mempool or texture pool if a model...
2006-06-09 havocfixed another C99 lazy variable declaration bug in...
2006-06-09 havocanother curl message patch from div0
2006-06-09 havoclibcurl.2.dylib is apparently compatible for our purpos...
2006-06-09 havocfix typo that caused crashes in detection of model...
2006-06-09 havocanother patch from div0 to curl messages
2006-06-09 havocfix for continuously spewed curl error messages
2006-06-09 havocoops, forgot these
2006-06-09 havocweb download patch from div0, this adds the "curl"...
2006-06-09 havocnexuiz prediction patch from div0, this adds two new...
2006-06-08 molivierThe BSD audio module had the same bug as the OSS module...
2006-06-08 havocfixed r_drawportals
2006-06-08 havocfixed collision bug on q3 light cones and other non...
2006-06-08 havocno longer converts vertex-morph model formats to float...
2006-06-08 havocadded more image search paths so that md2 model skins...
2006-06-07 havocdon't crash if a quake button entity is on its alternat...
2006-06-07 havocdon't crash if key bindings functions are called with...
2006-06-07 havocfix a < 256 check that should have been < MAX_LIGHTSTYLES
2006-06-07 havocignore GL_EXT_texture3D extension if it reports a bogus...
2006-06-07 havocextra check for gl_texture3d
2006-06-07 havocfix typo
2006-06-07 havocfix maps/ check to use 5 characters, not 4
2006-06-07 havocprevent Image_MipReduce from getting stuck in an infini...
2006-06-07 havocadded stack trace printout to VM_remove warnings
2006-06-07 havocdon't save cvars that are at their default value
2006-06-07 havocfixed an unregistered cvar
2006-06-07 havocdisabled loading of csprogs.dat if developer is less...
2006-06-07 havocadded DP_GFX_EXTERNALTEXTURES_PERMAP extension
2006-06-06 havoccommented out S_StartSound <whatever> not precached...
2006-06-06 molivierAttempt to fix speaker layout for 5.1 and 7.1 sound...
2006-06-06 molivierUse our usual defines for detecting the OS type
2006-06-04 molivierFixed the "nosound" cvar. Thanks to Willis for having...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-06-04 havoccl_bobmodel is now a saved cvar
2006-06-01 havocremoved TE_VORESPIKE, no idea how it came into existenc...
2006-05-30 havocdon't allow runaway loops caused by Con_Print during...
2006-05-30 havocfixed several crashes in video capture code when files...
2006-05-30 havocfix unintended use of alpha test on 2d graphics (hud...
2006-05-29 molivierUpdated Dev-C++ project files
2006-05-29 havocchanged color control menu correction value to 0.5...
2006-05-29 havocfixed repeated gamma ramp setting attempts in case...
2006-05-28 havocfix bug that caused constant gamma ramp setting in...
2006-05-28 havocdisable canjump check until it's fixed
2006-05-28 havocfurther tweaks to prediction
2006-05-28 havocfix a bug where dedicated servers might not respond...
2006-05-28 havocadded a few more GLSL shader program setting calls...
2006-05-28 havocadded sv_clmovement_* cvars to disable movement predict...
2006-05-28 havocno longer sets model->loaded if the model file was...
2006-05-27 havocremove an unused variable
2006-05-27 havoccentering of notify lines in nexuiz now ignores color...
2006-05-27 havoccenterprint no longer counts color codes when centering...
2006-05-26 havocdon't hexdump png images while reading them (why did...
2006-05-26 havocfix bug that was preventing rcon_address from working
2006-05-26 havocimplemented sv_gameplayfix_qwplayerphysics
2006-05-25 havocfix a typo
2006-05-25 havoctry not to kick players for supposed speed cheating...
2006-05-25 havocfixed sv_waterfriction code so it is now used
2006-05-25 havocadded sv_waterfriction, sv_airaccelerate, sv_wateraccel...
2006-05-25 havocpatch from div0 that allows loading new pak/pk3 archive...
2006-05-25 havocpatch from div0 that makes togglemenu support a paramet...
2006-05-25 havocchanged matchpattern to take a const char *
2006-05-25 havocreplaced cl_beams_relative cvar with cl_beams_quakeposi...
2006-05-25 havocchanged qc profiling to use doubles instead of ints...
2006-05-25 havocincreased runaway jump count limit to 1000000000
2006-05-25 havoccalculate bounding box properly for psk models, and...
2006-05-25 havocfixed crashes when changing a few settings while playin...
2006-05-25 havocfix crash when entering "color" command while playing...
2006-05-25 havocfix playback of demos after playing on a quakeworld...
2006-05-25 havocdisplay qw spectators as spectators on the scoreboard
2006-05-23 havocremove some r_render checks, and added an r_render...
2006-05-17 havoc471
2006-05-15 havocpatch from Dresk that adds a doom3-like "toggle" consol...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-05-12 havocundo something not meant to be committed yet
2006-05-12 havocfix two implicit conversions
2006-05-12 havocfix s->waterlevel = 0 and such
2006-05-11 havocremoved the clearing of the root bone in .psa animation...
2006-05-11 havocfix a warning
2006-05-10 havocredesigned skeletal model loading and rendering to...
2006-05-10 havocadded Vector4Set macro
2006-05-10 havocsome clean up of packet parsing
2006-05-10 havocsetinfo *ip on every network connection (currently...
2006-05-10 havocimproved setinfo handling so that quakeworld works...
2006-05-10 havocremoved all 3 uses of the brown-text message prefix...
2006-05-10 havocadded a comment
2006-05-10 havoccleanup of chat prefix character handling, this fixes...
2006-05-09 havocsignificantly reworked the cl_movement code, now predic...
2006-05-09 havocdon't shuffle servers around when pings come in later...
2006-05-09 havocdo q1bsp lighting checks starting with + 0.125 unit...
2006-05-08 havocsplit R_DrawTextureSurfaceList code into several functi...
2006-05-08 havocfix NUL termination issue on the test string by not...
2006-05-08 havocfixes to the test program
2006-05-08 havoclhnet fixes - now calls WSAStartup during LHNET_Init...
next