Posted July 25, 2012

JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece

Gowor
Install Wizard
GOG.com Team
Registered: Jun 2010
From Poland

JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece

SimonG
SimonG597
Registered: Sep 2010
From Germany

JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece

JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece
Posted August 23, 2012
Ultima 1+2+3: Spellbooks added
Ultima 4: Interview with Richard Garriot added
Ultima 4+5+6: Interview with Richard Garriot added
Ultima 4: Interview with Richard Garriot added
Ultima 4+5+6: Interview with Richard Garriot added

Fever_Discordia
Don't Panic
Registered: Nov 2010
From United Kingdom

JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece

Ghorpm
Zielony Brzydal
Registered: Jan 2012
From Poland
Posted August 23, 2012
Certainly it does as I use the list view and it worked pretty fine ;)

Fever_Discordia
Don't Panic
Registered: Nov 2010
From United Kingdom
Posted August 23, 2012
Ah yes, I see it now, it was actually much easier to spot when I switched to list view

Asbeau
shot the food
Registered: Nov 2011
From United Kingdom
Posted August 23, 2012
Looking for the updated game confused the crap out of me first thing this morning, because I have Ultima hidden. I never got on with those games.

Ghildrean
Cyborg
Registered: Jan 2009
From Spain
Posted August 23, 2012

Ultima 4: Interview with Richard Garriot added
Ultima 4+5+6: Interview with Richard Garriot added
Ultima Underworld 1+2: Reference cards added
Ultima 7 The Complete Edition: Maps, cluebooks and design documents added
Ultima 8 Gold Edition: Lost Vale design documents added
According to the promo news, for Ultima 7 they added a colored map of Serpent Isle and the cluebooks (I think one of them was missing, but don't remember which one).

JMich
A Horrible Human Person. If you need me, chat.
Registered: Apr 2011
From Greece

Ghildrean
Cyborg
Registered: Jan 2009
From Spain
Posted August 23, 2012
Me neither. I had to manually check them after read the news.

adambiser
fascimania.com
Registered: Dec 2009
From United States
Posted August 23, 2012
I whipped up this Stylish script to make the "Updated" badge more visible. I've only tried it on Firefox 14.0.1. (Yes, it looks a little ugly, but at least it's visible.)
/***************************************
Make the UPDATED badge more visible.
****************************************/
@-moz-document
domain(gog.com) {
/**
* Shelf view
*/
div #shelfGamesList i.bdg_update {
background: red !important;
width: 176px !important;
height: 230px !important;
left: 24px !important;
top: -10px !important;
text-align: center !important;
font-style: normal !important;
color: white !important;
font-weight: bold !important;
font-size: 18px !important;
z-index: -2 !important;
}
div #shelfGamesList i.bdg_update:before {
content: "* * UPDATED * *";
}
/**
* List view
*/
div #gamesList i.bdg_update {
position: relative !important;
background: red !important;
height: 49px !important;
vertical-align: middle !important;
width: 150px !important;
height: 34px !important;
padding-top: 15px !important;
text-align: center !important;
font-style: normal !important;
color: white !important;
font-weight: bold !important;
font-size: 18px !important;
}
div #gamesList i.bdg_update:before {
content: "* * UPDATED * *";
}
}
See attached to see how it looks.
/***************************************
Make the UPDATED badge more visible.
****************************************/
@-moz-document
domain(gog.com) {
/**
* Shelf view
*/
div #shelfGamesList i.bdg_update {
background: red !important;
width: 176px !important;
height: 230px !important;
left: 24px !important;
top: -10px !important;
text-align: center !important;
font-style: normal !important;
color: white !important;
font-weight: bold !important;
font-size: 18px !important;
z-index: -2 !important;
}
div #shelfGamesList i.bdg_update:before {
content: "* * UPDATED * *";
}
/**
* List view
*/
div #gamesList i.bdg_update {
position: relative !important;
background: red !important;
height: 49px !important;
vertical-align: middle !important;
width: 150px !important;
height: 34px !important;
padding-top: 15px !important;
text-align: center !important;
font-style: normal !important;
color: white !important;
font-weight: bold !important;
font-size: 18px !important;
}
div #gamesList i.bdg_update:before {
content: "* * UPDATED * *";
}
}
See attached to see how it looks.
Post edited August 23, 2012 by adambiser