]> git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2011-11-10 havocdon't call ODE dWorldQuickStep with 0 step time
2011-11-10 vortexDDS with DXT1a: was not correctly detected if r_texture...
2011-11-08 divverent1. make the first CSQC rendered view the "main" view...
2011-11-08 havocallow time-based traileffectnum effects by passing...
2011-11-08 havocremove physics_ode_worldstep cvar, it is now always...
2011-11-08 havocfix compile error (missing variable)
2011-11-08 divverentexplain that with pausable 0, the server admin still...
2011-11-08 divverentallow listen server owner to pause the game (this also...
2011-11-08 divverentfix compile error regarding vid_sRGB declaration
2011-11-08 divverentsRGB fallback: properly convert r_hdr_scenebrightness
2011-11-06 divverentchange framegroups parsing so the final EOL is optional
2011-11-06 divverentfix two checks to not crash when showtex is used withou...
2011-11-06 divverentfix showtex
2011-11-05 divverentfix OBJ models not getting any lighting
2011-11-05 divverentrefactoring to avoid doing the same mistake again ...
2011-11-05 divverentsync _DrawQ_Setup to R_ResetViewRendering2D (they match...
2011-11-05 divverenteat unsupported tokens from framegroups file
2011-11-05 divverentframegroups parsing: make 5th arg animation name, not...
2011-11-05 havocfix crash in CL_ModelIndexList_f
2011-11-02 Rudolf Polzerfix some va() use difference
2011-11-02 Rudolf Polzerfix a merge resolution failure in a previous cherry...
2011-11-02 divverentmark 5 permutation bits eligible for moving to static...
2011-11-02 divverentwin32: add two includes to make sure the constants...
2011-11-02 divverentfix some typos
2011-11-02 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-11-02 havocfix an issue with glStencilFuncSeparate being misused...
2011-11-02 divverentimpact handling: instead of detecting teleports by...
2011-11-02 divverentspeed up leaktest a bit
2011-11-01 divverentVM_Warning should appear even if developer is 0.
2011-11-01 divverentremove debug print
2011-11-01 divverentmore parsing fix
2011-11-01 divverentfix a parsing issue for framegroups files
2011-11-01 divverentturn "z value discarded" into VM_Warnings so one can...
2011-11-01 havocchanged sv_fixedframeratesingleplayer logic a bit ...
2011-11-01 havocUNMERGE! removed r_shadow_deferred_8bitrange cvar
2011-10-31 havocfix C++ compile error
2011-10-31 havocadded USEDGA define, disabled by default, to suppress...
2011-10-31 havochit q1bsp sky as a solid in surface traceline
2011-10-31 havocundo the SUPERCONTENTS_SKY change, it should not be...
2011-10-31 havoclet traces hit sky by default, don't know why this...
2011-10-31 divverentframegroups: add support for group names specified...
2011-10-31 havocremoved r_shadow_deferred_8bitrange cvar
2011-10-31 havocfix r_shadow_deferred total breakage from r11146
2011-10-31 havocfix dpmod shell casings spinning on the floor by disabl...
2011-10-31 havoccleaned up SV_Physics_Toss code to be more maintainable
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-31 havocvid_soft_threads 8 by default because excessive threads...
2011-10-29 havocallow .psk models to be loaded without a corresponding...
2011-10-29 havocless warning spew about non-existent frames in a model...
2011-10-28 havocadded USEREFLECTCUBE case to MODE_GENERIC, this disable...
2011-10-28 divverent-demo and -capturedemo: don't quit if loading another...
2011-10-26 divverentLinux dedicated server: set nice -19 while spawning...
2011-10-26 divverentHMAC: remove static vars
2011-10-24 havocfix Collision_ClipTrace_Line_Sphere calculation of...
2011-10-23 divverentfix a sRGB conversion in effectinfo handling
2011-10-23 havocuse checkdisk flag on model loading after ingame downlo...
2011-10-23 havocdon't crash when .clientcamera is set on a botclient
2011-10-23 divverentfix factors in sRGBlightmaps code
2011-10-23 divverentfix image loading sRGB conversion
2011-10-23 divverentmore sRGB simplification
2011-10-23 divverenta harmless sRGB simplification, more to be done later
2011-10-21 divverentuse the correct sRGB conversion for the gamma ramps
2011-10-21 divverentfix another typo in sRGB conversion
2011-10-21 divverentmake sRGB conversions match entirely with GL_EXT_textur...
2011-10-21 divverentfix a compile error in recent bloom changes
2011-10-21 divverentoption: mod_q3bsp_sRGBlightmaps (experimental)
2011-10-21 divverentvid_sRGB_fallback: now 3 is unconditional, and 2 also...
2011-10-21 divverentmake the sRGB fallback cvar controlled (and off by...
2011-10-21 divverentfix parts of the sRGB emulation
2011-10-21 divverentsRGB: also handle sRGB for loading DDS textures
2011-10-21 divverentsRGB: also convert vertex colors
2011-10-21 divverentrename the function
2011-10-21 divverentconvert lightmaps to sRGB for nice sRGB support
2011-10-18 eihrulmake R_SetupView take view size from fbo textures if...
2011-10-18 eihrulfix fbo var name bug in R_DrawModelShadowMaps
2011-10-18 divverentfix one C++ compile error. It looks like we have no...
2011-10-18 divverentmove these declarations to where they belong
2011-10-18 eihrulfix R_DrawModelShadows/R_DrawModelShadowMaps prototypes...
2011-10-18 havocreworked collision cache to only be used by bouncegrid...
2011-10-18 havocinit/shutdown thread system in dedicated server as...
2011-10-18 divverentproperly detect vid.samples value if overridden by...
2011-10-18 havocif vid_samples is > 1 then do not use fbo view or water...
2011-10-18 havocfix motionblur with r_viewfbo 2 or 3
2011-10-18 divverentfor now, turn off FBO if multisampling as their combina...
2011-10-18 havocadded r_water_fbo cvar to enable fbo rendering of water...
2011-10-18 havocremoved cvars r_hdr and r_hdr_range - now the only...
2011-10-18 havocoverhauling a lot of functions to allow fbo rendering
2011-10-18 havocrenamed r_bloomstate to r_fb because it contains frameb...
2011-10-17 havocfix more crashes to do with animscenes being NULL on...
2011-10-17 havocadded sv_disablenotify cvar (default 1) to suppress...
2011-10-17 havocallow terminal input on sdl client as well (glx client...
2011-10-17 divverentnew cvar: cl_maxphysicsframesperserverframe
2011-10-16 havocfix byte color handling in iqm loader
2011-10-16 havocoops, missed this
2011-10-16 havocadded cvar r_water_hideplayer with 3 possible values...
2011-10-16 havocfix two crashes that divVerent found and fixed but...
2011-10-16 havocfix crashes with last patch to model loaders
2011-10-16 havocallow iqm models without geometry
2011-10-15 divverentcurl: change how failure/success is decided to prevent...
2011-10-15 havocfix crashes in viewthing code
next