Changes between Initial Version and Version 1 of Ticket #2258, comment 11


Ignore:
Timestamp:
Nov 14, 2013, 11:03:47 AM (11 years ago)
Author:
FeXoR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2258, comment 11

    initial v1  
    11This patch fixes:
    22- getCivCode always returns a valid civ by adding a FALLBACK_CIV (done by sanderd17)
    3 - Overriding valid wall styles in the wall_builder.js functions and using getCivCode
     3- Stop overriding valid wall styles and using getCivCode
     4- Newly added civs will not cause errors any more (but warn and fallback to "athen")
    45- A bug in "palisades" fortress type generation code
    56- Placement angle of gates (for http://trac.wildfiregames.com/ticket/1217#comment:6)
     
    1314
    1415Pls fix that too.
     16
     17EDIT: There is a bracket missing in wall_builder.js line 449... fixing and adding ptol...