Posted July 25, 2012
JMich
A Horrible Human Person. If you need me, chat.
JMich Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2011
From Greece
Gowor
Install Wizard
Gowor Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat GOG.com Team
Registered: Jun 2010
From Poland
JMich
A Horrible Human Person. If you need me, chat.
JMich Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2011
From Greece
SimonG
SimonG597
SimonG Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Sep 2010
From Germany
JMich
A Horrible Human Person. If you need me, chat.
JMich Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2011
From Greece
JMich
A Horrible Human Person. If you need me, chat.
JMich Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock 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
Fever_Discordia Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Nov 2010
From United Kingdom
JMich
A Horrible Human Person. If you need me, chat.
JMich Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2011
From Greece
Ghorpm
Zielony Brzydal
Ghorpm Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat 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
Fever_Discordia Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat 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
Asbeau Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat 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
Ghildrean Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jan 2009
From Spain
JMich
A Horrible Human Person. If you need me, chat.
JMich Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Apr 2011
From Greece
Ghildrean
Cyborg
Ghildrean Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat Registered: Jan 2009
From Spain
Posted August 23, 2012
Me neither. I had to manually check them after read the news.
adambiser
fascimania.com
adambiser Sorry, data for given user is currently unavailable. Please, try again later. View profile View wishlist Start conversation Invite to friends Invite to friends Accept invitation Accept invitation Pending invitation... Unblock chat 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