]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2008-12-06 divverentundo the last fix, and instead make a new fix that...
2008-12-06 divverentfix typo
2008-12-06 divverentfix a NULL
2008-12-06 divverentbrighten up the averaged texture value by factor 2...
2008-12-06 divverentsupport r_ambient in "eeepc mode"
2008-12-06 divverentr_showsurfaces 3 "eeepc mode": support blend funcs
2008-12-06 divverentimproved r_showsurfaces 3. Should be PLAYABLE!!!1 now.
2008-12-06 divverentexperimental new mode "r_showsurfaces 3": shows faces...
2008-12-03 divverentQ3BSP: only generate the shadow mesh if on a client...
2008-12-03 havocfix a signedness warning
2008-12-03 havocfix for a crash in certain q1bsp maps with very large...
2008-11-28 divverentmove texture compression disabling and picmip into...
2008-11-28 divverenteffectinfo: add "stretchfactor"
2008-11-27 divverentUGLY HACK: intercept curl commands when playing back...
2008-11-20 havocadded some flag clearing in csqc render entity setup...
2008-11-11 havocgrab mouse when in controls menu, so that mouse clicks...
2008-11-10 divverentr_shadows 2: cast shadows always DOWN, ignore level...
2008-11-10 divverentr_shadows: use the parent entity's light direction...
2008-11-10 divverentglx: support vid_stick_mouse (to always warp to the...
2008-11-09 divverentsorry for this debug print
2008-11-09 divverentadd code to vid_glx to turn off mouse acceleration...
2008-11-08 divverentget rid of skinframe loading spam on dedicated servers
2008-11-06 divverentfix bug in cs_*project with v_flipped
2008-11-06 havocchanged default edgefriction to 1 to match QW physics...
2008-11-05 divverentremove warning about signed/unsigned
2008-11-04 divverentfix some format string errors, and return value of...
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)
next