]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2010-09-16 havocchange D3D9 implementation of TEXTYPE_SHADOWMAP texture...
2010-09-16 havocrestructure the previous fix so it actually does something
2010-09-16 havocon D3D9 renderer do not allow textures to be uploaded...
2010-09-14 tomazSet r_shadow_shadowmap2dcolortexture as first rendertar...
2010-09-14 divverentfix leaktest
2010-09-14 divverentadd comments so I know which plane type is which
2010-09-14 divverentTraceBrush: use in Collision_ClipToGenericEntity
2010-09-14 divverentadd a TraceBrush function to all model types, and imple...
2010-09-12 tomazFix stencil shadows in D3D9
2010-09-11 tomazIgnored MSVC build directories
2010-09-11 divverentfix an inverted return value
2010-09-10 divverentadd a type cast for C++
2010-09-10 divverentmake the win32 case compile too (hope it doesn't break...
2010-09-10 divverentadd sys_memsize_virtual and sys_memsize_physical info...
2010-09-09 divverentdo sound occlusion only once per sound, not once per...
2010-09-09 divverentremove sparks if slower than sqrt(0.03)
2010-09-09 divverentsound occlusion: use PVS by default, make the cvar...
2010-09-09 divverentfix two warpzone related PVS bugs
2010-09-07 divverentnew option -benchmarkruns - if specified, the given...
2010-09-06 divverentfix CSQC being unable to use the "effects" field as...
2010-09-06 divverentAllow to type the utf8 Euro currency sign (to work...
2010-09-06 divverentmake ctrl-key shortcuts in message mode display chars...
2010-09-05 divverentnew cvars: r_drawparticles_nearclip_min and r_drawparti...
2010-09-05 divverentreorganize sv_public code; add a level -3 that blocks...
2010-09-04 divverentoptimize R_AnimCache_UpdateEntityMeshBuffers to use...
2010-09-04 divverentclean up u8_StringLengthNoColors
2010-09-04 divverentSince u8_prevbyte skips invalid chars on purpose, it...
2010-09-04 divverentFix u8_COM_StringLengthNoColors not counting many ASCII...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-09-03 divverentbuild the string correctly
2010-09-03 divverentfix connect help
2010-09-03 divverentadded arg: connect-userinfo; works like this: "connect...
2010-08-31 divverentgenerate s- and t-vector of deformVertexes only if...
2010-08-31 divverentget rid of calculating vertexmesh animcache buffers...
2010-08-30 havocfix components parameter on a few TexCoordPointer norma...
2010-08-29 divverentcurl: strip user/pass from URLs on display
2010-08-29 havocoverhauled mod_q3bsp_lightmapmergepower code, to fix...
2010-08-27 divverentfix a -lX11 typo
2010-08-27 divverentfix nogravityonground description
2010-08-27 havocdon't use sv_gameplayfix_stepmultipletimes by default...
2010-08-27 divverentPROPERLY load the icon in SDL/X11
2010-08-27 divverentvid_sdl: also upload a smooth netwm icon if possible...
2010-08-27 divverentSDL: also use a non-XPM icon darkplaces-icon.tga but...
2010-08-27 divverentGLX: use _NET_WM_ICON additionally to the xpm icon...
2010-08-27 divverentdo not use partial lightmap updates for lightmap merging
2010-08-24 havocoverhauled dynamic vertex rendering in DX9 based on...
2010-08-24 havocfix some HLSL shader compile errors
2010-08-24 havocfix previous warning fix that only worked properly...
2010-08-23 havocsplit and overhauled R_Upload into two functions:
2010-08-23 havocdon't use TEXF_ALLOWUPDATES on fully-updated textures...
2010-08-22 havocdisable USE_WSPIAPI_H by default, since it only works...
2010-08-22 havocchange R_Upload error from Host_error to Sys_Error...
2010-08-22 divverentsupport more level network eyes, and make them static...
2010-08-21 havocfix errors related to cl_rollangle on dedicated servers...
2010-08-20 havocmigrate the libjpeg options to per-target scripting...
2010-08-20 divverentremove DP_LINK_TO_JPEG from makefile, as this is defaul...
2010-08-19 havocfix compilation of sdl and server builds when SUPPORTD3...
2010-08-19 havocfixed some issues with how D3D=1 worked in the makefile
2010-08-19 havocadd versioned dll names for a bunch of things
2010-08-19 havoclink to libjpeg by default when built with gcc or mingw
2010-08-19 havocfix a compile error
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-08-19 havocload d3dx9_*.dll dynamically to get D3DXCompileShader...
2010-08-19 havocreworked makefile a little bit to support DX9 renderer...
2010-08-19 divverentcheck the proper texture compression extension for...
2010-08-19 divverentcs_*project: as both 2D and 3D rendering are confined...
2010-08-19 divverentrecalc the 2D view if changing view parameters with...
2010-08-19 divverentDraw_CachePic_Flags: ignore TEXF_COMPRESS when comparin...
2010-08-19 divverentuse cl.movevars_stepheight for stair smoothing
2010-08-13 divverentIn the apropos command exclude \n from being filtered...
2010-08-13 divverentGet rid of an unused variable
2010-08-13 divverentFix issues with matchpattern_with_separator
2010-08-12 havocfix a warning
2010-08-12 havocset registered cvar consistently regardless of game...
2010-08-12 havocfix crash in steelstorm on a ent with no model
2010-08-09 havocimproved include order to fix some compile errors using...
2010-08-09 havocfix a few warnings
2010-08-09 havocfix a C++ void pointer error
2010-08-09 divverentWin64 builds: search for DLLs in bin64/
2010-08-09 divverentVM tokenizer: remove a duplicate condition in a long...
2010-08-09 divverentactually look into DXT1 pixel data to check if it has...
2010-08-09 divverentMod_BuildAliasSkinsFromSkinFile: strip image extension
2010-08-06 divverentfix a seldom sound related segfault
2010-08-06 divverentuse the DDPF_ALPHAPIXELS flag for DDS reading, at least...
2010-08-06 divverentcvar: r_texture_dds_load_dxt1_noalpha; if set, DXT1...
2010-08-06 divverentmake sure the return value of R_PicmipForFlags can...
2010-08-04 divverentonly send prydoncursor related buttons, if cl_prydoncur...
2010-08-03 divverentMerge remote branch 'origin/divVerent/clevercolormod'
2010-08-03 havocalso allow 32768x32768 pcx files
2010-08-03 havocallow tga, wal and jpg images to be 32768x32768 rather...
2010-07-30 havoca different fix for colormod on unusual blendfuncs...
2010-07-30 havocdon't apply colormod to shaders that use unusual custom...
2010-07-28 havocuse TE_EXPLOSION in effectinfo.txt when encountering...
2010-07-27 divverentLibrary loading: if a DLL succeeds to load but a functi...
2010-07-26 divverentbump modplug version to libmodplug-1.dll (only supports...
2010-07-25 divverentmake prydon cursor absolute, not relative
2010-07-25 divverentfix v_flipped with near clip plane (water, warpzone)
2010-07-25 divverentLinux SDL/GLX: allow loading the icon from .xpm at...
2010-07-25 divverentfix a nasty bug in refraction/water renders. It is...
2010-07-25 divverenttrack if a cachepic has alpha, and turn off depth write...
next