ID:2389953
 
Resolved
Regression: Maptext appeared in the wrong Y position in some complex cases.
BYOND Version:512.1444
Operating System:N/A
Web Browser:N/A
Applies to:Dream Seeker
Status: Resolved (512.1445)

This issue has been resolved.
Descriptive Problem Summary:

Maptext appears in the wrong Y position for some objects.
Lummox JR resolved issue with message:
Regression: Maptext appeared in the wrong Y position in some complex cases.
Descriptive Problem Summary:
the maptext appear lower than it should, kinda if the
maptext_y=10

is siwtched with
maptext_y=-10


Numbered Steps to Reproduce Problem:
create a object in client.screen, add maptext with maptext_y to it

Code Snippet (if applicable) to Reproduce Problem:
obj/screen/TEST
icon='Button.dmi'
maptext="<FONT color=white> TEST"
maptext_width=60
maptext_height=60
maptext_y=9
screen_loc="CENTER,CENTER"

mob
Login()
usr.client.screen+=new/obj/screen/TEST


Expected Results:
the maptext is higher with maptext_y=10

Actual Results:
the maptext is lower with maptext_y=10
if the + and - is switched

Does the problem occur:
Every time? Or how often?Yes
In other games?idk
In other user accounts?yes
On other computers?yes

When does the problem NOT occur?
the previous version of byond

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

it was 512.1442 Beta

Workarounds:

In response to Baellow3
Already reported and fixed.