171 Commits

Author SHA1 Message Date
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
EntenKoeniq
42903a1b53 MaxLatency added 2022-01-01 15:58:14 +01:00
EntenKoeniq
3f4eeb0a32 Parachute sync added. Small changes 2022-01-01 04:16:24 +01:00
EntenKoeniq
7cc91ebbbd Split packets 2022-01-01 03:07:18 +01:00
Makinolo
a7a71a4651 Fixes copy paste error
NetIncomingMessageToPacket was overwriting the
NetHandle with the value of the Target and this was making
the from Handle in the messages processed by the resources
to be zero.
2021-12-28 16:54:42 -07:00
EntenKoeniq
24eb221f57 Addded Climb and ClimbLadder sync. Small changes 2021-12-28 19:14:51 +01:00
EntenKoeniq
64dd2f5768 Small changes. ParachuteFreeFall is now working 2021-12-28 17:50:04 +01:00
EntenKoeniq
77daa51c6a FileStream changed to XmlWriter and XmlReader. Removed support for multiple resources
Thank to @oldnapalm #48
2021-12-28 13:51:36 +01:00
EntenKoeniq
73ac8694be Started with Parachute sync. Small bug fixes and new ServerScript Events 2021-12-27 17:26:16 +01:00
EntenKoeniq
69cca124ff Revert changes 2021-12-27 01:26:36 +01:00
EntenKoeniq
26db3d3530 Small fix for .NET 5 2021-12-26 03:30:05 +01:00
EntenKoeniq
f4e563f93b OnTick added. Bug fixes. Remove server created objects/vehicles/peds/checkpoints/blips on disconnect. More... 2021-12-26 03:25:00 +01:00
EntenKoeniq
a4ffc25823 Only take 35 NPCs to share. Don't wait any longer to send a package. Vehicle synchronization updated. Small changes 2021-12-24 15:33:27 +01:00