Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: increpare/PuzzleScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ThatScar/PuzzleScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 13 files changed
  • 1 contributor

Commits on May 30, 2018

  1. Mouse support first pass

    It does the job!
    ThatScar committed May 30, 2018
    Configuration menu
    Copy the full SHA
    69d990e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Separated dragging from clicking, now they make different objects; ad…

    …ded middle mouse undo
    ThatScar committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    cd3e50e View commit details
    Browse the repository at this point in the history
  2. hotfix

    one line deleted: `return prevent(e);` where there was no specific `e`
    ThatScar committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    78cf5fd View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

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

Commits on Sep 28, 2018

  1. Prelude and textMode

    Now respects prelude content and doesn't work without respective entries. Can click stuff on main menu and messages.
    ThatScar committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    88ead97 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Right click and flickscreen

    Fixes #11 Fixes #8
    Right click and right drag are now a thing.
    ThatScar committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    7958bc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    314d89f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

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

Commits on Nov 9, 2018

  1. An attempt to fix #7

    ThatScar committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    527c78e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Clean up + fixes

    Made mouse object finding more usable and reusable; you are now able to specify object names.
    Fix #5
    Introduced "mouse_up_left" and "mouse_up_right".
    ThatScar committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    964c801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17dc9fb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Hotfix and ease

    ThatScar committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    0e03aa6 View commit details
    Browse the repository at this point in the history
  2. Hotfix to fix last hotfix

    ThatScar committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    cf5fc23 View commit details
    Browse the repository at this point in the history
  3. Fixes and mouse_up name changes

    Fixed right dragging not being checked for. Changed term names to have them more consistant.
    ThatScar committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    fc65061 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Comment clean up

    Deleted commented code.
    Corrected commented algorithms.
    Replaced testing constant with variable.
    ThatScar committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    b4d75e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Update README.md

    ThatScar authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    2299d6d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ThatScar authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    e9a9d42 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ThatScar authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    cc50dc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Update README.md

    ThatScar authored Oct 17, 2020
    Configuration menu
    Copy the full SHA
    c25b949 View commit details
    Browse the repository at this point in the history
Loading