Page MenuHomeWildfire Games

Delete unused rubble placeholders
ClosedPublic

Authored by temple on Jun 29 2017, 3:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 15, 4:16 AM
Unknown Object (File)
Sat, Sep 14, 8:57 PM
Unknown Object (File)
Fri, Sep 13, 12:34 PM
Unknown Object (File)
Fri, Sep 13, 12:11 PM
Unknown Object (File)
Wed, Sep 11, 7:50 AM
Unknown Object (File)
Sat, Aug 24, 9:46 AM
Subscribers
None

Details

Summary

After D643 and D691, these rubble placeholders are no longer used.

All except rubble_3x3 used foundations instead of rubble, and rubble_stone_3x3 works for that one. The art is different between the two, but for consistency I think we should use rubble_stone_3x3. (I won't delete the associated art files.)

Test Plan

Verify (grep) that these files aren't used in any templates.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Thanks for the patch. I've removed some files prior in the commits that removed their use. So that this patch only removes files that have been unused since introduction in #1166 / rP12717.

The patch is complete as seen by binaries/data/mods/public/simulation/templates/rubble$ grep -R fndn.
The patch is correct because grepping for the removed templates yields no results.

binaries/data/mods/public/simulation/templates/rubble/rubble_3x3.xml
4 ↗(On Diff #2745)

It might not be used anymore as of now, but using it would be valid as it contains usable art and not a foundation! I've renamed it in rP19857.
The template came from rP12719.

This revision is now accepted and ready to land.Jun 30 2017, 10:07 PM
This revision was automatically updated to reflect the committed changes.