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

'Mass file loader' for use in skin and asset loading #6727

Closed
wants to merge 28 commits into from

Commits on Jun 9, 2023

  1. initial file loader

    ewancg committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    096897c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e961fb8 View commit details
    Browse the repository at this point in the history
  3. small fixes

    ewancg committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5021136 View commit details
    Browse the repository at this point in the history
  4. that's not why

    ewancg committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    646d526 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    76db8df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    babd456 View commit details
    Browse the repository at this point in the history
  3. struct stat not stat

    ewancg committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    74d1152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88e8ea View commit details
    Browse the repository at this point in the history
  5. hopefully satisfy clang-format

    ewancg committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    b7e89d7 View commit details
    Browse the repository at this point in the history
  6. fix header guard

    ewancg committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    3d47803 View commit details
    Browse the repository at this point in the history
  7. hopefully satisfy clang-format

    ewancg committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    e8e1ed7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 16, 2023

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

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    5114f76 View commit details
    Browse the repository at this point in the history
  2. forgot to add that

    ewancg committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    1617774 View commit details
    Browse the repository at this point in the history
  3. hopefully please dev warnings

    ewancg committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0c65fd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. add flag for skip bom

    ewancg committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3c4a970 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. merge implementations, get rid of the pseudo-interface nonsense, ebb …

    …out std strings in favor of char ptrs when not justified by a container or other major convenience
    ewancg committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    98334ce View commit details
    Browse the repository at this point in the history
  2. remove symlink functionality

    ewancg committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1a44575 View commit details
    Browse the repository at this point in the history
  3. use job instead of raw thread

    ewancg committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    3276b1c View commit details
    Browse the repository at this point in the history
  4. cleanup

    ewancg committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    eb0a28f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    d7cb3ba View commit details
    Browse the repository at this point in the history
  2. remove a few more std string

    ewancg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    e795af7 View commit details
    Browse the repository at this point in the history
  3. cleanup

    ewancg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    18d21ce View commit details
    Browse the repository at this point in the history
  4. cleanup

    ewancg committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    a071edd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. fix crash on shutdown where cskins dtor expects valid ptr from Graphi…

    …cs(), removed cskins dtor in favor of OnShutdown()
    ewancg committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2e2bfca View commit details
    Browse the repository at this point in the history
  2. wtf

    ewancg committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ab44dbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d8c571 View commit details
    Browse the repository at this point in the history