View Single Post
  #1  
Old 05-09-2009, 10:27 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
Exclamation Mac v6 beta test

This thread is to keep a track of bugs with the Mac Beta client. Items marked in gray have been fixed. When posting a bug, please say whether you are using the PowerPC 32, Intel 32 or Intel 64 client.

Bugs affecting all architectures

Ctrl-Click on the map is not warping the player.

Ctrl-Click on a player is not opening profile (although right-clicking with an external mouse does work).

Escaping is somewhat broken. If you type a ' (single quotemark) into Scripted RC (or anyone else does, for that matter), it appears as '' (two single quotemarks). It seems actually that this happens when using string.escape() clientside (probably because of the SQLite escaping change).
It doesn't seem possible to select multiple items in a GuiMLTextListCtrl using the mouse in any way. I think this is also linked to the modifier keys being ignored as above, just selecting one new item and clearing the last. (Ctrl is used for right-click so we can't use that).

Bugs affecting Intel 32-bit only

On GuiMLTextCtrls and GuiMLTextEditCtrls, the lines are closer together than the 64-bit client.

Bugs affecting Intel 64-bit only

Text shadows are not taking the the same alpha as the text (TShowImg) and are always displaying solid, even if the text alpha is 0. Edit: The shadow alpha should be multiplied by the text alpha so that shadows are not left behind by accident (see Era message GUI).

Last edited by Skyld; 01-15-2011 at 05:32 PM..
Reply With Quote