kthakore / frozen-bubble

Making frozen bubble cross platform
http://frozen-bubble.org
GNU General Public License v2.0
149 stars 33 forks source link

overlook effect disabled #45

Closed kthakore closed 13 years ago

kthakore commented 13 years ago

overlook effect (the whitish thing in the background of selected menu item from "Start 1-player game menu") is missing.

from source code:

commented out because otherwise we see only a white box instead of highlighted background image

if ($graphics_level > 1) {

$draw_overlook->();

SDL::Video::update_rects($app, @update_rects);

@update_rects = ();

}

here's how it looks like in 2.2.0:

http://zarb.org/~gc/t/overlook-fb-2.2.0.png

kthakore commented 13 years ago

Author: kthakore Time: 1276881330 Field: status Value: closed

kthakore commented 13 years ago

Author: kthakore Time: 1276881330 Field: resolution Value: worksforme

kthakore commented 13 years ago

Author: kthakore Time: 1276881330 Field: comment Value: Seems to be fixed

http://imgur.com/r0VFk

http://github.com/kthakore/frozen-bubble/commit/9ad7dbc722412a6bf302bc41f9f6c6d7aa758745

kthakore commented 13 years ago

Author: gcottenc Time: 1277990739 Field: status Value: reopened

kthakore commented 13 years ago

Author: gcottenc Time: 1277990739 Field: resolution Value:

kthakore commented 13 years ago

Author: gcottenc Time: 1277990739 Field: comment Value: As in your screenshot, I see no "whitish" shadow generated "below" the text and sort of fading while expanding. Check my "how it looks like in 2.2.0" link. I tried to review the code but failed to understand where it is broken.

kthakore commented 13 years ago

Author: froggs Time: 1278017486 Field: status Value: closed

kthakore commented 13 years ago

Author: froggs Time: 1278017486 Field: resolution Value: fixed

kthakore commented 13 years ago

Author: froggs Time: 1278017486 Field: comment Value: This effect works now again. (And btw, is awesome!)