From: MirceaKitsune Date: Sat, 3 Mar 2012 16:02:02 +0000 (+0200) Subject: Fix lightning on Skycastle. Seems this map doesn't like radiosity when compiling... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4faa54c5be47a86ffa3b82889f1dfc6caec7fd5b;p=voretournament%2Fvoretournament.git Fix lightning on Skycastle. Seems this map doesn't like radiosity when compiling. Also change some TODO's --- diff --git a/data/maps/skycastle.bsp b/data/maps/skycastle.bsp index b412f7f6..d4694221 100644 Binary files a/data/maps/skycastle.bsp and b/data/maps/skycastle.bsp differ diff --git a/data/maps/skycastle/lm_0000.tga b/data/maps/skycastle/lm_0000.tga index b739474d..99c66026 100644 Binary files a/data/maps/skycastle/lm_0000.tga and b/data/maps/skycastle/lm_0000.tga differ diff --git a/data/maps/skycastle/lm_0001.tga b/data/maps/skycastle/lm_0001.tga index 8357c48a..3917f4f9 100644 Binary files a/data/maps/skycastle/lm_0001.tga and b/data/maps/skycastle/lm_0001.tga differ diff --git a/data/maps/skycastle/lm_0002.tga b/data/maps/skycastle/lm_0002.tga index 78a3917e..b6fa8027 100644 Binary files a/data/maps/skycastle/lm_0002.tga and b/data/maps/skycastle/lm_0002.tga differ diff --git a/data/maps/skycastle/lm_0003.tga b/data/maps/skycastle/lm_0003.tga index 679e61a6..d854dc97 100644 Binary files a/data/maps/skycastle/lm_0003.tga and b/data/maps/skycastle/lm_0003.tga differ diff --git a/data/maps/skycastle/lm_0004.tga b/data/maps/skycastle/lm_0004.tga index 15a59d2b..ca5db4ca 100644 Binary files a/data/maps/skycastle/lm_0004.tga and b/data/maps/skycastle/lm_0004.tga differ diff --git a/data/maps/skycastle/lm_0005.tga b/data/maps/skycastle/lm_0005.tga index c88430d7..44cdee32 100644 Binary files a/data/maps/skycastle/lm_0005.tga and b/data/maps/skycastle/lm_0005.tga differ diff --git a/data/maps/skycastle/lm_0006.tga b/data/maps/skycastle/lm_0006.tga index 4c07ba04..e717d531 100644 Binary files a/data/maps/skycastle/lm_0006.tga and b/data/maps/skycastle/lm_0006.tga differ diff --git a/data/maps/skycastle/lm_0007.tga b/data/maps/skycastle/lm_0007.tga index 910cd2b3..50a49a5c 100644 Binary files a/data/maps/skycastle/lm_0007.tga and b/data/maps/skycastle/lm_0007.tga differ diff --git a/docs/TODO.txt b/docs/TODO.txt index 09f1090a..84daab6d 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -1,5 +1,7 @@ - 1.0: Create documentation +- 0.9: Before releasing 1.0, disable all extra important features (eg: healthsize) and test without them, to make sure there are no errors. + - +0.8: Bots must learn to use the Grabber gun. The weapon code of havocbot is still there, but doesn't know how to shoot the Grabber - +0.8: ONS bot AI: Teach bots to use grabber alt fire to damage control points and generators when near them. @@ -102,9 +104,9 @@ - +0.8: Fix flying spectators not going through teleporters and warpzones. Very hard, since they're FLY_WORLDONLY and can't touch triggers -- 0.7 | 0.8: Enable r_shadows in some way? +- 0.7: Enable r_shadows in some way? -- 0.7 | 0.8: HUD icon when stunned. +- 0.7: HUD icon when stunned. - 0.7 | 0.8: Better portrait images. @@ -124,10 +126,12 @@ - 0.7: New waypoints.cache for all maps! -- 0.7 | 0.8: Some sort of bullet time feature in single player, by setting the slowmo cvar +- 0.8: Some sort of bullet time feature in single player, by setting the slowmo cvar + +- 0.8: Make weight depend on player size as well, not only stomach load -- 0.7: Fix Skycastle lightning! +- 0.8: Make player fatness depend on frags, using a trick I heard about with shaders -- 0.7 | 0.8: Make weight depend on player size as well, not only stomach load +- 0.7 BUG: Disabling g_healthsize gives a different field of view, even at 100 heatlh -- 0.7 | 0.8: Make player fatness depend on frags, using a trick I heard about with shaders \ No newline at end of file +- 0.7 | 0.8: Add an earthquake effect for the giantess footsteps? \ No newline at end of file