]> git.xonotic.org Git - xonotic/darkplaces.git/commit
DDS with DXT1a: was not correctly detected if r_texture_dds_load_alphamod == 0 (it...
authorvortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 9 Nov 2011 00:37:52 +0000 (00:37 +0000)
committervortex <vortex@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 9 Nov 2011 00:37:52 +0000 (00:37 +0000)
commit776e54e8acfdf32471b292143d3be2a541e1867b
tree20e13d4e36fc629411866169f4b113650015dbc6
parent7938a89abdf37e9452182f64bc9aec0293f493a3
DDS with DXT1a: was not correctly detected if r_texture_dds_load_alphamod == 0 (it does not really check for DDPF_ALPHAPIXELS), fixing.
ODE: physics_ode_constantstep now can be fractional, in this case ODE will run at this tickrate instead of using sys_ticrate, so ODE run at different framerate than server (may be useful for high values, such like running ODE at 100 fps and server at 40fps).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11541 d7cf8633-e32d-0410-b094-e92efae38249
gl_textures.c
world.c