Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Set tile id in map node #967

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from
Draft

WIP Set tile id in map node #967

wants to merge 27 commits into from

Commits on May 28, 2022

  1. move setTileID functions to MapNode

    Lisa Welsch committed May 28, 2022
    Configuration menu
    Copy the full SHA
    4cfe62c View commit details
    Browse the repository at this point in the history
  2. origincornernode

    Lisa Welsch committed May 28, 2022
    Configuration menu
    Copy the full SHA
    e6e536e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. fix originnode

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    0fee173 View commit details
    Browse the repository at this point in the history
  2. only emit signal once

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    7f6ecf9 View commit details
    Browse the repository at this point in the history
  3. rework isConductive()

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    ef274f0 View commit details
    Browse the repository at this point in the history
  4. fix adding of power nodes

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    9f0a65c View commit details
    Browse the repository at this point in the history
  5. fix power calculation

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    4e258c4 View commit details
    Browse the repository at this point in the history
  6. fix setting of origincoordinates

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    6b85619 View commit details
    Browse the repository at this point in the history
  7. remove m_multiTileNodes

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    b5bc273 View commit details
    Browse the repository at this point in the history
  8. remove unused variable

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    9c1aa5e View commit details
    Browse the repository at this point in the history
  9. refactoring + fixes

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    3ee9514 View commit details
    Browse the repository at this point in the history
  10. fix getMapNodeDataForLayer

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    6bb41cc View commit details
    Browse the repository at this point in the history
  11. refactoring

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    320cd6d View commit details
    Browse the repository at this point in the history
  12. refactoring

    Lisa Welsch committed May 29, 2022
    Configuration menu
    Copy the full SHA
    ea9a2d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    942da29 View commit details
    Browse the repository at this point in the history
  2. use getMapNode instead of direct access

    Lisa Welsch committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    3ee16a8 View commit details
    Browse the repository at this point in the history
  3. use getmapnode instead of direct access

    Lisa Welsch committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    d329583 View commit details
    Browse the repository at this point in the history
  4. fix

    Lisa Welsch committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    8020646 View commit details
    Browse the repository at this point in the history
  5. fixes

    Lisa Welsch committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    fabab33 View commit details
    Browse the repository at this point in the history
  6. fixes

    Lisa Welsch committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    3fdd5ab View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. debug stuff

    Lisa Welsch committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    88bdb5e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. fix origincoordinates in move constructor

    Lisa Welsch committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e5b6591 View commit details
    Browse the repository at this point in the history
  2. don't construct mapnode before emplacing

    Lisa Welsch committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0e2d930 View commit details
    Browse the repository at this point in the history
  3. cleanup

    Lisa Welsch committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    11a3c1d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    654d772 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. move pan and zoom events to new class

    Lisa Welsch committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    64ba0bc View commit details
    Browse the repository at this point in the history
  2. fixes

    Lisa Welsch committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5feb5d8 View commit details
    Browse the repository at this point in the history