Commit Graph

7 Commits

Author SHA1 Message Date
Grocel
cca3c64aa8 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.
2023-12-30 04:25:31 +01:00
Grocel
f46b5c1e55 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 "Stream Original"
2023-11-09 03:52:37 +01:00
Grocel
45ff11992f Update addon.json 2021-05-13 13:06:05 +02:00
Grocel
4bbb238841 Metadata changes 2021-05-13 01:34:51 +02:00
Grocel
7dd10e5c69 Update for new Workshop System 2020-01-21 21:06:38 +01:00
Grocel
cf2f10cfdd New playlist system, louder radios and bug fixes
- Made the radio much louder now. It is no longer that quiet in 3D mode anymore.
- The maximum of global volume setting was increased from 1 to 10.
- The playlist system supports asynchronous data obtaining and virtual folders and files now.
- Fixed some bugs with the playlist editor
- Other minor bug fixes
- Removed that useless game integrity check. It was a bit over the top.
- Updated version check, as the latest game version is needed for this update.

- Added playlist support for the addon F.G.T. Radio.
- Removed playlist support for the addon PatchPlay.
- Moved all addon playlists to the ":addons" folder.
2018-02-27 02:11:59 +01:00
Grocel
49b2e159f9 Initial commit 2018-02-07 00:43:21 +01:00