branchrust_reboot/main/CardGamescancel

464 Commits over 120 Days - 0.16cph!

3 Years Ago
Fix static card table variants not having the new material
3 Years Ago
Material edit
3 Years Ago
Fix community cards not being lit, making them too bright in dark conditions
3 Years Ago
Merge Main->CardGames
3 Years Ago
Cards
3 Years Ago
- Added even smaller card images for the community cards on the table. - Added a static dictionary of those cards to the table itself. Fixes a bug where if the player hasn't used a poker UI yet, the community cards of an in-progress poker game near them would show as blank.
3 Years Ago
Unity was taking a dumb amount of time just to assign a sprite in world space UI. In editor it was >1ms per assignment. Made large cards be 512 at max size instead of 2048 which improves the time a lot.
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Merge visible poker chips -> CardGames
3 Years Ago
Add a 300ms delay to the start of the card draw sounds, so they they play more in the middle of the card flip, and give a chance for the action sounds to be heard separately
3 Years Ago
Prevent doubled-up action sounds by clearing the last action info after Save
3 Years Ago
Don't try to make random moves (editor only) if we're in-between turns
3 Years Ago
Change the "None" poker input to be a 0 value, instead of a 1
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Fix timer showing between moves sometimes
3 Years Ago
Move server var
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Merge AddDelayBetweenTurns -> CardGames. Will wait until after May's release to merge to Main.
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Started cleaning up some poker code but mostly left it as-is in the end. The current version is well tested and proven at this point, I decided not to mess with it.
3 Years Ago
If players get some scrap back (due to varied all-in amounts), show them as neutral in the UI instead of red
3 Years Ago
Fix winner score not being sent anymore
3 Years Ago
Fix LeftRoundEarly bool check
3 Years Ago
Clear local player card data properly if they leave the table
3 Years Ago
Local player stop holding cards after folding (broke with the new changes to remember the cards they had)
3 Years Ago
Increase local player folded card opacity
3 Years Ago
UI card display fix
3 Years Ago
Merge Main -> CardGames
3 Years Ago
Don't show the icon if the local player had folded
3 Years Ago
Show an icon in the player widget so the local player can see whether they're showing their cards or not
3 Years Ago
Another adjustment
3 Years Ago
Card UI adjustment
3 Years Ago
Allow players to optionally reveal their hand
3 Years Ago
Fix potential NRE in the poker tester window
3 Years Ago
poker chip models
3 Years Ago
Merge Main -> CardGames
3 Years Ago
More player card work
3 Years Ago
Simplify copying local player card data
3 Years Ago
- After local player folds, still show their cards to them, but greyed out - More work on card sync - Cleaned up SubOnPlayerLeaving code - Make sure local player's cards refresh immediately when sent Protocol++
3 Years Ago
Lower sort order of card table UI to 30 (was 100)
3 Years Ago
Fix local player's cards being hidden
3 Years Ago
Don't show cards at the end of a round except for the winner in a showdown
3 Years Ago
Fixed random moves (editor only) attempting to bet/raise zero
3 Years Ago
Knock sound now plays when a player checks
3 Years Ago
Added double knock-on-wood sounds for checking (my recordings)
3 Years Ago
Fixed Royal Flush showing as Flush
3 Years Ago
Improved the winning hand UI message
3 Years Ago
Show the winning hand in the winner info UI