Graal Forums  

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

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 13 votes, 4.69 average. Display Modes
  #931  
Old 04-04-2011, 09:48 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 Stefan View Post
- Windows are opened in "cascade" style instead of at the mouse position
This is better, but I'd still like to see the position of the main window saved. Graal is (at least supposed to be) a game, not some quirky application where you don't give a damn where it sits on your screen.

Also, new body colors are super cool. Good job with those <3
__________________
Reply With Quote
  #932  
Old 04-04-2011, 09:54 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
Nice. I take it these are the html colors?

http://www.w3schools.com/html/html_colornames.asp

Array form (Also supported in the Tailor on Zodiac):

PHP Code:
function onCreated() {
  
temp.newcolors = {
    
"aliceblue",
    
"antiquewhite",
    
"aqua",
    
"aquamarine",
    
"azure",
    
"beige",
    
"bisque",
    
"black",
    
"blanchedalmond",
    
"blue",
    
"blueviolet",
    
"brown",
    
"burlywood",
    
"cadetblue",
    
"chartreuse",
    
"chocolate",
    
"coral",
    
"cornflowerblue",
    
"cornsilk",
    
"crimson",
    
"cyan",
    
"darkblue",
    
"darkcyan",
    
"darkgoldenrod",
    
"darkgray",
    
"darkgrey",
    
"darkgreen",
    
"darkkhaki",
    
"darkmagenta",
    
"darkolivegreen",
    
"darkorange",
    
"darkorchid",
    
"darkred",
    
"darksalmon",
    
"darkseagreen",
    
"darkslateblue",
    
"darkslategray",
    
"darkslategrey",
    
"darkturquoise",
    
"darkviolet",
    
"deeppink",
    
"deepskyblue",
    
"dimgray",
    
"dimgrey",
    
"dodgerblue",
    
"firebrick",
    
"floralwhite",
    
"forestgreen",
    
"fuchsia",
    
"gainsboro",
    
"ghostwhite",
    
"gold",
    
"goldenrod",
    
"gray",
    
"grey",
    
"green",
    
"greenyellow",
    
"honeydew",
    
"hotpink",
    
"indianred",
    
"indigo",
    
"ivory",
    
"khaki",
    
"lavender",
    
"lavenderblush",
    
"lawngreen",
    
"lemonchiffon",
    
"lightblue",
    
"lightcoral",
    
"lightcyan",
    
"lightgoldenrodyellow",
    
"lightgray",
    
"lightgrey",
    
"lightgreen",
    
"lightpink",
    
"lightsalmon",
    
"lightseagreen",
    
"lightskyblue",
    
"lightslategray",
    
"lightslategrey",
    
"lightsteelblue",
    
"lightyellow",
    
"lime",
    
"limegreen",
    
"linen",
    
"magenta",
    
"maroon",
    
"mediumaquamarine",
    
"mediumblue",
    
"mediumorchid",
    
"mediumpurple",
    
"mediumseagreen",
    
"mediumslateblue",
    
"mediumspringgreen",
    
"mediumturquoise",
    
"mediumvioletred",
    
"midnightblue",
    
"mintcream",
    
"mistyrose",
    
"moccasin",
    
"navajowhite",
    
"navy",
    
"oldlace",
    
"olive",
    
"olivedrab",
    
"orange",
    
"orangered",
    
"orchid",
    
"palegoldenrod",
    
"palegreen",
    
"paleturquoise",
    
"palevioletred",
    
"papayawhip",
    
"peachpuff",
    
"peru",
    
"pink",
    
"plum",
    
"powderblue",
    
"purple",
    
"red",
    
"rosybrown",
    
"royalblue",
    
"saddlebrown",
    
"salmon",
    
"sandybrown",
    
"seagreen",
    
"seashell",
    
"sienna",
    
"silver",
    
"skyblue",
    
"slateblue",
    
"slategray",
    
"slategrey",
    
"snow",
    
"springgreen",
    
"steelblue",
    
"tan",
    
"teal",
    
"thistle",
    
"tomato",
    
"turquoise",
    
"violet",
    
"wheat",
    
"white",
    
"whitesmoke",
    
"yellow",
    
"yellowgreen",
  };

__________________
Quote:

Last edited by fowlplay4; 04-04-2011 at 10:16 PM..
Reply With Quote
  #933  
Old 04-04-2011, 09:55 PM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
Yeah, I'm messing with them now.
Reply With Quote
  #934  
Old 04-04-2011, 09:57 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
Gotta say, this opens up a whole lot of new, awesome possibilities But this negative stretch thing really bugs me. Also, it doesn't only affect ganis like I'd first thought. Negative stretch effects don't seem to work at all for me using v6. Running an XFX Radeon HD 5850 with the 11.2 drivers. I'll give it a try with the new 11.3 drivers soon-ish, but I'm too lazy to install them right now, sorry

Edit: For whatever reason, it now works (after deleting my Graal v6 folder and just firing up a fresh Graal.exe). It does show the flipped sprite, so that's cool. However, is it possible that there are some kind of quirks done to the rotation math after flipping a sprite? It seems my flipped and rotated sprites are 180 degrees off, while the non-flipped rotated sprites are still fine.
__________________
Reply With Quote
  #935  
Old 04-04-2011, 10:07 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 Stefan View Post
The new version 5.324 has been uploaded to http://www.graalonline.com/downloads...al_windows.zip :
- Screenshot colors should be fine
- Added undo/redo functionality to GuiMLTextEditCtrl, by default 16 undo steps, you can increase by setting undostacksize = number; the undo/redo is working with normal shortcuts: Ctrl+Z for undo, Ctrl+Y or Ctrl+Shift+Z for redo
- Support for more body colors on client-side (you can e.g. do for (i=0; i<5; i++) player.colors[i] = "indigo"); server-side support will be added when all clients are switched to v6; you will appear black to other players when using the extended colors; all html colors are supported (20 default colors + 143 html colors)
- Fixed the indigo html color
- Windows are opened in "cascade" style instead of at the mouse position
- Support for redirects in URLs
stefan can you please please please please give us the option to use the old playerlist? i can excuse the new hard to read font rendering since i can simply change fonts but that playerlist...

plz :[
__________________
Reply With Quote
  #936  
Old 04-04-2011, 10:12 PM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
If anyone wants to test out the colors they can log on Maloria and check them out without ruining your outfits on other servers.
Reply With Quote
  #937  
Old 04-04-2011, 10:18 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
According to Zodiac's color additions there is still no decent shade of brown, unfortunately.

edit: ..and most of the colors are shades of white
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.

Last edited by Rufus; 04-04-2011 at 10:29 PM..
Reply With Quote
  #938  
Old 04-04-2011, 10:29 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
just wondering, GST could probably even do this, but could you make a built variable that holds all the color names, hex, and RGB?

like
PHP Code:
player.colors0] = this.colorlist0]; 
which should return 'black'

