Changes between Initial Version and Version 7 of Ticket #4292


Ignore:
Timestamp:
Dec 13, 2016, 9:18:06 AM (7 years ago)
Author:
elexis
Comment:

The deprecated settings were discovered following #4288. Thanks for the ticket, complete patch and reviews!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4292

    • Property Status newclosed
    • Property Summary Remove deprecated water parameters[PATCH] Remove deprecated water parameters
    • Property Owner set to Imarok
    • Property Milestone BacklogAlpha 22
    • Property Keywords patch added; simple removed
    • Property Resolutionfixed
  • Ticket #4292 – Description

    initial v7  
    1 As stated here: https://github.com/0ad/0ad/blob/3bf098b1bf47e313c0d2bd952812cc365fd9ec93/source/graphics/MapReader.cpp#L752 the water parameters "Shininess", "ReflectionTint" and "ReflectionTintStrength" are deprecated. So they should be removed together with all their occurences.
     1As stated here: https://github.com/0ad/0ad/blob/3bf098b1bf47e313c0d2bd952812cc365fd9ec93/source/graphics/MapReader.cpp#L752 the parameters `LightingModel`, `Shininess`, `ReflectionTint` and `ReflectionTintStrength` are deprecated. So they should be removed together with all their occurences.