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

Comparing deliantra/Deliantra-Client/DC/MapWidget.pm (file contents):
Revision 1.28 by root, Wed May 17 20:50:19 2006 UTC vs.
Revision 1.29 by root, Thu May 18 16:42:26 2006 UTC

146 146
147 glPushMatrix; 147 glPushMatrix;
148 glCallList $self->{list}; 148 glCallList $self->{list};
149 glPopMatrix; 149 glPopMatrix;
150 150
151 # TNT2 emulates logops in software (or worse :)
151 if ($CFClient::UI::FOCUS != $self) { 152 if ($CFClient::UI::FOCUS != $self) {
152 glColor 64/255, 64/255, 64/255; 153 glColor 0.4, 0.2, 0.2, 0.9;
153 glLogicOp GL_AND; 154 glEnable GL_BLEND;
154 glEnable GL_COLOR_LOGIC_OP; 155 glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA;
155 glBegin GL_QUADS; 156 glBegin GL_QUADS;
156 glVertex 0, 0; 157 glVertex 0, 0;
157 glVertex 0, $::HEIGHT; 158 glVertex 0, $::HEIGHT;
158 glVertex $::WIDTH, $::HEIGHT; 159 glVertex $::WIDTH, $::HEIGHT;
159 glVertex $::WIDTH, 0; 160 glVertex $::WIDTH, 0;
160 glEnd; 161 glEnd;
161 glDisable GL_COLOR_LOGIC_OP; 162 glDisable GL_BLEND;
162 } 163 }
163} 164}
164 165
165my %DIR = ( 166my %DIR = (
166 CFClient::SDLK_KP8, [1, "north"], 167 CFClient::SDLK_KP8, [1, "north"],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines