]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2008-11-04 divverentALSA: check return values to be < 0, not != 0. Fixes...
2008-11-01 divverentcsqc packet log code (for entityframedatabase 5 only...
2008-11-01 divverentadd a note to the makefile that -ffast-math and -funsaf...
2008-11-01 divverentfix broken demos with csqc code
2008-10-31 divverentif in menu, make con_closeontoggleconsole.integer also...
2008-10-26 divverentfix two warnings with statically linked-in libmodplug
2008-10-25 divverentmod_q3bsp_nolightmaps: do not load lightmaps, use the...
2008-10-23 havoccheck texnum > 0 rather than >= 0
2008-10-23 havoccheck GLTEXF_UPLOAD flag before deleting a texnum that...
2008-10-23 havocchanged default texnum value from -1 to 0 in rtexture_t...
2008-10-20 divverentq3map2 is too stupid to calculate proper surface normal...
2008-10-20 havocdon't pass a texnum of -1 to glDeleteTextures during...
2008-10-18 divverentcvar mod_alias_supporttagscale to be able to turn off...
2008-10-16 havocminor correction to some WriteByte calls that should...
2008-10-15 divverentfix an obvious crash in PNG loading
2008-10-14 havocmodified lhrandom (and hence the QC random builtin...
2008-10-11 divverentadd DRAWFLAG_SCREEN (which basically is like invert...
2008-10-09 divverentfix map loading causing faces to not be rendered
2008-10-06 divverentfix warnings in my last change
2008-10-06 divverentadd entity size profiling (currently spams the console...
2008-10-06 divverentresend csqc entities COMPLETELY if they became inactive...
2008-10-05 divverentfix engine crash when a polygon was left over and had...
2008-10-04 havocdisabled GL_ARB_texture_non_power_of_two on Mac OS...
2008-10-04 havocimplemented Quake-compatible savegame saving (writes...
2008-10-04 divverentuse skinframes for R_BeginPolygon; helps with csqc...
2008-10-02 havocadded width and height parameters to CSQC_UpdateView...
2008-10-02 havocfix setview VF_VIEWPORT and variants to use screen...
2008-10-02 havocfix cs_project and cs_unproject builtins, they were...
2008-09-30 divverentundo q3map2's directional light attenuation before...
2008-09-27 divverentfix a tiny leak
2008-09-27 divverentprefer INTERNAL lightmaps
2008-09-22 divverentnew menu QC builtin string netaddress_resolve(string...
2008-09-21 divverentseta net_slist_favorites
2008-09-20 havocremove some unneeded code
2008-09-16 havocpatch from esteel making the findkeysforcommand builtin...
2008-09-13 divverentfix lightmap loading from TGAs; fix display of QC-initi...
2008-09-13 divverentexperimental (not yet tested) support for q3map2 -light...
2008-09-12 divverentcurl: reject file:// URLs
2008-09-12 divverentadd extension DP_QC_URI_GET (downloads HTTP/whatever...
2008-09-12 divverentnew tcmod: "tcmod page <width> <height> <time>", as...
2008-09-12 divverentadded curl function: Curl_Begin_ToMemory; will later...
2008-09-11 divverentsupport Q3BSP version 47 loading (format now written...
2008-09-11 divverentadd r_shadow_glossexact to toggle between old and new...
2008-09-10 divverentSolaris compile fixes
2008-09-10 divverentadd a missing normalize, fixing gloss issues
2008-09-10 divverentadd a half-baked "commandmode" (currently it has, like...
2008-09-10 divverentbound by 0.1 again (this bounding had its reason) AND...
2008-09-10 divverentfix speedhack issue with low cl_netfps / packet loss...
2008-09-06 divverentsv_status_privacy", "0", "do not show IP addresses...
2008-09-04 divverentfix the mathlib corner case vectoangles2('0 0 -1',...
2008-09-04 havoc482
2008-09-04 havocfix id1 demos to not show deathmatch overlay (they...
2008-09-04 havocfix crashes on Win64 builds caused by stack overflow...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-09-04 havocuse ?= operator for CPUOPTIMIZATIONS
2008-09-02 divverentmakefile: show usage note when someone is using the...
2008-08-28 molivierFixed threaded mode in the CoreAudio sound module
2008-08-28 molivierFixed a typo that caused snd_coreaudio.c to be compiled...
2008-08-28 havocchanged default values for gl_texturecompression_2d...
2008-08-28 havocreworked specular lighting to use real reflection math...
2008-08-26 havocreworked mdl .skin file loading a bit to fix problems...
2008-08-25 havocfix support for time command in effectinfo.txt - it...
2008-08-24 divverentrcon: use multiple reply packets to fit any size (where...
2008-08-24 divverentno, my PC can't take 1024 bytes buffer size in SDL...
2008-08-24 divverentfix NOCLAMP
2008-08-24 divverentnew flag CACHEPICFLAG_NOCLAMP; use it for R_PolygonBegi...
2008-08-24 divverentadd missing R_Mesh_ResetTextureState call (to fix CSQC...
2008-08-24 divverentSDL: reduce the sound buffer size (too much lag otherwise)
2008-08-24 divverentfix Sajt's errors (in Visual Studio, I assume) in a...
2008-08-24 divverentalso consider vid_mouse cvar when key_dest is key_menu
2008-08-24 divverentremove redundant repeat ignoring
2008-08-24 divverenthandle F key binds correctly (up event shall not go...
2008-08-24 sajtfix some errors and warnings
2008-08-23 divverentjpeg: handle errors properly (with longjmp)
2008-08-22 havocforgot to update this for dpshadow/dpnoshadow
2008-08-22 havocadded shader keywords dpshadow and dpnoshadow (no param...
2008-08-22 havocdefault cl_maxfps to 0 rather than 1000000
2008-08-22 havocallow cl_maxfps and cl_maxidlefps to be 0, meaning...
2008-08-20 havocredesigned csqc shared entity .Version handling, now...
2008-08-19 havocimplemented an lhnetaddresstype_t enum instead of using...
2008-08-19 havocredesigned lhnetaddress_t struct to be a generic contai...
2008-08-19 havocallow disabling scoreboard ranking display left of...
2008-08-19 havoconly apply qw skins to progs/player.mdl
2008-08-19 havocremove two unnecessary externs
2008-08-19 havocfix NaN velocity that always occurred when standing...
2008-08-18 havocfix crashes when recursing portals on maps with some...
2008-08-18 havocfix three double semicolon typos
2008-08-15 havocregister disconnect command even on dedicated server
2008-08-13 divverentGAME_NEXUIZ: fix world model not getting initialized...
2008-08-13 divverentalso send MSG_ALL to people who are past ClientConnect...
2008-08-13 divverentpartially fix ClientConnect handling
2008-08-13 divverentOnly send the reliable (broadcast) datagram to SPAWNED...
2008-08-11 divverentdamn, THIS fix wasn't need - the demo reading fix alrea...
2008-08-11 divverentquick hack to fix missing PK3s when loading demos with...
2008-08-11 divverentdemo recording: stuff csprogs.dat files into .dem files...
2008-08-11 havocported some features over from darkwar matrixlib.[ch]
2008-08-09 divverentfix double free in qcstatus
2008-08-08 divverentdrawcolorcodedstring takes the flags in arg 4, not 5
2008-08-08 divverentmake menu QC aware of player list; add extension DP_SV_...
2008-08-06 divverentEven more snd channel cvars. I know this sucks, but...
next