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

Adds the games manager/launcher #44

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 20, 2020

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

Commits on Aug 22, 2020

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

Commits on May 18, 2021

  1. - ✨ Integrates support for automatically baking the assets folder str…

    …ucture to file so that the game can correctly enumerate files even if they are inside the assets folder
    daniele-rapagnani committed May 18, 2021
    Configuration menu
    Copy the full SHA
    065e2be View commit details
    Browse the repository at this point in the history
  2. - :up_arrow: Updates SDL to the latest version

    - 🔧 Disables assets compression in order to fix issue #13
    - 🔥 Removes the hidapi module, the hidapi shared library is now built by SDL
    daniele-rapagnani committed May 18, 2021
    Configuration menu
    Copy the full SHA
    3c5eb32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0eab5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ca5992 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    b4f9223 View commit details
    Browse the repository at this point in the history
  2. - ✨ Adds the ability to load scenarios by overriding the data path by…

    … writing it in a AlephOneScenario.txt file in the root of the external storage. Closes #26.
    
    - ⬆️ Updates AlephOne to the latest version with lots of improvements. Probably closes #24. Closes #14.
    - ✨ Adds back button support. Closes #20.
    daniele-rapagnani committed May 20, 2021
    Configuration menu
    Copy the full SHA
    2e0e154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d38c230 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    dafd672 View commit details
    Browse the repository at this point in the history
  2. - Adds some touch configuration, mainly regarding dead zones and sens…

    …itivity. Linked to issue #27.
    
    - Adds a way to look up/down. Closes #22.
    - Turning is now done with pitch, not by simulating keypresses. Closes #5.
    - Adds a way to swim. Closes #3.
    daniele-rapagnani committed May 21, 2021
    Configuration menu
    Copy the full SHA
    023b9a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a6f856 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

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

Commits on May 25, 2021

  1. - ✨ Adds a way to automatically download the most popular scenarios

    - ✨ Adds default icons for scenarios
    - ♻️ Refactors some things like notifications and activity names
    - ✨ Adds a way to export saves and other data from installed scenarios
    - ✨ Adds a way to uninstall scenarios
    - ✨ Adds more information to each scenario such as total size and last played date
    daniele-rapagnani committed May 25, 2021
    Configuration menu
    Copy the full SHA
    07d913e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c7e78 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. - ♻️ Refactors how the application handles files processing tasks

    - ✨ Adds plugins importing
    - 💄 Adds material theme
    daniele-rapagnani committed May 28, 2021
    Configuration menu
    Copy the full SHA
    e7fa7a0 View commit details
    Browse the repository at this point in the history
  2. - 🍱 🔧 Removes the other app's flavors leaving only the alephone engine

    - 🍱 Adds a new icon for Aleph One
    - 💄 Adds some toasts to better communicate what's going on to the user
    - 💬 Moves remaining string literals to string resources
    - 💄 Changes the app's colors to better reflect Aleph One's brand
    daniele-rapagnani committed May 28, 2021
    Configuration menu
    Copy the full SHA
    0d89e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eea8343 View commit details
    Browse the repository at this point in the history
  4. - ✨ Adds a way to automatically download the most popular scenarios

    - ✨ Adds default icons for scenarios
    - ♻️ Refactors some things like notifications and activity names
    - ✨ Adds a way to export saves and other data from installed scenarios
    - ✨ Adds a way to uninstall scenarios
    - ✨ Adds more information to each scenario such as total size and last played date
    daniele-rapagnani committed May 28, 2021
    Configuration menu
    Copy the full SHA
    e827f2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cec469 View commit details
    Browse the repository at this point in the history
  6. - ♻️ Refactors how the application handles files processing tasks

    - ✨ Adds plugins importing
    - 💄 Adds material theme
    daniele-rapagnani committed May 28, 2021
    Configuration menu
    Copy the full SHA
    e7bc997 View commit details
    Browse the repository at this point in the history
  7. - 🍱 🔧 Removes the other app's flavors leaving only the alephone engine

    - 🍱 Adds a new icon for Aleph One
    - 💄 Adds some toasts to better communicate what's going on to the user
    - 💬 Moves remaining string literals to string resources
    - 💄 Changes the app's colors to better reflect Aleph One's brand
    daniele-rapagnani committed May 28, 2021
    Configuration menu
    Copy the full SHA
    c5cd9e8 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/launcher' of github.com:daniele-rapagnani/aleph…

    …one-android into feature/launcher
    daniele-rapagnani committed May 28, 2021
    Configuration menu
    Copy the full SHA
    6d89d99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3311e2 View commit details
    Browse the repository at this point in the history
  10. 👷 Fixes CI

    daniele-rapagnani authored May 28, 2021
    Configuration menu
    Copy the full SHA
    32c6d5d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

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