Releases: Grocel/3D-Stream-Radio
Releases · Grocel/3D-Stream-Radio
Workshop Release (rev429)
- Show "flac" and "webm" files when browsing sound files. Thanks @somefoolouthere.
- Fixed playback getting stuck at the end of some songs.
Workshop Release (rev428)
Fixed radio not playing on spawn. Crash fix.
- Fixed radio not playing from toolgun on spawn.
- Fixed a crash when the radio is being looked at in developer 1 on some streams. This was caused by a debugoverlay.EntityTextAtPosition() call. (Facepunch/garrysmod-issues#5554)
- Improved Stream URL text fields. They are multi line now to improve UX with long URLs. You can still put only one URL it it, though.
- Put the Toolgun Stream URL description into a collapsible box.
- Sanitized Stream URLs to prevent abuse with malformed URLs.
- Limited Stream URLs to 480 chars (GMod networking limit). This also prevents abuse.
- Radios owned by admins are no longer affected by "sv_streamradio_allow_customurls 1". So admins can always spawn radios with customs URLs.
- Changes to "sv_streamradio_allow_customurls" will affect all spawned radios immediately. Including automatically stopping/resuming streams with "illegal" URLs.
- Added multiple Wire Inputs and Outputs for Display and switching tracks.
Workshop Release (rev427)
Fixed #15, improved Tool UI, added Admin Setting.
- Moved playlist logic away from GUI to entity (fixes #15).
- Improved Toolgun UI, added description and examples for the "Stream URL" field.
- Improved property options UI and added Play/Pause, Stop, and Next/Previous track options.
- Added admin settings panel.
- Added more Wire Outputs.
- Fixed more potential memory leaks.
- Minor playlist fixes.
Workshop Release (rev426)
- Fixed the radio restarting the song when a new player approaches it.
- Fixed dupe load up being wonky sometimes.
- Fixed networking being wonky sometimes. It should no longer getting stuck on some servers.
- Added a new loading screen. It is used when the GUI loads up.
- Added an option to reset the GUI in case it went stuck.
- Changed the noise sound to start up later, so no more static noise between songs.
- Local and caches songs are played immediately now.
- Fixed a ton of race conditions in GUI.
- Long songs (longer than 1.5 hours) can not longer be cached.
- Fixed potential memory leaks.
Workshop Release (Hotfix, rev425)
More optimizations, error/bug fixes and clean up.
- Fixed addon not loading on some servers. Fixed error spam.
- A lot of minor optimizations and some code clean up
- Reduced networking footprint of lists and GUI skins.
- Better error handling. If the addon won't load, it will tell you why in a graceful way. This fixes error spams.
- The addon loads on servers with version 230628 or later now. This also fixes error spams.
- Some hardening against abuse. All network caches are limited now, so they no longer fill up until out of memory. Caches are cleared on overflow and on map cleanup event.
Workshop Release (Hotfix, rev424)
Fixed the radio being broken if cfc_cl_http_whitelist was installed.
Workshop Release (rev423)
Anti-Abuse / security changes, bugfixes, better UX and better performance.
UX:
- Moved error buttons to the side to make more space for the error message.
- Added entity options (C-Menu > Right click) for the radio.
- Added clientside only options to the entity options and entity property editor for volume and muting. (Not affected by Prop Protection)
- Added a clientside only way to look up the error state and the URL on GUI less radios (e.g. speakers). (Not affected by Prop Protection)
- Added a better explanation for "error 20".
- Added more error codes for future updates.
- Added mute option (not clientside!) to the toolgun and added seperator lines to its UI.
Performance / Networking:
- Networking is now delayed to ease on the server performance.
- The GUI is loaded with a delay to avoid freezes on radio spawns.
- The GUI is actually deleted when disabled instead of just being hidden.
- Fixed freezes when entering/leaving a room full of radios.
- The radio being randomly broken/desynced (empty or white screen) on spawn is a way less likely to happen. If it does disabling/enabling the GUI can fix it.
Anti-Abuse / Security:
- Radios from other players can be muted via the addon settings. Does not support buddies.
- Individual radios can be muted on the clientside, even if Prop Protection would block access otherwise.
- Individual radios can have their volume changed the clientside, even if Prop Protection would block access otherwise.
- Added support to the cfc_cl_http_whitelist addon. It is a security addon that whitelist and monitors HTTP and streaming requests. The Radio has a decicated error state for blocked URLs and content now.
- Clientside GM_BASS3 loading can be disabled by the server. (sv_streamradio_bass3_allow_client 0)
ConVars:
- Changed the CVar default of sv_streamradio_rebuildplaylists_community_auto to 2. Pre-existing installs are not affected.
- Added sv_streamradio_bass3_enable: When set to 1, it uses GM_BASS3 on the server if installed. Default: 1
- Added sv_streamradio_bass3_allow_client: Allows connected clients to use GM_BASS3 when set to 1. Overrides cl_streamradio_bass3_enable. Default: 1
- Added cl_streamradio_bass3_enable: When set to 1, it uses GM_BASS3 if installed and allowed on the server. Default: 1
GM_BASS3:
- If installed GM_BASS3 is lazy loaded now. It only loads if it is actually needed by an radio. GM_BASS3 is not supported on x86-64 branches.
Workshop Release (rev422)
- Fixed Dropbox support not working for some users.
Workshop Release (Hotfix, rev421)
Moved networking back to NW2
- This should fix the playlist not loading for some users.
- Fixed radio entities being miscounted on the client side for some users.
- Moved bigrig.fm to new URL. It still might not work as it is currently down.
Workshop Release (Hotfix, rev420)
Fixed a bad calls to PlayerUse
hook causing lua errors with many addons
- Added a cache to prop protection +USE checks avoid call spams. The cache expires after 3 seconds.
- Fixed some edge cases with attempting to use a radio blocked by prop protection.
- Fixed display freezing or menus disappearing when they aren't supposed too.
Thanks for reporting this issue on Steam:
- [DSTM] hesitantv4mpire
- BEan