ID:1688054
 
BYOND Version:507
Operating System:Windows 7 Ultimate
Web Browser:Chrome 37.0.2062.120
Applies to:Webclient
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:

Dream Seeker:


Approximately the Same Location in Webclient:


Basically, the webclient appears to show isometric tiles with dotted lining in between each tile, while not rendering some of the tiles. This does not happen in Dream Seeker.
Numbered Steps to Reproduce Problem:

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


Expected Results:
For the two formats to render the same.
Actual Results:
The web client renders the tiles with dotted lining between each one, while not rendering some tiles at all.

Does the problem occur:
Every time? Or how often? Every Time
In other games? Haven't tested with other Isometric Games
In other user accounts? Yes, I had a friend test.
On other computers? Yes. I had a friend test.

When does the problem NOT occur?
Using Dream Seeker

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

Workarounds:

I'm observing the same issue with seams, which may be a browser display problem; position appears to be correct. Hopefully it's something we can figure out.

I'm not seeing the clipping issues you have, though. Do you have a test project that shows this that I can look at?
In response to Lummox JR
Lummox JR wrote:
I'm observing the same issue with seams, which may be a browser display problem; position appears to be correct. Hopefully it's something we can figure out.

I'm not seeing the clipping issues you have, though. Do you have a test project that shows this that I can look at?

https://www.dropbox.com/s/14ml3235tjhk50z/Varimus.zip?dl=0 Here's my test project. If source code is needed, I can package that too.
Source would be helpful, yeah. Looking at it on its own, I can't understand why there's a discrepancy with my own test project.
In response to Lummox JR
Lummox JR wrote:
Source would be helpful, yeah. Looking at it on its own, I can't understand why there's a discrepancy with my own test project.

https://www.dropbox.com/s/4s10qgs79yhn6yy/ Varimus_src.zip?dl=0

The source code for the project
I'd like to note that when I added zoom=1 to the .dms I wrote myself when experimenting with .dms skins (previously I was using the .dmf for all skins) the clipping issues disappeared, giving me this result:



<body>
<div id=map1 skinparams="zoom=1"></div>
</body>


I don't understand why this is the case, however.

EDIT: It appears workarounds can be created for this by redefining the skin in a .dms and using CSS. However, translated skins may possibly still retain the problem.