Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-29-2005, 05:07 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
Graal v2.31 Bug fix release

A new Graal version has been released which fixes several things:

- fixed bugs in the conversion of floating point to strings which bugged some scripts
- the keyboard configuration is correctly saved and loaded now
- npcs on gmaps move correctly when crossing level borders
- removed some unused buttons in the option window (F1)

Because of the scripting bug the old version (v2.3) will be disabled in a few days.

There is also a new version 3.151 for Linux, which fixes some problems with memory leaks when connecting to Graal3D.
Reply With Quote
  #2  
Old 01-29-2005, 05:59 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
- npcs on gmaps move correctly when crossing level borders

this is what i have been waiting for all my life
__________________

Reply With Quote
  #3  
Old 01-29-2005, 11:13 AM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
Hah, i think i got this before the thread was made... I remembered thinking "why haven't i seen a thread for the new version?"
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

Reply With Quote
  #4  
Old 01-29-2005, 07:01 PM
Unpredlctable Unpredlctable is offline
h8 my username
Unpredlctable's Avatar
Join Date: Sep 2003
Posts: 1,616
Unpredlctable is a splendid one to beholdUnpredlctable is a splendid one to beholdUnpredlctable is a splendid one to beholdUnpredlctable is a splendid one to behold
Doh, it seems to freeze when I try to download it.
Reply With Quote
  #5  
Old 01-29-2005, 07:58 PM
Benm00t Benm00t is offline
I made a tree!
Benm00t's Avatar
Join Date: Jul 2003
Location: The Intarwebbernetwork!
Posts: 987
Benm00t is on a distinguished road
It's good that you've taken out some unneeded buttons from the F1 dialog box, but you could have at least made it tidy :-P

- npcs on gmaps move correctly when crossing level borders

Yay <3
__________________
Lag is a good thing. Only those without it complain.

~ Ben
Reply With Quote
  #6  
Old 01-29-2005, 07:59 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Good, but what about the setup problem? The options are still not appearing.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #7  
Old 01-30-2005, 01:54 AM
matt8891 matt8891 is offline
Registered User
matt8891's Avatar
Join Date: Jul 2003
Location: New York
Posts: 0
matt8891 is on a distinguished road
Send a message via AIM to matt8891 Send a message via Yahoo to matt8891
Quote:
Originally Posted by osrs
Good, but what about the setup problem? The options are still not appearing.
Nice works Stefan, but now im having the same problem as osrs. The list of downloads is'nt showing for me.
Reply With Quote
  #8  
Old 01-30-2005, 05:52 AM
Arkan1k Arkan1k is offline
Delph
Join Date: Feb 2004
Location: Melbourne, Australia
Posts: 35
Arkan1k is on a distinguished road
Send a message via AIM to Arkan1k Send a message via MSN to Arkan1k
The floating point problem still remains on my 2.3.1 client.
Can I get this double checked by anyone?
Just put this in a level and tell me if the zeros between the decimal point and the next number > 0 are removed.

NPC Code:
if (created||timeout) {
disabledefmovement;
if (keydown(0)) val += 0.000005;
elseif (keydown(2)) val -= 0.000005;
setplayerprop #c,#v(val);
timeout = 0.05;
}



Press up or down.
__________________
[ Delph ]
Reply With Quote
  #9  
Old 01-30-2005, 06:43 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 Arkan1k
The floating point problem still remains on my 2.3.1 client.
Can I get this double checked by anyone?
Just put this in a level and tell me if the zeros between the decimal point and the next number > 0 are removed.

Press up or down.
If you are using v2.31 then everything is correct, right-click on your graal.exe and click on "version" to see if you are using the good one.
Reply With Quote
  #10  
Old 01-30-2005, 06:45 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 osrs
Good, but what about the setup problem? The options are still not appearing.
I have uploaded the old one which was working correctly on Windows98/ME to
http://www.graalonline.com/graal2001...etup_fixed.exe
Unixmad is working on a new version.
Reply With Quote
  #11  
Old 01-30-2005, 08:04 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Quote:
Originally Posted by Stefan
I have uploaded the old one which was working correctly on Windows98/ME to
http://www.graalonline.com/graal2001...etup_fixed.exe
Unixmad is working on a new version.
It is working successfully now, thanks for your assistance.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote
  #12  
Old 01-30-2005, 08:10 AM
Leasure-13 Leasure-13 is offline
!Leasure
Leasure-13's Avatar
Join Date: Dec 2003
Location: Ohio
Posts: 505
Leasure-13 is on a distinguished road
Send a message via AIM to Leasure-13 Send a message via MSN to Leasure-13 Send a message via Yahoo to Leasure-13
*Downloads*
__________________
E-mail: [email protected]
AIM: Leasure205
Reply With Quote
  #13  
Old 02-02-2005, 06:36 PM
Benm00t Benm00t is offline
I made a tree!
Benm00t's Avatar
Join Date: Jul 2003
Location: The Intarwebbernetwork!
Posts: 987
Benm00t is on a distinguished road
Quote:
Originally Posted by Stefan
- npcs on gmaps move correctly when crossing level borders
This still seems to be a bit iffy on Kingdoms at least. Its not as bad, but you still see some monsters just appearing out of no where.

Also, when i change the keys under "3" where you have I, J, K and L (I think) being used as directions, when i right click them to clear them, they still return when i restart the client. Do i need to do anything to make it stay cleared?
__________________
Lag is a good thing. Only those without it complain.

~ Ben
Reply With Quote
  #14  
Old 02-02-2005, 06:41 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 Benm00t
This still seems to be a bit iffy on Kingdoms at least. Its not as bad, but you still see some monsters just appearing out of no where.

Also, when i change the keys under "3" where you have I, J, K and L (I think) being used as directions, when i right click them to clear them, they still return when i restart the client. Do i need to do anything to make it stay cleared?
I don't know if you can clear them, why ?
Reply With Quote
  #15  
Old 02-02-2005, 06:44 PM
Benm00t Benm00t is offline
I made a tree!
Benm00t's Avatar
Join Date: Jul 2003
Location: The Intarwebbernetwork!
Posts: 987
Benm00t is on a distinguished road
Quote:
Originally Posted by Stefan
I don't know if you can clear them, why ?
I mean I do clear them so i can use the same buttons for hotkeys on Kingdoms, but the settings don't save and when i restart the client, the default settings are back.
__________________
Lag is a good thing. Only those without it complain.

~ Ben
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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


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