From ee128cba1e68063250f7f06da834cbcdf71c813d Mon Sep 17 00:00:00 2001 From: Nimetu Date: Tue, 30 Aug 2016 21:25:58 +0300 Subject: [PATCH] Changed: Implement mp3 player playlist --HG-- branch : develop --- .../data/gamedev/interfaces_v3/compass.xml | 58 +++++++++++--- .../client/src/interface_v3/music_player.cpp | 75 +++++++++++++++++-- .../client/src/interface_v3/music_player.h | 3 +- 3 files changed, 117 insertions(+), 19 deletions(-) diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/compass.xml b/code/ryzom/client/data/gamedev/interfaces_v3/compass.xml index 3a7694593..a88f49f44 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/compass.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/compass.xml @@ -25,23 +25,38 @@ + + + + + + + + + + + + + @@ -223,12 +257,12 @@ button_type="push_button" posref="MM MM" posparent="slot5" - tx_normal="mp3_button_open.tga" - tx_pushed="mp3_button_open.tga" + tx_normal="mp3_button_list.tga" + tx_pushed="mp3_button_list.tga" tx_over="mp3_button_over.tga" - onclick_l="music_player" - params_l="play_songs" - tooltip="uiMP3Open" /> + onclick_l="enter_modal" + params_l="group=ui:interface:playlist" + tooltip="uiMP3Playlist" />