Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2016-08-30 | COMMON: Replace broken URL | Willem Jan Palenstijn | |
2016-08-24 | CLOUD: Add GoogleDriveStorage | Alexander Tkachev | |
It has its own GoogleDriveTokenRefresher and knows how to do info(). This commit also contains JSON int -> long long int fix and CurlJsonRequest '\n' -> ' ' fix. | |||
2016-08-24 | COMMON: Fix JSON to understand integers correctly | Alexander Tkachev | |
2016-08-24 | CLOUD: Remove wcsncasecmp() usage from SimpleJSON | Alexander Tkachev | |
Replaced with scumm_strnicmp(). | |||
2016-08-24 | CLOUD: Refactor SimpleJSON | Alexander Tkachev | |
2016-08-24 | CLOUD: SimpleJSON refactor | Alexander Tkachev | |
Resharper + manual methods & fields renaming. | |||
2016-08-24 | CLOUD: Add SimpleJSON library as Common::JSON | Alexander Tkachev | |
This commit also adds CloudThread class, which work() method is called every second by TimerManager. Right now it prints JSON examples on the console, so that's why it's introduced with SimpleJSON library. |