Nicholas Eli Butzke Dotts
  • Fowlerville, Michigan
  • Joined on 2026-03-21
Dotts merged pull request Dotts/Papay-Shooter#14 2026-06-06 19:31:25 -07:00
Feat/10 adding multiplayer fundamentals
Dotts created pull request Dotts/Papay-Shooter#14 2026-06-06 19:31:18 -07:00
Feat/10 adding multiplayer fundamentals
Dotts pushed to feat/10-adding-multiplayer-fundamentals at Dotts/Papay-Shooter 2026-06-06 18:16:54 -07:00
1a989f3586 feat: implement player movement controller and movement state machine system
30dbf7a4cd feat: implement player movement controller and initial weapon framework including double barrel shotgun and explosive projectiles
54dfd342c2 feat: implement walking and killable enemy dummy entities and player movement controller base
eb9344c0bb feat: implement PlayerMovementController with support for movement states, multiplayer synchronization, and audio/UI systems
Compare 4 commits »
Dotts pushed to feat/10-adding-multiplayer-fundamentals at Dotts/Papay-Shooter 2026-06-06 17:45:20 -07:00
07a15fe998 fix: a lot of network sync fixes
dbbfbef4a4 fix: a lot of networking bugs
ff3e01a9e5 feat: implement procedural humanoid animations, modular weapon system, and dummy entity base classes
Compare 3 commits »
Dotts pushed to feat/10-adding-multiplayer-fundamentals at Dotts/Papay-Shooter 2026-06-06 12:20:04 -07:00
fcdd75afc0 feat: add match HUD with scoreboard, timer, and dynamic killfeed
cd034d1aea feat: add dust2 level builder, player movement controller, and UI menu components
Compare 2 commits »
Dotts pushed to feat/10-adding-multiplayer-fundamentals at Dotts/Papay-Shooter 2026-06-06 11:49:49 -07:00
31336fe870 feat: add Dust 2 level builder and implement pause menu UI with settings and loadout management
Dotts pushed to feat/10-adding-multiplayer-fundamentals at Dotts/Papay-Shooter 2026-06-06 11:35:45 -07:00
acfb8bca16 feat: implement network manager, pause menu, and export configuration for project deployment
Dotts pushed to feat/10-adding-multiplayer-fundamentals at Dotts/Papay-Shooter 2026-06-06 11:23:36 -07:00
d3680765da adj: respawning kills self
2a3e6a2c78 fix: fixing respawning
9adbff3968 feat: implement multiplayer network manager and player movement controller with base game entities and UI
168bd8f1ce feat: implement networked match HUD with real-time scoreboard and killfeed systems
aefed46daf feat: adding basic multiplayer
Compare 5 commits »
Dotts created branch feat/10-adding-multiplayer-fundamentals in Dotts/Papay-Shooter 2026-06-06 10:11:37 -07:00
Dotts pushed to feat/10-adding-multiplayer-fundamentals at Dotts/Papay-Shooter 2026-06-06 10:11:37 -07:00
Dotts merged pull request Dotts/Papay-Shooter#13 2026-06-06 10:09:50 -07:00
Feat/9 adding main menu fundamentals
Dotts pushed to main at Dotts/Papay-Shooter 2026-06-06 10:09:50 -07:00
59096d322a Merge pull request 'Feat/9 adding main menu fundamentals' (#13) from feat/9-adding-main-menu-fundamentals into main
45353dc982 fix: dead player ragdoll no longer triggers leaving the combat area
2aa7ff0337 feat: added loadout options to the main menu
11adbc339a feat: singleplayer level selector
2baf27efd1 feat: basic main menu to load dust 2 on singleplayer
Compare 5 commits »
Dotts deleted branch feat/9-adding-main-menu-fundamentals from Dotts/Papay-Shooter 2026-06-06 10:09:50 -07:00
Dotts created pull request Dotts/Papay-Shooter#13 2026-06-06 10:09:45 -07:00
Feat/9 adding main menu fundamentals
Dotts pushed to feat/9-adding-main-menu-fundamentals at Dotts/Papay-Shooter 2026-06-06 10:09:09 -07:00
45353dc982 fix: dead player ragdoll no longer triggers leaving the combat area
2aa7ff0337 feat: added loadout options to the main menu
11adbc339a feat: singleplayer level selector
2baf27efd1 feat: basic main menu to load dust 2 on singleplayer
Compare 4 commits »
Dotts created branch feat/9-adding-main-menu-fundamentals in Dotts/Papay-Shooter 2026-06-06 09:47:31 -07:00
Dotts pushed to feat/9-adding-main-menu-fundamentals at Dotts/Papay-Shooter 2026-06-06 09:47:31 -07:00
Dotts pushed to main at Dotts/Papay-Shooter 2026-06-06 09:44:40 -07:00
83c6ce7993 Merge pull request 'Feat/8 adding a=map=basic=dust2' (#12) from feat/8-adding-a=map=basic=dust2 into main
5f2c2462e2 feat: preventing players from leaving the playable area
64e024eb32 fix movement through the map is easier
050912ca61 fix: better sites
775e57ba4a feat: basic dust 2
Compare 5 commits »
Dotts deleted branch feat/8-adding-a=map=basic=dust2 from Dotts/Papay-Shooter 2026-06-06 09:44:40 -07:00
Dotts merged pull request Dotts/Papay-Shooter#12 2026-06-06 09:44:38 -07:00
Feat/8 adding a=map=basic=dust2