Issue363

Title Make Item Drop Slide not Scale
Priority feature Status open
Assigned To Keywords
Linked issues Watchers

Submitted on 2011-07-24 19h08 by tracker_migration, last changed by salimiles.

Messages
Author: tracker_migration Date: 2011-03-31   21h41
Submitted by salimiles
The item slider widget should not scale. See the discussion at http://rb.freedroid.org/r/799/ as for why.

This requires several parts that include:
1) Generate a new slider image (with fully transparent background)
2) Updating UNIVERSAL_COORD..s() to some centering function in graphics.c and setting a couple things to false in line 1061 in open_gl.c and line 98 in misc.c .
3) Using draw_rectangle()? to create a semi-transparent background (see discussion about http://rb.freedroid.org/r/1016/ ).

(Posting as a Feature Request as I don't appear to be getting to this.)
Author: matthiaskrgr Date: 2011-07-26   17h36
Mmh, is this a bug or a feature?
Author: salimiles Date: 2011-11-15   21h40
Maybe it should be made into a widget?
Author: salimiles Date: 2011-11-15   22h36
BTW, this affects both level editor and the shop.
History
Date User Action Args
2011-11-15 22:36:22salimilessetmessages: + msg2018
2011-11-15 21:40:31salimilessetmessages: + msg1996
2011-07-28 06:46:20ahuilletsettitle: GRAPHICS: Make Item Drop Slide not Scale -> Make Item Drop Slide not Scale
2011-07-28 06:46:15ahuilletsetpriority: bug -> feature
2011-07-26 17:36:59matthiaskrgrsetmessages: + msg1304
2011-07-24 19:08:07tracker_migrationcreate