userIan Hendersoncancel
branchrust_reboot/main/game_room_dlccancel

17 Commits over 92 Days - 0.01cph!

main -> game_room_dlc
Yesterday
main -> game_room_dlc
4 Days Ago
main -> game_room_dlc
18 Days Ago
Fixed pooltable NRE'ing on spawn
18 Days Ago
Codegen Manifest
18 Days Ago
Second set of cherrypicks
18 Days Ago
First set of cherry picks from game_room_dlc old because of plastics 'issues' up to 151245
26 Days Ago
main -> game_room_dlc
27 Days Ago
game_room_dlc_pool -> game_room_dlc
35 Days Ago
main -> game_room_dlc
35 Days Ago
Pool table deployable
40 Days Ago
Add pocket support (which deletes the ball on contact)
40 Days Ago
Ball collision detection (against other bodies that arent walls) Velocity response when two of those bodies hit (equal and opposite reaction) 🤓
40 Days Ago
main -> game_room_dlc
56 Days Ago
pooltable_and_dartboard_models -> game_room_dlc
56 Days Ago
main -> game_room_dlc
4 Months Ago
Created a small physics engine for Pool - Uses ball and line intersection - Cheap - Data based structure so we can thread it/run on native Still lots to implement. Working proof of concept