Changes between Version 1 and Version 2 of Ticket #2264, comment 9


Ignore:
Timestamp:
Feb 6, 2014, 7:17:52 PM (10 years ago)
Author:
historic_bruno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2264, comment 9

    v1 v2  
    55Also keep in mind that we currently don't serialize terrain. So if this component only modifies terrain when an entity is constructed, the change will be lost in saved games, multiplayer rejoining, etc. (they reload the map first of all, then deserialize the components). I think we should serialize terrain if it's going to change, here's another reason to do so: #2147
    66
    7 I have to agree with what you said in IRC though, once the terrain is flattened, it shouldn't "unflatten". It should be undoable for map editing, but it's weird for terrain to magically undeform.
     7I have to agree with what you said in IRC though, once the terrain is flattened, it shouldn't "unflatten". It should be undoable for map editing, but it's weird for terrain to magically undeform when a structure is destroyed.