110 Commits

Author SHA1 Message Date
Sardelka
ffd6ce23c3 Add vehicle velocity prediction/acceleration 2022-08-02 16:42:40 +08:00
Sardelka
93d705e402 Latency fix 2022-07-29 21:15:23 +08:00
Sardelka
c8bbdc69d0 Update latency detection method
Plus some server code refactoring
2022-07-29 20:35:39 +08:00
Sardelka
9b1587f334 Ignore API assemblies 2022-07-29 19:11:31 +08:00
Sardelka
eee6f614f1 Encrypt chat message 2022-07-29 18:17:45 +08:00
Sardelka
577857ab5a Hash password at server side 2022-07-29 14:51:17 +08:00
Sardelka
6d5bb285c9 Fix client copy 2022-07-28 17:03:29 +08:00
Sardelka
cc52f66f5d Read quaternion and rotation directly from memory 2022-07-25 19:07:58 +08:00
Sardelka
e072c2aee8 Read entity position directly from memory 2022-07-23 23:45:20 +08:00
Sardelka
e52135c343 Allow sending chat message and command in console 2022-07-22 19:43:48 +08:00
Sardelka
cb53e8a664 Delay vehicle repair, fix vehicle if BodyHealth increased 2022-07-21 23:10:56 +08:00
Sardelka
ecfc77e57a Fix resource loading, add player died notification 2022-07-21 08:41:05 +08:00
Sardelka
809c935d37 Fix entity fire 2022-07-17 20:12:25 +08:00
Sardelka
5d1a182e47 Better ragdoll sync (maybe) 2022-07-17 18:44:16 +08:00
Sardelka
2605aafc4f Vehicle flag fix 2022-07-17 12:22:11 +08:00
Sardelka
0a3dbb1f59 Merge vehicle sync packet, comment cleanup 2022-07-17 11:59:37 +08:00
Sardelka
5d1832fcef Merge ped packet
Back to old project family (for debugging)
Fix blip name
Delete newly spawned traffic if limit exceeded
2022-07-17 11:15:02 +08:00
Sardelka
abed0f146f Don't load resources previously downloaded 2022-07-11 10:08:21 +08:00
Sardelka
27ab63ae7a Add weather and time sync 2022-07-10 16:13:08 +08:00
Sardelka
9567e97b31 Add vehicle livery sync 2022-07-09 22:18:00 +08:00
Sardelka
dca3420071 Use Array.Copy() instead of Linq 2022-07-09 14:04:39 +08:00
Sardelka
bc3fc70a95 Some tweaks 2022-07-09 13:55:06 +08:00
Sardelka
eee983dfd2 Change output path 2022-07-09 13:27:07 +08:00
Sardelka
05304f9461 Add SendCustomEventQueued() 2022-07-05 11:18:26 +08:00
Sardelka
cf7641cee0 Change object list to array for CustomEvent 2022-07-05 10:52:22 +08:00
Sardelka
8bb39b1bfa Add PedBlip 2022-07-04 23:59:51 +08:00
Sardelka
2450956fda Add ped blip sync 2022-07-04 22:50:47 +08:00
Sardelka
a53b514fec Add ServerEntities.CreateVehicle() 2022-07-04 21:29:13 +08:00
Sardelka
08e17b1714 Server side blip and Vector2 argument 2022-07-03 15:28:28 +08:00
Sardelka
dc5cf2b965 ServerObject Inheritance, getter and setter for Position and Roatation, Fix connect error. 2022-07-03 10:46:24 +08:00
Sardelka
8401d616e0 Convert object to handle at client side 2022-07-02 17:53:35 +08:00
Sardelka
d8ac486984 Server side prop control 2022-07-02 17:14:56 +08:00
Sardelka
eb5b23ae17 Server side entities and custom resource location 2022-07-01 19:02:38 +08:00
Sardelka
77999fe8f3 Add docfx documentation 2022-07-01 17:00:42 +08:00
Sardelka
64fda51917 Restore 2022-07-01 14:39:43 +08:00
Sardelka
8a46bd6b68 Resource loading 2022-07-01 12:22:31 +08:00
Sardelka
58362c2613 Preparing for PluginLoader 2022-06-30 09:28:13 +08:00
Sardelka
bd1f0e1713 Worker 2022-06-27 13:30:35 +08:00
Sardelka
6167417bf8 Reworked on resource loading, Added RegisterCommands overload to register commands from an instance. 2022-06-24 16:49:59 +08:00
Sardelka
82ab9237f5 Security implementation 2022-06-24 10:33:36 +08:00
Sardelka
82e7cdd785 Multiple server instances in one process is now possible 2022-06-23 14:10:16 +08:00
Sardelka
41385abc7d Rework on SendNativeCall 2022-06-23 09:46:38 +08:00
Sardelka
84171e2949 We're almost here... 2022-06-22 14:18:20 +08:00
Sardelka
52a242c72a Delete ignored assembly 2022-06-22 09:46:36 +08:00
Sardelka
8a42f7c626 Add ServerScript/ClientScript.CurrentResource 2022-06-22 09:45:17 +08:00
Sardelka
6e2c0a3037 Flush before disposal 2022-06-22 09:03:58 +08:00
Sardelka
1b77234cfe Add flushImmediately to logger 2022-06-22 09:00:35 +08:00
Sardelka
a15785a02f Move PlayerData to RageCoop.Client, remove RageCoop.Core.Logging 2022-06-22 08:58:36 +08:00
Sardelka
30f7a281b0 Resource system 2022-06-21 18:13:30 +08:00
Sardelka
e1606889f7 Add stealth mode sync 2022-06-20 11:08:46 +08:00
Sardelka
33244b930f Remove CLSCompliant attribute 2022-06-20 10:55:12 +08:00
Sardelka
212c004d31 Add license plate sync 2022-06-20 10:27:45 +08:00
Sardelka
376830d6dc Add RoofState sync. 2022-06-19 13:36:23 +08:00
Sardelka
9a9fb2870c Add weapon tint sync 2022-06-19 11:47:39 +08:00
Sardelka
1a66f14bae Fix component for mp models 2022-06-19 11:12:20 +08:00
Sardelka
13883242e4 Add ped cloth texture and palette sync, closes #11 2022-06-17 19:14:56 +08:00
Sardelka
82cffea6ed Some fixes 2022-06-12 17:11:14 +08:00
Sardelka
45c3ff83cf API cleanup, prepare for CustomEvent, fix server not shutting down 2022-06-12 15:39:32 +08:00
Sardelka
88a4f046d4 Many poops.
Basically working resource system
Improved projectile movement
Better receive messages
Include Lidgren.Network in core
2022-06-11 18:41:10 +08:00
Sardelka
fa80b87f7a Change folder name 2022-06-06 18:27:19 +08:00