be like
PHP Code:
this.colorList = {{ "black""#000000", { 000}}, ...}; 
I would like to see also being able to set colors[ #]'s with hex/rgb also
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!

Last edited by MrOmega; 04-04-2011 at 10:55 PM..
Reply With Quote
  #939  
Old 04-04-2011, 10:43 PM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
I wanted the functionality so that something like this could be scripted and added to servers:

http://www.w3schools.com/tags/ref_colorpicker.asp

I feel the additions, while welcomed, aren't enough choice. Too many whites, not enough variation in colors, etc. You could add functionality so that scripters could add these colors without having to use names, and having those names added as a fallback for people who (for whatever reason) like to use commands. I don't know, I just feel this is a waste as it is.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote
  #940  
Old 04-04-2011, 10:44 PM
Cubical Cubical is offline
Banned
Join Date: Feb 2007
Posts: 1,348
Cubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant futureCubical has a brilliant future
Would it be possible to use RGB? These colors kinda suck. I like the improvement and the fact that it was released before v6 was complete but RGB would open up so many more unique body combinations and I'm sure the 10000000 people soon to be playing on facebook would appreciate it.
Reply With Quote
  #941  
Old 04-04-2011, 10:46 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
Hmm, while the extra colors are nice, our need for more would be completely satisfied by being able to specify hex (#abcdef) colors.
__________________
Quote:
Reply With Quote
  #942  
Old 04-04-2011, 10:55 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
I agree, the colors choices are pretty bad. Many shades look close to each other, like the different whites(do we really need 6+ shades of white?), and sandy brown is very close to what Graal uses for orange.

Since you have these in already, I imagine you're already parsing a predefined list of RGB/HEX codes, so couldn't you allow us to use raw hex instead?

Either way, the fact that we got new colors = yay! (I did find a shade of orange!)
Reply With Quote
  #943  
Old 04-04-2011, 10:56 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Haha FP4 did the exact same thing I did straight up

I believe all the colours can be accessed via an integer. Ultimately, I'd like to see Skyld add a public function to return all the colours as an array.
Reply With Quote
  #944  
Old 04-04-2011, 11:03 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
2D array of colors sorted by hex value, including hex value.

can used shared.hextorgb to make a neat UI, someone less lazy than I could run this array through the shared.hextorgb and create an array with RGB values instead also.

PHP Code:
this.newcolors = {
  {
"black",            "#000000"},
  {
"navy",             "#000080"},
  {
"darkblue",         "#00008B"},
  {
"mediumblue",       "#0000CD"},
  {
"blue",             "#0000FF"},
  {
"darkgreen",        "#006400"},
  {
"green",            "#008000"},
  {
"teal",             "#008080"},
  {
"darkcyan",         "#008B8B"},
  {
"deepskyblue",      "#00BFFF"},
  {
"darkturquoise",    "#00CED1"},
  {
"mediumspringgreen","#00FA9A"},
  {
"lime",             "#00FF00"},
  {
"springgreen",      "#00FF7F"},
  {
"cyan",             "#00FFFF"},
  {
"midnightblue",     "#191970"},
  {
"dodgerblue",       "#1E90FF"},
  {
"lightseagreen",    "#20B2AA"},
  {
"forestgreen",      "#228B22"},
  {
"seagreen",         "#2E8B57"},
  {
"darkslategray",    "#2F4F4F"},
  {
"limegreen",        "#32CD32"},
  {
"mediumseagreen",   "#3CB371"},
  {
"turquoise",        "#40E0D0"},
  {
"royalblue",        "#4169E1"},
  {
"steelblue",        "#4682B4"},
  {
"darkslateblue",    "#483D8B"},
  {
"mediumturquoise",  "#48D1CC"},
  {
"indigo",           "#4B0082"},
  {
"darkolivegreen",   "#556B2F"},
  {
"cadetblue",        "#5F9EA0"},
  {
"cornflowerblue",   "#6495ED"},
  {
"mediumaquamarine""#66CDAA"},
  {
"dimgray",          "#696969"},
  {
"slateblue",        "#6A5ACD"},
  {
"olivedrab",        "#6B8E23"},
  {
"slategray",        "#708090"},
  {
"lightslategray",   "#778899"},
  {
"mediumslateblue",  "#7B68EE"},
  {
"lawngreen",        "#7CFC00"},
  {
"chartreuse",       "#7FFF00"},
  {
"aquamarine",       "#7FFFD4"},
  {
"maroon",           "#800000"},
  {
"purple",           "#800080"},
  {
"olive",            "#808000"},
  {
"gray",             "#808080"},
  {
"skyblue",          "#87CEEB"},
  {
"lightskyblue",     "#87CEFA"},
  {
"blueviolet",       "#8A2BE2"},
  {
"darkred",          "#8B0000"},
  {
"darkmagenta",      "#8B008B"},
  {
"saddlebrown",      "#8B4513"},
  {
"darkseagreen",     "#8FBC8F"},
  {
"lightgreen",       "#90EE90"},
  {
"mediumpurple",     "#9370D8"},
  {
"darkviolet",       "#9400D3"},
  {
"palegreen",        "#98FB98"},
  {
"darkorchid",       "#9932CC"},
  {
"yellowgreen",      "#9ACD32"},
  {
"sienna",           "#A0522D"},
  {
"brown",            "#A52A2A"},
  {
"darkgray",         "#A9A9A9"},
  {
"lightblue",        "#ADD8E6"},
  {
"greenyellow",      "#ADFF2F"},
  {
"paleturquoise",    "#AFEEEE"},
  {
"lightsteelblue",   "#B0C4DE"},
  {
"powderblue",       "#B0E0E6"},
  {
"firebrick",        "#B22222"},
  {
"darkgoldenrod",    "#B8860B"},
  {
"mediumorchid",     "#BA55D3"},
  {
"rosybrown",        "#BC8F8F"},
  {
"darkkhaki",        "#BDB76B"},
  {
"silver",           "#C0C0C0"},
  {
"mediumvioletred",  "#C71585"},
  {
"indianred",        "#CD5C5C"},
  {
"peru",             "#CD853F"},
  {
"chocolate",        "#D2691E"},
  {
"tan",              "#D2B48C"},
  {
"lightgray",        "#D3D3D3"},
  {
"palevioletred",    "#D87093"},
  {
"thistle",          "#D8BFD8"},
  {
"orchid",           "#DA70D6"},
  {
"goldenrod",        "#DAA520"},
  {
"crimson",          "#DC143C"},
  {
"gainsboro",        "#DCDCDC"},
  {
"plum",             "#DDA0DD"},
  {
"burlywood",        "#DEB887"},
  {
"lightcyan",        "#E0FFFF"},
  {
"lavender",         "#E6E6FA"},
  {
"darksalmon",       "#E9967A"},
  {
"violet",           "#EE82EE"},
  {
"palegoldenrod",    "#EEE8AA"},
  {
"lightcoral",       "#F08080"},
  {
"khaki",            "#F0E68C"},
  {
"aliceblue",        "#F0F8FF"},
  {
"honeydew",         "#F0FFF0"},
  {
"azure",            "#F0FFFF"},
  {
"sandybrown",       "#F4A460"},
  {
"wheat",            "#F5DEB3"},
  {
"beige",            "#F5F5DC"},
  {
"whitesmoke",       "#F5F5F5"},
  {
"mintcream",        "#F5FFFA"},
  {
"ghostwhite",       "#F8F8FF"},
  {
"salmon",           "#FA8072"},
  {
"antiquewhite",     "#FA3BD7"},
  {
"linen",            "#FAF0E6"},
  {
"lightgoldenrodyellow""#FAFAD2"},
  {
"oldlace",          "#FDF5E6"},
  {
"red",              "#FF0000"},
  {
"fuschia",          "#FF00FF"},
  {
"deeppink",         "#FF1493"},
  {
"orangered",        "#FF4500"},
  {
"tomato",           "#FF6347"},
  {
"hotpink",          "#FF69B4"},
  {
"coral",            "#FF7F50"},
  {
"darkorange",       "#FF8C00"},
  {
"lightsalmon",      "#FFA07A"},
  {
"orange",           "#FFA500"},
  {
"lightpink",        "#FFB6C1"},
  {
"pink",             "#FFC0CB"},
  {
"gold",             "#FFD700"},
  {
"peachpuff",        "#FFDAB9"},
  {
"navajowhite",      "#FFDEAD"},
  {
"moccasin",         "#FFE4B5"},
  {
"bisque",           "#FFE4C4"},
  {
"mistyrose",        "#FFE4E1"},
  {
"blanchedalmond",   "#FFEBCD"},
  {
"papayawhip",       "#FFEFD5"},
  {
"lavenderblush",    "#FFF0F5"},
  {
"seashell",         "#FFF5EE"},
  {
"cornsilk",         "#FFF8DC"},
  {
"lemonchiffon",     "#FFFACD"},
  {
"floralwhite",      "#FFFAF0"},
  {
"snow",             "#FFFAFA"},
  {
"yellow",           "#FFFF00"},
  {
"lightyellow",      "#FFFFF0"},
  {
"ivory",            "#FFFFF0"},
  {
"white",            "#FFFFFF"},
}; 

Last edited by Mark Sir Link; 04-05-2011 at 12:48 AM.. Reason: *hextorgb
Reply With Quote
  #945  
Old 04-05-2011, 12:13 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
I am dissapoint.

Its like the same 4 colors over and over...with different names slapped on them...

At first, I thought some of them werent working, but then I realized they are just white with a slight tint of color...
The rest are just slight variations of each other.

So, we ended up with a ton of whites...and some other random colors.
__________________

Reply With Quote
Reply

Tags
graal v6, windows

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 03:00 PM.


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