Commit graph

55 commits

Author SHA1 Message Date
anyreso
fae82c45f8 ♻️ enhance readability, lerp both first and third person rotations, and set initial camera rotation to improve accuracy in relative motion derivation 2024-12-10 16:56:19 -05:00
anyreso
35302c2e45 revert jetpack vertical force 2024-12-05 21:31:57 -05:00
anyreso
97a60cb86f 🐛 fix camera position on respawn 2024-12-05 18:01:57 -05:00
anyreso
0052cc862c 🐛 drop inputs controller events when owner is not alive 2024-12-01 22:17:31 -05:00
anyreso
c961300822 jetpack stuttering, physics updates, deps upgrades 2024-11-06 14:24:28 +00:00
anyreso
8be7043b83 backup old work 2024-10-16 19:59:38 -04:00
anyreso
97c8292858 👽 interstellar delivery 2024-10-16 21:43:01 +00:00
anyreso
547c97bfba 🐛 use 8-bit integer for synced health, damage scaling and display updates 2024-05-14 10:20:45 -04:00
anyreso
de902271df 🐛 multiplayer fix 2024-05-12 17:18:09 -04:00
anyreso
7498d4206c 🩹 rename nickname to username 2024-05-11 18:26:46 -04:00
anyreso
696c349b67 progress bar / waypoint / iffs improvements 2024-05-11 15:25:22 -04:00
anyreso
6ba368c76e flag refactoring 2024-05-09 01:17:10 -04:00
anyreso
69c8b65093 ♻️ systems refactoring 2024-05-08 10:25:06 -04:00
anyreso
5ab387571e rename game manager 2024-05-07 22:57:53 -04:00
anyreso
6df677eda7 Inventory, Weapons and refactoring 2024-05-07 14:21:10 +00:00
anyreso
cf95b4a25d 🐛 fix pawn check for player in singleplayer mode 2024-04-29 13:21:32 -04:00
anyreso
fbb5c62f42 🐛 hide 3rd person from the start and show it if required 2024-04-29 16:17:14 +00:00
Squinty
aaf4759f3b Reduce radius of WalkableSurfaceSensor 2024-04-29 00:33:25 +02:00
Squinty
d3b10ca332 Add Flagstand prop and fix walking on non-terrain surfaces 2024-04-28 22:22:36 +00:00
anyreso
5d896e1dd3 🔧 Settings, Maps and Environments management 2024-04-28 06:15:19 +00:00
Squinty
b339bf34f0 Extract MatchParticipantComponent from Player entity and fix HealthComponent tests 2024-04-27 13:32:03 +00:00
Squinty
6c32664405 Refactor Multiplayer code 2024-04-26 22:24:34 +00:00
Squinty
3fe0b55f9c Implement friend and foe IFF color change and fix bugs 2024-04-26 21:01:10 +00:00
Squinty
24eac3be7b Implement Teams and disallow team damage in Rabbit 2024-04-26 15:49:43 +00:00
sean.s.mclaughlan
198998ba22 Add jetpack effect 2024-04-26 02:32:49 -07:00
Squinty
323c5f1c99 Make the Flag entity smooth as silk 2024-04-25 19:18:15 +00:00
Squinty
f9c5a2218e 🐛 Fix crashes when leaving Multiplayer mode 2024-04-24 21:26:14 +00:00
Squinty
e02f52be49 HOTFIX: reset springarm position on respawn 2024-04-24 22:35:01 +02:00
Squinty
9e923ecdd5 🐛 Fix player nicknames and IFFs 2024-04-24 12:27:51 +00:00
Squinty
ae75c64236 Add flag grabbing/carrying scoring logic 2024-04-24 07:45:04 +00:00
anyreso
81bcd95d42 🍻 Shoot straight and clean up mode management 2024-04-24 07:08:24 +00:00
Squinty
eb81b47039 Assign kills and points on kill, not on respawn 2024-04-22 22:07:58 +00:00
Squinty
1ef147cc28 Scoring and Scoreboard implemented 2024-04-22 20:05:05 +00:00
anyreso
1ace657b32 new placeholder gun 2024-04-21 02:01:01 +00:00
schorsch_huckleberry
e5074e3174 ⚗️ HUD updates 2024-04-20 19:40:23 +00:00
Squinty
2c7ebddf75 Fix: reinstate import metadata 2024-04-19 22:47:28 +00:00
Squinty
01e25ccedf Implement movement smoothing on Player entity 2024-04-19 22:02:37 +00:00
Karan Codes
71ff1e1622 IFF Updates 2024-04-19 20:43:55 +00:00
Squinty
aa4df9adbb Fix broken Player scene missing Spine IK target 2024-04-19 10:43:00 +00:00
anyreso
20eb9824cd enforce static typing 2024-04-19 06:19:21 +00:00
Squinty
675974150f Minor method renaming 2024-04-19 00:14:13 +02:00
Squinty
2c2c3ec719 Implement a Settings menu 2024-04-18 16:53:34 +00:00
anyreso
c3582b04e6 Merge branch 'fix/mouse' into 'develop'
🐛 fix camera updates

See merge request open-fpsz/open-fpsz!47
2024-04-18 15:55:07 +00:00
anyreso
251b51f10b 🐛 fix camera updates 2024-04-18 15:55:07 +00:00
Squinty
fbe895cd60 Fix: Flag Carriers struggling to climb ropes.
* This was due to a wrong physical layer mask on ShapeCast
2024-04-18 15:43:37 +02:00
anyreso
4eb9442abb Add simple skybox and base environment 2024-04-17 19:51:27 +00:00
Squinty
94fbf5c604 Use escape key to get back to main menu 2024-04-17 19:21:31 +00:00
Squinty
503e15b591 🐛 Fix network issues affecting flag and player movement 2024-04-17 16:07:24 +00:00
Squinty
3640aeb4cf Working profile names in-game, basic settings save/load system, flag drops on player death 2024-04-16 21:39:08 +00:00
Squinty
9ee9d63916 Flag entitty implemented 2024-04-15 20:41:19 +00:00