Commit Graph

261 Commits

Author SHA1 Message Date
Sveske_Juice dc4309fba9 Remove unnecessary assembly definitions
we are using them completely wrong, so there's no gain in having them
2024-03-17 19:59:07 +01:00
Sveske_Juice 0e9b82ca43 Store in circular buffer & gizmo for local and server rope on client 2024-03-17 18:53:53 +01:00
Sveske_Juice c9b874667e Property drawer for circular buffer 2024-03-17 18:17:12 +01:00
Sveske_Juice 35117a5d8b Send game state to client rpc with tick info.
Still WIP on fields in game state (should include player pos, enemies in future)
2024-03-17 17:55:35 +01:00
Sveske_Juice 2d7d7f2d4e Big cleanup of unused packages 2024-03-17 17:36:20 +01:00
Sveske_Juice 2b6f6606fc No need for rope collider and rigidbody on rope points 2024-03-17 13:55:28 +01:00
kimx100 ad1746d4a2 Better layering and added controller support 2024-03-06 23:25:13 +01:00
Sveske_Juice 5fbba01ca0 rope :(( 2024-03-05 00:28:27 +01:00
BOTAlex 5da9a7c15d Now synced scale 2024-03-04 23:52:15 +01:00
Sveske_Juice 2a9000b120 Rope overwrite client with server rope 2024-03-04 18:08:18 +01:00
Sveske_Juice add18eb38c Merge remote-tracking branch 'origin/main' 2024-03-04 18:07:37 +01:00
BOTAlex f4ba2d210c Players now not spawning exactly same space 2024-03-04 17:46:15 +01:00
BOTAlex 0cc9832bed Added multiplayer debug ui 2024-03-04 17:41:37 +01:00
Sveske_Juice 0b5240af54 Merge remote-tracking branch 'origin/main' 2024-03-04 17:40:36 +01:00
Sveske_Juice f0f56c5b70 rope wip 2024-03-04 17:40:23 +01:00
BOTAlex 9f6bd2d131 Ignore player and rope collision 2024-03-04 17:18:31 +01:00
BOTAlex 026d427dc0 I think server-side movement working. But rope is weird 2024-03-02 15:07:08 +01:00
kimx100 fe3cf2a44c Enemies pushing player fixed 2024-03-01 21:56:46 +01:00
BOTAlex eae9ae9370 Added server-sided movement! 2024-03-01 19:44:22 +01:00
Sveske_Juice 12cb5d7987 Merge remote-tracking branch 'origin/main' 2024-02-29 20:37:27 +01:00
Sveske_Juice ed46e8ae97 some work on rope and utilities 2024-02-29 20:36:48 +01:00
BOTAlex 49580e68f1 We got enemy spawning!!! 2024-02-29 20:21:36 +01:00
BOTAlex d8f8cdc37a Enemy now spawns and is transform synced 2024-02-29 20:15:48 +01:00
BOTAlex 8b60e45bab Upgraded ZDisabler with support of IsServer 2024-02-29 19:32:14 +01:00
BOT Alex a706cd7e45 Sync + enemies hopefully networked spawning 2024-02-29 17:42:20 +01:00
Sveske Juice 925934ccda Display rope on client (We need to implement client prediction and reconciliation for rope) 2024-02-29 15:41:53 +01:00
Sveske_Juice bbbe287c1d Rope now only simulated on server 2024-02-28 20:25:01 +01:00
BOTAlex a5e033535e Enemies now only spawning on server 2024-02-28 19:27:24 +01:00
BOTAlex f203b6d710 Started server-sided rope 2024-02-28 18:59:39 +01:00
BOT Alex 4b228771e5 Merge branch 'main' of https://gitea.deprived.dev/Sveskejuice/fgm24 2024-02-28 14:50:20 +01:00
BOT Alex 792b5407d2 Rope now connects on join 2024-02-28 14:50:14 +01:00
Sveske Juice e98dd018bb Rope test 2024-02-27 21:17:44 +01:00
BOT Alex 8a4a50bd67 Merge branch 'main' of https://gitea.deprived.dev/Sveskejuice/fgm24 2024-02-27 21:04:35 +01:00
BOT Alex fb8eee4bdc Cameras now follows players 2024-02-27 21:04:26 +01:00
Sveske Juice 2315d2241e Spawn rope 2024-02-27 20:37:15 +01:00
BOT Alex a2fcdb9d07 QuickPatch 2024-02-27 20:29:37 +01:00
BOT Alex 801dcd3d66 Merge branch 'main' of https://gitea.deprived.dev/Sveskejuice/fgm24 2024-02-27 20:18:39 +01:00
BOT Alex 9a2538c772 Players now registers themselvs to gamemanager 2024-02-27 20:18:17 +01:00
Sveske Juice a076f5000f Refactor rope simulator 2024-02-27 19:54:10 +01:00
BOT Alex 48b92c3705 Merge branch 'main' into Netcode 2024-02-27 18:28:12 +01:00
BOT Alex 8a3c164169 Players now move unsynced 2024-02-27 18:27:37 +01:00
BOTAlex c590bc893f Multiplayer now joinable!!! NO ERRORS ON JOIN!!! 2024-02-20 03:19:28 +01:00
BOTAlex 32f5f27201 rope rebuild giving errors 2024-02-15 01:32:08 +01:00
BOTAlex 5fb3197aba I'm soo close to online multiplayer. I can almost taste it! 2024-02-14 16:29:24 +01:00
BOTAlex 91b3c89657 Imported ParallelSync 2024-02-14 15:34:22 +01:00
Sveske_Juice b1cda4f602 Get ropejoints from players and init rope 2024-02-14 14:45:38 +01:00
Sveske_Juice ae60d7b1b4 Build rope from code 2024-02-14 14:37:29 +01:00
BOTAlex c0d9c685ca Progress on gmae setup script 2024-02-14 05:37:52 +01:00
BOTAlex 81862a21f0 Small changes (Orginized scripts into assembly definitions) 2024-02-14 04:30:38 +01:00
SpoodyTheOne e1e1f9d303 CRIPstal done 2024-02-09 12:24:42 +01:00