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
  #1  
Old 04-17-2011, 04:24 AM
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
Quote:
Originally Posted by Luda View Post
Sort of off topic but as much as I'm liking the frequent updates recently, it would be nice to have an official thread where you edit the top post with new version updates.
I second this Doctor Luda.
Reply With Quote
  #2  
Old 04-17-2011, 05:44 AM
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
now, how about fixing polygons in external windows?
__________________
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!!!
Reply With Quote
  #3  
Old 04-17-2011, 05:48 AM
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
Quote:
Originally Posted by MrOmega View Post
now, how about fixing polygons in external windows?
You're a scripter, at least provide working code to display the problem.
__________________
Quote:
Reply With Quote
  #4  
Old 04-17-2011, 06:53 AM
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
Quote:
Originally Posted by MrOmega View Post
with a GuiShowImgCtrl, polygons wont show in an external window...
Quote:
Originally Posted by fowlplay4 View Post
You're a scripter, at least provide working code to display the problem.
It any kind of polygon in a GuiShowImgCtrl but here, works fine in graal, just not externally, nothing shows.

PHP Code:
new GuiShowImgCtrl"Foo")
{

  
position  = { 00};
  
extent    = { 2048512};      
  
dimension 2;
  
polygon   = { 001601616016};
  
mode      1;
  
alpha     0.65;
  
red       green 0.9;
  
blue      0;


__________________
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!!!
Reply With Quote
  #5  
Old 04-17-2011, 07:05 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 MrOmega View Post
It any kind of polygon in a GuiShowImgCtrl but here, works fine in graal, just not externally, nothing shows.
Why do you do { this}?
__________________
Reply With Quote
  #6  
Old 04-17-2011, 08:38 AM
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
Quote:
Originally Posted by cbk1994 View Post
Why do you do { this}?
I know graal expects a string, but by graal magic it can accept an array. I think it just looks better when I have sometimes do logic in the position and stuff, just habit and preference.
__________________
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!!!
Reply With Quote
  #7  
Old 04-18-2011, 05:17 PM
Jiroxys7 Jiroxys7 is offline
Hazard to Graal
Jiroxys7's Avatar
Join Date: Apr 2009
Posts: 343
Jiroxys7 will become famous soon enough
say(int) does not work on gmaps in v5. Was this already fixed in v6? (I can't check right now)
__________________
MY POSTS ARE PRONE TO EDITS!
Reply With Quote
  #8  
Old 04-18-2011, 12:39 AM
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
dunno if this is the right spot for this request since it's a server request, but can we get a rename file function on the serverside?

A few months back I tried to batch rename files on UN to use underscores instead of periods to fix an issue for mac users, but I ended up having to do it by loading the image into a TDrawingPanel and then saving it again, which broke transparencies and stuff.

Also didn't work for GIFs/MNGs obviously
Reply With Quote
  #9  
Old 04-18-2011, 12:56 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 Mark Sir Link View Post
dunno if this is the right spot for this request since it's a server request, but can we get a rename file function on the serverside?

A few months back I tried to batch rename files on UN to use underscores instead of periods to fix an issue for mac users, but I ended up having to do it by loading the image into a TDrawingPanel and then saving it again, which broke transparencies and stuff.

Also didn't work for GIFs/MNGs obviously
Quote:
Originally Posted by scripthelp
movefile(str, str) - returns boolean - moves a file from source (first parameter) to destination (second parameter)
?.
__________________
Reply With Quote
  #10  
Old 04-18-2011, 01:03 AM
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
Quote:
Originally Posted by Mark Sir Link View Post
dunno if this is the right spot for this request since it's a server request, but can we get a rename file function on the serverside?
This should do what you want:

PHP Code:
function renamefile(srcnewname) {
  
movefile(srcextractfilepath(src) @ newname);

__________________
Quote:
Reply With Quote
  #11  
Old 04-24-2011, 01:31 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
A new version 5.327 has been uploaded to http://www.graalonline.com/downloads...al_windows.zip :
- Doesn't freeze/crash on closing anymore
- Doesn't redownload files on each login anymore
- Fixes a bug that could crash the game on login when a server uses the default weapons (Bow, Bomb etc.)
- Correctly animates showimgs even if the NPC which is showing them is itself not visible
- Doesn't crash anymore when a gani animation is hiding showimgs
Reply With Quote
  #12  
Old 04-24-2011, 01:39 AM
Knux Knux is offline
WEREDUCK
Knux's Avatar
Join Date: Aug 2007
Posts: 241
Knux will become famous soon enough
Quote:
Originally Posted by Stefan View Post
A new version 5.327 has been uploaded to http://www.graalonline.com/downloads...al_windows.zip :
- Doesn't freeze/crash on closing anymore
- Doesn't redownload files on each login anymore
- Fixes a bug that could crash the game on login when a server uses the default weapons (Bow, Bomb etc.)
- Correctly animates showimgs even if the NPC which is showing them is itself not visible
- Doesn't crash anymore when a gani animation is hiding showimgs
I'm too lazy to check, so, is there an official release date for V6?
__________________

Supporter of G2K1 revision. Even though it never will be what it was..
Reply With Quote
  #13  
Old 04-24-2011, 02:11 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 Knux View Post
I'm too lazy to check, so, is there an official release date for V6?
Once everyone is happy with v6 (or almost everyone)
Reply With Quote
  #14  
Old 04-24-2011, 11:03 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
Once everyone is happy with v6 (or almost everyone)
So far, I am almost happy with v6. I'd really like a statement from you: why don't you reimplement saved window positions for Graal's main window? Cascading windows are tons better than that mouse stuff, but saved positions for both the main window and the playerlist are things I consider as required features.
Reply With Quote
  #15  
Old 04-24-2011, 01:40 AM
Matt Matt is offline
iZone Administrator
Matt's Avatar
Join Date: Apr 2005
Location: United States
Posts: 2,690
Matt is a jewel in the roughMatt is a jewel in the rough
Thank you !
__________________
Need Playerworld or Account support?
GraalOnline/Toonslab Support Center
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 03:30 AM.


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