Garry's Mod

Garry's Mod

CRadio
11개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 1월 17일 오후 10시 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

업데이트: 2025년 1월 17일 오후 9시 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

업데이트: 2025년 1월 8일 오후 12시 00분
작성자: afxnatic

- cf4991b: Fix missing cl_radio local var in Stream class

업데이트: 2025년 1월 7일 오후 9시 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

업데이트: 2024년 12월 28일 오후 10시 09분
작성자: afxnatic

- d742aca: Glide plane support

업데이트: 2024년 12월 24일 오전 1시 11분
작성자: afxnatic

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

업데이트: 2024년 12월 23일 오후 11시 51분
작성자: afxnatic

- fbf8a8c: Fix channels not clearing on Glide vehicle removal

업데이트: 2024년 12월 23일 오후 9시 28분
작성자: afxnatic

- debca0f: Better handling for Sit Anywhere seats

업데이트: 2024년 12월 23일 오후 2시 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

업데이트: 2024년 12월 22일 오후 12시 43분
작성자: afxnatic

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