New versions 5.327 for Linux 32 bit and 64 bit have been uploaded:
32 bit:
http://www.graalonline.com/downloads...al_linux32.zip
64 bit:
http://www.graalonline.com/downloads...al_linux64.zip
- Added undo/redo functionality to GuiMLTextEditCtrl, by default 16 undo steps, you can increase by setting undostacksize = number; the undo/redo is working with normal shortcuts: Ctrl+Z for undo, Ctrl+Y or Ctrl+Shift+Z for redo
- Support for more body colors on client-side (you can e.g. do for (i=0; i<5; i++) player.colors[i] = "indigo"); server-side support will be added when all clients are switched to v6; you will appear black to other players when using the extended colors; all html colors are supported (20 default colors + 143 html colors)
- Fixed the indigo html color
- Improved the speed of GuiMLTextCtrl.reflow(), especially for syntax highlighting
- Fixed some problems where multi-line text in external windows was not correctly refreshed
- Doesn't deselect text if a text field loses the focus or you copy text from it
- Improved support for wba-styles: uses them for drawing GuiTextEditSliderCtrl, and reads the color of the start bar text (GuiTextCtrl.stylesection="Clock"); you can see a new gui style VPlusBlue in the options
- added Verdana bold to the login server
- Fixes a bug that could crash the game on login when a server uses the default weapons (Bow, Bomb etc.)
- Correctly animates showimgs even if the NPC which is showing them is itself not visible
- Doesn't crash anymore when a gani animation is hiding showimgs
It also fixes some problems with Copy&Paste and Drag&Drop on Linux.