[textures] expose the texture cache to JSON-RPC with GetTextures/RemoveTexture
authorJonathan Marshall <jmarshall@xbmc.org>
Sat, 26 Oct 2013 07:53:26 +0000 (20:53 +1300)
committerJonathan Marshall <jmarshall@xbmc.org>
Sat, 2 Nov 2013 22:41:05 +0000 (11:41 +1300)
commit34984dd19509c21112a22d57edd9584db47dac1d
treef26694785b91821b5e42a0a02e2af07b3087737a
parent0df7d7093623b7cb5801f6df7fecb480bcb3f614
[textures] expose the texture cache to JSON-RPC with GetTextures/RemoveTexture
13 files changed:
XBMC.xcodeproj/project.pbxproj
project/VS2010Express/XBMC.vcxproj
project/VS2010Express/XBMC.vcxproj.filters
xbmc/TextureDatabase.cpp
xbmc/TextureDatabase.h
xbmc/interfaces/json-rpc/JSONRPC.cpp
xbmc/interfaces/json-rpc/JSONServiceDescription.cpp
xbmc/interfaces/json-rpc/Makefile
xbmc/interfaces/json-rpc/ServiceDescription.h
xbmc/interfaces/json-rpc/TextureOperations.cpp [new file with mode: 0644]
xbmc/interfaces/json-rpc/TextureOperations.h [new file with mode: 0644]
xbmc/interfaces/json-rpc/methods.json
xbmc/interfaces/json-rpc/types.json