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

Merging all the changes till deck updation at player ID #410

Merged
merged 52 commits into from
May 17, 2024
Merged

Commits on Mar 25, 2024

  1. Update verus_migration.md

    sg777 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    28b4917 View commit details
    Browse the repository at this point in the history
  2. Creating doc files

    sg777 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    12e0406 View commit details
    Browse the repository at this point in the history
  3. Update player_joining.md

    sg777 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ff30d14 View commit details
    Browse the repository at this point in the history
  4. Update player_rejoining.md

    sg777 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    839e244 View commit details
    Browse the repository at this point in the history
  5. Creating player.md

    sg777 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3b72399 View commit details
    Browse the repository at this point in the history
  6. Update player_joining.md

    sg777 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e031783 View commit details
    Browse the repository at this point in the history
  7. Update player_rejoining.md

    sg777 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3e6203e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Update player_rejoining.md

    sg777 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c363b68 View commit details
    Browse the repository at this point in the history
  2. Update player_rejoining.md

    sg777 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c281d58 View commit details
    Browse the repository at this point in the history
  3. Update game_state.md

    sg777 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    85ef297 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Update predictable_betting.md

    sg777 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8708f0c View commit details
    Browse the repository at this point in the history
  2. Update predictable_betting.md

    sg777 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9700402 View commit details
    Browse the repository at this point in the history
  3. Update predictable_betting.md

    sg777 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    26cacc3 View commit details
    Browse the repository at this point in the history
  4. Update predictable_betting.md

    sg777 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b71fc08 View commit details
    Browse the repository at this point in the history
  5. Update verus_migration.md

    sg777 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    531ed48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    684cb41 View commit details
    Browse the repository at this point in the history
  7. Adding debugging log

    sg777 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6c31bf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a8bdf9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    736e60f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1219bd3 View commit details
    Browse the repository at this point in the history
  11. Returning correct type

    sg777 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4fd404d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    074d89f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    443c64a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    04e054a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ba13a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260dd44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0de293c View commit details
    Browse the repository at this point in the history
  5. Adding informational log

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    427f7bb View commit details
    Browse the repository at this point in the history
  6. Running clang-format

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9c40dde View commit details
    Browse the repository at this point in the history
  7. Dealer init - WIP

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ae453bb View commit details
    Browse the repository at this point in the history
  8. Fixing minor bug

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9708e31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5abf62f View commit details
    Browse the repository at this point in the history
  10. Minor bug fix

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    adbac92 View commit details
    Browse the repository at this point in the history
  11. Running clang-format

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d6c8384 View commit details
    Browse the repository at this point in the history
  12. Adding informational log

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    016bb21 View commit details
    Browse the repository at this point in the history
  13. Making sure dealer is having atleast 1 CHIPs to host the table, 1 CHI…

    …Ps is sufficient to make 1000 updates which is sufficient for poker game
    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    764e0cd View commit details
    Browse the repository at this point in the history
  14. Adding informational log

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    81c236c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fd28c7e View commit details
    Browse the repository at this point in the history
  16. Made changes to table init

    sg777 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8a64f50 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    f93ebc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    302ab99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a09bb88 View commit details
    Browse the repository at this point in the history
  4. Minor bug fix

    sg777 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    61c785f View commit details
    Browse the repository at this point in the history
  5. Minor crash fix

    sg777 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    045179e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    791602e View commit details
    Browse the repository at this point in the history
  7. Minor bug fix

    sg777 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    41537d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24cd6d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b7877b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25bc852 View commit details
    Browse the repository at this point in the history
  11. Running clang

    sg777 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f0247d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a844713 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    38aa7f5 View commit details
    Browse the repository at this point in the history