[Commits] [wesnoth/wesnoth] 57ad85: help: automatically scale unit_type.profile in the...

GitHub noreply at github.com
Sat Jul 18 12:42:50 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 57ad85a17b5bf8230b7afff598101e7ad1eaad72
      https://github.com/wesnoth/wesnoth/commit/57ad85a17b5bf8230b7afff598101e7ad1eaad72
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-07-18 (Sat, 18 Jul 2015)

  Changed paths:
    M src/help/help_topic_generators.cpp

  Log Message:
  -----------
  help: automatically scale unit_type.profile in the absence of unit_type.small_profile

Prior to this, profile= was used in the absence of small_profile, but not scaled, requiring
the manual specification of a 'small_profile=profile~SCALE()' line in unit type files if no
unique small profile image was provided. Since it appears the help browser is the only place
that used small_profile, we move the scaling here.

The standard value of 205x205 is used.


  Commit: e71c5292905c19d9bf50bfcf7c9478e99fdfca02
      https://github.com/wesnoth/wesnoth/commit/e71c5292905c19d9bf50bfcf7c9478e99fdfca02
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-07-18 (Sat, 18 Jul 2015)

  Changed paths:
    M changelog
    M data/core/images/portraits/trolls/transparent/troll.png
    M data/core/images/portraits/trolls/transparent/whelp.png
    R data/core/images/portraits/trolls/troll.png
    R data/core/images/portraits/trolls/whelp.png
    M data/core/units/trolls/Troll.cfg
    M data/core/units/trolls/Whelp.cfg

  Log Message:
  -----------
  New Troll and Troll Whelp portraits by LordBob


  Commit: 72b9f9999897d41d7539e89cfec323b468f82021
      https://github.com/wesnoth/wesnoth/commit/72b9f9999897d41d7539e89cfec323b468f82021
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-07-18 (Sat, 18 Jul 2015)

  Changed paths:
    M data/core/units/elves/Fighter.cfg
    M data/core/units/elves/Lord.cfg
    M data/core/units/gryphons/Gryphon_Master.cfg
    M data/core/units/gryphons/Gryphon_Rider.cfg
    M data/core/units/humans/Horseman.cfg
    M data/core/units/humans/Loyalist_Heavy_Infantryman.cfg
    M data/core/units/humans/Loyalist_Iron_Mauler.cfg
    M data/core/units/humans/Loyalist_Lieutenant.cfg
    M data/core/units/humans/Loyalist_Sergeant.cfg
    M data/core/units/humans/Loyalist_Shock_Trooper.cfg
    M data/core/units/humans/Loyalist_Swordsman.cfg
    M data/core/units/humans/Woodsman.cfg
    M data/core/units/ogres/Ogre.cfg
    M data/core/units/ogres/Young_Ogre.cfg
    M data/core/units/orcs/Archer.cfg
    M data/core/units/orcs/Assassin.cfg
    M data/core/units/orcs/Crossbowman.cfg
    M data/core/units/orcs/Grunt.cfg

  Log Message:
  -----------
  Strip unnecessary (as of 57ad85a17b5bf8230b) scale-based small_profile keys from units


  Commit: 662a1d639ab9b06b1b3e28f2f387f85f76dfcc67
      https://github.com/wesnoth/wesnoth/commit/662a1d639ab9b06b1b3e28f2f387f85f76dfcc67
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2015-07-18 (Sat, 18 Jul 2015)

  Changed paths:
    M src/help/help_topic_generators.cpp

  Log Message:
  -----------
  help: don't show any portrait for profile=unit_image


Compare: https://github.com/wesnoth/wesnoth/compare/db54a8dce543...662a1d639ab9


More information about the Commits mailing list