Commit Graph

111 Commits

Author SHA1 Message Date
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
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
06efd709c5 Now we can trigger events! 2022-04-12 06:04:02 +02:00
e229893bbc Added custom IP address for the server. Updated vehicle sync. Small bug fixes 2022-04-12 01:55:33 +02:00
75fb2c29d3 Code conventions. Small changes and bug fixes 2022-04-10 14:34:55 +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
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
7777310267 DownloadManager updated [Server] 2022-04-03 18:46:57 +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
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
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
7cc91ebbbd Split packets 2022-01-01 03:07:18 +01:00
77daa51c6a FileStream changed to XmlWriter and XmlReader. Removed support for multiple resources
Thank to @oldnapalm #48
2021-12-28 13:51:36 +01:00
f4e563f93b OnTick added. Bug fixes. Remove server created objects/vehicles/peds/checkpoints/blips on disconnect. More... 2021-12-26 03:25:00 +01:00
b9a1089fd0 Network traffic reduced. Changes!
Bugs:
- Character rotation?
2021-12-23 22:03:01 +01:00
b2434c7215 Small changes 2021-12-18 00:21:23 +01:00
cef43b80f7 SocialClubName removed. Allowlist removed from CoopSettings.xml 2021-12-17 23:58:32 +01:00
5cfbaaddd7 Removed PlayerConnectPacket() from client to server and small bug fixed 2021-12-17 23:02:53 +01:00
c77e2a0287 Small changes 2021-12-17 22:16:39 +01:00
4510543c8e Added support for multiple resources 2021-12-17 21:32:57 +01:00
6e72cf9d27 Lidgren-Network updated. Only TLS 1.3 and TLS 1.2 are supported. Small changes 2021-12-17 19:50:47 +01:00
e2f5e602c8 Small changes 2021-12-16 22:35:37 +01:00
ee79fe5cc2 Allows sending messages only to a group of users
In some circumstances (like proximity, missions...) we may want
to target messages to only a sub set of all the users connected
to the server. Adding this optional parameter to SendModPacketToAll
and SendChatMessageToAll allows that while being backwards
compatible with the API
Fixes some problems introduced in the non interactive mode
Changes the SetLocalTraffic parameter to make it more readable
so now SetLocalTraffic(true) means to ENABLE local traffic while
SetLocalTraffic(false) means DISABLE local traffic
2021-12-15 11:09:56 -07:00
98295fee3a Changed ID to NetHandle. Configure() removed from COOPAPI and replaced by its own functions 2021-12-14 22:39:15 +01:00
b5d0aecc59 Added ConnectionChannel 2021-12-13 22:41:07 +01:00
68948990b5 Started with version 1.1.0 2021-12-13 20:35:07 +01:00
902a08066c Removed slider for NPCs. Small bug fixes and changes 2021-12-13 17:48:00 +01:00
1f963cb39e Small server changes 2021-12-13 14:03:24 +01:00
2d441f7fb3 Not yet tested 2021-12-13 11:51:03 +01:00
dfedd8ebb8 Remove Address from server settings. The last update for version 1.0.0 2021-12-11 15:23:29 +01:00
02cc3f2fb5 Undo "Changed IP in Address". This will be version 1.0.0 2021-12-11 14:40:34 +01:00
e65568cd62 "Address" added to the server settings. Address can only be a valid IPv4 2021-12-11 14:32:06 +01:00
2a6a9bf004 Bug fixes and small changes 2021-12-11 12:35:17 +01:00