Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Bug Report (https://forums.graalonline.com/forums/forumdisplay.php?f=193)
-   -   Windows v6 beta test (https://forums.graalonline.com/forums/showthread.php?t=134257598)

fowlplay4 10-25-2011 03:27 AM

Still experiencing the issues with GuiScrollCtrl's and Highlighting.

When the mouse leaves the boundaries of an external window it no longer keeps track of the state (which buttons held down) or location of the mouse.

If you want people to be happy with Graal Client-based tools you really need to fix these issues.

The issues in my post here are still present in the current client:
http://forums.graalonline.com/forums...postcount=1207

ffcmike 10-27-2011 03:06 AM

Upon receiving a global PM multiple times, the globe tab button will not switch its image to a PM bubble as it does the first time, so it's possible to not notice a global PM unless you have the sound enabled or a custom scripted notification.
Also please change the PM sound to something other than chest.wav.

jkldogg 10-31-2011 05:03 AM

Try getting rid of all this lag, this client hurts my FPS badly.

BigBear3 10-31-2011 08:48 AM

Quote:

Originally Posted by ffcmike (Post 1671945)
Also please change the PM sound to something other than chest.wav.

I actually like it.

So perhaps some options is a better idea.

Admins 11-03-2011 10:36 PM

We have released a new version 6.014:

- Added an option "Use OpenGL for Graphics", can be enabled and disabled without restarting the game; OpenGL is usually faster than DirectX but we currently don't support full-screen mode yet, and some cheaper graphic cards have bad support for OpenGL and will work better with the default graphics (DirectX)
- The fullscreen-mode from the options is correctly saved
- Fixed problems with http keep-alive, it is correctly reusing connections to web-servers now to speed up download of images (e.g. wiki news)
- Fixed some crashing bugs
- Fixed npc-clipping when z > 0
- Better handling of objects which join classes but don't have an own script
- Added functions for using JSON: obj.savejsontostring(0 single line/1 multiline), obj.savejson(filename,0 overwrite/1 append,0 single line/1 multiline), obj.loadjson(filename), obj.loadjsonfromstring(str); we will also update the npcservers in the next few days to add these
- Fixed gani particles

jkldogg 11-03-2011 11:20 PM

Hmm, OpenGL seems to be almost the same for me as DirectX, but i'm not sure. Could someone please tell me which is better for my computer?

Specs:
I have Windows 7 home premium
Processor: AMD Athlon X2 Dual-Core QL-65 (2 CPUs), ~2.1GHz
Memory: 4096MB RAM
Name: ATI Radeon HD 3200 Graphics
Manufacturer: ATI Technologies Inc.
Chip Type: ATI display adapter (0x9612)
Driver Verision: 8.872.0.0
Date: 7/7/2011 11:28:26 PM

Tricxta 11-03-2011 11:21 PM

Planning to fix the textbox highlighting problem? I'm not quite sure on how to replicate it but I've done it a few times. It usually occurs when switching servers and using the server search textbox on login

ffcmike 11-04-2011 12:11 PM

The status box on the playerlist is sometimes misplaced for me:

http://img256.imageshack.us/img256/8228/listbug.gif

Edit: Upon opening the client a 2nd time, this box hasn't appeared for me at all.

This has happened a handful of times before with previous versions when the playerlist has been created on login, but upon opening this new client the first time this issue has happened once logged in to a server.


Quote:

Originally Posted by ffcmike (Post 1657772)
I have a level where depending on quest progress an NPC is changing tiles with tiles[x,y] + updateboard(); when the NPC is created.
Normally if you walk into the level for the first time and then quickly run back out (can ofcourse be caused naturally by lag) this causes the tiles to be updated in your current level rather than the level the NPC is within.

In V5 this can be prevented simply by specifically having the script updating this.level.tiles[x, y], however in V6 this problem is occurring even when using this.

Perhaps I can elaborate on this problem:



And perhaps I can elaborate on the issue I was having with text display layer.

I have nicknames displaying on layer 1 rather than 0, so that they display above layer 0 NPCs which have a large image being used to decorate a floor.
Within inside levels, nickname text is displayed beneath players, which is what I would expect.
On GMAPs however, nickname text is displayed above players, the exception to this is when you are in the top left level of a GMAP:

Inside -
http://img443.imageshack.us/img443/5199/insideph.gif

GMAP -
http://img833.imageshack.us/img833/6519/gmap.gif

Top left level of a GMAP -
http://img713.imageshack.us/img713/7171/topleftmap.gif

It also seems that within the last 2 client versions, gani script is stuck to the player after the player has been set to a different gani.
For instance the script of onPlayerEnters within Classic's horse fire breath gani is occurring whenever you enter a new level even though your gani is no longer firebreath.

Mark Sir Link 11-04-2011 08:22 PM

Quote:

Originally Posted by Stefan (Post 1673010)
Added functions for using JSON: obj.savejsontostring(0 single line/1 multiline), obj.savejson(filename,0 overwrite/1 append,0 single line/1 multiline), obj.loadjson(filename), obj.loadjsonfromstring(str); we will also update the npcservers in the next few days to add these

I'm particularly interested in this, where will you announce when this is available?

Admins 11-05-2011 10:06 PM

Uploaded a new version 6.015:

- fixes problems with projectiles falling through the ground
- new script functions convertLatinToUTF8(string) and convertUTF8ToLatin(string), mainly for server-side stuff

The new gserver and npcserver have been uploaded to all machines, requires server restart to enable the json functionality. We've also added onWasShot(x,y,dir) on server-side, for classic arrows. The new version also makes it possible to make npcs not block projectiles with npc.isblockingprojectiles = false. Previously this was only possible on client-side.

Hoyt1134 11-06-2011 03:56 AM

Serverside, there seems to be a bug with reading and writing to tilelayers above 0 while on a gmap. player.level.tilelayers[0].tiles[x,y] returns the correct tile for layer 0, but player.level.tilelayers[1].tiles[x,y] always returns 0.

Clientside on a gmap, player.gmap.tilelayers[0].tiles[x,y] always returns -1, but if you go to a layer above 0, such as player.gmap.tilelayers[1].tiles[x,y], it returns the correct tile. You can read the tile on layer 0 if you drop the tilelayers check, player.gmap.tiles[x,y] returns the tilelayers[0] tile for those coordinates.

alskdjfhg 11-06-2011 10:16 AM

Take your sweet time....

ffcmike 11-06-2011 10:21 AM

Quote:

Originally Posted by alskdjfhg (Post 1673299)
Take your sweet time....

If the release of V6 was rushed I'm sure there'd be a lot more people criticising bugs.

Crono 11-06-2011 11:41 AM

Quote:

Originally Posted by stefan (Post 1673255)
we've also added onwasshot(x,y,dir) on server-side, for classic arrows. The new version also makes it possible to make npcs not block projectiles with npc.isblockingprojectiles = false. Previously this was only possible on client-side.

:0!

fowlplay4 11-06-2011 06:39 PM

Quote:

Originally Posted by ffcmike (Post 1673301)
If the release of V6 was rushed I'm sure there'd be a lot more people criticising bugs.

and complaining about the font changes and player list.

Quote:

Originally Posted by fowlplay4 (Post 1671684)
Still experiencing the issues with GuiScrollCtrl's and Highlighting.

When the mouse leaves the boundaries of an external window it no longer keeps track of the state (which buttons held down) or location of the mouse.

If you want people to be happy with Graal Client-based tools you really need to fix these issues.

The issues in my post here are still present in the current client:
http://forums.graalonline.com/forums...postcount=1207

Still this.


All times are GMT +2. The time now is 10:19 PM.

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