in0finite
|
adc03cc3aa
|
add sphere collider around jaw
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
e945f9f54e
|
ragdoll bones are set up
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
ec7417c510
|
...
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
3d3b697076
|
don't destroy the clip with delayed Destroy()
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
1b19e38bc6
|
when stopping radio sound, save radio station's time only if audio source is playing
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
8e8e495633
|
destroy radio clip when stopping radio sound ; destroy radio clip when vehicle gets destroyed ;
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
f3490beb80
|
change access modifiers
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
6bbdcecd7d
|
remember time when radio station changed
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
a68efa0b7d
|
remember time when seat's ped changed
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
cff2be9531
|
rename method
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
cdb561c4a7
|
assign random radio station in Awake(), not Start()
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
5237c849ba
|
display radio station name
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
ea840f8b5e
|
add stats about current vehicle's radio
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
d29a1e1a4e
|
refactor
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
8134b8a1d9
|
properly detecting when ped is assigned to vehicle and removed from vehicle ; fix radio playing ; wait some time before loading sound of radio station ;
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
5d20cac976
|
move all radio related stuff to appropriate partial class
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
4d646c853d
|
small optimization for finding closest vehicle/seat
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
0e130999f4
|
fix bug when peds were not able to enter any vehicle when there was a vehicle with no seats spawned
|
2020-05-31 19:09:57 +02:00 |
|
in0finite
|
19b6c25432
|
correctly position the minimap
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
3d81bd25ca
|
use RawImage for minimap texture
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
f90732229d
|
change SEO of some scripts
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
c661e13b88
|
remove unneeded variables
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
9c0bcd747b
|
refactor
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
88cd91d0bd
|
use auto property
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
aec6481050
|
refactor
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
91f9c55540
|
remove some unneeded variables
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
1eb6dbadda
|
remove 'toggleInfo' variable
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
1cfe3b80b1
|
ReadInput() is slightly faster
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
bdbec0bdeb
|
remove OnGUI() function
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
496333b26d
|
remove commented code
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
602f3beb4d
|
refactor
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
03c451d0a9
|
move input reading to LateUpdate() ; remove Update() because it's no longer needed ;
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
eb7123be57
|
refactor
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
525ca5a287
|
read input only when minimap is visible
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
dc37e76e6b
|
extract input reading into a method
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
9d4ca5aae6
|
don't update stuff when minimap is not visible
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
0668cf62f1
|
move zoom updating from FixedUpdate() to LateUpdate()
FixedUpdate() is now removed
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
7a57f6b266
|
retrieve zone name on every 2 seconds
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
d44757a739
|
...
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
df6bfa45ba
|
minimap now has focus position
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
72e090419a
|
rename class
|
2020-05-31 19:09:56 +02:00 |
|
in0finite
|
b1f6c2b8fa
|
convert zone name
|
2020-05-31 19:09:55 +02:00 |
|
in0finite
|
e415d019fc
|
use RawImage for player icon
|
2020-05-31 19:09:55 +02:00 |
|
in0finite
|
5d4367fa3e
|
zooming of minimap works
|
2020-05-31 19:09:55 +02:00 |
|
in0finite
|
d404419d5f
|
minimap seems to be converted
|
2020-05-31 19:09:55 +02:00 |
|
in0finite
|
8ebbac83dc
|
remove some unneeded code
|
2020-05-31 19:09:55 +02:00 |
|
in0finite
|
5c9b83d240
|
remove unneeded code
|
2020-05-31 19:09:55 +02:00 |
|
in0finite
|
101069ce0a
|
convert speedometer
|
2020-05-31 19:09:55 +02:00 |
|
in0finite
|
d7db52c142
|
don't show label when ped is in flying state
|
2020-05-31 19:09:55 +02:00 |
|
in0finite
|
7243560fe0
|
convert ped state label
|
2020-05-31 19:09:54 +02:00 |
|