aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking/textures/at_il_tcb_node.png
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2018-10-07 22:21:49 +0200
committerorwell96 <orwell@bleipb.de>2018-10-07 22:21:49 +0200
commit8df7bcf6b6ea6333b3df925af528e23574974d69 (patch)
tree416d247272b6d6878b6e5024eca6965c21d81c22 /advtrains_interlocking/textures/at_il_tcb_node.png
parent8e70c070c1be102a679ff3fd6f71669c883ec510 (advtrains-8df7bcf6b6ea6333b3df925af528e23574974d69.zip
Improve route programming:
- Formspec for TCBs instead of unhandy chatcommands - Ability to advance route over the next secction without punching end - Better visualization - Ability to route into dead-end sections
Diffstat (limited to 'advtrains_interlocking/textures/at_il_tcb_node.png')
0 files changed, 0 insertions, 0 deletions
rfnd.h" #define DESERIALIZE_START '\x01' #define DESERIALIZE_KV_DELIM '\x02' #define DESERIALIZE_PAIR_DELIM '\x03' #define DESERIALIZE_START_STR "\x01" #define DESERIALIZE_KV_DELIM_STR "\x02" #define DESERIALIZE_PAIR_DELIM_STR "\x03" #define TOOLCAP_KEY "tool_capabilities" void ItemStackMetadata::clear() { Metadata::clear(); updateToolCapabilities(); } bool ItemStackMetadata::setString(const std::string &name, const std::string &var) { bool result = Metadata::setString(name, var); if (name == TOOLCAP_KEY) updateToolCapabilities(); return result; }