]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2010-11-18 havocdon't spam warnings about bogus frame numbers in states...
2010-11-18 havocfix proquake rcon replies - use NetConn_Write, not...
2010-11-18 havocadded server support for proquake rcon when running...
2010-11-17 divverentdeveloper_extra: also spam some messages during model...
2010-11-16 vortexplayvideo: cl_video_keepaspectratio == 2 will do clip...
2010-11-14 havocilluminated surfaces are now sorted by texture, giving...
2010-11-14 havocrename meshes to draws in r_speeds report
2010-11-13 havocfix some HLSL errors
2010-11-13 divverentavoid NULL pointer access if a surface had an unsupport...
2010-11-13 divverentshow more detail in "has no triangles" and "has no...
2010-11-13 havocskip zero triangle batches, for good measure
2010-11-13 havocfix wrong-texture rendering in stonekeep where a 0...
2010-11-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-11-13 havocrender shownetgraph much faster by drawing an entire...
2010-11-13 havocfix some warnings
2010-11-12 divverentfix leaked font fallbacks
2010-11-12 divverentStore the data pointer and free it on Font_UnloadFont
2010-11-12 divverentFree the data of each font attachment in Font_UnloadFont
2010-11-11 divverentbe more clear in the overflow message of OGG_FetchSound
2010-11-11 havocfix serious bug with stencil shadows from world caused...
2010-11-09 vortexadd joy_axiskeyevents cvar which turns on engine-side...
2010-11-07 divverentDPrint the LHNET_Read and LHNET_Write errors (as they...
2010-11-07 divverentnew shader parameter "dppolygonoffset <factor> <offset...
2010-11-06 divverentfix a small bug regarding bobfall
2010-11-05 divverentadd -framework IOKit to allow changing mouse accelerati...
2010-11-05 divverentcopy the apple_mouse_noaccel hack into vid_sdl too
2010-11-04 divverentremove some stupid \n chars in infobar strings
2010-11-04 divverentwin32: don't use select() for waiting, use Sleep()...
2010-10-31 vortexnew m_newmap() MenuQC function which gets executed...
2010-10-31 vortexremove unnecessary Con_Printf
2010-10-30 vortexR_CompleteLightPoint: more correct sampling
2010-10-30 vortexfix SHADERSTATICPARMS_COUNT to right value
2010-10-30 vortexFor lightgrid sampling move lightstyle[0] applying...
2010-10-30 divverentoffsetmapping: make it work on ATI Radeon 9500-9800...
2010-10-29 divverentfix some warnings
2010-10-29 divverentadd a "dummy protocol" support
2010-10-29 vortexoops, video texture unlinking was accidentally removed...
2010-10-29 vortexcvar "cl_video_keepaspectratio" which scales fullscreen...
2010-10-29 divverentI suppose 0xE000 is a valid fontmap char... so render...
2010-10-29 divverentdon't translate \0 to \uE000 when receiving that keycod...
2010-10-29 divverentfix one issue with textshadow moving oddly around in...
2010-10-28 havocfix MSVC2008 compilation again
2010-10-22 divverentexplain more why physics_ode is 0 by default
2010-10-22 divverentfix a warning in ODE code
2010-10-22 divverentODE: if we enable it by default on Win32, we should...
2010-10-22 vortexFix nasty bug with dp_fonts structure expanding, once...
2010-10-22 havocadded GAME_MOONHELM
2010-10-22 havocenable ODE dll support by default on windows
2010-10-21 divverentnew .gitattributes file, no visible change
2010-10-19 divverentfix in entity teleport detection of FlyMove
2010-10-19 divverentnew r_stereo modes (horiz and vert split)
2010-10-19 divverentfix a D3D compile error
2010-10-19 divverentmake getsurface* not animate vertices if the model...
2010-10-18 divverentas the SSE bug seems fixed now, use SSE in MSVC builds...
2010-10-18 divverentexperimental: do not auto allocate a skeletonobject...
2010-10-18 divverentfix a Mem_Free(NULL) warning
2010-10-18 vortexfix a crash in R_CompleteLightPoint during rtworld...
2010-10-18 vortexProperly unlink video texture and suspend videos on...
2010-10-18 vortexR_CompleteLightPoint bugfixed, dynamic lights actually...
2010-10-17 vortexFix sprites whose name begins from ! (assumed lit sprit...
2010-10-17 vortexadd sv_gameplayfix_nostepmoveonsteepslopes which preven...
2010-10-17 divverentfix two types to hopefulyl compile on MSVC
2010-10-17 divverentfix typo
2010-10-17 divverentquick and dirty fix of allocation of array buffers
2010-10-16 divverentextension (does this need a QC extension name?): allow...
2010-10-16 divverenttry fixing the SSE skeletonobjects case
2010-10-16 divverentonly enable SSE if __GNUC__ for the moment... needs...
2010-10-15 divverentPolygonBegin: support a third argument "is2d"; fix...
2010-10-15 divverentR_BeginPolygon: if done in 3D stage, make sure depth...
2010-10-15 divverentonly apply the CFLAGS_CRYPTO to the crypto compile...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-10-14 divverentmove EXACTSPECULARMATH to the "lightweight" permutation...
2010-10-14 divverentadd back VorteX's "lightweight shader parameter" system...
2010-10-13 vortexremove r_glsl_saturation_redcompensate, as it's conside...
2010-10-13 vortexAdded dp_waterscroll <scale> <speed> shader keyword...
2010-10-13 vortexadd r_glsl_saturation_redcompensate optional effect...
2010-10-13 divverenthope the scissor code is fine now
2010-10-13 vortexbring old R_Shadow_ScissorForBBox code (new code still...
2010-10-13 divverentoops, scissormode wasn't meant to be CVAR_SAVE
2010-10-13 divverentshut up a gcc warning
2010-10-13 divverentfix D3D scissoring
2010-10-13 divverentfix another typo in the water rendering improvement
2010-10-13 divverentr_water_scissormode: 0 = none, 1 = scissor only, 2...
2010-10-13 divverentadjust for left handed coordinate system in a reflected...
2010-10-13 divverentr_water_scissormode: 0 = none, 1 = glScissor, 2 = glSci...
2010-10-13 divverent"cl_movement_replay 0" to disable the built-in prediction
2010-10-10 divverentI have no idea why, but R_Viewport_TransformToScreen...
2010-10-08 divverentSSE patch by kyre, with runtime CPU detection and a...
2010-10-06 divverentfix another warning
2010-10-06 divverentfix a syntax error. Why didn't my gcc catch it? clang...
2010-10-06 divverentfix misparsing of portless IPv6 addresses
2010-10-06 divverentadding my own IPv6 master server: dpmaster.div0.qc...
2010-10-03 divverentturn off the weird "%interface_name" thing in IPv6...
2010-10-03 divverentmake IPv6 addresses actually work in server queries
2010-10-03 divverentmake "status" support IPv6
2010-10-02 divverentfix a stupid and trivial IPv6 bug that causes a v6...
2010-09-30 havocdon't crash in obj loading if v, vt, or vn are NULL...
2010-09-29 divverentdepthonly, prepass: do not compare lightmap texture...
2010-09-29 divverentfix lightmap switching/batching in fakelight
2010-09-29 divverentRevert "for some reason, it's faster to always set...
next