Changes between Version 13 and Version 14 of Ticket #3786


Ignore:
Timestamp:
Apr 12, 2016, 9:54:30 PM (8 years ago)
Author:
Palaxin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3786 – Description

    v13 v14  
    1 Nearly all animals currently have circle footprints which do not represent their bodyshape nicely. Attached is a patch which is aimed to make footprints fit better to their owners and to enhance consistency. Have a look at the screenshot for illustration. The changes are:
     1Nearly all animals currently have circle footprints which do not represent their bodyshape nicely. Attached is a patch which is aimed to make footprints fit better to their owners and to enhance consistency. Have a look at the screenshot for illustration. The changes (patch version 3) are:
    22* footprint resize for all land animals: length/width = 2
    33* footprint resize for sharks and whales: length/width = 4 (same as triremes)
    4 * halving of fish footprint radius (fits the swarm size now)
    54* line thickness adjustments for fish, shark, rhino, giraffe, walrus, camel and crocodile
    65* adjustments for some absurd footprint height values
    76* removal of a commented out section from the peacock template which has been existing since his introduction 4 years ago at r11254
    8 * consistent use of integers for armor values (replaced some ".0"-floats)
     7* consistent use of integers for attack values (replaced some ".0"-floats)
    98* whitespace fixes: spaces instead of tabs, added a missing newline at file end
    109This is the first patch of #3778, which will be split into several parts.