Added two new projection modes. use r_projection to select alternative projections.

make sure demos freeze at the start, instead of reading everything out of the file while we're still loading content.
added a couple of lame 'list' commands.
added 'in' command.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4928 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2015-07-03 02:07:41 +00:00
parent 667e8dec10
commit a85f3c5c71
22 changed files with 463 additions and 73 deletions

View file

@ -27,6 +27,8 @@ char shaders[][64] =
"lpp_wall",
"postproc_fisheye",
"postproc_panorama",
"postproc_laea",
"postproc_stereographic",
"rtlight",
"underwaterwarp",
"menutint",