90 Commits

Author SHA1 Message Date
Sardelka
f22ecb03f2 Fix welcome message 2022-07-29 14:51:52 +08:00
Sardelka
577857ab5a Hash password at server side 2022-07-29 14:51:17 +08:00
Sardelka
095d16a57e rix 2022-07-29 01:31:34 +08:00
Sardelka9515
862c2c0a71
Update Server.cs 2022-07-29 01:13:32 +08:00
Sardelka9515
d7e9ce8ff1
Don't invoke chat message if it's a command 2022-07-29 01:08:34 +08:00
Sardelka
e0e5f52d36 Send message back 2022-07-28 17:50:41 +08:00
Sardelka
9fda563438 Invoke constructor later 2022-07-28 17:46:34 +08:00
Sardelka
7ac405b8f9 Embed referenced assemblies 2022-07-28 15:46:15 +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
ecfc77e57a Fix resource loading, add player died notification 2022-07-21 08:41:05 +08:00
Sardelka
51dd445a31 Fix resource duplication 2022-07-20 09:32:26 +08:00
Sardelka
9527da9785 Add ability to share server file 2022-07-19 17:15:53 +08:00
Sardelka
3072db0e21 Only load top-level assembly 2022-07-18 17:27:06 +08:00
Sardelka
444e6d7ffa Unify resource file path 2022-07-18 17:24:31 +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
e10a0f5415 Add Logger property for resource script 2022-07-14 16:44:35 +08:00
Sardelka
5b7bb917ef add tls 2022-07-13 11:08:11 +08:00
Sardelka
1e1259d0a5 Fix 2022-07-12 17:16:28 +08:00
Sardelka
cf8b54a3b5 Fix WeatherTimeSync option 2022-07-12 17:10:16 +08:00
Sardelka
89410b8b46 Fix master server 2022-07-11 13:26:28 +08:00
Sardelka
a9397690e2 Fix 2022-07-11 12:02:46 +08:00
Sardelka
ea678ece94 Update master server 2022-07-11 12:01:12 +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
1bc274e2d0 Some tweaks 2022-07-09 19:32:11 +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
615c49e395 Add country 2022-07-09 11:39:37 +08:00
Sardelka
462d68df6b Add addtional server info 2022-07-09 11:36:04 +08:00
Sardelka
17ef088492 Don't show info if no script loaded 2022-07-09 09:59:17 +08:00
Sardelka
e9d0b73296 Add managed and loaded assembly check 2022-07-09 09:55:12 +08:00
Sardelka
8ae491d0d5 Move ServerPbject and ServerEntities to RageCoop.Server.Scripting 2022-07-07 16:57:43 +08:00
Sardelka
5a5d78ac27 Networking statistics, disable resource unload 2022-07-06 01:03:18 +08:00
Sardelka
05304f9461 Add SendCustomEventQueued() 2022-07-05 11:18:26 +08:00
Sardelka
fff5ec4534 Merge branch 'main' of https://github.com/RAGECOOP/RageCoop-V 2022-07-05 10:52:33 +08:00
Sardelka
cf7641cee0 Change object list to array for CustomEvent 2022-07-05 10:52:22 +08:00
Sardelka9515
f374de2064
Update BaseScript.cs 2022-07-05 00:16:15 +08:00
Sardelka
8e0620bedb Fix CreateVehicle() not setting owner properly 2022-07-05 00:02:22 +08:00
Sardelka
8bb39b1bfa Add PedBlip 2022-07-04 23:59:51 +08:00
Sardelka
56cd17401b Change parameter order for consistency 2022-07-04 21:35:01 +08:00
Sardelka
a53b514fec Add ServerEntities.CreateVehicle() 2022-07-04 21:29:13 +08:00
Sardelka
44f106fd0c Add ServerBlip.Handle handle 2022-07-04 09:54:43 +08:00
Sardelka
8ac5cc40c1 Change parameter order for SendCustomEvent and SendNativecall
Use NativeCall to update entity
2022-07-04 09:41:00 +08:00
Sardelka
0a5bb67c54 Add Name property for blip, fix blip scale 2022-07-03 21:00:05 +08:00
Sardelka
f866151cc5 Update docs 2022-07-03 15:37:51 +08:00
Sardelka
08e17b1714 Server side blip and Vector2 argument 2022-07-03 15:28:28 +08:00
Sardelka
fa96f4c073 Add Freeze() method for ServerObject 2022-07-03 10:55:49 +08:00