Alexander Tkachev
701b07adfb
COMMON: Fix JSON to understand integers correctly
2016-08-24 16:07:55 +06:00
Alexander Tkachev
14d60e62f8
CLOUD: Fix format string warnings
...
I get 'warning: ISO C++98 does not support the '%lg' ms_printf format'
warning though.
2016-08-24 16:07:55 +06:00
Alexander Tkachev
e4e2ec390d
CLOUD: Remove wcsncasecmp() usage from SimpleJSON
...
Replaced with scumm_strnicmp().
2016-08-24 16:05:07 +06:00
Alexander Tkachev
2ac2816d68
CLOUD: Refactor SimpleJSON
2016-08-24 16:05:07 +06:00
Alexander Tkachev
a7fb8c72ab
CLOUD: SimpleJSON refactor
...
Resharper + manual methods & fields renaming.
2016-08-24 16:05:07 +06:00
Alexander Tkachev
8429c40362
CLOUD: Add SimpleJSON library as Common::JSON
...
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.
2016-08-24 16:05:07 +06:00