Graal Forums  

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

Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 13 votes, 4.69 average. Display Modes
  #1036  
Old 04-30-2011, 10:42 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
Don't know if this also happens with v5, but comparing an attribute (this.attr[1]) to -1 results in true when the attribute carries a string (this.attr[1] == -1 -> true when this.attr[1] = "foo", for example). Doing this on the clientside. Didn't give it a try with non-attribute variables. Seemed quite strange to me..
__________________
Reply With Quote
  #1037  
Old 04-30-2011, 10:55 PM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by Stefan View Post
It's showing the paused for other people or also for yourself (if you do showname)? On v5 is working fine?
It's showing the paused for other people, but not for me when I do showname. It also happens sometimes when I log into Graal and I minimize it as well. On v5 this doesn't happen.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #1038  
Old 05-01-2011, 01:54 AM
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
Quote:
Originally Posted by Crow View Post
Don't know if this also happens with v5, but comparing an attribute (this.attr[1]) to -1 results in true when the attribute carries a string (this.attr[1] == -1 -> true when this.attr[1] = "foo", for example). Doing this on the clientside. Didn't give it a try with non-attribute variables. Seemed quite strange to me..
Converting the string to a number will be -1 if it's not a number.
Reply With Quote
  #1039  
Old 05-01-2011, 09:36 AM
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
Converting the string to a number will be -1 if it's not a number.
That's the issue: I'm not converting it. I'd understand the behavior if I'd throw the attribute through int() beforehand, but I'm not doing that.
__________________
Reply With Quote
  #1040  
Old 05-01-2011, 09:42 AM
joel34 joel34 is offline
(⌒▽⌒)
joel34's Avatar
Join Date: Aug 2009
Location: Sveden.
Posts: 554
joel34 is on a distinguished road
When i try Graal v6, the background is black and i can only see players?
__________________
Reply With Quote
  #1041  
Old 05-01-2011, 04:36 PM
Knux Knux is offline
WEREDUCK
Knux's Avatar
Join Date: Aug 2007
Posts: 241
Knux will become famous soon enough
Okay so I was playing Graal Kingdoms on a trial account, and I noticed on V6 Beta, when I was doing the starting quests, you get to the part where you get familiar with Mining. On V6, I was talking to the James guy after I got my minerals to give to him to continue the quest, but it wouldn't let me trade the minerals to him. I logged off V6, got on V5, and when I went to the James guy, I was immediately able to transfer the minerals to him. I think this might be a glitch for V6. Also, when I was noticing casting with the mouse on Graal Kingdoms, the targeting thing is a little higher than the mouse than it is on V5. Just thought I'd post it up here.
__________________

Supporter of G2K1 revision. Even though it never will be what it was..
Reply With Quote
  #1042  
Old 05-01-2011, 07:40 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Crow View Post
That's the issue: I'm not converting it. I'd understand the behavior if I'd throw the attribute through int() beforehand, but I'm not doing that.
Equality between a string and a number implicitly coerces the string to a number and then performs the equality check. It's the usual way for an equality check to work in a dynamically-typed language.
Reply With Quote
  #1043  
Old 05-01-2011, 07:59 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 WhiteDragon View Post
Equality between a string and a number implicitly coerces the string to a number and then performs the equality check. It's the usual way for an equality check to work in a dynamically-typed language.
Hm. Guess I've never noticed. Or I just never did it before.
__________________
Reply With Quote
  #1044  
Old 05-04-2011, 03:04 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
Quote:
Originally Posted by Tigairius View Post
Right now on v6, if pause is disabled on the server, whenever you read a sign it'll still append "(paused)" to the end of your name, and after you finish reading the sign it won't go away.
Happens with all signs on GK, so even though pause is disabled, a lot of people look paused while they're walking around and you can move through them because they read a say2 sign somewhere. It's a little annoying for PKing and stuff.
Ok it's a server-side thing, will turn that off with the next npcserver-update.
Reply With Quote
  #1045  
Old 05-04-2011, 09:56 PM
BigBear3 BigBear3 is offline
Zormite
BigBear3's Avatar
Join Date: Jan 2007
Location: Lynn, MA
Posts: 2,551
BigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond reputeBigBear3 has a reputation beyond repute
My profile keeps clearing.
Reply With Quote
  #1046  
Old 05-05-2011, 04:50 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
If I zoom in using alt+8 images start to distort, nicknames become blurry and the blackness that is outside of the level area starts to copy the tiles of the level. If I make my Graal window fullscreen when I have zoomed in the screen freezes.
__________________
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
  #1047  
Old 05-06-2011, 12:09 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Rufus View Post
If I zoom in using alt+8 images start to distort, nicknames become blurry and the blackness that is outside of the level area starts to copy the tiles of the level. If I make my Graal window fullscreen when I have zoomed in the screen freezes.
The level being copied in the black happens on Mac as well. Images and nicknames look great though.
__________________
Reply With Quote
  #1048  
Old 05-07-2011, 10:47 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
Graal v6 (on Windows) is now available via Start->Install Packages on the login server, it is also able to update itself automatically now when we release a new version. This version is not bringing new features compared to the version from last weekend, except the version number and update functionality.
Reply With Quote
  #1049  
Old 05-07-2011, 11:09 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
Can you make the nicknames and chat on the Windows client display in bold? Every other client is okay, and I've posted this a fair few times now.
__________________
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
  #1050  
Old 05-08-2011, 05:24 PM
kia345 kia345 is offline
z0rbi 4 life 🤘
kia345's Avatar
Join Date: Dec 2006
Location: delteria
Posts: 6,737
kia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond reputekia345 has a reputation beyond repute
I use the numpad to move, but every time I log on I have to reset the keys because it won't let me walk downwards with 5, what do
__________________
pojo
Reply With Quote
Reply

Tags
graal v6, windows


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 04:46 PM.


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