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

Feature/networking #311

Merged
merged 39 commits into from
Jan 31, 2020
Merged

Feature/networking #311

merged 39 commits into from
Jan 31, 2020

Commits on Jan 19, 2020

  1. [feature/refactor_menu_classes]: updated the script that generates en…

    …glish.txt to also scan h files and ignore the files in libs. (strings were accidentally being found in json.h).
    
    update italian (renamed to italiano.txt)
    AKA-Axanar committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    0b64013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656bdcf View commit details
    Browse the repository at this point in the history
  3. [feature/refactor_menu_classes]: made a base class for options style …

    …menus. gui_options uses it now.
    AKA-Axanar committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    f733078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b05f7ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca041f0 View commit details
    Browse the repository at this point in the history
  6. [feature/refactor_menu_classes]: rename GuiMenu to GuiMenuBase and re…

    …named GuiOptionsMenu to GuiOptionsMenuBase
    AKA-Axanar committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    ecb07d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d9db28 View commit details
    Browse the repository at this point in the history
  8. [feature/refactor_menu_classes]: move menuVisible to guiSCreen. defau…

    …lt loop() in GuiSCreen calls a virtual routine for any button press or relase or keyboard press.
    
    for plain menus trigger buttons now do page up, page down, home, and end on the list of lines.
    AKA-Axanar committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    6931772 View commit details
    Browse the repository at this point in the history
  9. [feature/refactor_menu_classes]: added a generic fast forward routine…

    … to GuiScreen. used in GuiMenuBase to fast forward up and down through the lines. and to FF right and left in the ui options menu.
    AKA-Axanar committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    597f386 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56f2ea2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b4244c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. [feature/refactor_menu_classes]: converted GuiMenuBase into a templat…

    …e taking the data type in the lines vector.
    
    GuiMenuBase handles vertical movement along the menu.
    added GuiStringMenu and GuiTwoColumnMenu classes that inherit from the template.
    game dir, playlists, game manager, and memory cards inherit from GuiStringMenu or GuiTwoColumnMenu.
    AKA-Axanar committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    a9b2ea8 View commit details
    Browse the repository at this point in the history
  2. [feature/refactor_menu_classes]: make a controller on valium version …

    …of PadTest for controller that spew out lots of data without touching anything
    AKA-Axanar committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    de0ddb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb4c315 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20d2cf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebd5c53 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. [feature/refactor_menu_classes]: work on GuiOptionsMenuBase and guiOp…

    …tions inheriting from it.
    
    work in progress.
    AKA-Axanar committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    d28b7ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d2468c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5676a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03bae90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7e4e21 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. [feature/refactor_menu_classes]: passing and ENV variable with -DMEM_…

    …DEBU=1 in Clion does not work. Cmake does not see it.
    
    added memory sanitizer settings and compiler warning settings to CMakeList.txt but you will have to manually uncomment the options you want.
    AKA-Axanar committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    f95006c View commit details
    Browse the repository at this point in the history
  2. [feature/refactor_menu_classes]: GuiOptionsMenu inherits from GuiOpti…

    …onsMenuBase which inherits from GuiMenuBase.
    AKA-Axanar committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    f0a92ee View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Configuration menu
    Copy the full SHA
    4867e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc0a52e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c44daa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16286c2 View commit details
    Browse the repository at this point in the history
  5. [feature/refactor_menu_classes]: commented out "no games found" msg t…

    …hat was annoying people who only played RA
    AKA-Axanar committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    87912ab View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    5b7a1d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    408172d View commit details
    Browse the repository at this point in the history
  3. [feature/refactor_menu_classes]: added countMoreJoyPressesInQueue(int…

    … direction) but trying to use it combined with fast forward causes problems. saving the routine in case it's useful in the future elsewhere.
    AKA-Axanar committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    0788db8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9145664 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    754cd0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c758e46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adc4530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7283215 View commit details
    Browse the repository at this point in the history
  5. [feature/networking]: add GuiNetworkMenu to enter network ssid and pa…

    …ssword and write to ssid.cfg in bleemsync dir
    AKA-Axanar committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    03240c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    acc4572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae8267 View commit details
    Browse the repository at this point in the history