ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.131 by root, Tue Apr 18 02:04:23 2006 UTC vs.
Revision 1.132 by root, Tue Apr 18 02:07:37 2006 UTC

1913 glTranslate $sx0 - 32, $sy0 - 32, 0; 1913 glTranslate $sx0 - 32, $sy0 - 32, 0;
1914 1914
1915 my ($w, $h, $data) = $::MAP->draw ($sx, $sy, 0, 0, $sw + 1, $sh + 1); 1915 my ($w, $h, $data) = $::MAP->draw ($sx, $sy, 0, 0, $sw + 1, $sh + 1);
1916 1916
1917 if ($::CFG->{fow_enable}) { 1917 if ($::CFG->{fow_enable}) {
1918 if ($::CFG->{fow_smooth}) { # smooth fog of war 1918 if ($::CFG->{fow_smooth} && $CFClient::GL_VERSION >= 1.2) { # smooth fog of war
1919 glConvolutionParameter (GL_CONVOLUTION_2D, GL_CONVOLUTION_BORDER_MODE, GL_CONSTANT_BORDER); 1919 glConvolutionParameter (GL_CONVOLUTION_2D, GL_CONVOLUTION_BORDER_MODE, GL_CONSTANT_BORDER);
1920 glConvolutionFilter2D ( 1920 glConvolutionFilter2D (
1921 GL_CONVOLUTION_2D, 1921 GL_CONVOLUTION_2D,
1922 GL_ALPHA, 1922 GL_ALPHA,
1923 3, 3, 1923 3, 3,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines