I kept these 2 changes of mine:
- draw_ButtonPicture algorithm to draw progressbars as it's better than current algorithm (it uses drawsetcliparea but still stretches the image borders, which is bad)
- consecutive numbers for *_baralign and *_iconalign because there's no gain jumping a number (see code: mod operation is not used at all) and they're potentially confusing (I had troubles handling these weird values (the cvar description was wrong... :( ), that's why I made this change)
Merge branch 'master' into terencehill/newpanelhud