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

Enable mouse input - rework #41605

Merged
merged 58 commits into from
Aug 3, 2020

Commits on Jun 13, 2020

  1. edit

    martinrhan committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    70e6421 View commit details
    Browse the repository at this point in the history
  2. edit

    martinrhan committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    c992213 View commit details
    Browse the repository at this point in the history
  3. Update inventory_ui.cpp

    martinrhan committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    cb1274c View commit details
    Browse the repository at this point in the history
  4. Update inventory_ui.cpp

    martinrhan committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    6ccdd8a View commit details
    Browse the repository at this point in the history
  5. Update inventory_ui.cpp

    martinrhan committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    b912bd4 View commit details
    Browse the repository at this point in the history
  6. Update ui.cpp

    martinrhan committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    8078efb View commit details
    Browse the repository at this point in the history
  7. Update inventory_ui.cpp

    martinrhan committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    100e60b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Update ui.cpp

    martinrhan committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    3206b68 View commit details
    Browse the repository at this point in the history
  2. edit

    martinrhan committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    3faa3eb View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Update src/ui.h

    Co-authored-by: Mark Langsdorf <mark.langsdorf@gmail.com>
    martinrhan and mlangsdorf committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    3815ec1 View commit details
    Browse the repository at this point in the history
  2. edit

    martinrhan committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    04e8f80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dfb153 View commit details
    Browse the repository at this point in the history
  4. Update pickup.h

    martinrhan committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    19a9fa5 View commit details
    Browse the repository at this point in the history
  5. Update pickup.h

    martinrhan committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    ac5e177 View commit details
    Browse the repository at this point in the history
  6. Update inventory_ui.h

    martinrhan committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    e70471a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. edit

    martinrhan committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    204e1c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9315ac9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Update src/inventory_ui.cpp

    Co-authored-by: BevapDin <tho_ki@gmx.de>
    martinrhan and BevapDin committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    40cf710 View commit details
    Browse the repository at this point in the history
  2. Update src/pickup.cpp

    Co-authored-by: anothersimulacrum <anothersimulacrum@gmail.com>
    martinrhan and anothersimulacrum committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    046f864 View commit details
    Browse the repository at this point in the history
  3. Update src/pickup.h

    Co-authored-by: BevapDin <tho_ki@gmx.de>
    martinrhan and BevapDin committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    4e95d88 View commit details
    Browse the repository at this point in the history
  4. Update src/input.h

    Co-authored-by: BevapDin <tho_ki@gmx.de>
    martinrhan and BevapDin committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    a183e50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1b76d9 View commit details
    Browse the repository at this point in the history
  6. added some const

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    4b0614c View commit details
    Browse the repository at this point in the history
  7. add missing brackets

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    e77ac21 View commit details
    Browse the repository at this point in the history
  8. fix comment

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    1f15635 View commit details
    Browse the repository at this point in the history
  9. fix window_contains_point

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    42d762b View commit details
    Browse the repository at this point in the history
  10. Update sdltiles.h

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    88b9259 View commit details
    Browse the repository at this point in the history
  11. fix drawn_rect max x issue

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    697a53e View commit details
    Browse the repository at this point in the history
  12. Update sdltiles.cpp

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    dab79ec View commit details
    Browse the repository at this point in the history
  13. Update sdltiles.cpp

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    30ab7e9 View commit details
    Browse the repository at this point in the history
  14. Update input.cpp

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    3b30934 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a23f04e View commit details
    Browse the repository at this point in the history
  16. Update inventory_ui.cpp

    martinrhan committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    11c9726 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Jul 8, 2020

  1. Update src/inventory_ui.h

    Co-authored-by: BevapDin <tho_ki@gmx.de>
    martinrhan and BevapDin committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    7279394 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Update sdltiles.h

    martinrhan committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    b2a898e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e8ffb2 View commit details
    Browse the repository at this point in the history
  3. Update sdltiles.cpp

    martinrhan committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    02b3c31 View commit details
    Browse the repository at this point in the history
  4. Update sdltiles.h

    martinrhan committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    04ff66a View commit details
    Browse the repository at this point in the history
  5. Update sdltiles.cpp

    martinrhan committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    5dee434 View commit details
    Browse the repository at this point in the history
  6. Update sdltiles.cpp

    martinrhan committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    28da032 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d36050 View commit details
    Browse the repository at this point in the history
  8. Update sdltiles.h

    ZhilkinSerg committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    87e9249 View commit details
    Browse the repository at this point in the history
  9. Update sdltiles.cpp

    ZhilkinSerg committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    8128993 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. redo drawn rect record

    martinrhan committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    b5cd32e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    cb5075c View commit details
    Browse the repository at this point in the history
  2. Update ui.h

    ZhilkinSerg committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    18c6940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e527d View commit details
    Browse the repository at this point in the history
  4. Update input.cpp

    ZhilkinSerg committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    4462ffd View commit details
    Browse the repository at this point in the history
  5. Update inventory_ui.cpp

    ZhilkinSerg committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    cfebf17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60ae6d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c79818 View commit details
    Browse the repository at this point in the history
  8. Update sdltiles.cpp

    ZhilkinSerg committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    3bfb5a6 View commit details
    Browse the repository at this point in the history
  9. Update pickup.cpp

    ZhilkinSerg committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a7723cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    583f49f View commit details
    Browse the repository at this point in the history
  11. Update sdltiles.cpp

    ZhilkinSerg committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    14bbe4d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f352e8f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    33d75f8 View commit details
    Browse the repository at this point in the history