in0finite
f9faff6c67
don't detach ragdoll when ped is killed in a vehicle, except if vehicle exploded
2021-02-06 21:12:41 +01:00
in0finite
3267daa543
state classes handle killing of ped
2021-02-06 21:11:14 +01:00
in0finite
ac56764618
add "Dead body traffic per player" stat
2021-02-06 20:07:53 +01:00
in0finite
6f21cc8bf0
destroy all rigid bodies on clients except for the root bone - they work for themselves, and bones look deformed and stretched
2021-02-06 19:20:21 +01:00
in0finite
d525a99575
sync velocity only for root bone
2021-02-06 19:18:36 +01:00
in0finite
ae834f63c7
add flags to sync data
2021-02-06 17:19:35 +01:00
in0finite
dac7f81574
add setting for ragdoll interpolation mode
2021-02-06 03:16:36 +01:00
in0finite
3e73a557f2
set vehicle's rigid body CollisionDetectionMode to continuous dynamic
2021-02-06 02:39:56 +01:00
in0finite
af54f74847
optimize network traffic for ragdolls - sync only rigid bodies - traffic should be 4 KB/s for 1 ragdoll
2021-02-06 01:29:55 +01:00
in0finite
964a76685e
set collision detection mode to ContinuousDynamic - seems that leftover parts no longer can go through ground
2021-02-05 23:40:30 +01:00
in0finite
7df6fcd135
more limitations on client ...
2021-02-05 01:08:07 +01:00
in0finite
93a1c7aaf0
use RigidBody's position for syncing, not transform's
2021-02-05 01:06:11 +01:00
in0finite
c4699859e1
add option to destroy wheel colliders on client
2021-02-05 01:04:37 +01:00
in0finite
c6bd9fef9a
sync rpm and properly rotate wheel
2021-02-04 23:18:01 +01:00
in0finite
b0ec6417c7
extract function
2021-02-04 23:17:12 +01:00
in0finite
f6fe21cbdb
sync y position of wheel
2021-02-04 22:21:16 +01:00
in0finite
91bc7547a5
don't use gravity and don't detect collisions on client
2021-02-04 22:19:34 +01:00
in0finite
9caf2df790
set interpolation on vehicle rigid body
2021-02-04 22:17:26 +01:00
in0finite
f17824e237
reset velocity on clients if it is not synced
2021-02-04 22:14:10 +01:00
in0finite
0c20894a31
add namespace
2021-01-31 20:58:44 +01:00
in0finite
e6a48d4bf6
load all IMG archives that are found in loose archive
2021-01-31 20:08:48 +01:00
in0finite
336db81e51
continue if failed to load cursor texture
2021-01-31 03:29:51 +01:00
in0finite
c6dea949cf
add possibility to skip minimap load
2021-01-31 03:21:02 +01:00
in0finite
fed4e987f9
extract function
2021-01-31 03:12:22 +01:00
in0finite
63c27c28a9
load anim groups using ArchiveManager
2021-01-31 02:07:57 +01:00
in0finite
cf322da937
set invariant culture for all threads
2021-01-30 18:49:46 +01:00
in0finite
1a5e433e28
...
2021-01-26 23:30:36 +01:00
in0finite
df730095f3
use ConfigManager to load config
2021-01-26 23:29:01 +01:00
in0finite
406af30d90
move script to another folder
2021-01-12 23:17:27 +01:00
in0finite
9f83eadabb
add namespace
2021-01-12 23:12:23 +01:00
in0finite
cfab2fec73
improve master server's client
2021-01-12 23:11:10 +01:00
in0finite
c0167903eb
Merge remote-tracking branch 'origin/dev' into feature/ragdoll
2021-01-12 22:12:37 +01:00
Spider134
9ef83a1ab5
Implement master server ( #102 )
...
* Added font importing
* Revert "Added font importing"
This reverts commit 31f3463097
.
* Fix Loader.cs formatting
* Fix texture issue
* Revert "Fix texture issue"
This reverts commit 79c44f8069
.
* Update FontsImporter.cs
* Add master server client
* Remove curly bracket
* Add missing tab and fix a issue
* Update MasterServerClient.cs
* Remove IP and fix an issue
* Added feedback for when a user refreshes the internet tab and added an error message when server registration fails.
2021-01-12 22:06:38 +01:00
in0finite
a713853140
Merge remote-tracking branch 'origin/dev' into feature/ragdoll
2021-01-12 21:58:27 +01:00
in0finite
b7ab28fedf
add "num rigid bodies in dead bodies" to misc stats
2021-01-08 03:00:03 +01:00
in0finite
ebaa36fb1a
add "num bones in dead bodies" to misc stats
2021-01-08 02:57:39 +01:00
in0finite
be97e40457
cleanup
2021-01-08 02:52:10 +01:00
in0finite
2451514db1
use custom serialization
2021-01-08 02:40:45 +01:00
in0finite
4b20f5de34
...
2021-01-08 00:18:46 +01:00
in0finite
38e205efc4
found almost perfect solution
2021-01-07 23:21:28 +01:00
in0finite
c8b44837af
fix comments
2021-01-07 22:16:51 +01:00
in0finite
dcc65fa8c5
tried to use MovePosition()/MoveRotation(), but it doesn't work
2021-01-07 21:43:03 +01:00
in0finite
34b9613782
don't set rigid body to kinematic - it behaves a little better with high velocity
2021-01-07 21:35:14 +01:00
in0finite
9267660a97
configure interpolation in Inspector
2021-01-07 21:02:12 +01:00
in0finite
2051451095
fix commented code
2021-01-07 20:59:36 +01:00
in0finite
7990d25ed5
extract SetPosition() and SetRotation()
2021-01-07 18:48:02 +01:00
in0finite
38d3035044
use struct for storing info about bones
2021-01-07 18:32:59 +01:00
in0finite
31d7d3c5dd
apply initial velocities
2021-01-07 17:50:58 +01:00
in0finite
6b3e656ed7
extract SetVelocity() method
2021-01-07 17:47:45 +01:00
in0finite
2d5d67fc55
cleanup
2021-01-07 17:44:47 +01:00