ID:2842790
 
Resolved
Atoms' physical bounds were not set correctly in the map editor, resulting in major sorting errors that made certain icons disappear.
BYOND Version:515
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 108.0.0.0
Applies to:Dream Maker
Status: Resolved (515.1598)

This issue has been resolved.
Descriptive Problem Summary:

Setting world.map_format = SIDE_MAP will cause big icons to disappear from the map editor. All other map_format's work.

Numbered Steps to Reproduce Problem:

Code Snippet (if applicable) to Reproduce Problem:
world
map_format = SIDE_MAP


Expected Results:

Big icons displayed on map editor

Actual Results:

Big icons disappear.

Does the problem occur:
Every time? Or how often? Everytime.
In other games? Yes.
In other user accounts? Yes.
On other computers? Not sure.

When does the problem NOT occur?

Changing world.map_format to anything other than SIDE_MAP.

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.)

Problem only occurs in v515.

Workarounds:

Using map_format = TOPDOWN_MAP
Bump?
I was just about to get to testing this, but I don't have a test case. I need a test case to look at.
I just submitted a test case that shows this problem.
Lummox JR resolved issue with message:
Atoms' physical bounds were not set correctly in the map editor, resulting in major sorting errors that made certain icons disappear.