]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix Q2BSP texture loading, Q2BSP contents issues, and add support for SURF_ALPHATEST...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Sep 2016 05:13:44 +0000 (05:13 +0000)
committerRudolf Polzer <divVerent@xonotic.org>
Tue, 29 Nov 2016 18:35:47 +0000 (19:35 +0100)
commit1438b34e585070b7e476f709d8915daad2fde2f1
treec0b9d2f08c732bb0d7a3e9efe8eda5f86a698921
parent6daaea274c92e097468f758f8a34eb47de8efeb2
Fix Q2BSP texture loading, Q2BSP contents issues, and add support for SURF_ALPHATEST for any maps that might use it, force fullbright rendering on SURF_TRANS33/SURF_TRANS66/SURF_WARP textures which fixes the rain in 3v3gloom3.bsp and chainlink fence textures on tkse.bsp and glass transparency on gloom1se.bsp among others.  Also fix the SURF_FLOWING scroll rate when combined with SURF_WARP.

Also fixed the collision issues caused by stomping over Q1BSP data which caused traceline to break on Q1BSP after loading a Q2BSP map, thanks Supa for that bug report and finding other Q2BSP issues.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12284 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=4fa4227c4cadd099125636f085183062a50acf7d
image.c
model_brush.c
model_brush.h
palette.c