Skip to content

Releases: Grocel/3D-Stream-Radio

Workshop Release (rev442)

07 Jan 19:27

Choose a tag to compare

  • Recompiled radio models.
  • Removed an unneeded function. (Thanks to @SligWolf)

Workshop Release (rev441)

04 Jan 22:54

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

Choose a tag to compare

Fixed extreme slow loading time on some clients

Workshop Release (rev439)

30 Dec 03:29

Choose a tag to compare

Improved load times on some cases and updated wirelink support.

  • Removed 'collectgarbage( "collect" )' calls to improve load times on some cases.
  • Updated Wirelink detection to upcomming Wiremod changes.

Workshop Release (rev438)

24 Nov 22:27

Choose a tag to compare

Fixed fonts being duplicated and removed math.randomseed calls.

Workshop Release (rev437)

14 Nov 00:42

Choose a tag to compare

Fixed songs loops and allow URLs from admin radios

  • Fixed songs ending with "sound stopped" on song switch
  • Radios owned by admins will allow all URLs as admins are a trusted sources of media. ConVar: sv_streamradio_url_whitelist_trust_admin_radios 0/1, Enabled by default.

Workshop Release (rev436)

09 Nov 02:56

Choose a tag to compare

Fixed Lua errors, clean up and added a GUI skin

  • Fixed Lua errors:
    • lua/streamradio_core/tool.lua:480: attempt to call method 'GetMode' (a nil value)
    • lua/entities/base_streamradio.lua:486: attempt to index upvalue 'LIBUtil' (a nil value)
  • Fixed global scope pollution
  • Some code clean up and new glualint config
  • Added a new GUI skin preset called "Steam Original"

Workshop Release (rev435)

29 Oct 23:46

Choose a tag to compare

Updated help texts, changed whitelist logic

  • Updated help and description texts to reflect the latest changes. Spelling and grammar fixes.
  • Added info buttons and new options to admin panel
  • Updated help links in whitelisting errors
  • CFC Whitelist and built-in whitelist logic are completely separated now
  • Added ConVar sv_streamradio_url_whitelist_enable_on_cfcwhitelist. Built-in whitelist is disabled by default if CFC Whitelist is installed to improve radio usability. Use added ConVar to change this behavior. It's safe to change.

Workshop Release (Hotfix, rev434)

26 Oct 17:53

Choose a tag to compare

Fixes Lua error in VR and playback error screen

Workshop Release (rev433)

26 Oct 01:52

Choose a tag to compare

Fixes to "stopsound" and better whitelisting code

  • Fixed "stopsound" concommand not working on radios.
  • Added GUI cases and controls to resume radios stopped by "stopsound".
  • Added context menu options for resuming radios stopped by "stopsound".
  • Improved Dropbox support with CFC HTTP Whitelist.
  • Improved URL checks for addon's whitelist.
  • Improved URL checks for CFC HTTP Whitelist.
  • Improved rendering performance of GUIs a bit..
  • Refactored auto converters for URLs and removed dead YouTube code.
  • Added max age of files (7 days) to the cache system. Older cache files are deleted.
  • Moved the file cache location to "cache-sv" and "cache-cl" for server/client. The old cache directory is wiped.