]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2008-07-10 havocremove debugging code that was breaking skeletal model...
2008-07-10 divverentneeded builtins for fonts in CSQC
2008-07-09 divverentCvar sys_usenoclockbutbenchmark for the dedicated serve...
2008-07-08 divverentchanged the Sys_Error to a Con_Printf. LordHavoc, pleas...
2008-07-08 divverentmake the weird != error message nonfatal and developer...
2008-07-07 havocpatch from KrimZon adding DP_QC_ENTITYDATA extension
2008-07-05 havocan attempt at optimizing msurface_t dlight_cache checks...
2008-07-05 havocchanged default of r_depthfirst to 0, because in genera...
2008-06-29 havocfix an error and a warning with my last commit
2008-06-29 havocsplit out combined alloc for psk model data to make...
2008-06-29 havocdeclare local variables properly
2008-06-28 divverentfix crash in keys.c clipboard handling
2008-06-26 havocsync console command execution to the server timer...
2008-06-26 havocalways send a packet when an impulse is used, regardles...
2008-06-26 havocfix two warnings
2008-06-25 divverentAdd a new command "infobar" to temporarily display...
2008-06-25 divverentin "bf", make alpha and alphafade optional (if left...
2008-06-25 divverent"bf" now optionally takes arguments: red green blue...
2008-06-23 havocpatch from Blub\0 to fix InfoString_SetValue (my dpsnpr...
2008-06-19 havocthanks to Willis for contributing a VS2005 x64 build...
2008-06-19 divverentSupport file symlinks inside pk3 files. Directory symli...
2008-06-17 havocuse %127s in the sscanf
2008-06-17 havocfix crash in rtlights loader when compiled with VS2005...
2008-06-17 havocchanged build targets to all be in the darkplaces directory
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-06-17 havocchanged a number of sprintf's to dpsnprintf and removed...
2008-06-17 havochush a warning in Dev-C++
2008-06-17 havocfixed the .dev file for dedicated server
2008-06-17 havocadded gl_gecko.[ch] and gl_dyntexture.[ch] dependencies
2008-06-15 divverentalso reject time stepping > 30 minutes (this threshold...
2008-06-15 divverentnew cvar sys_useclockgettime (default 0) that makes...
2008-06-11 divverentalso put svn revision (svnversion(1)) and build type...
2008-06-11 sajtFixed compile error in MSVC6 (its SDK is missing a...
2008-06-09 havoccheck if command is "remap" AFTER command is set to...
2008-06-09 havocparticle palette is now derived from the loaded palette...
2008-06-07 divverentdo NOT Host_StartVideo for a simple "cd remap"
2008-06-05 motorsepchanged bbox size for chase camera
2008-06-05 havocadd view_ofs before chase_active code, this should...
2008-06-05 motorsepadded support for Prophecy game and new cvar for chase cam
2008-06-01 divverentmake DP_SV_SPAWNFUNC_PREFIX an detectable extension
2008-06-01 divverentsome const fixes and type fixes found by gcc -combine
2008-06-01 divverenttiny DP extension: when a global named "require_spawnfu...
2008-05-28 divverentfix typo in r_textcontrast description
2008-05-24 divverentfix fog for scaled models (affects Nexuiz flags)
2008-05-23 havocgit-svn-id: svn://svn.icculus.org/twilight/trunk/darkpl...
2008-05-22 havocsimplified failed cubemap handling
2008-05-22 havocdon't try to free r_texture_whitecube just because...
2008-05-18 havocdon't try to send a svc_pointparticles or svc_trailpart...
2008-05-18 havocfix problem with glx mouse not grabbing in nexuiz menu
2008-05-18 havocaudit of fullscreengrab in VID_SetMouse, getting rid...
2008-05-18 havocfix return value of VM_strftime builtin, it was returni...
2008-05-10 havocrenamed VID_GrabMouse to VID_SetMouse as it now takes...
2008-05-10 havocfixed bug where vid_dgamouse cvar broke support for...
2008-05-10 havocwarp mouse pointer every time it moves off-center inste...
2008-05-08 havocfixed drifting mouse pointer problems in menu
2008-05-08 havocdon't ungrab mouse in loading screens in fullscreen
2008-05-08 havocfix nexuiz menu mouse input by resetting in_mouse_x...
2008-05-08 havocsplit VM_getmousepos into client and menu versions...
2008-05-08 havocfixed several bugs with mouse grabbing
2008-05-08 havocignore all potentially disruptive events when in fullscreen
2008-05-08 havocdefault in_client_mouse to true again to fix Nexuiz...
2008-05-08 havocmenu.dat needs to use mouse grab by default
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
2008-05-08 havocrenamed IN_Activate to VID_GrabMouse and made it a...
2008-05-07 havocadded some checks for the possibility of a map having...
2008-05-07 havoccentralized GL_VENDOR/GL_RENDERER/etc printing code
2008-05-07 havocbugfix for svc_particle colors
2008-05-07 havocchanged default gl_vbo from 1 to 3 to try to avoid...
2008-05-04 havocfix bug with rtlights on vertex texture blend surfaces...
2008-05-04 divverentfixes to "defer": Crash on Windows (non-ANSI C printf...
2008-05-04 havocremoved gl_workaround_mac_texmatrix cvar because it...
2008-05-04 havocanother attempt at identifying mac texmatrix bug
2008-05-04 havocchanged gl_workaround_mac_texmatrix to additionally...
2008-05-04 havocchanged behavior of gl_workaround_mac_texmatrix, revert...
2008-05-03 havocfurther attempt at workaround for Mac texmatrix bug,
2008-05-02 divverentsanitize nicknames that start with a 0x01 or 0x02 ...
2008-05-01 divverentre-add the multiplication by waterlevel for cls.protoco...
2008-04-30 divverentremove weird multiplication of water friction by 1...
2008-04-26 divverentExtend rcon_restricted_commands to contain more complex...
2008-04-23 havocadded gl_vbo 3 mode (which does not use EBO when firstt...
2008-04-22 divverentdownload system:
2008-04-22 divverentfix label sprites if r_waterstate.renderingscene
2008-04-22 divverentoops, exteriormodeltoclient is NOT a kind of attachment
2008-04-22 divverentfix CSQC crash bug with r_showbboxes; try to hide bogus...
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-04-21 divverentthis should fix some Solaris/NetBSD/OpenBSD compile...
2008-04-18 havocchanged cl_stainmaps to be a loadtime cvar which decide...
2008-04-18 havocchanged meaning of r_useportalculling 1 to only use...
2008-04-16 divverentload SHGetFolderPath from shfolder.dll dynamically...
2008-04-13 divverentfix "wrong ping times" issue once and for all (I don...
2008-04-12 havocadded gl_workaround_mac_texmatrix cvar to allow some...
2008-04-11 havocadded 1360x768 resolution (used by some TVs), slightly...
2008-04-10 havocimplemented uint16 element array support, and use of...
2008-04-10 havocremoved unused R_Mesh_Draw_ShowTris
2008-04-10 havocpatch from esteel which moves icons to the right of...
2008-04-09 havocreload effectinfo.txt on each level
2008-04-09 havocremoved silly red dot on blood effects again
2008-04-08 havocfix loading of q1bsp submodel bounding boxes, especiall...
2008-04-08 havocpatch from esteel which swaps the address and player...
2008-04-07 havocadded con_completion_playdemo/timedemo/exec cvars,...
next