Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
d49d7bf
Convert Matchmaker to P2P Proxy
zicklag Nov 6, 2022
e7c2988
Sort Dependencies in Cargo TOML
zicklag Nov 6, 2022
84c9d8f
Update Dependencies
zicklag Nov 6, 2022
f3a1be9
Update to Quinn Release
zicklag Nov 6, 2022
765ca79
Make Compile After Adding GGRS Plugin
zicklag Nov 7, 2022
e96fbf3
Start Working on Fixing Game With Rollback
zicklag Nov 10, 2022
20bf78c
Add Arbitrary Match Data to Matchmaker Requests
zicklag Nov 13, 2022
7842891
Properly Handle Just Pressed Inputs
zicklag Nov 13, 2022
ee8f3b1
Fix Player Inputs Again
zicklag Nov 13, 2022
2e49fb6
Move Rollback Type Registration Out of main.rs
zicklag Nov 13, 2022
cbfee45
Cargo Update
zicklag Nov 13, 2022
8432f7b
Update Rust Toolchain
zicklag Nov 13, 2022
e748121
Cargo Format
zicklag Nov 13, 2022
84b2266
Address New Clippy Lints
zicklag Nov 13, 2022
c9f9e7b
Rollback Script State
zicklag Nov 14, 2022
eac0f61
Create Script Entity List Construct
zicklag Nov 15, 2022
83772b9
Remove Old Unwrap-or-default and Code Comment
zicklag Nov 15, 2022
8585caf
Updat Bevy GGRS Git Version
zicklag Nov 15, 2022
4ddda95
Don't Auto-Reset Animations
zicklag Nov 16, 2022
7b0f0eb
Migrate Away From Events
zicklag Nov 16, 2022
5ae15d2
Fix Sword Damage Regions
zicklag Nov 17, 2022
23780e5
Disable Item Scripts
zicklag Nov 18, 2022
07c6f03
Migrate Player States to Rust
zicklag Nov 19, 2022
c5e5122
Migrate Player Spawner to Rust
zicklag Nov 19, 2022
76cfdb6
Port Sproingers to Rust
zicklag Nov 20, 2022
70535d4
Rollback 8 Frames & Migrate Camera Controller
zicklag Nov 20, 2022
59e59ba
Tweak Physics Paramters In Response to Lower UPS
zicklag Nov 20, 2022
534e237
Try to Make Player Spawn Deterministic
zicklag Nov 21, 2022
7e2a09d
Fix Game Reset Button
zicklag Nov 21, 2022
b89eae7
Make Player Spawn Point Deterministic
zicklag Nov 21, 2022
f6b8ea2
Update Matchmaker Proxy
zicklag Nov 21, 2022
27c08c7
Re-establish Matchmaking
zicklag Nov 21, 2022
6287270
Setup Multiplayer Session
zicklag Nov 21, 2022
6d3d2e3
Cargo Format
zicklag Nov 21, 2022
af26ee4
Fix Multiple Player Map Selection Glitch
zicklag Nov 21, 2022
62434c6
Re-implement Swords
zicklag Nov 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ src/.DS_Store
.DS_Store
/.idea/
book/book
.vscode
.vscode
trace-*.json
perf.data*
callgrind.out*
Loading