Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #321  
Old 08-21-2005, 03:02 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Mega update #2

Fixed:
- When switching from the Servers tab to the Event Channels tab, the Refresh button is not destroyed.

- Destroying an image object with hideimg within a with() block causes an error
EX: #gscript, weapon velox_npc

- Timeouts cause clientside playerchats events to not block default commands like warpto
EX: #gscript, weapon cheetos_v4chat

- playerhearts can be negative

- Translate button on PMs is missing / not working

- Ignore button in PM dialog doesn't work (ignore from the playerlist context menu does work)

- If you reconnect with one of the servers open in the servers tab, the list of users disappears, but the arrow still points down

- Letters.png is not reset to the default when switching servers

- If you fill the chatbox to its limit and try to paste more text, the client crashes

- "Limit the lenght of nicknames to" (length is spelled wrong)

- Shift+home key combination doesn't work correctly: select some text at the end of a line, then press Shift+Home. The text you had selected is deselected

- When GuiTextEditCtrls scroll from being full, text leaks out of the border on the left (see Crono's screenshot)

- Open the serverlist, scroll to the bottom, and collapse the Hosted tree. The scrollbar breaks

- Admin messages show "\n" instead of a newline

- Delete and backspace keys don't delete keybindings on Graal Kingdoms, but delete does work on Graal2002 Debug

- If you change your nickname and switch to another server, your nickname is set back to what it was originally

- setlevel2 (and maybe wraptext2) convert floats to integers

- Crashes when logging on to Maloria (tested by CheeToS, Vulcan, Maniaman)

- If a DBNPC triggers a point where a level npc is located, errors occur (I think this is the problem, anyway)
EX: Unholy Nation, cheetos_v4test.nw. Change servers to cause the error. If you move 'cheetostest' to somewhere outside the area of the level npc, the errors don't occur. This might be causing the problems with Maloria.

- compuscount returns 0 on GS2 servers
EX: #gscript, cheetos_leveltest.nw

- Message boxes aren't resized, so long messages are cut off in admin messages (maybe related to the long ban message thing)

- Tiles 0xBB8,0xBB9,0xBC8,0xBC9,0xB9B,0xBD8,0xBD9,0xBAB,0x B8F should be deeplava and should hurt

- Tile 0xB8E should hurt

- setzoomeffect acts weird for high values
EX: #gscript, fry_v4bug.nw Walk around the level and the image will act strange

- Client freezes when using playlooped to stream midis (mp3 works fine)
EX: #gscript, cheetos_v4crash2.nw

- If a player rapidly slashes their sword, other players only see them slash once

- Very long ban messages are drawn above the y axis in the message box, so they are invisible (might be WinXP only)

- Errors in F2 log:
GraalScript: Function drawimagerectangle not found in script of -Playerlist
GraalScript: Function sort not found in script of -Playerlist
GraalScript: Function removeRowById not found in script of -Playerlist

- rightmousebutton isn't set to false after opening and closing profiles
EX: N-Pulse, cheetos_bulldog.nw. Right click on yourself, and close your profile. The NPC will still say 'Pressed'

- If you put the NPC-Server on ignore and send it a PM, the F2 log fills with the following:
PM: sent to (npcserver): Dev NPCs (Server)
Maniaman> I think what is happening is the NPC-Server will pm you its "i am the npcserver for this game server blah blah blah" message, and then you will send it a PM saying 'your messages are ignored'

- On Graal2002 Debug, the stone mills in insidemain_stonemill2.nw do not block (maybe some unknown bug)

- textedit selecting text fixed

- gui gfx downloading fixed

- fixed savestring

- string.lower() and string.upper() is fixed (mapped to lowercase() and uppercase())

- The Homepage, Graal version, and Language fields can be edited on the serverlist (maybe add a readonly variable for people to use?)

- (probably an npcserver bug) \\n is being converted to \\\\n when storing strings
EX: Eden, Weapon SernEmail, Database SernEmailDB. Use 'get mail' and 'send mail'. If you fix the \s in the database and then send yourself another mail, the \s you fixed before are broken again

- Shields aren't disabled when on Zeppelins
EX: Graal2002 Debug, pirates_ba-14.nw

- Open a server in the servers tab, and add a user to your buddy list. Switch to the Local Players tab and remove the user from your buddy list. The person does not leave the list until you switch to and from the Servers tab

- Minimize a GUI window and open the chatbar; the chatbar should be drawn on top (made transparent)

- Trying to do math operations as a parameter of setlines() causes errors
EX: #gscript, weapon cheetos_v4mal

- Tile 0xBFA should be deeplava

- Tiles 0xCB0,0xCB1,0xCB2,0xCC0,0xCC1,0xCC2 should hurt

- The "Offline" section of the playerlist is not cleared after switching servers

- Text shading of gani movie text does not work

- Script command wraptext2 returns different values sometimes, see the flickering text in the help screen on Zone

- If a GUI script is updated while the GUI is minimized, only the titlebar will appear and it will be transparent (see attachment)

- Text drawing massively faster

Minor Feature Requests:
- Add CTRL+A key combination
- Close chatbar when player clicks on the game window
- Multiline text control scrolling added
- Added several new stuff to GuiScrollControl
- You can set scrolllinex and scrollliney for controls now
(specifies how much the scroll control is scrolled when you click on the arrows, you need to set it in the subcontrol)
- There is also a showtop() function which is a combination of show(), bringtofront(), and tabfirst()
(tabfirst() is focussing the first edit control)
- Added ctrl.globaltolocalcoord({x,y}) and ctrl.localtoglobalcoord({x,y})
- showpolys can be used inside controls now with GuiShowImgCtrl
- Make server image folders a subfolder of webgifs instead of a subfolder of levels, or make a new folder called "servers"
EX: the file maloria_bush.png would usually be stored in levels/maloria. With this change, it would be stored in levels/webgifs/maloria or levels/servers/maloria
Moved to levels/images/downloads and levels/images/prefix/prefix_name.png
- Add the ability to double click a tab to view a message
- Add a feature to view messages after a user has logged off
- Automatically minimize the playerlist when Graal is minimized, and restore it when graal is restored
  #322  
Old 08-21-2005, 02:11 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
- Close chatbar when player clicks on the game window
I don't like this, it should be there all the time. Like on V2..
Attached Thumbnails
Click image for larger version

Name:	graal1.PNG
Views:	170
Size:	92.8 KB
ID:	33127  
__________________
  #323  
Old 08-21-2005, 02:26 PM
Polo Polo is offline
Classic Systems Admin
Join Date: Sep 2002
Location: Vancouver, Canada
Posts: 735
Polo is on a distinguished road
Send a message via AIM to Polo
Bug in 4.0.0.35

If your nickname contains a guild tag, then you get an access violation when you hit start. (I'd say this is a fairly major bug).
__________________
Be good little players, or Master Storm will ban you!



Proof that the staff are crazy..
*Ghost Pirate: I'm a little teacup short and stubbe here is my raygun here is my butt
DragonX: Jumping jack rabbits Batman! Our eggo waffles have been stolen! To the batmobile Robin!
X-Mann (RC): I have a head ache
  #324  
Old 08-21-2005, 02:38 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 Polo
Bug in 4.0.0.35

If your nickname contains a guild tag, then you get an access violation when you hit start. (I'd say this is a fairly major bug).
Ah THANK GOD the guild tag is the reason for why its crashing x-x We thought its some problem with registry setting or so, will fix it as soon as possible
  #325  
Old 08-21-2005, 03:55 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
Ok new version released, should fix the bug when clicking offline test/start, the profile icon works when watching your own profile, it is adding (paused) to the nickname if the window is not focussed, when deselecting players on the playerlist it is not drawing their name highlighed on the map anymore, it is also displaying the pm icons of offline players on the minimap, and password compatibility with v2 is fixed
  #326  
Old 08-21-2005, 07:45 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by xAndrewx
- Close chatbar when player clicks on the game window
I don't like this, it should be there all the time. Like on V2..
NO.
__________________
Skyld
  #327  
Old 08-22-2005, 06:22 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by Skyld
NO.
Atleast an option to enable it.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #328  
Old 08-23-2005, 12:36 AM
Ibonic Ibonic is offline
unsoundness
Ibonic's Avatar
Join Date: Sep 2002
Location: Long Island <3
Posts: 783
Ibonic will become famous soon enough
Every now and then with 4.0.0.36 I have a problem with the Bitmap Fonts displaying unreadable images. Two examples are attached. Not sure what causes this, I have updated drivers, libraries etc.
Attached Thumbnails
Click image for larger version

Name:	v4-bitmapfonts-2.jpg
Views:	156
Size:	28.1 KB
ID:	33144  
Attached Images
 
  #329  
Old 08-23-2005, 02:51 AM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
Quote:
- Automatically minimize the playerlist when Graal is minimized, and restore it when graal is restored
This does not seem to be working for me.
__________________

Current Maloria Event: (click to go to it)
  #330  
Old 08-23-2005, 01:51 PM
Ibonic Ibonic is offline
unsoundness
Ibonic's Avatar
Join Date: Sep 2002
Location: Long Island <3
Posts: 783
Ibonic will become famous soon enough
Can we possibly have an "account name only" view option for the playerlist? I wouldn't want to use it all of the time, but temporarily every now and then when I'm looking for someone while not on RC would be nice.
  #331  
Old 08-23-2005, 03: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
Quote:
Originally Posted by xAndrewx
- Close chatbar when player clicks on the game window
I don't like this, it should be there all the time. Like on V2..
Hmmm for new players it would probably be good if it's always there, otherwise they might not find out that you need to press Tab to chat. For people that know the chat thing it is probably nicer to only display the chat bar when needed, makes the game look nicer.
  #332  
Old 08-23-2005, 03:49 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:
(!) Set player to paused when Graal isn't focused, and set playerpaused (still seems broken)
It works perfectly for me, exactly the same way like in v2. What is broken with that?

Quote:
Some clientside 2x2 tile changes by script aren't sent to the server (bushes, pots, etc DO work) (tested with shovel on Graal2001)
Actually tile modifications are always sent to the server (same like with v2). But the server doesn't accept all modifications if the old tileset is used, only 2x2 and only if one the 9 allowed objects are replaced (grass, vase, bush, sign, stone, blackstone, swamp, stake1 and stake2 (for hammer)).

Quote:
When the 'start in fullscreen' option is enabled, the start screen/serverlist is not centered
Works fine for me
  #333  
Old 08-23-2005, 06:04 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Wasn't V4 suppost to be released almost a month ago now? Maybe longer?
  #334  
Old 08-23-2005, 08:08 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by Stefan
It works perfectly for me, exactly the same way like in v2. What is broken with that?
I tried it with another person on N-Pulse and Classic, they both said I didn't become paused when I looked at another screen. I think one of them told me that it wasn't working in v2 anymore too, but I haven't tested that.

EDIT: Okay, it is working in v.37 now, but playerpaused is only being set serverside and not clientside too (Lance says this is how v2 does it but it would be better to have it set both serverside and clientside)

Quote:
Actually tile modifications are always sent to the server (same like with v2). But the server doesn't accept all modifications if the old tileset is used, only 2x2 and only if one the 9 allowed objects are replaced (grass, vase, bush, sign, stone, blackstone, swamp, stake1 and stake2 (for hammer)).
Oh, ok. Well, the shovel on 2k1 and N-Pulse is changing grass tiles to dirt tiles; I am guessing that is what you mean by the 'grass' one? When I dig a hole, only I can see it. When people using v2 dig one, I can see it too.
EDIT: Works in 4.0.1.0

Quote:
Works fine for me
Ah, I had it set to a non-4:3 resolution I think. Sorry

Last edited by CheeToS2; 08-24-2005 at 08:12 PM..
  #335  
Old 08-23-2005, 09:25 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Quote:
Originally Posted by CheeToS2
- Pressing Escape or holding the scrollbar on the playerlist makes the client freeze, so people can avoid being hit more than once
Damn clientside baddys!

Quote:
Originally Posted by CheeToS2
- If you change your nickname and switch to another server, your nickname is set back to what it was originally
This also happens with Graal3.
__________________
  #336  
Old 08-24-2005, 04:38 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
Minor feature request:
Refocus the main window after using the playerlist warpto option

Bugs:
Profiles are near warpto, and accidently warped on GK... and it worked? Thought that was disabled.

Any hotkey on GK also shows "Uknown command. Try help." after it works.
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

  #337  
Old 08-24-2005, 11:18 AM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
I'd like a few more options in the options dialog, for example "Always show chat bar".
Also the Update thing should also make sure all standard animations/graphics/etc (walk.gani, idle.gani, GUI images (the ones in the startup screen)) are present.
Besides that, the fixing of the text lag also fixed many other lags, which is great!
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #338  
Old 08-24-2005, 10:30 PM
Maniaman Maniaman is offline
Registered User
Join Date: Aug 2005
Posts: 326
Maniaman is on a distinguished road
Everytime I go to the updates tab, it shows 1 node with no name, that can't be clicked on. To fix I have to delete all of the .gupd files in the updatepackages folder.

edit: this seems to be working fine now...
__________________

Current Maloria Event: (click to go to it)
  #339  
Old 08-25-2005, 09:10 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
Quote:
Originally Posted by Fry
I'd like a few more options in the options dialog, for example "Always show chat bar".
And have it always shown by default, for new users (hence solving that problem).

Also I noticed the window size is saved, but if you close it maximized, it comes back at your screen resolution, but not maximized. It should save it's maximized status. I worked around this by changing the Icon properties under the Shortcut tab to Run: Maximized
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

  #340  
Old 08-25-2005, 06:31 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Quote:
Originally Posted by HoudiniMan
Bugs:
Profiles are near warpto, and accidently warped on GK... and it worked? Thought that was disabled.
Chat command for warping is disabled... not the actual functionality I guess.

Quote:
Originally Posted by HoudiniMan
Also I noticed the window size is saved, but if you close it maximized, it comes back at your screen resolution, but not maximized. It should save it's maximized status. I worked around this by changing the Icon properties under the Shortcut tab to Run: Maximized
Yeah I reported this problem awhile ago... don't think Stefan commented on it though.
  #341  
Old 08-25-2005, 06:38 PM
Nabru Nabru is offline
100 IFP and runnin'
Nabru's Avatar
Join Date: Aug 2005
Location: Wisconsin
Posts: 440
Nabru will become famous soon enough
Send a message via ICQ to Nabru
I noticed when you turn off the minimap and you put your mouse over where the minimap was players names still come up.. Rather annoying
  #342  
Old 08-25-2005, 06:43 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
Yes its the same in v2 too though I think, you still see the PM bubbles to be able to open them quickly, even if the minimap is turned off
Eventually open a new thread for bug reports now that we have an own forum for it
  #343  
Old 08-25-2005, 09:10 PM
ReBorn_Spirit ReBorn_Spirit is offline
Tári o Taurë
Join Date: Oct 2003
Location: North Dakota, USA
Posts: 1,060
ReBorn_Spirit is on a distinguished road
Graal V4 works on my Windows XP Pro. x64. Thats the good news for some here. Only bad news it, the playerlist just popped up for no reason... uhm ok

UDP is bugged up on LAN based or wireless(AKA Broadband) and unless your a genius with networking, most normal people have no idea what UDP is and should not even use the option in Graal, turn it OFF by DEFAULT. I see a few players walking at the door because their UDP is messed up and it dont show anyone moving around.
__________________
Daya (Developer)
Tári Daya Mar Sana (Forest)
Queen of Forest

Last edited by ReBorn_Spirit; 08-25-2005 at 09:26 PM..
  #344  
Old 08-25-2005, 09:23 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by ReBorn_Spirit
Graal V4 works on my Windows XP Pro. x64. Thats the good news for some here. Only bad news it, the playerlist just popped up for no reason... uhm ok
Yes, I think Stefan made it so it pops up when you log on. It is probably easier for new players that way. If you usually have your playerlist open, Graal will now save its position every time you run the client (along with the position of the client itself).
  #345  
Old 08-26-2005, 08:38 AM
ReBorn_Spirit ReBorn_Spirit is offline
Tári o Taurë
Join Date: Oct 2003
Location: North Dakota, USA
Posts: 1,060
ReBorn_Spirit is on a distinguished road
Graal V4 saddly will not boot up again for me, even the install program refuses to launch. Better start looking at getting this fixed for all the people that are gonna be moving over to 64 bit in the next two years or so. I read things about Microsoft's new os "Vista" is going to be for 64 bit, and that Microsoft will be starting to push for 64 bit programs. Don't be stating this please, It could be a rumour from somewheres too.

**Desktop shortcut is messed up and will not allow me to load the application. Simple fix is to manually load it up, as in go into the graal folder and opening "graal4.exe" (it only worked once after that though)
__________________
Daya (Developer)
Tári Daya Mar Sana (Forest)
Queen of Forest

Last edited by ReBorn_Spirit; 08-26-2005 at 08:49 AM..
  #346  
Old 08-26-2005, 05:08 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by ReBorn_Spirit
**Desktop shortcut is messed up and will not allow me to load the application. Simple fix is to manually load it up, as in go into the graal folder and opening "graal4.exe" (it only worked once after that though)
Right click on the shortcut and click Properties. Is what it says in the "Target" editbox accurate? I have had a Graal4 shortcut I manually made for a while without problems, so the installer might just be creating it wrong.
  #347  
Old 08-27-2005, 05:01 PM
ReBorn_Spirit ReBorn_Spirit is offline
Tári o Taurë
Join Date: Oct 2003
Location: North Dakota, USA
Posts: 1,060
ReBorn_Spirit is on a distinguished road
dude, what difference does that link make now, the installer wont reinstall it for me now. Oh and I uninstalled it... like all the rest of the defect 32 bit ... uhm.. yea.... cant say that here....

I just wanna sit down, and play the game, not look at the nice little graal head all day. thanks...
__________________
Daya (Developer)
Tári Daya Mar Sana (Forest)
Queen of Forest
  #348  
Old 08-27-2005, 07:11 PM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
The difference is that if the installer isn't creating the shortcut isn't being created correctly, it needs to be fixed, regardless of if there are other problems. Since nobody else has complained about problems with the shortcut, I guess it is fine. Stefan can't test the software under a 64-bit Windows environment because he does not have a 64-bit processor or a 64-bit OS. Don't expect him to program compatibility for things before he has a chance to try them

vvv x64 is a different kind of beast. You can't test your software on it without new hardware. x64 isn't even fully supported by major manufacturers yet.

Last edited by CheeToS2; 08-28-2005 at 02:46 AM..
  #349  
Old 08-28-2005, 01:41 AM
ReBorn_Spirit ReBorn_Spirit is offline
Tári o Taurë
Join Date: Oct 2003
Location: North Dakota, USA
Posts: 1,060
ReBorn_Spirit is on a distinguished road
Usually its the older software that doesnt work, and the newer version that does. It's completely backwards.
__________________
Daya (Developer)
Tári Daya Mar Sana (Forest)
Queen of Forest
Closed 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 07:17 AM.


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