Garry's Mod
CRadio
Εμφάνιση 1-10 από 11 καταχωρίσεις
< 1  2 >
Ενημέρωση: 17 Ιαν στις 22:44
από afxnatic

git c1d57d6

[CHANGE]
only raise SongNotFound error on invalid channel
slightly increase icon size
move ENT:SetRadioStream call to __constructor

[FIX]
Glide helicopters creating two streams on player enter

Ενημέρωση: 17 Ιαν στις 21:08
από afxnatic

- a553e9a: 3D audio support, control with cl_cradio_3d convar
- 86e98aa: Fix icon scaling being too strict
- 36c6292: Remove useless PLAYER vars from vehicle hooks

Ενημέρωση: 8 Ιαν στις 12:00
από afxnatic

- cf4991b: Fix missing cl_radio local var in Stream class

Ενημέρωση: 7 Ιαν στις 21:29
από afxnatic

- 9311c14: Fixed SetTime operations on channels failing for some songs
- 3b7430b: Moved from channels to stream instances (metatable)
- 3b7430b (cont.): Made static transition optional with ``cl_cradio_static`` convar
- 3b7430b (cont.): Added Fade In/Out methods for channels
- 3b7430b (cont.): Renamed cl_cradio_lower_on_speak convar to cl_cradio_volume_lower_on_speak

- 295d8b3: Normalized static transition sound
- bd195bf: Rewritten player speaking handler
- aa2e3ee: Replaced Class:IsValid usage with global IsValid

Ενημέρωση: 28 Δεκ 2024 στις 22:09
από afxnatic

- d742aca: Glide plane support

Ενημέρωση: 24 Δεκ 2024 στις 1:11
από afxnatic

- 087ff4f: Exclude seats in EntityRemoved hook
- 3cfd18a: Fixed channels/sounds not clearing on LVS vehicle destruction

Ενημέρωση: 23 Δεκ 2024 στις 23:51
από afxnatic

- fbf8a8c: Fix channels not clearing on Glide vehicle removal

Ενημέρωση: 23 Δεκ 2024 στις 21:28
από afxnatic

- debca0f: Better handling for Sit Anywhere seats

Ενημέρωση: 23 Δεκ 2024 στις 14:04
από afxnatic

- d193cc8: Fixed font weight being scaled
- b1323a3: Glide compatibility
- fbf83ce: Ignore Sit Anywhere seats as they cause errors and can't be used anyways

Ενημέρωση: 22 Δεκ 2024 στις 12:43
από afxnatic

- b38fe01: Scale elements in GUI:DoPlayNotification based on height, not width
- 12d109c: Fix covers not scaling with ScrH() in GUI:DoPlayNotification