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/virtual file system #15

Merged
merged 39 commits into from
Jul 6, 2024
Merged

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

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

Commits on Jul 3, 2024

  1. Move pipe to its folder

    AlixANNERAUD committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    59a1e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759a59d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    0b95e55 View commit details
    Browse the repository at this point in the history
  2. Refactor Pipe.rs to use Error_type::Ressource_busy instead of Error_t…

    …ype::File_system_full (wrong)
    AlixANNERAUD committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c1e1577 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    249643b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dc762d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d31fe9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f34828b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74faa8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5974c79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2020c6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    582ebda View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ec9cad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1efda40 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2cfc632 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f598388 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    be78b47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6338a6a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73ba5dd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d5cd3bc View commit details
    Browse the repository at this point in the history
  19. Write device trait

    AlixANNERAUD committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    dd13ea4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    631f26a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d35ee42 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    437ee37 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fcb48b0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e50bc5c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e858e1f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d8f0344 View commit details
    Browse the repository at this point in the history
  27. Update SDL2 in Screen

    AlixANNERAUD committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f6a36e8 View commit details
    Browse the repository at this point in the history
  28. Remove unused traits and types, move the remaining into their own fil…

    …es and implement properly different color format
    AlixANNERAUD committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c2b7a64 View commit details
    Browse the repository at this point in the history
  29. Refactor Error_type to include Poisoned_lock variant and implement Fr…

    …om trait for PoisonError in Screen
    AlixANNERAUD committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    65c2b35 View commit details
    Browse the repository at this point in the history
  30. Refactor Graphics to use new Device file for Input_type, add Error_ty…

    …pe and Result_type with necessary castings, add graphics manager and move types into their own file.
    AlixANNERAUD committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5fd20ad View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    03f48bc View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e88b6dc View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    23f566b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    0d95d49 View commit details
    Browse the repository at this point in the history