Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |