Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PlayerListener: new interface to replace GlobalEvents access | Max Kellermann | 2014-02-21 | 1 | -0/+13 |
| | |||||
* | Mixer: add class MixerListener | Max Kellermann | 2014-02-19 | 1 | -0/+11 |
| | | | | Use a listener interface instead of GlobalEvents. | ||||
* | Playlist: pass Database to DatabaseModified() | Max Kellermann | 2014-02-01 | 1 | -2/+2 |
| | | | | Don't use global variable. | ||||
* | Partition: disable DatabaseModified() if not ENABLE_DATABASE | Max Kellermann | 2014-02-01 | 1 | -0/+4 |
| | |||||
* | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 2014-01-28 | 1 | -0/+1 |
| | | | | Another big chunk of code for multi-player support. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -3/+3 |
| | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | ||||
* | Playlist: refresh new tags after database update | Max Kellermann | 2013-10-22 | 1 | -1/+1 |
| | | | | Fixes regression from commit e96779d. | ||||
* | Partition: add method DatabaseModified() | Max Kellermann | 2013-10-22 | 1 | -0/+6 |
| | |||||
* | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 2013-10-22 | 1 | -1/+6 |
| | | | | | | Finally restores an important feature that has been broken for several months when the PlayerThread started working with Song copies instead of pointers to the Queue's Song instances (commit e96779d). | ||||
* | Partition: add methods TagModified(), SyncWithPlayer() | Max Kellermann | 2013-10-21 | 1 | -0/+33 |
Move code from class Instance. |