| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split Game object to separate Activity subtypes for Rich Presences. | Rapptz | 2018-03-05 | 1 | -87/+0 |
| | | | | | | | | | | | | This is a massive breaking change. * All references to "game" have been renamed to "activity" * Activity objects contain a majority of the rich presence information * Game and Streaming are subtypes for memory optimisation purposes for the more common cases. * Introduce a more specialised read-only type, Spotify, for the official Spotify integration to make it easier to use. | ||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -3/+3 |
| | | |||||
| * | Game objects are really dumb. | Rapptz | 2017-08-21 | 1 | -4/+4 |
| | | |||||
| * | Consume remaining keyword arguments in Game constructor. | Rapptz | 2017-08-19 | 1 | -1/+1 |
| | | |||||
| * | Add default type for Game. | Rapptz | 2017-08-16 | 1 | -7/+7 |
| | | | | | Good meme. | ||||
| * | handle Game.name being None | khazhyk | 2017-07-03 | 1 | -1/+1 |
| | | | | | | | | | | re #221, Game.name can still be None, which will cause TypeError on str(game). Currently discord does not treat these weird statuses uniformly, with it showing as playing a game on mobile, but not playing a game on desktop. It may be useful to know users are in this weird state. | ||||
| * | Make supported operations stand out more than attributes. | Rapptz | 2017-05-20 | 1 | -8/+10 |
| | | |||||
| * | Use describe instead of tables for supported operations. | Rapptz | 2017-05-13 | 1 | -13/+15 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add useful repr to all data classes. | Rapptz | 2017-01-03 | 1 | -0/+3 |
| | | |||||
| * | Slots use tuples instead now. | Rapptz | 2017-01-03 | 1 | -1/+1 |
| | | |||||
| * | Add Game.type and Game.url attributes to change streaming status. | Rapptz | 2016-05-06 | 1 | -1/+16 |
| | | |||||
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| | | |||||
| * | Add game data class, replace game_id. | Khazhismel | 2015-12-23 | 1 | -0/+65 |