- Rewrote wide sky texture scaling again. This time, it should work for any

size textures at any scale. I also tried doing sky scrolling on the sky
  cylinder, but that didn't look so good, so I left it in screen space.


SVN r1932 (trunk)
This commit is contained in:
Randy Heit 2009-10-24 23:42:58 +00:00
parent 1a6d7b6eca
commit f40462dfb4
5 changed files with 52 additions and 28 deletions

View file

@ -1,3 +1,8 @@
October 24, 2009
- Rewrote wide sky texture scaling again. This time, it should work for any
size textures at any scale. I also tried doing sky scrolling on the sky
cylinder, but that didn't look so good, so I left it in screen space.
October 23, 2009
- Fixed: When giving completely new ammo, the backpack did not clamp the
amount given to the ammo's max amount.