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: Bob-Rust/Bob-Rust-Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Bob-Rust/Bob-Rust-Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test-update-2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 16, 2024

  1. Update code for custom button configurations

    currently there needs to be a config json so makers can appear properly.
    (bug: markers appear incorrectly if you try to setup again, must be the offset from the red border)
    - added "done" button during marker or region selection
    -added openarrowmarker in region selection dialog
    -made bobrustpalette receive a screenshot of the color area, split it into 4 by 16 grid and map the coords relative to screen. getSizeButton is changed to work with the brush size limit of 100
    -palette generator is unused now.
    - made the coordinate record in its own file
    -made circleCache load circle_config.json and create one with defaults if it doesn't exist. made for easier testing.
    - added config file related functions to ApplicationWindow.
    Thanks for the developer for explaining and helping me make this work.
    mrissaoussama authored and Kariaro committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bc5795c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Test update to fix scaling

    Kariaro committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    496a936 View commit details
    Browse the repository at this point in the history
Loading