[Commits] [wesnoth/wesnoth] 940419: Start the basis for parsing the spritesheet tags

GitHub noreply at github.com
Thu Jun 19 18:45:48 UTC 2014


  Branch: refs/heads/spritesheet
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 9404196dee1992311de7cc1b55db9e9af9026ee7
      https://github.com/wesnoth/wesnoth/commit/9404196dee1992311de7cc1b55db9e9af9026ee7
  Author: Aishiko <Aishiko at users.noreply.github.com>
  Date:   2014-06-12 (Thu, 12 Jun 2014)

  Changed paths:
    M src/unit_animation.cpp
    M src/unit_animation.hpp

  Log Message:
  -----------
  Start the basis for parsing the spritesheet tags

basically starts to line down to creating a spritesheet vector that
will in order hold all the data for the spritesheets to be passed
on to the image.cpp for extracting the sprites.  NOT DONE!


  Commit: ad3d8e8eb79a3679256d9144df85fc043303c067
      https://github.com/wesnoth/wesnoth/commit/ad3d8e8eb79a3679256d9144df85fc043303c067
  Author: Aishiko <Aishiko at users.noreply.github.com>
  Date:   2014-06-18 (Wed, 18 Jun 2014)

  Changed paths:
    M src/image.cpp
    M src/unit_animation.cpp

  Log Message:
  -----------
  Add comments and put structs into configs

Added approriate comments and moved the spritesheet's sprite_data
struct into a similar format to the portraits.


  Commit: b954162ad82faf34419a0a2c917ca130b1611a5a
      https://github.com/wesnoth/wesnoth/commit/b954162ad82faf34419a0a2c917ca130b1611a5a
  Author: Aishiko <Aishiko at users.noreply.github.com>
  Date:   2014-06-18 (Wed, 18 Jun 2014)

  Changed paths:
    A src/spritesheet.cpp
    A src/spritesheet.hpp

  Log Message:
  -----------
  Add spritesheet.cpp and spritesheet.hpp

Initial commit of the spritesheet functions for the config/cfg
and its header file.


  Commit: d1ef1ac2fd933ce525691d055612172a89515b6f
      https://github.com/wesnoth/wesnoth/commit/d1ef1ac2fd933ce525691d055612172a89515b6f
  Author: Aishiko <Aishiko at users.noreply.github.com>
  Date:   2014-06-18 (Wed, 18 Jun 2014)

  Changed paths:
    M src/unit_animation.cpp

  Log Message:
  -----------
  Add spritesheet.hpp to unit_animation.cpp


  Commit: 8d3ea756e9ddad9df473885fc86adfda5ab8a98e
      https://github.com/wesnoth/wesnoth/commit/8d3ea756e9ddad9df473885fc86adfda5ab8a98e
  Author: Aishiko <Aishiko at users.noreply.github.com>
  Date:   2014-06-18 (Wed, 18 Jun 2014)

  Changed paths:
    M src/image.cpp

  Log Message:
  -----------
  Remove redundant if statement

In image.cpp removed a redundant if statement in the
simplify_type function.


  Commit: 9ef80d5c1842971727aae41483708616a303c4d0
      https://github.com/wesnoth/wesnoth/commit/9ef80d5c1842971727aae41483708616a303c4d0
  Author: Aishiko <Aishiko at users.noreply.github.com>
  Date:   2014-06-19 (Thu, 19 Jun 2014)

  Changed paths:
    M src/image.cpp
    A src/spritesheet.cpp
    A src/spritesheet.hpp
    M src/unit_animation.cpp
    M src/unit_animation.hpp

  Log Message:
  -----------
  Merge pull request #211 from Aishiko/spritesheet

Spritesheet Initial commit

Doesn't compile but needed to push for review.


Compare: https://github.com/wesnoth/wesnoth/compare/de30bfcaed8b...9ef80d5c1842


More information about the Commits mailing list