summaryrefslogtreecommitdiff
path: root/library/RemoteServer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge further changes (???)Timothy Collett2012-09-101-1/+1
* Make the RPC server accept a range of client versions.Alexander Gavrilov2012-06-141-1/+1
* Make the server suspend the core around calls unless disabled.Alexander Gavrilov2012-03-181-19/+31
* Add a ListSquads request.Alexander Gavrilov2012-03-171-1/+2
* Add a RPC call to retrieve unit info.Alexander Gavrilov2012-03-171-1/+1
* Add a ListMaterials remote call for bulk download of basic material info.Alexander Gavrilov2012-03-171-9/+20
* Move CoreService to a separate file.Alexander Gavrilov2012-03-171-71/+2
* MSVC fixage for the new socket APIPetr Mrázek2012-03-151-9/+13
* Make the DF suspend lock recursive, and add RPC calls for batch suspend.Alexander Gavrilov2012-03-151-0/+27
* Plugin-exported functions now actually work.Alexander Gavrilov2012-03-151-0/+1
* Add support for exporting functions from plugins, with example in rename.Alexander Gavrilov2012-03-151-5/+33
* Improve support for void RPC functions, dfhack-run, etc.Alexander Gavrilov2012-03-151-5/+22
* Implement trivial RPC interface for dfhack via TCP & protobufs.Alexander Gavrilov2012-03-141-0/+359