Commit Graph

75 Commits

Author SHA1 Message Date
cef43b80f7 SocialClubName removed. Allowlist removed from CoopSettings.xml 2021-12-17 23:58:32 +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
7df796340f Small changes 2021-12-17 01:27:42 +01:00
e2f5e602c8 Small changes 2021-12-16 22:35:37 +01:00
6c09c10bd9 Renamed Props to Clothes. Reduced bytes for data 2021-12-16 22:05:40 +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
7b7295bdea Added NPCsVehicles.Clear() to CleanUp() 2021-12-15 04:31:24 +01:00
3bb803f3c9 Fixed bug with weapon components. Partial EntitiesPed.cs 2021-12-15 03:31:57 +01:00
26e4cb97ae Added synchronization of weapon components for players 2021-12-15 01:25:16 +01:00
6e12848a61 Small changes 2021-12-15 00:25:31 +01:00
98295fee3a Changed ID to NetHandle. Configure() removed from COOPAPI and replaced by its own functions 2021-12-14 22:39:15 +01:00
ba562789b2 No more vehicle duplication with "Share NPCs" enabled. Small changes 2021-12-14 19:33:52 +01:00
517d5e93d6 Added landing gear sync 2021-12-14 14:46:10 +01:00
749a5b258d Only gta5 v1.0.1290 or newer is supported! 2021-12-14 14:20:41 +01:00
4bd50a557b Transformation synchronization for submarine cars added 2021-12-13 23:43:02 +01:00
af2267f346 Added horn sync and LastSyncWasFull flag removed 2021-12-13 23:18:15 +01:00
68948990b5 Started with version 1.1.0 2021-12-13 20:35:07 +01:00
2d441f7fb3 Not yet tested 2021-12-13 11:51:03 +01:00
02cc3f2fb5 Undo "Changed IP in Address". This will be version 1.0.0 2021-12-11 14:40:34 +01:00
d244cd393a bug fixes 2021-12-10 15:55:45 +01:00
9fc92f5293 Adds config option for traffic in COOPAPI
And removes the welcome message in NON INTERACTIVE mode
(Press F9 is not possible in that compilation mode)
2021-12-07 22:14:15 -07:00
ed46eb5a8b masterserver finished 2021-12-08 03:59:14 +01:00
bec80e6082 Vehicle turret synchronization (experimental and not finished yet) 2021-12-06 00:56:08 +01:00
129a4faea1 Fixed client exceptions 2021-12-03 20:30:00 +01:00
33cda5dcfb XML documentation added (not finished yet) 2021-11-28 23:35:37 +01:00
12a2ddf625 CleanUp() removed 2021-11-28 22:57:39 +01:00
a739497328 Bug fix for vehicle color. Interval by FPS 2021-11-27 00:26:12 +01:00
8fc16725ff Use TickCount64 instead of TickCount 2021-11-19 22:08:15 +01:00
b3fdc9f21c Show MB instead of bytes 2021-11-19 12:30:47 +01:00
ffb3db7d37 "vehicleIsTryingToEnter" added (you have to test this with two people) 2021-11-19 10:44:16 +01:00
1bcc9882c0 You didn't see anything! 2021-11-19 09:28:38 +01:00
27b7b96bfd We don't need that flag 2021-11-19 09:24:06 +01:00
5c14d2300b New vehicle synchronization added. Some changes 2021-11-19 08:40:40 +01:00
13cd3527e0 Tire bursts and rpm synchronization added (Currently only for DEBUG!) 2021-11-19 06:37:21 +01:00
1320f35f30 More stuff. Small changes 2021-09-28 16:51:16 +02:00
073d09d018 Small changes 2021-09-28 14:44:10 +02:00
7b467aec18 Creates interface to communicate with other mods and menus optional
The interface static class will be used from 3rd party mods to
initiate, close and configure the connection. The project can be
compiled with the NON_INTERACTIVE copiler flag to remove the menus
and leave only the interface as a controller.
This is an initial implementation, future additions will support
more operations.
2021-09-26 21:31:40 -06:00
be921ba310 LAST UPDATE 2021-08-26 17:01:32 +02:00
72d8f9b92b Stuff 2021-08-22 13:59:15 +02:00
d9ea3f426a better 2021-08-21 16:52:17 +02:00
9bcf817418 Stuff 2021-08-20 17:28:13 +02:00
ce60aad78b 0.5.1 2021-08-18 18:20:55 +02:00
3c05b11292 stuff 2021-08-18 11:47:59 +02:00
56e42a757f ok... 2021-08-17 18:41:09 +02:00
13f1e4afc4 NOT YET TESTED! 2021-08-17 15:04:50 +02:00
f10f3686d3 ID (from "string" to "long") 2021-08-16 14:03:05 +02:00
fb1f5685af NOT FINISHED YET! 2021-08-15 18:01:00 +02:00
ec96878340 0.4.0 => 0.5.0 2021-08-15 13:17:57 +02:00
6566317617 FullSync every 1.5s and small changes 2021-08-15 11:33:52 +02:00
ffe808d1ba Vehicle dead and door synchronization added 2021-08-14 11:14:34 +02:00