Skip to content

Releases: Grocel/3D-Stream-Radio

Workshop Release (rev449)

06 Dec 22:30
Compare
Choose a tag to compare
  • 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. Use 3DStreamRadio_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)

23 Nov 17:43
Compare
Choose a tag to compare
  • Fixed "3DStreamRadio_UrlIsAllowed" hook not being called.

Workshop Release (rev447)

18 Nov 23:33
Compare
Choose a tag to compare
  • Added serverside logging for stream URLs.
  • Added hook 3DStreamRadio_UrlIsAllowed.

Workshop Release (rev446)

06 Sep 21:52
Compare
Choose a tag to compare
  • 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)

31 Jul 21:37
Compare
Choose a tag to compare
  • Fixed a bug with -disablehttp
  • Moved shipped playlist to data_static
  • Added BBC to playlists
  • Removed DW playlist

Workshop Release (Hotfix, rev444)

11 Jun 17:22
Compare
Choose a tag to compare

Fixed error: lua/streamradio_core/network.lua:673: attempt to index local 'entTable' (a nil value)

Workshop Release (rev443)

17 Feb 14:29
Compare
Choose a tag to compare

Fixed performance issues on quieter-behind-walls tracers.

Workshop Release (rev442)

07 Jan 19:27
Compare
Choose a tag to compare
  • Recompiled radio models.
  • Removed an unneeded function. (Thanks to @SligWolf)

Workshop Release (rev441)

04 Jan 22:54
Compare
Choose a tag to compare
  • 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)

31 Dec 21:32
Compare
Choose a tag to compare

Fixed extreme slow loading time on some clients