Coder Social home page Coder Social logo

Comments (7)

Iamgoofball avatar Iamgoofball commented on August 16, 2024

Comment by Tenebrosity from Sunday Jun 02, 2013 at 05:04 GMT


I was just about to report this.

Can't reproduce.
Owner: ---

Lel

from ntstation13.

Iamgoofball avatar Iamgoofball commented on August 16, 2024

Comment by caelaislinn from Monday Jun 03, 2013 at 08:40 GMT


Can you reproduce it in a private server?

from ntstation13.

Iamgoofball avatar Iamgoofball commented on August 16, 2024

Comment by Aranclanos from Monday Jun 03, 2013 at 10:43 GMT


It just happened on sibyl1, removing the "cannot reproduce" tag

from ntstation13.

Iamgoofball avatar Iamgoofball commented on August 16, 2024

Comment by Tenebrosity from Tuesday Jun 04, 2013 at 23:55 GMT


Revision:

e31c9ca

Server:

Locally run .dmb file

Problem description:


I crowbarred up this piece of carpet then replaced it. It appears as plating instead of carpet.

from ntstation13.

Iamgoofball avatar Iamgoofball commented on August 16, 2024

Comment by SuperSayu from Sunday Jul 14, 2013 at 21:46 GMT


The offending code is in game/turfs/simulated/floor.dm: update_icon(), not that it's hard to find;

update_icon, for carpet flooring anyway, tries to avoid extra updates and preserve the layout from mapping, by only running if the icon state is one of a small number of cases. This allows those cross squares you see in the chapel/HOP office to not be overridden.

Alternately, you could argue that make_carpet_floor (in the same file) should set the icon_state to one of those states so that it runs. However, if you do that, it won't update the nearby carpets when yours is added; in order to force nearby carpet to recalculate you'd have to change its icon state back to default before running update_icon()

from ntstation13.

Iamgoofball avatar Iamgoofball commented on August 16, 2024

Comment by Tenebrosity from Wednesday Dec 18, 2013 at 07:33 GMT


This is still an issue.

Tried to replace sooty carpet with clean versions and it looked invisible, showing the plating underneath so I had to replace it with wood.

from ntstation13.

Iamgoofball avatar Iamgoofball commented on August 16, 2024

Comment by Intigracy from Sunday Jan 19, 2014 at 07:26 GMT


bump

from ntstation13.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.