Releases: Grocel/3D-Stream-Radio
Releases · Grocel/3D-Stream-Radio
Workshop Release (rev449)
- Fixed Lua error: lua/streamradio_core/client/cl_menu.lua:127: attempt to call upvalue 'oldThink' (a nil value)
- Added hook
3DStreamRadio_OnPlayStream
, this is called when a radio attempts to start a stream. This is useful for logging. It can not prevent streams. Use3DStreamRadio_UrlIsAllowed
for that instead. - Improved URL logging to spam less and to be more accurate when telling about the using player.
- Logging is controlled via convar:
sv_streamradio_url_log_mode 0/1/2
Workshop Release (Hotfix, rev448)
- Fixed "3DStreamRadio_UrlIsAllowed" hook not being called.
Workshop Release (rev447)
- Added serverside logging for stream URLs.
- Added hook 3DStreamRadio_UrlIsAllowed.
Workshop Release (rev446)
- Fixed draw distance not working properly (#23)
- Removed broken community playlists. GG-Radio has been taken offline.
- Fixed Noise-fm playlist
- Fixed stream title output
Workshop Release (rev445)
- Fixed a bug with -disablehttp
- Moved shipped playlist to data_static
- Added BBC to playlists
- Removed DW playlist
Workshop Release (Hotfix, rev444)
Fixed error: lua/streamradio_core/network.lua:673: attempt to index local 'entTable' (a nil value)
Workshop Release (rev443)
Fixed performance issues on quieter-behind-walls tracers.
Workshop Release (rev442)
- Recompiled radio models.
- Removed an unneeded function. (Thanks to @SligWolf)
Workshop Release (rev441)
- Improved error handling and fixed broken loading
- Improved loading speed and added a loading timer
- Remove unused model formats (Thanks to @wrefgtzweve)
Workshop Release (rev440)
Fixed extreme slow loading time on some clients
- This was done by replacing
file.Exists(luafile, "LUA")
with a custom implementation. See: Facepunch/garrysmod-issues#5674