View Single Post
  #1592  
Old 10-22-2012, 01: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
Ah just sent a PM...
Ok

A new Graal version has been released: v6.035:

- Added options for in-game and external gui style:
New script variable $pref::Video::externalguistyle, new event onExternalStyleChanges. It is recommended to now use $pref::Video::externalguistyle for external windows, will also update the Linux version sometime soon for this. For best compatibility you can use ("-Serverlist").getGUIStyle() and ("-Serverlist").getExternalGUIStyle() (which will fall back to $pref::Video::defaultguistyle for older versions)
- Fixed problems with the playerlist not opening
- Fixed some problems with the packager we use to bundle files in Graal (which was sometimes preventing it from starting)
- When GUI controls are destroyed it will correctly redraw the parent control
- Fixed the position of particle effects on the screen for trial players or when GraalControl is moved
- Ganis now allow up to 50 sprites per frame per direction
- Fixed a crashing problem with the scripting engine which had problems when GUI controls or TStaticVars were destroyed in some cases, this also optimized it a little bit

There is still a strange problem with the windows, were it puts the game in background if you close several external GUI windows, will check this sometime.
Reply With Quote