]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2009-03-23 divverentin PRVM state dumps, also dump a special extra string...
2009-03-23 divverentlibcurl: if a resume ended up with an invalid pack...
2009-03-22 motorsepproject file to build SDL executives
2009-03-22 divverentchange names of functions, and add comments.
2009-03-22 divverentcurl: delete the downloaded pk3 if adding it failed
2009-03-22 divverentshow correct percentage when resuming
2009-03-21 divverentDP_QC_GETTIME
2009-03-21 divverentchange the model of curves approximation to one that
2009-03-19 divverentfix warning
2009-03-19 divverentmake gettaginfo actually work:
2009-03-18 divverentFTE_QC_CHECKPVS
2009-03-18 divverentDP_QC_FINDCHAIN_TOFIELD (saves into another field than...
2009-03-15 divverentforce 32bit origin for player entiites (TODO: possibly...
2009-03-14 divverentExperimental new patch welding code by "someone", fixin...
2009-03-13 havocmade lhrandom never return MIN (it already never return...
2009-03-12 divverentfix tiny bug in AVI writing
2009-03-12 divverentmake bouncing also support the entity gravity
2009-03-12 havocadded sv_gameplayfix_slidemoveprojectiles which avoids...
2009-03-12 havocdon't use 16bit origin protocol for attachments
2009-03-11 havocchanged sv_gameplayfix_delayprojectiles to also delay...
2009-03-11 divverentsome typecasts for g++
2009-03-11 divverentmodeldecompile: detect skeletal models properly (no...
2009-03-11 divverentdecompile models written by pre-r8533 zmodel correctly
2009-03-11 divverent[ 2680901 ] Fix server/client crashes
2009-03-11 havocminor code simplification
2009-03-11 havocanother obj fix
2009-03-11 havocanother obj fix (normals)
2009-03-11 havocfix zmodel script to actually work
2009-03-11 havocmore fixes for obj export
2009-03-10 havocmore fixes for OBJ export
2009-03-10 havocfix two problems in obj export
2009-03-10 havocfix typo
2009-03-10 havocimplemented modeldecompile command, saves .obj version...
2009-03-09 divverentchange a cast, trying to fix DP in g++
2009-03-07 divverentfix the latest patch (print the right number)
2009-03-07 divverentallow maxplayers to be changed in game (it'll then...
2009-03-06 divverentfix token endpos writng by tokenizebyseparator
2009-03-06 divverenttokenize: allow more tokens
2009-03-03 divverentadd a strftime reference to the cvar descriptions so...
2009-03-03 divverentparticle culling: don't crash if r_refdef.scene.worldmo...
2009-03-03 divverentbring back the stupid Matrix4x4_Invert call as it break...
2009-03-03 divverentcorona query: move the "all pixels" query to the center...
2009-03-03 divverentspeed up cl_project (it can simply use the inverse...
2009-03-02 divverentwork around ATI bug in corona occlusion testing (use...
2009-03-02 havocremove a debug line
2009-03-02 havocreplaced cl_particles_novis with cl_particles_viscullin...
2009-03-02 havocchange default value for cl_particles_novis to 1 becaus...
2009-02-27 divverentadd three more places to send keepalives. No more disco...
2009-02-27 divverentimprove keepalive handling (also send keepalives during...
2009-02-26 divverentcount entities removed by SV_OnEntityPreSpawnFunction...
2009-02-26 divverentfix typo in previous commit
2009-02-26 divverentuse trace_plane_normal to check whether the trace succeeded
2009-02-25 divverentscr_screenshot_hwgamma - makes the HW gamma table apply...
2009-02-25 divverentfix v_color_enable with v_glslgamma
2009-02-25 divverentnever prefer an entity trace over a world trace if...
2009-02-25 havocZQ_PAUSE extension patch from GreEn`mArine
2009-02-23 divverentC++ compile fixes
2009-02-21 divverentcl_capturevideo_nameformat
2009-02-21 divverentadd some casts for g++
2009-02-21 divverentclarify that the new matrixlib functions only are suppo...
2009-02-21 havocfix ie
2009-02-20 divverentsome color tag cleanups by terencehill
2009-02-20 havoccalculate plane dist in collision code so that it will...
2009-02-20 havocreport a proper trace_plane_normal for trace_startsolid...
2009-02-20 havocfix a compile error on dedicated server in MSVC2008
2009-02-20 divverentmade cl_capturevideo_ogg 1 by default and saved.
2009-02-19 divverentchange vorbis default quality to 3 (before: 1), matches...
2009-02-19 divverentfix multichannel vorbis channel mappings
2009-02-19 divverentcorrectly swap the channels for vorbis audio encoding
2009-02-19 divverentalso fix ti.keyframe_auto_p
2009-02-19 divverentrename cl_capturevideo_ogg_theora_keyframe_frequency...
2009-02-19 divverentmake DP_PRELOAD_DEPENDENCIES=1: add theora to the depen...
2009-02-19 divverentlibogg sucks. Really does. Work around one of its short...
2009-02-18 havocfix bug introduced by div0 that made entities belonging...
2009-02-18 divverentfix typo causing an endless loop
2009-02-18 divverenthopefully fix pointsound in csqc
2009-02-18 divverentavoid writing a duplicate last frame at the end
2009-02-18 divverentfix the stupid interleaving method
2009-02-18 havocrevert r8707 changes
2009-02-18 havocdisable use of stdint.h on MSVC2003 and earlier
2009-02-18 divverentalso include <stdint.h> to get uint32_t on mingw
2009-02-18 divverenta debug printf I forgot to comment out
2009-02-18 divverentnow, for mingw, use the uint32_t names instead of the...
2009-02-18 havocfix compile errors on MSVC2003 and earlier
2009-02-18 divverentbring back the old stupid interleaving, and leave this...
2009-02-18 divverenttry interleaving exactly like example_encode.c
2009-02-18 divverentincrease default theora quality from 16 to 32; this...
2009-02-18 divverentcapturevideo refactoring, making AVI also "just a modul...
2009-02-18 divverentAdd some cvars for vorbis/theora video encoding; their...
2009-02-18 divverentforgot these two files
2009-02-18 divverentExperimental theora capturevideo code.
2009-02-17 divverentcapturevideo: prefill incomplete header fields a bit...
2009-02-17 havocfix bugs with missing shader replacements casting shadows
2009-02-17 divverentfix typo in some powers of two
2009-02-17 divverentadd Q3A's EF_TELEPORT_BIT (toggle it when teleporting...
2009-02-17 divverentDP_QC_GETTAGINFO_BONEPROPERTIES
2009-02-16 havocfix a compile error when using C++ mode
2009-02-16 divverentskip interpolation if tagentity changes
2009-02-16 havocfix some mingw64 warnings (I hope)
2009-02-16 havocadded cvar sv_gameplayfix_gravityunaffectedbyticrate...
next