View Single Post
  #260  
Old 10-22-2012, 01:08 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 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
- 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
Reply With Quote