Alexander Gavrilov
|
9eed9f0d24
|
Wrap a few utility functions defined on the c++ side for lua.
|
2012-04-05 19:55:59 +04:00 |
Alexander Gavrilov
|
28a741082f
|
Encode & decode names in utf-8 for transfer in remote messages.
That's the encoding required by the protobuf spec.
|
2012-04-05 18:10:16 +04:00 |
Alexander Gavrilov
|
58eb199036
|
Add many new template functions for enums & bitfields.
An incompatible change: ENUM_KEY_STR returns std::string now.
The old behavior is available via enum_item_key_str function.
|
2012-03-17 12:52:22 +04:00 |
Alexander Gavrilov
|
560e977f05
|
Implement trivial RPC interface for dfhack via TCP & protobufs.
Use it to make an executable capable of calling commands remotely.
|
2012-03-14 19:57:29 +04:00 |
Alexander Gavrilov
|
ea790f1346
|
Move a few functions into the core, and add some more.
|
2012-01-08 20:02:12 +04:00 |
Alexander Gavrilov
|
326c58f793
|
Add a plugin to tweak inorganic materials in jobs.
It also auto-seeks in the build item list if used in that context.
|
2012-01-02 18:46:24 +04:00 |
Petr Mrázek
|
52dfa842cc
|
Add missing MiscUtils.cpp
|
2011-12-31 13:14:08 +01:00 |