Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Your opinion
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #61  
Old 04-28-2012, 04:21 PM
Stephen Stephen is offline
Boom!
Stephen's Avatar
Join Date: May 2004
Location: San Francisco
Posts: 10,410
Stephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud ofStephen has much to be proud of
Quote:
Originally Posted by Stefan View Post
There: Moved the Mass-PM-Button to the bottom, reduced the height of the tabs at the top, made the window title shorter, shows account names instead of 'guest'.
Attachment 54561
Looks better
__________________
Reply With Quote
  #62  
Old 04-28-2012, 04:38 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Except for the dashes maybe. They should created so that the labels are centered. And I'd really like if you could turn the player list into a toolbox window (like it is in v5) in some future version so it only has a tiny "x" button instead of the full range of unneeded buttons.
__________________
Reply With Quote
  #63  
Old 04-28-2012, 04:43 PM
AngBayani AngBayani is offline
Free ArushenP2P
Join Date: Apr 2012
Posts: 7
AngBayani is on a distinguished road
Perhaps also have a separate tab or section for Remote Controls. So players do not confuse it for a regular online player.
Reply With Quote
  #64  
Old 04-28-2012, 04:51 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Quote:
Originally Posted by AngBayani View Post
Perhaps also have a separate tab or section for Remote Controls. So players do not confuse it as a regular online player.
I don't know, I like how RC is merged with players. If not, then have RC's show on the Staff section until that account has a staff tag on (in which case RC gets bumped down with the rest of the players).
__________________
Reply With Quote
  #65  
Old 04-28-2012, 05:23 PM
AngBayani AngBayani is offline
Free ArushenP2P
Join Date: Apr 2012
Posts: 7
AngBayani is on a distinguished road
I was thinking of it like that as well, but the problem with that is that staff generally do not want to be disturbed so they would rather not be bumped up at the top of the playerlist to avoid being spammed by several PMs every few minutes. I don't know if that occurs to other servers, but so far it has been from my experience.
Reply With Quote
  #66  
Old 04-28-2012, 05:55 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Crono View Post
I don't know, I like how RC is merged with players. If not, then have RC's show on the Staff section until that account has a staff tag on (in which case RC gets bumped down with the rest of the players).
YOU CHANGED YOUR AVATAR?!caps
__________________
Reply With Quote
  #67  
Old 04-28-2012, 06:42 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Any chance of changing the word "Admins" to "Staff" like it is for V5?
Reply With Quote
  #68  
Old 04-28-2012, 07:30 PM
AngBayani AngBayani is offline
Free ArushenP2P
Join Date: Apr 2012
Posts: 7
AngBayani is on a distinguished road
I would definitely want "Server Staff" or "Staff" rather than "Admin". Not all staff are admins. A lot of players get that confused.
Reply With Quote
  #69  
Old 04-28-2012, 08:30 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Fixed
Reply With Quote
  #70  
Old 04-28-2012, 08:33 PM
AngBayani AngBayani is offline
Free ArushenP2P
Join Date: Apr 2012
Posts: 7
AngBayani is on a distinguished road
Neat!
Reply With Quote
  #71  
Old 04-29-2012, 01:26 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Dashes in the playerlist should be like this, but in pretty:
PHP Code:
  temp.dashLength PlayerList_List.profile.gettextwidth("-");
  
temp.listWidth  PlayerList_Window.width;
  
temp.dHelper    "--------------------------------";
  
  for (
temp.rPlayerList_List.rows)
    if (
r.sortvalue == 0) {
      
temp.shared.replacetext(r.gettext(), "-""");
      
temp.shared.replacetext(temp.n" """);
      
      
temp.temp.listWidth PlayerList_List.profile.gettextwidth(temp.n) - 24;
      
temp.int(temp.temp.dashLength 2) - 1;
      
temp.= (temp.temp.c);
      
      
r.settext(temp.dHelper.substring(0temp.cSPC temp.n SPC temp.dHelper.substring(0temp.c));
    } 
Was just a really quick code snippet. Outcome isn't even that bad:
__________________
Reply With Quote
  #72  
Old 04-29-2012, 01:29 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
the section fonts (staff,buddies,etc) should be bolded or slightly larger to seperate itself from the players. with that final touchup it would be perfect for me really.
__________________
Reply With Quote
  #73  
Old 04-29-2012, 01:53 PM
AngBayani AngBayani is offline
Free ArushenP2P
Join Date: Apr 2012
Posts: 7
AngBayani is on a distinguished road
Quote:
Originally Posted by Crono View Post
the section fonts (staff,buddies,etc) should be bolded or slightly larger to seperate itself from the players. with that final touchup it would be perfect for me really.
Bolded and .5 or 1 px larger would be real good. Also add in Crow's fix would be perfection or at least near perfection.
Reply With Quote
  #74  
Old 04-29-2012, 06:21 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
While you're at it you may as well let us use two different GUI Styles.

1. One for internal GUIs.
2. One for external GUIs.
__________________
Quote:
Reply With Quote
  #75  
Old 04-30-2012, 02:42 AM
Troku Troku is offline
Awesome
Troku's Avatar
Join Date: Jul 2007
Posts: 15
Troku is on a distinguished road
Could we please have the v6 player list not take up a 'windows block' on the main windows bar?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:35 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.