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

dev -> main #107

Merged
merged 256 commits into from
Oct 15, 2023
Merged

dev -> main #107

merged 256 commits into from
Oct 15, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    fffb6ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a099ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8322b2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c317675 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8248f8c View commit details
    Browse the repository at this point in the history
  6. CLIENT-NETWORK: Add receive enemy nb

    MINOR
    guillaumeAbel committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f16f53b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c73928b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f879f25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea0b554 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a0556a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4aae820 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8f06ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d9280b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    00c2ce6 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    0e0bc98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a988198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e7631e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af21c08 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74 from X-R-G-B/feature/RB-99-function-receive-st…

    …art-response
    
    CLIENT-NETWORK: Add receive enemy nb
    romainpanno authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c000c38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d80a29a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8eccc5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a417d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86b17bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e79da23 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'RB-101-adjust-movements-with-clocks' of https://github.…

    …com/X-R-G-B/R-Bus into RB-101-adjust-movements-with-clocks
    guillaumeAbel committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9902e84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3884cb3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e86833b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7022280 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    36b32d4 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #78 from X-R-G-B/RB-101-adjust-movements-with-clocks

    Rb 101 adjust movements with clocks
    romainpanno authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d06db61 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    847f778 View commit details
    Browse the repository at this point in the history
  18. GAME-LOGIC: Fix json

    guillaumeAbel committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8137715 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d93ac55 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0aa4179 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6730982 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #79 from X-R-G-B/feature/RB-110-function-receive-n…

    …ew-enemy
    
    CLIENT-NETWORK: Add function receive new enemy
    TTENSHII authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3891b6f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d11bb0a View commit details
    Browse the repository at this point in the history
  24. NITWORK/CLIENT-NETWORK/SERVER-NETWORK/ECS: Add guard lock for registr…

    …y access
    
    Fix network send calls
    
    PATCH
    romainpanno committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0cf3051 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3e709ba View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    44e6fb7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c9d2e1a View commit details
    Browse the repository at this point in the history
  28. NITWORK/ECS: Remove this to lambda handlers in NitworkClient.hpp &

    adding mutex include to Registry.hpp
    
    PATCH
    romainpanno committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c55a2ce View commit details
    Browse the repository at this point in the history
  29. Merge branch 'fix/missing-network-send-calls' of github.com:X-R-G-B/R…

    …-Bus into fix/missing-network-send-calls
    romainpanno committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9418872 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4dc5051 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fdbe5ab View commit details
    Browse the repository at this point in the history
  32. Merge branch 'fix/missing-network-send-calls' of github.com:X-R-G-B/R…

    …-Bus into fix/missing-network-send-calls
    romainpanno committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d1d78bf View commit details
    Browse the repository at this point in the history
  33. FIX: Format main_server.cpp

    PATCH
    romainpanno committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    86413aa View commit details
    Browse the repository at this point in the history
  34. FIX: Fix pr

    PATCH
    romainpanno committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    18b735d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7727f5f View commit details
    Browse the repository at this point in the history
  36. Merge pull request #80 from X-R-G-B/fix/missing-network-send-calls

    Fix/missing network send calls
    guillaumeAbel authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    70ee978 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1d6c5ff View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d2a1da9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    120fc0a View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8fa1e45 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #81 from X-R-G-B/feature/RB-113

    SERVER-NETWORK/CLIENT-NETWORK: Change how packets are sent
    guillaumeAbel authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c364874 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d4bb8b9 View commit details
    Browse the repository at this point in the history
  43. SERVER-NETWORK/CLIENT-NETWORK: Fix wrong id sent to the order side of…

    … the dead enemy
    
    Add createEntity also for server in initEnemy
    
    PATCH
    romainpanno committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8881070 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    ad2d183 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9a90af3 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0489213 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    589b552 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    287fd88 View commit details
    Browse the repository at this point in the history
  49. CLIENT-GAME: Remove useless constexpr

    PATCH
    KitetsuK committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    afc26e7 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #83 from X-R-G-B/fix/wrong-id-for-enemy-death

    SERVER-NETWORK/CLIENT-NETWORK: Fix wrong id sent to the order side of…
    guillaumeAbel authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9043d93 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    0dd0d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6df0fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e071c View commit details
    Browse the repository at this point in the history
  4. SERVER-NETWORK/CLIENT-NETWORK: Add receive new bullet to server and

    broadcast to all client except the sender, and receive new bullet from
    client
    
    PATCH
    romainpanno committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f0b641f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    342534b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c65401 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1552f96 View commit details
    Browse the repository at this point in the history
  8. CLIENT-GAME: Fix macos compilation

    PATCH
    KitetsuK committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    46be04d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/RB-111-singletone-json' of github.com:X-R-G-B/R…

    …-Bus into feature/RB-111-singletone-json
    KitetsuK committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3fc3eea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6d80c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9df83aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    752a010 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2ff58d View commit details
    Browse the repository at this point in the history
  14. Merge branch 'feature/RB-111-singletone-json' of github.com:X-R-G-B/R…

    …-Bus into feature/RB-111-singletone-json
    KitetsuK committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7089fd9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c2f010c View commit details
    Browse the repository at this point in the history
  16. CLIENT-NETWORK: Fix

    guillaumeAbel committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8b8baff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    af7941d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6340fa5 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #82 from X-R-G-B/feature/RB-111-singletone-json

    Feature/rb 111 singletone json
    TTENSHII authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    73ed3c8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b939737 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4cedddc View commit details
    Browse the repository at this point in the history
  22. NITWORK: Fix unessesary call of ANitwork variable

    And removing
    
    PATCH
    romainpanno committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2f6dbd0 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #86 from X-R-G-B/feature/RB-89-receive-bullet

    SERVER-NETWORK/CLIENT-NETWORK: Add receive new bullet to server and
    guillaumeAbel authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    00eb34a View commit details
    Browse the repository at this point in the history
  24. Merge pull request #88 from X-R-G-B/fix/nitwork-udp-lost-packets

    NITWORK: Fix nitwork iad and packt lost handling
    guillaumeAbel authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a67e79b View commit details
    Browse the repository at this point in the history
  25. NITWORK: Fix compil

    PATCH
    romainpanno committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1280c94 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1f2f207 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #89 from X-R-G-B/fix/parallax-errors-logs

    CLIENT-GAME: Fix errors logs that wasn't errors
    guillaumeAbel authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0f17443 View commit details
    Browse the repository at this point in the history
  28. CLIENT-GAME: Fix missing add of network systems to the SceneManager

    And add check of relative position's changes, in order to don't send
    absolute position package when it's not required
    
    PATCH
    romainpanno committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c19789a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6bd2468 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #90 from X-R-G-B/fix/receive-relative-and-absolute…

    …-position
    
    CLIENT-GAME: Fix missing add of network systems to the SceneManager
    guillaumeAbel authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0312946 View commit details
    Browse the repository at this point in the history
  31. Add current progress

    guillaumeAbel committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    54e9706 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1574bb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. SERVER-NETWORK: Add players ids save

    MINOR
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    2813742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d403b View commit details
    Browse the repository at this point in the history
  3. Update src/ECS/Systems/Systems.hpp

    Co-authored-by: Xavier Mitault <xavier.mitault@epitech.eu>
    guillaumeAbel and Saverio976 authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    d5223c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8178e4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fbf7e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fc9b21 View commit details
    Browse the repository at this point in the history
  7. NITWORK: Change packet all

    MAJOR
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    22b8758 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cec75c View commit details
    Browse the repository at this point in the history
  9. SERVER-NETWORK: Fix bad magick

    PATCH
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    bfd8be3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    362bcde View commit details
    Browse the repository at this point in the history
  11. SERVER-NETWORK: Remove duplicated code

    PATCH
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a0d0475 View commit details
    Browse the repository at this point in the history
  12. SERVER-NETWORK: Fix some typo

    PATCH
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    4f8a57b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a86730 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eec2c9c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a57f7e4 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #84 from X-R-G-B/feature/RB-110-function-receive-n…

    …ew-enemy
    
    Feature/rb 110 function receive new enemy
    Saverio976 authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    601c6bc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    45d021c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f448910 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9e88d6b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7a067c0 View commit details
    Browse the repository at this point in the history
  21. SERVER-NETWORK: Add missing endpoint

    Co-authored-by: mE0w <romain.panno@epitech.eu>
    Saverio976 and romainpanno authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    59e68d6 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #91 from X-R-G-B/feature/RB-94

    Feature/rb 94
    romainpanno authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    ed8a6ae View commit details
    Browse the repository at this point in the history
  23. ECS: Replace func name

    TTENSHII committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    dd6d188 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8c3cf8b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    10aae32 View commit details
    Browse the repository at this point in the history
  26. SERVER-GAME: Remove empty line

    PATCH
    romainpanno committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    aa6441d View commit details
    Browse the repository at this point in the history
  27. NITWORK: Remove useless commented code

    PATCH
    romainpanno committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    675a5c9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0d39289 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'fix/seg-with-systemManager' of github.com:X-R-G-B/R-Bus…

    … into fix/seg-with-systemManager
    romainpanno committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    65a2667 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    69e9b0e View commit details
    Browse the repository at this point in the history
  31. Update NitworkServer.cpp

    Co-authored-by: Xavier Mitault <xavier.mitault@epitech.eu>
    romainpanno and Saverio976 authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    46a7c56 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    37f68da View commit details
    Browse the repository at this point in the history
  33. ECS: Fix system json

    TTENSHII committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    0a9fbc0 View commit details
    Browse the repository at this point in the history
  34. NITWORK: Add first part of rfc

    MINOR
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    86adf84 View commit details
    Browse the repository at this point in the history
  35. ECS: Fix damages

    TTENSHII committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    aab2e1e View commit details
    Browse the repository at this point in the history
  36. ECS: Fix ennemy init json

    TTENSHII committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b37a9dd View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    57ae2e1 View commit details
    Browse the repository at this point in the history
  38. ECS:: End of json fix

    PATCH
    TTENSHII committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    3bec14b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6a57ba3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    f3b58b1 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #93 from X-R-G-B/fix/seg-with-systemManager

    SERVER-GAME: Fix seg when accessing systemManager in nitwork (thread)
    guillaumeAbel authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    1e4f464 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #95 from X-R-G-B/fix/RB-119-Fix-json

    Fix/rb 119 fix json
    Saverio976 authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    dd949ff View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    889c12e View commit details
    Browse the repository at this point in the history
  44. Merge pull request #87 from X-R-G-B/feature/RB-116-receive-other-player

    CLIENT-NETWORK: Add receive other player
    Saverio976 authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    82021b8 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    a0d99d4 View commit details
    Browse the repository at this point in the history
  46. DOCUMENTATION: Add rfc

    MINOR
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    ae299fa View commit details
    Browse the repository at this point in the history
  47. ECS: Update some types with the rfc

    PATCH
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    6113c66 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8ec6d08 View commit details
    Browse the repository at this point in the history
  49. NITWORK: Fix same define for 2 magick

    PATCH
    Saverio976 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    81c9333 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    775d598 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    b61e965 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5b48f33 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3454cee View commit details
    Browse the repository at this point in the history
  54. CLIENT-GAME: Fix syntax

    guillaumeAbel committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    da28531 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    e4906f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    832d25a View commit details
    Browse the repository at this point in the history
  2. CICD: Fix compil release windows

    PATCH
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    d3f3b2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfa9186 View commit details
    Browse the repository at this point in the history
  4. ECS: Fix path for windows

    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e411763 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    984cfb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34e7645 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    090d1b2 View commit details
    Browse the repository at this point in the history
  8. NETWORK-SERVER: Fix wrong any cast for receive absolute position &

    Add packet to send packet list
    
    PATCH
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    d9e1901 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b97a254 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3aa55e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33de572 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22638df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f929017 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    29f394e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b6d1ee4 View commit details
    Browse the repository at this point in the history
  16. DOCUMENTATION: Modif outdated doc functions

    PATCH
    KitetsuK committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4fc630d View commit details
    Browse the repository at this point in the history
  17. DOCUMENTAION/ECS: Modif templated function to throw

    Modif the doc to explain properly the error handling
    PATCH
    KitetsuK committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    5f179eb View commit details
    Browse the repository at this point in the history
  18. Update src/Client/Systems/Network/ClientNetwork.cpp

    Co-authored-by: Xavier Mitault <xavier.mitault@epitech.eu>
    guillaumeAbel and Saverio976 authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    0243d6f View commit details
    Browse the repository at this point in the history
  19. Update src/Client/Systems/Network/ClientNetwork.cpp

    Co-authored-by: Xavier Mitault <xavier.mitault@epitech.eu>
    guillaumeAbel and Saverio976 authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    1b1366b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8181f91 View commit details
    Browse the repository at this point in the history
  21. ECS: Use only one common path for assets

    PATCH
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9494696 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8b45cd3 View commit details
    Browse the repository at this point in the history
  23. ECS: Add error clarification

    PATCH
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    760e02b View commit details
    Browse the repository at this point in the history
  24. Merge pull request #92 from X-R-G-B/doc/RB-104-json-doc

    Doc/rb 104 json doc
    Saverio976 authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    dbea2a4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c9d0b02 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a070fd7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    aab04ce View commit details
    Browse the repository at this point in the history
  28. Merge pull request #94 from X-R-G-B/doc/RB-120

    NITWORK/DOCUMENTAION: rfc
    guillaumeAbel authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    1c3c92e View commit details
    Browse the repository at this point in the history
  29. ECS: Fix player shoot after dead

    PATCH
    TTENSHII committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c51f0f8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    059a330 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7c88fbc View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4674c7f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    cc114c1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    28c9de3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7f6c106 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #96 from X-R-G-B/fix/RB-121-fix-random-destroy-glitch

    CLIENT-GAME: Fix clock decrease instead of restart
    Saverio976 authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    870338a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5956977 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #97 from X-R-G-B/feat/resource-manager

    Feat/resource manager
    guillaumeAbel authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    67b4de4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ca908e8 View commit details
    Browse the repository at this point in the history
  40. Merge pull request #98 from X-R-G-B/feature/RB-109-system-receive-abs…

    …olute-position
    
    SERVER-NETWORK: Add receive system for absolute position
    Saverio976 authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    466736b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    084422c View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c29f846 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    cc3ea49 View commit details
    Browse the repository at this point in the history
  44. ECS: Fix systems decrease

    PATCH
    TTENSHII committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    81c03d6 View commit details
    Browse the repository at this point in the history
  45. NITWORK: Fix codeRabbit requests

    PACTH
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    8c2b377 View commit details
    Browse the repository at this point in the history
  46. Merge branch 'fix/Nitwork-dont-change-resent-packet-id' of github.com…

    …:X-R-G-B/R-Bus into fix/Nitwork-dont-change-resent-packet-id
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    32246e5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    591a295 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8d0741d View commit details
    Browse the repository at this point in the history
  49. RFC: Update rfc for ready handling

    PATCH
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    57749ff View commit details
    Browse the repository at this point in the history
  50. Merge branch 'fix/Nitwork-dont-change-resent-packet-id' of github.com…

    …:X-R-G-B/R-Bus into fix/Nitwork-dont-change-resent-packet-id
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    57c1e95 View commit details
    Browse the repository at this point in the history
  51. NITWORK: Fix codeRabbit requests

    PATCH
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    aaab4a5 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    8d477b4 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    7132f57 View commit details
    Browse the repository at this point in the history
  54. ECS: Add std sort

    TTENSHII committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b7dfae2 View commit details
    Browse the repository at this point in the history
  55. NITWORK: Set 4 clients for max clients

    PATCH
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    0f101f5 View commit details
    Browse the repository at this point in the history
  56. Merge branch 'fix/Nitwork-dont-change-resent-packet-id' of github.com…

    …:X-R-G-B/R-Bus into fix/Nitwork-dont-change-resent-packet-id
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    1372d77 View commit details
    Browse the repository at this point in the history
  57. CLIENT-GAME: Add boss when wave ends

    Fix ennemy animRect
    MINOR
    KitetsuK committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    aea9c4f View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    4db6540 View commit details
    Browse the repository at this point in the history
  59. CLIENT-GAME: Add boss json

    KitetsuK committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    974f7c9 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    6585df1 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    dd7b3af View commit details
    Browse the repository at this point in the history
  62. Merge pull request #101 from X-R-G-B/feature/RB-127-init-a-boss-when-…

    …wave-ends
    
    CLIENT-GAME: Add boss when wave ends
    Saverio976 authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    8777711 View commit details
    Browse the repository at this point in the history
  63. ECS: Check if sprite existe before render

    PATCH
    TTENSHII committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    ab1226e View commit details
    Browse the repository at this point in the history
  64. NITWORK: Fix client_main.cpp to use cpp types and better args checks

    + fix codeRabbit requests
    
    PATCH
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    ea53960 View commit details
    Browse the repository at this point in the history
  65. Merge branch 'fix/Nitwork-dont-change-resent-packet-id' of github.com…

    …:X-R-G-B/R-Bus into fix/Nitwork-dont-change-resent-packet-id
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    91d58ff View commit details
    Browse the repository at this point in the history
  66. SERVER-NETWORK: Fix codeRabbit requests

    PATCH
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    3062a04 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    5c91fa5 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    de90100 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    31962ba View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    df7f7ac View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    d8a2192 View commit details
    Browse the repository at this point in the history
  72. Merge pull request #100 from X-R-G-B/fix/Nitwork-dont-change-resent-p…

    …acket-id
    
    NITWORK: Fix packet id doesn't need to change if he's resent
    Saverio976 authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    24a2884 View commit details
    Browse the repository at this point in the history
  73. ECS: Fix system line for pr

    TTENSHII committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a9468b4 View commit details
    Browse the repository at this point in the history
  74. ECS: Fix boss warnings

    TTENSHII committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a876825 View commit details
    Browse the repository at this point in the history
  75. Merge pull request #102 from X-R-G-B/fix/RB-129

    CLIENT-NETWORK: Fix cache not used spam relative
    romainpanno authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    de2ff84 View commit details
    Browse the repository at this point in the history
  76. Add current progress

    guillaumeAbel committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    3b923a0 View commit details
    Browse the repository at this point in the history
  77. ECS: Fix merge request

    TTENSHII committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    d45c480 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    dee45ef View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    5ccab6a View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    d9bbfc3 View commit details
    Browse the repository at this point in the history
  81. Add current progress

    guillaumeAbel committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    22b880e View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    a36c457 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    bc2ccb6 View commit details
    Browse the repository at this point in the history
  84. Merge pull request #104 from X-R-G-B/feature/RB-126-system-receive-br…

    …oadcast-position-absolute
    
    CLIENT-NETWORK: Add system receive broadcast position absolute
    Saverio976 authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    09df31e View commit details
    Browse the repository at this point in the history
  85. Merge remote-tracking branch 'origin/dev' into feature/RB-118-system-…

    …receive-broadcast-position-relative
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    d67fd11 View commit details
    Browse the repository at this point in the history
  86. ECS: Fix merge request

    TTENSHII committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c789ad9 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    220f7f6 View commit details
    Browse the repository at this point in the history
  88. CLIENT-NETWORK: Fix any cast

    PATCH
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9ede287 View commit details
    Browse the repository at this point in the history
  89. CLIENT-GAME: Fix parallax reset position

    PATCH
    romainpanno committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    f1eb240 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    56cddf4 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    bb063d1 View commit details
    Browse the repository at this point in the history
  92. Merge pull request #99 from X-R-G-B/RB-123-Fix-random-bullet-out-of-b…

    …ound
    
    Rb 123 fix random bullet out of bound
    guillaumeAbel authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    9ab9680 View commit details
    Browse the repository at this point in the history
  93. Merge pull request #103 from X-R-G-B/fix/RB-133-change-to-real-player

    Fix/rb 133 change to real player
    guillaumeAbel authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4ce01b1 View commit details
    Browse the repository at this point in the history
  94. NITWORK: Remove/update logging level

    PATCH
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    c78d1a7 View commit details
    Browse the repository at this point in the history
  95. Merge branch 'feature/RB-118-system-receive-broadcast-position-relati…

    …ve' of github.com:X-R-G-B/R-Bus into feature/RB-118-system-receive-broadcast-position-relative
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    240b31e View commit details
    Browse the repository at this point in the history
  96. Merge remote-tracking branch 'origin/dev' into feature/RB-118-system-…

    …receive-broadcast-position-relative
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    53a556e View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    77cd037 View commit details
    Browse the repository at this point in the history
  98. Merge pull request #106 from X-R-G-B/feature/RB-118-system-receive-br…

    …oadcast-position-relative
    
    Feature/rb 118 system receive broadcast position relative
    romainpanno authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6037af2 View commit details
    Browse the repository at this point in the history
  99. JSON: Add eof to json

    PATCH
    Saverio976 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    1303069 View commit details
    Browse the repository at this point in the history