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

Menu UI - Support Touch Screen and Mouse Input #3204

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

Commits on Mar 23, 2024

  1. Mouse menu control

    Add "MouseButton=true"
    To the RPG_RT.ini to active mouse menu control.
    
    Done :
    Main menu, Order Menu, Shop, Titlescreen, Message ( With choice ), and Battle
    MackValentine authored and jetrotal committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    9cb55f8 View commit details
    Browse the repository at this point in the history
  2. Window_Number

    First test for input Window_Number
    MackValentine authored and jetrotal committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    2ee30ec View commit details
    Browse the repository at this point in the history
  3. Correct some bugs

    MackValentine authored and jetrotal committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    c2a0dcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d4f0fb View commit details
    Browse the repository at this point in the history
  5. Custom Cursor + Correct bugs

    Cursor will change when you hover selectable items !
    
    You can make custom cursor by adding file name "mouseCursor" ( for the Arrow ) and "mouseCursorHand" ( for the Hover cursor ) inside the Picture/ folder.
    MackValentine authored and jetrotal committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6962013 View commit details
    Browse the repository at this point in the history
  6. Targets, Shop, Save/Load, Settings

    MackValentine authored and jetrotal committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ecae697 View commit details
    Browse the repository at this point in the history
  7. Hovering test

    MackValentine authored and jetrotal committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b0f7b4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a1e7d5 View commit details
    Browse the repository at this point in the history
  9. Register the windows as parents of the scene.

    Ensures that cursor selection works by default in most scenes.
    Ghabry authored and jetrotal committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6928b01 View commit details
    Browse the repository at this point in the history
  10. Edit ghabry's GetCursorRect() function

    Changed Ghabry's GetCursorRect() to GetCursorRect(0),
    since that function required a parameter.
    jetrotal committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6287500 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    6785c52 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    MackValentine committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    17872a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fix Scene_Debug / Scene_Settings / Scene_GameBrowser.

    Add an option in Input Settings to use this function.
    Still can force it in the .ini
    MackValentine committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d7e36c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 1, 2024

  1. Fix choice and number message

    Fix scroll in SceneFile
    Tests for "half active" feature : Windows can be selected even if they doesn't have focus. ( SceneGameBrowser and SceneMenu only )
    MackValentine committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a968460 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Fix shoice/Inn

    Fix Scene_Shop
    Fix Scene_ActorTarget
    MackValentine committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3985142 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

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

Commits on Apr 7, 2024

  1. Fix message hover

    MackValentine committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    79743e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Fix for huge map

    MackValentine committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a5cb421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914173f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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