Releases: Grocel/3D-Stream-Radio
Releases · Grocel/3D-Stream-Radio
Workshop Release (rev447)
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
Workshop Release (rev439)
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)
Fixed fonts being duplicated and removed math.randomseed calls.