]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2010-12-25 divverentfix a C++ error
2010-12-25 divverentfix avgcolor calculation with fake S3TC decoding
2010-12-25 divverentadd a trivial quarter-res S3TC decoder to DDS loading
2010-12-23 divverentalso make the darkplaces menu able to enter up to 127...
2010-12-23 divverentalso make MAX_SCOREBOARDNAME 128 in the small memory...
2010-12-23 divverentallow more font sizes
2010-12-21 divverentallow longer player names
2010-12-18 divverentr_showsurfaces: fix "ghost normals"
2010-12-18 divverentequalize entities: desaturate the lightgrid when equali...
2010-12-18 divverentfix a warning
2010-12-18 divverentglx build, Linux: remove one source of message spam...
2010-12-18 divverentfix display of r_shownormals < 0
2010-12-17 divverentdo not crash if loading a particlefont texture fails
2010-12-16 vortextorgue->torque
2010-12-16 vortexODE improvements:
2010-12-16 vortexfix glgl water trick that doesnt work well (it was...
2010-12-16 divverentif a skyboxskinframe is missing, don't draw that sky...
2010-12-16 divverentWhen reallocating CSQC render entity space, make sure...
2010-12-15 divverentcare for the premultiplied-alpha flag when handling...
2010-12-14 divverentfound out why the water plane issue happend: namely...
2010-12-14 divverentremove another useless check
2010-12-14 divverentfix a case where r_hdr 1 can cause message spam (previo...
2010-12-14 divverentdo not crash if no matching water plane could be found...
2010-12-12 divverentfix sys_specialcharactertranslation for utf-8 mode
2010-12-12 divverentturn another print into a dprint
2010-12-12 divverentbe more silent about self-pack
2010-12-12 divverentdo not parse $variable stuff inside //comments
2010-12-12 divverentfix some stupid ft2.c warnings
2010-12-12 divverentsimplify it, and make it a bit nicer to the GPU
2010-12-12 divverentfix loading screen handling (prevent self-overdraw)
2010-12-12 divverentcustomizable loading screen picture scale, including...
2010-12-10 divverentfix a terminologic bug
2010-12-09 divverentuse MAX_SCOREBOARDNAME instead of a hardcoded 64 bytes...
2010-12-04 vortexmaked cl_video to have module playback, so several...
2010-12-03 divverentallow rtdlight off, rtworld on
2010-12-03 divverentcvar saving: do not save all ALLOCATED cvars (seta...
2010-12-01 divverent100% untested: additionally apply mastervolume to ambie...
2010-11-30 divverentfix random white pixels with r_shadow_glossexact caused...
2010-11-29 vortexAttempt to stabilize ODE. Now using constant step ...
2010-11-28 divverenthandle a missing key more gracefully in crypto_uri_postbuf
2010-11-28 divverentstrlennocol: fix color codes :P
2010-11-26 divverentalso support signed GET requests. We will always sign...
2010-11-26 divverentremove a stupid buf2file call
2010-11-26 divverentfix stdio mode
2010-11-26 divverentfix typo
2010-11-26 divverentcrypto-keygen-standalone: allow reading from file descr...
2010-11-25 divverentfix two typos
2010-11-25 divverentuse detached signatures for http post (more compatible...
2010-11-25 divverentinitial work for DETACHED signatures
2010-11-25 divverentfix a cast
2010-11-25 divverentmove base64 to common code
2010-11-25 vortexfix warnings by adding type casts
2010-11-25 divverentsupport passing extra headers in POST requests; but...
2010-11-25 divverentfix a typo
2010-11-25 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-11-24 divverentmove r_stereo adjustments into R_RenderView so that...
2010-11-24 divverentfix a stupid warning on OS X
2010-11-22 havocrefactored and optimized the R_Q1BSP_RecursiveGetLightI...
2010-11-21 havocfix a couple error messages on shutdown of dedicated...
2010-11-21 havocfix D3D9 build
2010-11-21 havocuse r_smoothnormals_areaweighting cvar on all calls...
2010-11-21 havocsomeone broke R_CompleteLightPoint, fix this call
2010-11-20 vortexCL_VM_GetLight: allow 2'nd optional parm which sets...
2010-11-20 havocprint more useful data when a corrupt input packet...
2010-11-20 divverentfix camera texture colors
2010-11-19 havocdon't load corrupt wav files
2010-11-19 havocfix fog on particles (premultiplied alpha change was...
2010-11-19 havocallow loading DXT2 and DXT4 dds files
2010-11-19 havocparticle rendering now uses premultiplied alpha (texture is
2010-11-19 havocnow that performance of cl_decals_newsystem is not...
2010-11-19 havocdo not generate vertexposition/vertexmesh arrays in
2010-11-19 havocoptimize prologic inversion, it was really showing...
2010-11-19 havocmatch sound radius in Quake 1.01, where it was effectiv...
2010-11-19 havocchange default snd_soundradius back to 1000, matching...
2010-11-18 havocfor purposes of better compatibility with proquake...
2010-11-18 havocchanged default status output to match ProQuake 4.51
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
next