aboutsummaryrefslogtreecommitdiff
path: root/po/fil
Commit message (Collapse)AuthorAge
* Update translationsupdatepo.sh2022-01-25
|
* Update translation filesupdatepo.sh2021-11-27
|
* Update translation filesupdatepo.sh2021-06-16
|
* Added translation using Weblate (Filipino)Gian M2021-06-16
|
* Deleted translation using Weblate (Filipino)Benjamin Alan Jamie2021-01-30
|
* Update translation filesupdatepo.sh2020-06-13
|
* Update translation filesupdatepo.sh2020-04-03
|
* Update translation sourcesrubenwardy2020-01-24
|
* Translated using Weblate (Filipino)rubenwardy2020-01-24
| | | | Currently translated at 0.2% (2 of 1274 strings)
* Translated using Weblate (Filipino)Krock2020-01-24
| | | | Currently translated at 0.1% (1 of 1274 strings)
* Update translation stringsupdatepo.sh2019-10-12
|
* Update from Weblate (hacky)Translators2019-10-12
|
* Update translation stringsupdatepo.sh2019-09-09
|
* Update from WeblateTranslators2019-09-09
allocateUnknownNodeId(const std::string &name)=0; // Only usable on the server, and NOT thread-safe. It is usable from the // environment thread. virtual IRollbackManager* getRollbackManager() { return NULL; } // Shorthands IItemDefManager *idef() { return getItemDefManager(); } const NodeDefManager *ndef() { return getNodeDefManager(); } ICraftDefManager *cdef() { return getCraftDefManager(); } IRollbackManager *rollback() { return getRollbackManager(); } virtual const std::vector<ModSpec> &getMods() const = 0; virtual const ModSpec* getModSpec(const std::string &modname) const = 0; virtual std::string getWorldPath() const { return ""; } virtual std::string getModStoragePath() const = 0; virtual bool registerModStorage(ModMetadata *storage) = 0; virtual void unregisterModStorage(const std::string &name) = 0; virtual bool joinModChannel(const std::string &channel) = 0; virtual bool leaveModChannel(const std::string &channel) = 0; virtual bool sendModChannelMessage(const std::string &channel, const std::string &message) = 0; virtual ModChannel *getModChannel(const std::string &channel) = 0; };