Commit Graph

184 Commits

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