]> 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)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 10 Nov 2011 20:25:37 +0000 (21:25 +0100)
commit3ba30f3b2a8de0f30de76d6ff511ad575fd6eac6
tree5b35bdda6188783ea6988bdcdf2d0e36f3f6d1d8
parentfa1e7feb5cbe2e525104aaa05a9ca06dd42861fc
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
::stable-branch::merge=776e54e8acfdf32471b292143d3be2a541e1867b
gl_textures.c
world.c