]> git.xonotic.org Git - xonotic/darkplaces.git/history - model_brush.c
Fix several warnings with gcc-5 and an error with mingw (where
[xonotic/darkplaces.git] / model_brush.c
2015-10-17 divverentq1bsp: Warn if a texture has an altframe but no frame.
2015-10-17 divverentq1bsp: Warn if an animated texture has exactly one...
2015-10-17 divverentq1bsp: Only warn once per "bad animating texture".
2015-03-21 havocFix a crash when playing q2bsp maps where t->currentfra...
2015-03-06 Rudolf Polzer::stable-branch::reset=704d101890948f0f496ce4fe73be5231...
2015-03-05 divverentFix a dead initialization. Fix a use of an uninitialize...
2014-12-29 eihrulfix Con_Printf in Mod_Q2BSP_LoadNodes
2014-12-29 eihrulmiscellaneous fixes from graphitemaster
2014-12-09 eihrulfix Con_Printf in Mod_Q2BSP_LoadNodes
2014-12-09 eihrulmiscellaneous fixes from graphitemaster
2014-11-26 divverentfix a buffer overlap with newer mac osx strlcpy
2014-11-26 divverentfix a buffer overlap with newer mac osx strlcpy
2014-06-28 havocFixed many issues with q2bsp support, it now works...
2014-06-08 havocFixed many issues with q2bsp support, it now works...
2014-06-04 havocCorrected two comments regarding IBSP version of the...
2014-06-04 havocAdded Quake2 BSP support (IBSP38), this is a work in...
2014-06-04 havocFixed a large number of WIN64 type conversion warnings.
2014-06-01 havocCorrected two comments regarding IBSP version of the...
2014-06-01 havocAdded Quake2 BSP support (IBSP38), this is a work in...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-05-13 havocRemoved collision_prefernudgedfraction cvar and trace...
2014-05-13 havocRemoved collision_prefernudgedfraction cvar and trace...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2014-05-08 havocFixed LightPoint code to deal better with lightmap...
2014-05-08 havocOverhauled the tracebox extending code, it now lives...
2014-05-08 havocFixed LightPoint code to deal better with lightmap...
2013-12-18 havocPatch from graphitemaster adding r_fxaa cvar, this...
2013-11-30 havocPatch from graphitemaster adding r_fxaa cvar, this...
2013-03-21 havocimplemented loading of the RMQe variant of BSP2 ("2PSB")
2013-02-28 havocimplemented loading of the RMQe variant of BSP2 ("2PSB")
2013-02-25 havocchanged Q1BSP traceline to only use the surface-hitting...
2013-02-17 havocchanged Q1BSP traceline to only use the surface-hitting...
2012-12-31 havocfix bug with transparency sorting introduced by vortex...
2012-12-22 havocfix bug with transparency sorting introduced by vortex...
2012-12-13 eihrulsilence more warnings
2012-12-01 eihrulsilence more warnings
2012-06-15 vortexNew shader keyword dptransparentsort (can be "sky"...
2012-05-24 vortexNew shader keyword dptransparentsort (can be "sky"...
2012-05-13 havocfix some int to bool conversion warnings on MSVS2008
2012-05-05 havocfix some int to bool conversion warnings on MSVS2008
2012-04-19 divverentremove some more dead code
2012-04-19 divverentremove some more dead code
2012-03-09 havocfix the compiler error fo' reals this time
2012-03-09 havocfix compile error
2012-03-09 havocadded Q1 BSP2 format support, compatible with hmap2
2012-02-20 havocfix the compiler error fo' reals this time
2012-02-20 havocfix compile error
2012-02-20 havocadded Q1 BSP2 format support, compatible with hmap2
2011-12-23 divverentmod_obj_orientation cvar: 1 = DP's previous behaviour...
2011-12-23 divverentmod_obj_orientation cvar: 1 = DP's previous behaviour...
2011-11-26 divverentfix lightmapscale logic for sRGB lightmaps to actually...
2011-11-26 divverentfix lightmapscale logic for sRGB lightmaps to actually...
2011-11-25 divverentfix typo
2011-11-25 divverentintroduce a lightmap scale for models, and use this...
2011-11-25 divverentfix typo
2011-11-25 divverentintroduce a lightmap scale for models, and use this...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-08 divverentfix compile error regarding vid_sRGB declaration
2011-11-08 divverentfix compile error regarding vid_sRGB declaration
2011-10-31 havochit q1bsp sky as a solid in surface traceline
2011-10-31 divverentframegroups: add support for group names specified...
2011-10-31 havochit q1bsp sky as a solid in surface traceline
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-23 divverentfix factors in sRGBlightmaps code
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-22 divverentfix factors in sRGBlightmaps code
2011-10-21 divverentoption: mod_q3bsp_sRGBlightmaps (experimental)
2011-10-21 divverentmake the sRGB fallback cvar controlled (and off by...
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-21 divverentoption: mod_q3bsp_sRGBlightmaps (experimental)
2011-10-20 divverentmake the sRGB fallback cvar controlled (and off by...
2011-10-20 divverentsRGB: also convert vertex colors
2011-10-20 divverentrename the function
2011-10-20 divverentconvert lightmaps to sRGB for nice sRGB support
2011-09-11 divverentmod_q3shader_force_addalpha (default 0)
2011-09-06 divverentmod_q3shader_force_addalpha (default 0)
2011-08-30 divverentoffsetbias: changed range to 0..1 to match what the...
2011-08-30 vortexOffsetmapping: new "Bias" parameter that sets a custom...
2011-08-30 divverentoffsetbias: changed range to 0..1 to match what the...
2011-08-29 vortexOffsetmapping: new "Bias" parameter that sets a custom...
2011-07-31 vortexLightmaps merging debug print ("copying original lightm...
2011-07-31 vortexLightmaps merging debug print ("copying original lightm...
2011-06-30 havocfix offsetmapping without a q3 shader on Q1BSP and MDL
2011-06-28 havocfix offsetmapping without a q3 shader on Q1BSP and MDL
2011-06-27 havocanother attempt at fixing solid water in the dedicated...
2011-06-27 havocanother attempt at fixing solid water in the dedicated...
2011-06-26 havoccleaned up the fix for solid water in q1bsp dedicated...
2011-06-26 havocfix q1bsp dedicated server collisions, a simplification...
2011-06-26 havoccleaned up the fix for solid water in q1bsp dedicated...
2011-06-26 havocfix q1bsp dedicated server collisions, a simplification...
2011-06-23 havocadded sv_gameplayfix_q1bsptracelinereportstexture cvar...
2011-06-22 havocadded sv_gameplayfix_q1bsptracelinereportstexture cvar...
2011-05-29 havocadded r_trippy cvar
2011-05-29 havocadded r_trippy cvar
2011-05-09 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-04-19 havocadded RENDERPATH_GLES1
2011-04-18 havocadded RENDERPATH_GLES1
next