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/data pack #508

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

Feature/data pack #508

wants to merge 42 commits into from

Commits on Feb 26, 2022

  1. First commit

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    4081de5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0530cff View commit details
    Browse the repository at this point in the history
  3. Read with SDL_LoadBMP_RW

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    20f6229 View commit details
    Browse the repository at this point in the history
  4. Read from memory

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    62f3bb5 View commit details
    Browse the repository at this point in the history
  5. Update

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    87b2a8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b100fdf View commit details
    Browse the repository at this point in the history
  7. Update

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    e0e2f4f View commit details
    Browse the repository at this point in the history
  8. Rename data

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    6c782c2 View commit details
    Browse the repository at this point in the history
  9. Hand writing reading Pack

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    8ece904 View commit details
    Browse the repository at this point in the history
  10. Better function's name

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    94f1cbd View commit details
    Browse the repository at this point in the history
  11. WriterPack's skeleton

    Mira-Fr committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    2c1899e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Fix index in uint32_t

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    a7f1611 View commit details
    Browse the repository at this point in the history
  2. WriterPack's implementation

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    f0ab4ec View commit details
    Browse the repository at this point in the history
  3. Names's improvement

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    74dd30a View commit details
    Browse the repository at this point in the history
  4. ReaderPack's squeleton v2

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    f237c3b View commit details
    Browse the repository at this point in the history
  5. Code cosmetic

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    1e8e770 View commit details
    Browse the repository at this point in the history
  6. ReaderPack's squeleton v3

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    23fdaff View commit details
    Browse the repository at this point in the history
  7. ReaderPack implementation v2

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    d1b0ce9 View commit details
    Browse the repository at this point in the history
  8. Using ReaderPack

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    fd4d360 View commit details
    Browse the repository at this point in the history
  9. Useless File

    Mira-Fr committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    4162be7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. cIniFile first commit

    Mira-Fr committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    fc3a8a7 View commit details
    Browse the repository at this point in the history
  2. cIniFile test

    Mira-Fr committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    69192d4 View commit details
    Browse the repository at this point in the history
  3. Fix cIniFile conversion

    Mira-Fr committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    90c0929 View commit details
    Browse the repository at this point in the history
  4. Code cosmetic

    Mira-Fr committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ca63f12 View commit details
    Browse the repository at this point in the history
  5. Read game.ini

    Mira-Fr committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b7294b7 View commit details
    Browse the repository at this point in the history
  6. Fix bug this data

    Mira-Fr committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7a70d67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ad3315 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    20c58c6 View commit details
    Browse the repository at this point in the history
  2. Fix memory leak

    Mira-Fr committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f986f53 View commit details
    Browse the repository at this point in the history
  3. Creation DataPack

    Mira-Fr committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    745b82d View commit details
    Browse the repository at this point in the history
  4. Using DataPack

    Mira-Fr committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ff8a9bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2527004 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f23f13 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    0ac5836 View commit details
    Browse the repository at this point in the history
  2. ESCAPE quit the program

    Mira-Fr committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    1391120 View commit details
    Browse the repository at this point in the history
  3. Clean code

    Mira-Fr committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    2d6bb06 View commit details
    Browse the repository at this point in the history
  4. Commented code

    Mira-Fr committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    40708f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

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

Commits on Sep 25, 2022

  1. Make test with audio file

    Mira-Fr committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    af93516 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. displayPackFile improvement

    Mira-Fr committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1ffde69 View commit details
    Browse the repository at this point in the history
  2. More documentation

    Mira-Fr committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    23864c2 View commit details
    Browse the repository at this point in the history
  3. Free music on exit

    Mira-Fr committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f495ccd View commit details
    Browse the repository at this point in the history