Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DatabasePlugin: add interface DatabaseListener | Max Kellermann | 2014-01-11 | 1 | -0/+6 |
| | | | | Allow database plugins to announce that they have been modified. | ||||
* | UpdateGlue: move stats_invalidate() call to Instance::DatabaseModified() | Max Kellermann | 2014-01-11 | 1 | -0/+2 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Partition: add method DatabaseModified() | Max Kellermann | 2013-10-22 | 1 | -1/+1 |
| | |||||
* | Partition: add methods TagModified(), SyncWithPlayer() | Max Kellermann | 2013-10-21 | 1 | -2/+2 |
| | | | | Move code from class Instance. | ||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Main: move global variables to struct Instance | Max Kellermann | 2013-04-17 | 1 | -0/+48 |
More preparations for multi-player support. |