Creation/Dev/Releases/Client/4.208: Difference between revisions

From Graal Bible
No edit summary
 
No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Scripting Reference]][[Category:Graal Client]]
==Release date==
==Release date==


January 12th 2007 for Windows
January 12th 2007 for Windows
January 15th 2007 for Linux


==New Features==
==New Features==
Line 8: Line 11:
** [[Creation/Dev/Script/Client/GuiFlash|GuiFlash]]:
** [[Creation/Dev/Script/Client/GuiFlash|GuiFlash]]:
*** Improved loading of updated flash files, it displays the loading process
*** Improved loading of updated flash files, it displays the loading process
* Scripting
** format2(string, array) - formats strings like format(), but accepts the parameters as array instead of normal function parameters
** format/format2 improvement - you can define the number of the parameter which should be inserted, example: format("%2$s and %1$s","oranges","apples") gives "apples and oranges"


==Bug Fixes==
==Bug Fixes==
Line 15: Line 22:


* Scripting
* Scripting
** Fixed a security problem with gani scripts
** Fixed a security problem with gani scripts (old scripting engine)

Latest revision as of 21:04, 17 February 2010

Release date

January 12th 2007 for Windows

January 15th 2007 for Linux

New Features

  • GUI
    • GuiFlash:
      • Improved loading of updated flash files, it displays the loading process
  • Scripting
    • format2(string, array) - formats strings like format(), but accepts the parameters as array instead of normal function parameters
    • format/format2 improvement - you can define the number of the parameter which should be inserted, example: format("%2$s and %1$s","oranges","apples") gives "apples and oranges"

Bug Fixes

  • Crashing
    • Updated sound library which should work better on recent versions of Windows (Vista)
  • Scripting
    • Fixed a security problem with gani scripts (old scripting engine)