View Single Post
  #29  
Old 08-09-2009, 12:11 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Tigairius View Post
All new clients are apparently still displaying showpoly 50 tiles south of where it's supposed to be (if it's level-relative, not screen-relative).

For example:
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
showpoly(200, {xy5y55x5});
  
changeimgvis(2003);

This will display the showpoly, except it will be ~50 tiles south of the correct y coordinate.


Edit: Hiding that task bar fixes this problem, still needs to be fixed though.
I can confirm this happens, and the task bar fixes this, on the two beta clients (Mac 64-bit and the Mac 32-bit I was given a while back).

However, the 64-bit version has some problems (that did not exist on the 32-bit I had) with GuiDrawingPanel (Tig can probably expand on this). Basically, if you do a saveimage with GuiDrawingPanels, you can't use it directly afterwards. Reconnecting or restarting the client didn't fix the problem.

Also, screenshots taken using ALT + 2 on the 64-bit version come out completely black. This doesn't happen on the older 32-bit version.
__________________
Reply With Quote