aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-16deactivate ball after 5sLibravatar David1-3/+17
2022-07-16make buffs workLibravatar David5-104/+111
2022-07-16fix up angle and forceLibravatar David1-1/+2
2022-07-16better stopping detectionLibravatar David1-12/+31
2022-07-16better mouse handling. correct impulseLibravatar David1-4/+15
2022-07-16change player script to work with new structureLibravatar David1-119/+78
2022-07-16base implementation for the buffsLibravatar IcECreAm7776-2/+262
they are not tested and the extra stroke is missing since we need the scoring system for it beforehand
2022-07-16add separate shooting intensityLibravatar David3-34/+73
2022-07-16applying force after pressing leftclick and dragging the mouseLibravatar IcECreAm7771-9/+62
2022-07-16basic camera movementLibravatar IcECreAm7773-3/+242
also events for other movements
2022-07-15create base project structureLibravatar cel2-0/+60