183 Commits

Author SHA1 Message Date
Sardelka
b96d349e4a Lots of sh*t
API cleanup
Complete deluxo transformation sync
blahblahblah
2022-05-31 09:14:30 +08:00
Sardelka
ad698a656d Removed LVector, LQuaternion.
Server side optimization.
Nework optimization (streaming distance).
2022-05-30 14:32:38 +08:00
Sardelka
aefea337f1 Some optimization. 2022-05-30 11:11:40 +08:00
Sardelka
08aa1370de Add nozzle and deluxo transformation sync. 2022-05-29 18:16:32 +08:00
sausage
897d02ee1d Directory and file path change, added new option to disable Esc pause 2022-05-25 11:32:34 +08:00
sausage
f4e9767184 Big update! Projectile sync, latency and weapon fix 2022-05-25 10:09:59 +08:00
sausage
1218a95757 Update assembly versions 2022-05-22 16:56:35 +08:00
sausage
a716db1ac6 Add files 2022-05-22 15:55:26 +08:00
EntenKoeniq
c84e9ee146 Update CoopServer.csproj 2022-04-23 01:45:26 +02:00
EntenKoeniq
f5c9d8fc0b Last small changes 2022-04-19 07:41:39 +02:00
EntenKoeniq
bae21a877d Welcome back IPv4 request! 2022-04-19 05:33:18 +02:00
EntenKoeniq
e8c376154a Removed custom ipv4. Small changes 2022-04-19 03:38:48 +02:00
EntenKoeniq
6f79842121 Small server changes. Removed unused client function 2022-04-19 00:16:14 +02:00
EntenKoeniq
371e3659ab Small fix 2022-04-14 12:33:19 +02:00
EntenKoeniq
146cc709eb Other small changes 2022-04-14 12:18:07 +02:00
EntenKoeniq
e978c13f41 Some changes and bug fixes 2022-04-14 05:27:47 +02:00
EntenKoeniq
81733a2c19 Some changes and bug fixes 2022-04-14 02:08:13 +02:00
EntenKoeniq
f6ceb7308b Small changes and bug fixes 2022-04-12 08:15:25 +02:00
EntenKoeniq
ea2af8070b Removed unused Packets.DataFileType 2022-04-12 07:51:35 +02:00
EntenKoeniq
b4f4c47466 Added new functions for javascript and small changes 2022-04-12 07:40:56 +02:00
EntenKoeniq
06efd709c5 Now we can trigger events! 2022-04-12 06:04:02 +02:00
EntenKoeniq
e27d42dad6 Added ServerClientEvent (not ready yet) 2022-04-12 05:05:27 +02:00
EntenKoeniq
71b57dec80 Added broken headlight synchronization. Small changes 2022-04-12 03:07:41 +02:00
EntenKoeniq
e229893bbc Added custom IP address for the server. Updated vehicle sync. Small bug fixes 2022-04-12 01:55:33 +02:00
EntenKoeniq
53c2666943 DownloadManager bug fixed 2022-04-11 16:52:06 +02:00
EntenKoeniq
625ae2aa7b Small fix 2022-04-11 14:22:51 +02:00
EntenKoeniq
cbc02b48be Added download for maps. Added "MapLoader.cs". Small changes. Added new functions for Javascript 2022-04-11 13:07:46 +02:00
EntenKoeniq
7a010a6da2 Update PlayerData.cs 2022-04-10 14:44:56 +02:00
EntenKoeniq
75fb2c29d3 Code conventions. Small changes and bug fixes 2022-04-10 14:34:55 +02:00
EntenKoeniq
244b4148cf Small changes 2022-04-08 22:30:34 +02:00
EntenKoeniq
5991aba8fc Fixed bug where files over 5kb were written incorrectly 2022-04-06 10:43:32 +02:00
EntenKoeniq
ce00f07e89 Small changes for later 2022-04-06 08:44:17 +02:00
EntenKoeniq
8383c1fd0e More bug fixes 2022-04-06 06:52:02 +02:00
EntenKoeniq
1e1b22462d More bug fixes and changes for DownloadManager 2022-04-06 05:54:03 +02:00
EntenKoeniq
a6d2acac79 Bug fixes and revised DownloadManager for client 2022-04-06 05:10:29 +02:00
EntenKoeniq
fedc036e76 Changes for the upcoming update 2022-04-06 02:18:24 +02:00
EntenKoeniq
ebba1e5d28 Small changes and stopping sending own disconnect packet 2022-04-03 19:48:51 +02:00
EntenKoeniq
fffe619f1e Packet renamed 2022-04-03 19:28:25 +02:00
EntenKoeniq
7777310267 DownloadManager updated [Server] 2022-04-03 18:46:57 +02:00
EntenKoeniq
c8923359f1 Fixed exception with deep clone 2022-04-03 03:22:28 +02:00
EntenKoeniq
989dcaeb0b DownloadManager works! 2022-04-03 02:27:30 +02:00
EntenKoeniq
7c194f38a6 DownloadManager update (NOT DONE YET!) 2022-04-02 23:02:49 +02:00
EntenKoeniq
095c920f38 Added DownloadManager for the server (NOT DONE YET!) 2022-04-02 19:12:15 +02:00
EntenKoeniq
9c3aab008c Added and changed documentation for some functions. Hopefully fixed #54 2022-03-25 15:45:22 +01:00
EntenKoeniq
44c04147cc Changed MasterServer address 2022-03-20 18:49:39 +01:00
EntenKoeniq
474cba33fa Unused variables removed. MasterServer connection updated 2022-03-20 09:21:41 +01:00
Makinolo
a52be608a2 Accepts underscore and dash as valid characteres for user name 2022-02-17 14:42:54 -07:00
Makinolo
f283a3391c Fixes exception when a resource sends a message to all
... not specifying a recipient group and there is no one left
connected to the server to send it to.
2022-02-12 21:17:41 -07:00
Makinolo
32ea3a0037 Adds logging to disconnection to help debugging
When the user is disconnected from a malformed or wrong message
it is now logged in the server for debugging purposes.
If the disconnection comes from the client itself, the reason
of disconnection will contain the offending message type.
2022-02-06 09:59:18 -07:00
EntenKoeniq
6f2da854a9 Better brake lights 2022-01-01 17:24:55 +01:00