]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Merge remote-tracking branch 'origin/samual/orthoview'
authorSamual Lenks <samual@xonotic.org>
Mon, 30 Dec 2013 17:54:49 +0000 (12:54 -0500)
committerSamual Lenks <samual@xonotic.org>
Mon, 30 Dec 2013 17:54:49 +0000 (12:54 -0500)
commit7d99942d0e7679393391c8055a40ae9f37c8c1e9
treed9b5e672b71e12b2a610fb420dddc43eaf5cdc0c
parent84e4e478a2214e64fdb43b313aa80a7f6a0b3f2c
parent7d690926a4dfd4086c9ecae8868d020d5869af18
Merge remote-tracking branch 'origin/samual/orthoview'

* origin/samual/orthoview:
  Use vec3 and get rid of FL2VEC -- This function didn't exist when I first made orthoview :)
  Lets just set resolution via a cvar
  Fix issues with FL2VEC
  Fix remaining known issue with orthoview (on abyss, techassault)
  Add definition for orthoview accuracy, plus some final cleanup
  Clean up debug stuff
  Add "set" for orthoview cvars
  Add cvars to defaultXonotic.cfg
  Use r_drawfog 0 while in orthoview
  Fix center of map and distance setting
  On second thought, keep the override cvar
  Use center of world bbox instead of '0 0 0' origin, solves a bug :D
  Fix it so that fov adjusts properly too
  Clean up orthoview maths, add logic for handling r_nearclip and r_farclip
  Working on adding orthoview feature for map screenshots from above
qcsrc/client/View.qc