Commit graph

6 commits

Author SHA1 Message Date
Erik Ogenvik
e71c9539c0 Disconnect cleanly and improve logging. 2018-10-04 21:50:03 +02:00
Erik Ogenvik
a3e316f0a5 Adapt to changed protocol. 2018-10-04 17:58:17 +02:00
Erik Ogenvik
94be66bfaa Restructure code a bit. 2018-10-01 22:39:55 +02:00
Erik Ogenvik
7aaa9b9ba7 Optimize includes. 2017-03-19 21:36:52 +01:00
Erik Ogenvik
d4db96d5d7 Added option for disabling mind exports.
You can disable this through this cyexport option:
--export:minds=0
2014-12-07 22:14:26 +01:00
Erik Ogenvik
4411d3a14f Added "cyexport" tool for exporting.
This uses the same exporting code as Ember, and allows for export of
both entities, minds and types. The code in EntityExporterBase.* should
be kept synchronized with the Ember version.
This is provided as a new command, instead of added to the existing
cycmd executable. This is by design, to make it easier for users. Export
and import of entities are one of the most basic functions, especially
for any new user, and should therefore be provided as easy as
possible.
2013-11-14 22:21:06 +01:00