]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2006-07-03 havocclean up of FL_ONGROUND checks in MOVE_TOSS/FLY/FLYMISS...
2006-07-02 havocfixed DP_FS_BASEDIR passing to gcc by adding single...
2006-06-30 sajtPatch from div0 to fix autosprite
2006-06-28 sajtPatch from div0 to fix skyboxes in downloaded maps
2006-06-28 sajtFixed a bug in Matrix4x4_CopyTranslateOnly... which...
2006-06-25 molivierRemoved the extra definitions of hton[sl] and ntoh...
2006-06-25 molivierYou can now set a different default base directory...
2006-06-25 molivierDecreased the OSS buffer size, and cleaned some code
2006-06-23 molivierThe name of the SDL config program used by the makefile...
2006-06-23 havocfix gamma 'flicker' bug caused by gamma_forcenextframe...
2006-06-22 havocfix some stupid bugs in gamma update code (why didn...
2006-06-20 molivierMade S_ChooseCheaperFormat() a bit smarter
2006-06-15 molivierFixed OGG Vorbis code when using OGGs with a sound...
2006-06-14 havocreduce runaway loop counter limit from 1 billion to...
2006-06-14 havocadded a section on replacement content, and some other...
2006-06-13 havocmade FromString reject empty strings
2006-06-13 havocchanged r_gls_deluxemapping 2 to not attempt to do...
2006-06-13 havocpatch from div0 to make universal-binary builds of...
2006-06-12 havocmodified VID_RestoreSystemGamma to force a gamma update...
2006-06-12 havocdon't set vid_activewindow to false in Map/Unmap events...
2006-06-12 havoccheck if master server address string is empty when...
2006-06-12 havocupdated GLSL shader to match the one in Nexuiz 2.0...
2006-06-12 sajtAdded libcurl.[ch] to MSVC project files
2006-06-11 havocadded HDR bloom feature, not very different from bloom...
2006-06-11 havocdon't allow $ expansion or sendcvar on rcon_password...
2006-06-11 havocdon't draw notify lines while r_letterbox is on
2006-06-11 molivierFixed audio capture when the sound engine wasn't restar...
2006-06-11 havocremoved crosshair_static cvar (now only the hud crossha...
2006-06-11 havocremoved team colored crosshair feature, removed crossha...
2006-06-11 havocremoved crosshair_flashspeed and crosshair_flashrange...
2006-06-11 havocchanged the default crosshair textures to use greyscale...
2006-06-11 havocadded crosshair_useteamcolor, crosshair_color_red,...
2006-06-11 havocfixed 'slow gravity' bug when cl_movement players are...
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...
next