1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651 |
- /****************************************************************************
- Copyright (c) 2013 cocos2d-x.org
-
- http://www.cocos2d-x.org
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
- ****************************************************************************/
- #include "editor-support/cocostudio/FlatBuffersSerialize.h"
- #include "base/ObjectFactory.h"
- #include "ui/CocosGUI.h"
- #include "platform/CCFileUtils.h"
- #include "editor-support/cocostudio/CocoStudio.h"
- #include "editor-support/cocostudio/CSLanguageDataBinary_generated.h"
- #include "editor-support/cocostudio/CSParseBinary_generated.h"
- #include "editor-support/cocostudio/WidgetReader/NodeReaderProtocol.h"
- #include "editor-support/cocostudio/WidgetReader/NodeReaderDefine.h"
- #include "editor-support/cocostudio/WidgetReader/NodeReader/NodeReader.h"
- #include "editor-support/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.h"
- #include "editor-support/cocostudio/WidgetReader/SpriteReader/SpriteReader.h"
- #include "editor-support/cocostudio/WidgetReader/ParticleReader/ParticleReader.h"
- #include "editor-support/cocostudio/WidgetReader/GameMapReader/GameMapReader.h"
- #include "editor-support/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.h"
- #include "editor-support/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.h"
- #include "editor-support/cocostudio/WidgetReader/ButtonReader/ButtonReader.h"
- #include "editor-support/cocostudio/WidgetReader/CheckBoxReader/CheckBoxReader.h"
- #include "editor-support/cocostudio/WidgetReader/ImageViewReader/ImageViewReader.h"
- #include "editor-support/cocostudio/WidgetReader/TextBMFontReader/TextBMFontReader.h"
- #include "editor-support/cocostudio/WidgetReader/TextReader/TextReader.h"
- #include "editor-support/cocostudio/WidgetReader/TextFieldReader/TextFieldReader.h"
- #include "editor-support/cocostudio/WidgetReader/TextAtlasReader/TextAtlasReader.h"
- #include "editor-support/cocostudio/WidgetReader/LoadingBarReader/LoadingBarReader.h"
- #include "editor-support/cocostudio/WidgetReader/SliderReader/SliderReader.h"
- #include "editor-support/cocostudio/WidgetReader/LayoutReader/LayoutReader.h"
- #include "editor-support/cocostudio/WidgetReader/ScrollViewReader/ScrollViewReader.h"
- #include "editor-support/cocostudio/WidgetReader/PageViewReader/PageViewReader.h"
- #include "editor-support/cocostudio/WidgetReader/ListViewReader/ListViewReader.h"
- #include "tinyxml2.h"
- #include "flatbuffers/flatbuffers.h"
- #include "flatbuffers/util.h"
- USING_NS_CC;
- using namespace cocos2d::ui;
- using namespace cocostudio;
- using namespace cocostudio::timeline;
- using namespace flatbuffers;
- namespace cocostudio {
- static const char* Property_VisibleForFrame = "VisibleForFrame";
- static const char* Property_Position = "Position";
- static const char* Property_Scale = "Scale";
- static const char* Property_RotationSkew = "RotationSkew";
- static const char* Property_CColor = "CColor";
- static const char* Property_FileData = "FileData";
- static const char* Property_FrameEvent = "FrameEvent";
- static const char* Property_Alpha = "Alpha";
- static const char* Property_AnchorPoint = "AnchorPoint";
- static const char* Property_ZOrder = "ZOrder";
- static const char* Property_ActionValue = "ActionValue";
- static const char* Property_BlendValue = "BlendFunc";
- static FlatBuffersSerialize* _instanceFlatBuffersSerialize = nullptr;
-
- FlatBuffersSerialize::FlatBuffersSerialize()
- : _isSimulator(false)
- , _builder(nullptr)
- , _csparsebinary(nullptr)
- {
- CREATE_CLASS_NODE_READER_INFO(NodeReader);
- CREATE_CLASS_NODE_READER_INFO(SingleNodeReader);
- CREATE_CLASS_NODE_READER_INFO(SpriteReader);
- CREATE_CLASS_NODE_READER_INFO(ParticleReader);
- CREATE_CLASS_NODE_READER_INFO(GameMapReader);
-
- CREATE_CLASS_NODE_READER_INFO(ButtonReader);
- CREATE_CLASS_NODE_READER_INFO(CheckBoxReader);
- CREATE_CLASS_NODE_READER_INFO(ImageViewReader);
- CREATE_CLASS_NODE_READER_INFO(TextBMFontReader);
- CREATE_CLASS_NODE_READER_INFO(TextReader);
- CREATE_CLASS_NODE_READER_INFO(TextFieldReader);
- CREATE_CLASS_NODE_READER_INFO(TextAtlasReader);
- CREATE_CLASS_NODE_READER_INFO(LoadingBarReader);
- CREATE_CLASS_NODE_READER_INFO(SliderReader);
- CREATE_CLASS_NODE_READER_INFO(LayoutReader);
- CREATE_CLASS_NODE_READER_INFO(ScrollViewReader);
- CREATE_CLASS_NODE_READER_INFO(PageViewReader);
- CREATE_CLASS_NODE_READER_INFO(ListViewReader);
-
- }
- FlatBuffersSerialize::~FlatBuffersSerialize()
- {
-
- }
- FlatBuffersSerialize* FlatBuffersSerialize::getInstance()
- {
- if (!_instanceFlatBuffersSerialize)
- {
- _instanceFlatBuffersSerialize = new (std::nothrow) FlatBuffersSerialize();
- }
-
- return _instanceFlatBuffersSerialize;
- }
-
- void FlatBuffersSerialize::purge()
- {
- CC_SAFE_DELETE(_instanceFlatBuffersSerialize);
-
- }
- void FlatBuffersSerialize::destroyInstance()
- {
- CC_SAFE_DELETE(_instanceFlatBuffersSerialize);
-
- }
- void FlatBuffersSerialize::deleteFlatBufferBuilder()
- {
- if (_builder != nullptr)
- {
- _builder->Clear();
- CC_SAFE_DELETE(_builder);
- }
- }
- std::string FlatBuffersSerialize::serializeFlatBuffersWithXMLFile(const std::string &xmlFileName,
- const std::string &flatbuffersFileName)
- {
-
- std::string inFullpath = FileUtils::getInstance()->fullPathForFilename(xmlFileName);
-
- // xml read
- if (!FileUtils::getInstance()->isFileExist(inFullpath))
- {
- return ".csd file does not exist.";
- }
-
- std::string content = FileUtils::getInstance()->getStringFromFile(inFullpath);
-
- // xml parse
- tinyxml2::XMLDocument* document = new (std::nothrow) tinyxml2::XMLDocument();
- document->Parse(content.c_str());
-
- const tinyxml2::XMLElement* rootElement = document->RootElement();// Root
- // CCLOG("rootElement name = %s", rootElement->Name());
-
- const tinyxml2::XMLElement* element = rootElement->FirstChildElement();
-
- bool serializeEnabled = false;
- std::string rootType = "";
-
- while (element)
- {
- // CCLOG("entity name = %s", element->Name());
- if (strcmp("PropertyGroup", element->Name()) == 0)
- {
- const tinyxml2::XMLAttribute* attribute = element->FirstAttribute();
- while (attribute && strcmp("Version", attribute->Name()) != 0)
- attribute = attribute->Next();
- if (attribute)
- _csdVersion = attribute->Value();
-
- _csdVersion = "2.1.0.0";
- }
- if (strcmp("Content", element->Name()) == 0)
- {
- const tinyxml2::XMLAttribute* attribute = element->FirstAttribute();
-
- //
- if (!attribute)
- {
- serializeEnabled = true;
- rootType = "NodeObjectData";
- }
- //
-
- //
- // while (attribute)
- // {
- // std::string name = attribute->Name();
- // std::string value = attribute->Value();
- // CCLOG("attribute name = %s, value = %s", name, value);
- // if (name == "")
- // {
- // serializeEnabled = true;
- // rootType = (strcmp("", value) == 0) ? "Node" : value;
- // }
- //
- // if (serializeEnabled)
- // {
- // break;
- // }
- //
- // attribute = attribute->Next();
- // }
- //
- }
-
- if (serializeEnabled)
- {
- break;
- }
-
- const tinyxml2::XMLElement* child = element->FirstChildElement();
- if (child)
- {
- element = child;
- }
- else
- {
- element = element->NextSiblingElement();
- }
- }
-
- if (serializeEnabled)
- {
- _builder = new (std::nothrow) FlatBufferBuilder();
-
- Offset<NodeTree> nodeTree;
- Offset<NodeAction> aciton;
- std::vector<Offset<flatbuffers::AnimationInfo>> animationInfos;
-
- const tinyxml2::XMLElement* child = element->FirstChildElement();
-
- while (child)
- {
- std::string name = child->Name();
-
- if (name == "Animation") // action
- {
- const tinyxml2::XMLElement* animation = child;
- aciton = createNodeAction(animation);
- }
- else if (name == "ObjectData") // nodeTree
- {
- const tinyxml2::XMLElement* objectData = child;
- auto nameElem = objectData->FirstAttribute();
- while (nameElem)
- {
- if (0 == strcmp("ctype", nameElem->Name()))
- {
- rootType = nameElem->Value();
- break;
- }
- else
- nameElem = nameElem->Next();
- }
- if (rootType == "GameNodeObjectData" || rootType == "GameLayerObjectData") // for adaptate old version
- rootType = "NodeObjectData";
- nodeTree = createNodeTree(objectData, rootType);
- }
- else if (name == "AnimationList") // animation list
- {
- const tinyxml2::XMLElement* animationinfoElement = child->FirstChildElement();
- while (animationinfoElement)
- {
- auto animationinfo = createAnimationInfo(animationinfoElement);
- animationInfos.push_back(animationinfo);
- animationinfoElement = animationinfoElement->NextSiblingElement();
- }
- }
- child = child->NextSiblingElement();
- }
-
- auto csparsebinary = CreateCSParseBinary(*_builder,
- _builder->CreateString(_csdVersion),
- _builder->CreateVector(_textures),
- _builder->CreateVector(_texturePngs),
- nodeTree,
- aciton,
- _builder->CreateVector(animationInfos));
- _builder->Finish(csparsebinary);
-
- _textures.clear();
- _texturePngs.clear();
-
-
- std::string outFullPath = FileUtils::getInstance()->fullPathForFilename(flatbuffersFileName);
- size_t pos = outFullPath.find_last_of('.');
- std::string convert = outFullPath.substr(0, pos).append(".csb");
- auto save = flatbuffers::SaveFile(convert.c_str(),
- reinterpret_cast<const char *>(_builder->GetBufferPointer()),
- _builder->GetSize(),
- true);
- if (!save)
- {
- return "couldn't save files!";
- }
-
- deleteFlatBufferBuilder();
- }
-
- return "";
- }
- // NodeTree
- Offset<NodeTree> FlatBuffersSerialize::createNodeTree(const tinyxml2::XMLElement *objectData,
- std::string classType)
- {
- std::string classname = classType.substr(0, classType.find("ObjectData"));
- // CCLOG("classname = %s", classname.c_str());
-
- std::string name = "";
-
- Offset<Options> options;
- std::vector<Offset<NodeTree>> children;
-
- if (classname == "ProjectNode")
- {
- auto reader = ProjectNodeReader::getInstance();
- options = CreateOptions(*_builder, reader->createOptionsWithFlatBuffers(objectData, _builder));
- }
- else if (classname == "SimpleAudio")
- {
- auto reader = ComAudioReader::getInstance();
- options = CreateOptions(*_builder, reader->createOptionsWithFlatBuffers(objectData, _builder));
- }
- else
- {
- std::string readername = getGUIClassName(classname);
- readername.append("Reader");
-
- NodeReaderProtocol* reader = dynamic_cast<NodeReaderProtocol*>(ObjectFactory::getInstance()->createObject(readername));
- if (reader != nullptr)
- {
- options = CreateOptions(*_builder, reader->createOptionsWithFlatBuffers(objectData, _builder));
- }
- }
-
-
- // children
- bool containChildrenElement = false;
- const tinyxml2::XMLElement* child = objectData->FirstChildElement();
-
- while (child)
- {
- // CCLOG("child name = %s", child->Name());
-
- if (strcmp("Children", child->Name()) == 0)
- {
- containChildrenElement = true;
- break;
- }
-
- child = child->NextSiblingElement();
- }
-
- if (containChildrenElement)
- {
- child = child->FirstChildElement();
- // CCLOG("element name = %s", child->Name());
-
- while (child)
- {
- const tinyxml2::XMLAttribute* attribute = child->FirstAttribute();
- bool bHasType = false;
- while (attribute)
- {
- std::string attriname = attribute->Name();
- std::string value = attribute->Value();
-
- if (attriname == "ctype")
- {
- children.push_back(createNodeTree(child, value));
-
- bHasType = true;
- break;
- }
-
- attribute = attribute->Next();
- }
-
- if(!bHasType)
- {
- children.push_back(createNodeTree(child, "NodeObjectData"));
- }
-
- child = child->NextSiblingElement();
- }
- }
- //
-
- std::string customClassName = "";
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string attriname = attribute->Name();
- std::string value = attribute->Value();
-
- if (attriname == "CustomClassName")
- {
- customClassName = value;
- break;
- }
-
- attribute = attribute->Next();
- }
-
- return CreateNodeTree(*_builder,
- _builder->CreateString(classname),
- _builder->CreateVector(children),
- options,
- _builder->CreateString(customClassName));
-
- }
- int FlatBuffersSerialize::getResourceType(std::string key)
- {
- if(key == "Normal" || key == "Default")
- {
- return 0;
- }
-
- if(_isSimulator)
- {
- if(key == "MarkedSubImage")
- {
- return 0;
- }
- }
- return 1;
- }
- std::string FlatBuffersSerialize::getGUIClassName(const std::string &name)
- {
- std::string convertedClassName = name;
- if (name == "Panel")
- {
- convertedClassName = "Layout";
- }
- else if (name == "TextArea")
- {
- convertedClassName = "Text";
- }
- else if (name == "TextButton")
- {
- convertedClassName = "Button";
- }
- else if (name == "Label")
- {
- convertedClassName = "Text";
- }
- else if (name == "LabelAtlas")
- {
- convertedClassName = "TextAtlas";
- }
- else if (name == "LabelBMFont")
- {
- convertedClassName = "TextBMFont";
- }
-
-
- return convertedClassName;
- }
- std::string FlatBuffersSerialize::getWidgetReaderClassName(Widget* widget)
- {
- std::string readerName;
-
- // 1st., custom widget parse properties of parent widget with parent widget reader
- if (dynamic_cast<Button*>(widget))
- {
- readerName = "ButtonReader";
- }
- else if (dynamic_cast<CheckBox*>(widget))
- {
- readerName = "CheckBoxReader";
- }
- else if (dynamic_cast<ImageView*>(widget))
- {
- readerName = "ImageViewReader";
- }
- else if (dynamic_cast<TextAtlas*>(widget))
- {
- readerName = "TextAtlasReader";
- }
- else if (dynamic_cast<TextBMFont*>(widget))
- {
- readerName = "TextBMFontReader";
- }
- else if (dynamic_cast<Text*>(widget))
- {
- readerName = "TextReader";
- }
- else if (dynamic_cast<LoadingBar*>(widget))
- {
- readerName = "LoadingBarReader";
- }
- else if (dynamic_cast<Slider*>(widget))
- {
- readerName = "SliderReader";
- }
- else if (dynamic_cast<TextField*>(widget))
- {
- readerName = "TextFieldReader";
- }
- else if (dynamic_cast<ListView*>(widget))
- {
- readerName = "ListViewReader";
- }
- else if (dynamic_cast<PageView*>(widget))
- {
- readerName = "PageViewReader";
- }
- else if (dynamic_cast<ScrollView*>(widget))
- {
- readerName = "ScrollViewReader";
- }
-
- else if (dynamic_cast<Layout*>(widget))
- {
- readerName = "LayoutReader";
- }
- else if (dynamic_cast<Widget*>(widget))
- {
- readerName = "WidgetReader";
- }
-
- return readerName;
- }
- // NodeAction
- Offset<NodeAction> FlatBuffersSerialize::createNodeAction(const tinyxml2::XMLElement *objectData)
- {
- int duration = 0;
- float speed = 0.0f;
- std::string currentAnimationName = "";
-
- // CCLOG("animation name = %s", objectData->Name());
-
- // ActionTimeline
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
-
- // attributes
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "Duration")
- {
- duration = atoi(value.c_str());
- }
- else if (name == "Speed")
- {
- speed = atof(value.c_str());
- }
- else if (name == "ActivedAnimationName")
- {
- currentAnimationName = value.c_str();
- }
-
- attribute = attribute->Next();
- }
-
- // all Timeline
- std::vector<Offset<TimeLine>> timelines;
- const tinyxml2::XMLElement* timelineElement = objectData->FirstChildElement();
- while (timelineElement)
- {
- auto timeLine = createTimeLine(timelineElement);
- timelines.push_back(timeLine);
-
- timelineElement = timelineElement->NextSiblingElement();
- }
-
- return CreateNodeAction(*_builder,
- duration,
- speed,
- _builder->CreateVector(timelines),
- _builder->CreateString(currentAnimationName));
- }
- Offset<flatbuffers::AnimationInfo> FlatBuffersSerialize::createAnimationInfo(const tinyxml2::XMLElement *objectData)
- {
- std::string infoName = "";
- int startIndex = 0;
- int endIndex = 0;
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string attriname = attribute->Name();
- std::string attrivalue = attribute->Value();
- if (attriname == "Name")
- {
- infoName = attrivalue;
- }
- else if (attriname == "StartIndex")
- {
- startIndex = atoi(attrivalue.c_str());
- }
- else if (attriname == "EndIndex")
- {
- endIndex = atoi(attrivalue.c_str());
- }
- attribute = attribute->Next();
- }
- return CreateAnimationInfo(*_builder, _builder->CreateString(infoName), startIndex, endIndex);
- }
- Offset<TimeLine> FlatBuffersSerialize::createTimeLine(const tinyxml2::XMLElement *objectData)
- {
- int actionTag = 0;
- std::string property = "";
-
- // TimelineData attributes
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "ActionTag")
- {
- actionTag = atoi(value.c_str());
- }
- else if (name == "Property")
- {
- property = value;
- }
-
- attribute = attribute->Next();
- }
-
- // all Frame
- std::vector<Offset<flatbuffers::Frame>> frames;
-
- const tinyxml2::XMLElement* frameElement = objectData->FirstChildElement();
- while (frameElement)
- {
- Offset<flatbuffers::Frame> frame;
-
- if (property == Property_VisibleForFrame)
- {
- auto boolFrame = createBoolFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- 0, // ScaleFrame
- 0, // ColorFrame
- 0, // TextureFrame
- 0, // EventFrame
- 0, // IntFrame
- boolFrame);
- }
- else if (property == Property_Position)
- {
- auto pointFrame = createPointFrame(frameElement);
- frame = CreateFrame(*_builder,
- pointFrame);
- }
- else if (property == Property_Scale)
- {
- auto scaleFrame = createScaleFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- scaleFrame);
- }
- else if (property == Property_RotationSkew)
- {
- auto scaleFrame = createScaleFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- scaleFrame);
- }
- else if (property == Property_CColor)
- {
- auto colorFrame = createColorFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- 0, // ScaleFrame
- colorFrame);
- }
- else if (property == Property_FileData)
- {
- auto textureFrame = createTextureFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- 0, // ScaleFrame
- 0, // ColorFrame
- textureFrame);
- }
- else if (property == Property_FrameEvent)
- {
- auto eventFrame = createEventFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- 0, // ScaleFrame
- 0, // ColorFrame
- 0, // TextureFrame
- eventFrame);
- }
- else if (property == Property_Alpha)
- {
- auto intFrame = createIntFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- 0, // ScaleFrame
- 0, // ColorFrame
- 0, // TextureFrame
- 0, // EventFrame
- intFrame);
- }
- else if (property == Property_AnchorPoint)
- {
- auto scaleFrame = createScaleFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- scaleFrame);
- }
- else if (property == Property_ZOrder)
- {
- auto intFrame = createIntFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- 0, // ScaleFrame
- 0, // ColorFrame
- 0, // TextureFrame
- 0, // EventFrame
- intFrame);
- }
- else if (property == Property_ActionValue)
- {
- auto innerActionFrame = createInnerActionFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- 0, // ScaleFrame
- 0, // ColorFrame
- 0, // TextureFrame
- 0, // EventFrame
- 0, // IntFrame
- 0, // BoolFrame
- innerActionFrame);
- }
- else if (property == Property_BlendValue)
- {
- auto blendFrame = createBlendFrame(frameElement);
- frame = CreateFrame(*_builder,
- 0, // PointFrame
- 0, // ScaleFrame
- 0, // ColorFrame
- 0, // TextureFrame
- 0, // EventFrame
- 0, // IntFrame
- 0, // BoolFrame
- 0, //InnerActionFrame
- blendFrame);
- }
- frames.push_back(frame);
-
- frameElement = frameElement->NextSiblingElement();
- }
-
- return CreateTimeLine(*_builder,
- _builder->CreateString(property),
- actionTag,
- _builder->CreateVector(frames));
- }
-
- Offset<flatbuffers::PointFrame> FlatBuffersSerialize::createPointFrame(const tinyxml2::XMLElement *objectData)
- {
- int frameIndex = 0;
- bool tween = true;
- Vec2 position;
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "X")
- {
- position.x = atof(value.c_str());
- }
- else if (name == "Y")
- {
- position.y = atof(value.c_str());
- }
- else if (name == "FrameIndex")
- {
- frameIndex = atoi(value.c_str());
- }
- else if (name == "Tween")
- {
- tween = (value == "True") ? true : false;
- }
-
- attribute = attribute->Next();
- }
-
-
-
- Position f_position(position.x, position.y);
-
- return CreatePointFrame(*_builder,
- frameIndex,
- tween,
- &f_position,
- createEasingData(objectData->FirstChildElement()));
- }
- Offset<flatbuffers::ScaleFrame> FlatBuffersSerialize::createScaleFrame(const tinyxml2::XMLElement *objectData)
- {
- int frameIndex = 0;
- bool tween = true;
- Vec2 scale;
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "X")
- {
- scale.x = atof(value.c_str());
- }
- else if (name == "Y")
- {
- scale.y = atof(value.c_str());
- }
- else if (name == "FrameIndex")
- {
- frameIndex = atoi(value.c_str());
- }
- else if (name == "Tween")
- {
- tween = (value == "True") ? true : false;
- }
-
- attribute = attribute->Next();
- }
-
- Scale f_scale(scale.x, scale.y);
-
- return CreateScaleFrame(*_builder,
- frameIndex,
- tween,
- &f_scale,
- createEasingData(objectData->FirstChildElement()));
- }
- Offset<flatbuffers::ColorFrame> FlatBuffersSerialize::createColorFrame(const tinyxml2::XMLElement *objectData)
- {
- int frameIndex = 0;
- bool tween = true;
- Color3B color;
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "FrameIndex")
- {
- frameIndex = atoi(value.c_str());
- }
- else if (name == "Tween")
- {
- tween = (value == "True") ? true : false;
- }
-
- attribute = attribute->Next();
- }
-
- // color
- const tinyxml2::XMLElement* child = objectData->FirstChildElement();
- while (child)
- {
- attribute = child->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "R")
- {
- color.r = atoi(value.c_str());
- }
- else if (name == "G")
- {
- color.g = atoi(value.c_str());
- }
- else if (name == "B")
- {
- color.b = atoi(value.c_str());
- }
-
- attribute = attribute->Next();
- }
-
- child = child->NextSiblingElement();
- }
-
- Color f_color(255, color.r, color.g, color.b);
-
- return CreateColorFrame(*_builder,
- frameIndex,
- tween,
- &f_color,
- createEasingData(objectData->FirstChildElement()));
- }
- Offset<flatbuffers::TextureFrame> FlatBuffersSerialize::createTextureFrame(const tinyxml2::XMLElement *objectData)
- {
- int frameIndex = 0;
- bool tween = true;
-
- std::string path = "";
- std::string plistFile = "";
- int resourceType = 0;
-
- std::string texture = "";
- std::string texturePng = "";
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string attriname = attribute->Name();
- std::string value = attribute->Value();
-
- if (attriname == "FrameIndex")
- {
- frameIndex = atoi(value.c_str());
- }
- else if (attriname == "Tween")
- {
- tween = (value == "True") ? true : false;
- }
-
- attribute = attribute->Next();
- }
-
- const tinyxml2::XMLElement* child = objectData->FirstChildElement();
- while (child)
- {
- attribute = child->FirstAttribute();
- while (attribute)
- {
- std::string attriname = attribute->Name();
- std::string value = attribute->Value();
-
- if (attriname == "Path")
- {
- path = value;
- }
- else if (attriname == "Type")
- {
- resourceType = getResourceType(value);
- }
- else if (attriname == "Plist")
- {
- plistFile = value;
- texture = value;
- }
-
- attribute = attribute->Next();
- }
-
- if (resourceType == 1)
- {
- _textures.push_back(_builder->CreateString(texture));
- }
-
- child = child->NextSiblingElement();
- }
-
- return CreateTextureFrame(*_builder,
- frameIndex,
- tween,
- CreateResourceData(*_builder,
- _builder->CreateString(path),
- _builder->CreateString(plistFile),
- resourceType),
- createEasingData(objectData->FirstChildElement()));
- }
- Offset<flatbuffers::EventFrame> FlatBuffersSerialize::createEventFrame(const tinyxml2::XMLElement *objectData)
- {
- int frameIndex = 0;
- bool tween = true;
- std::string value = "";
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string attrivalue = attribute->Value();
-
- if (name == "Value") // to be gonna modify
- {
- value = attrivalue;
- }
- else if (name == "FrameIndex")
- {
- frameIndex = atoi(attrivalue.c_str());
- }
- else if (name == "Tween")
- {
- tween = (attrivalue == "True") ? true : false;
- }
-
- attribute = attribute->Next();
- }
-
- return CreateEventFrame(*_builder,
- frameIndex,
- tween,
- _builder->CreateString(value),
- createEasingData(objectData->FirstChildElement()));
- }
- Offset<flatbuffers::IntFrame> FlatBuffersSerialize::createIntFrame(const tinyxml2::XMLElement *objectData)
- {
- int frameIndex = 0;
- bool tween = true;
- int value = 0;
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string attrivalue = attribute->Value();
-
- if (name == "Value") // to be gonna modify
- {
- value = atoi(attrivalue.c_str());
- }
- else if (name == "FrameIndex")
- {
- frameIndex = atoi(attrivalue.c_str());
- }
- else if (name == "Tween")
- {
- tween = (attrivalue == "True") ? true : false;
- }
-
- attribute = attribute->Next();
- }
-
- return CreateIntFrame(*_builder,
- frameIndex,
- tween,
- value,
- createEasingData(objectData->FirstChildElement()));
- }
-
- Offset<flatbuffers::BoolFrame> FlatBuffersSerialize::createBoolFrame(const tinyxml2::XMLElement *objectData)
- {
- int frameIndex = 0;
- bool tween = true;
- bool value = true;
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string attrivalue = attribute->Value();
-
- if (name == "Value")
- {
- value = (attrivalue == "True") ? true : false;
- }
- else if (name == "FrameIndex")
- {
- frameIndex = atoi(attrivalue.c_str());
- }
- else if (name == "Tween")
- {
- tween = (attrivalue == "True") ? true : false;
- }
-
- attribute = attribute->Next();
- }
-
- return CreateBoolFrame(*_builder,
- frameIndex,
- tween,
- value,
- createEasingData(objectData->FirstChildElement()));
- }
-
- Offset<flatbuffers::InnerActionFrame> FlatBuffersSerialize::createInnerActionFrame(const tinyxml2::XMLElement *objectData)
- {
- int frameIndex = 0;
- bool tween = true;
- int innerActionType = 0;
- std::string currentAniamtionName = "";
- int singleFrameIndex = 0;
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string attrivalue = attribute->Value();
-
- if (name == "InnerActionType")
- {
- if (attrivalue == "LoopAction")
- {
- innerActionType = 0;
- }
- else if (attrivalue == "NoLoopAction")
- {
- innerActionType = 1;
- }
- else if (attrivalue == "SingleFrame")
- {
- innerActionType = 2;
- }
- }
- else if (name == "CurrentAniamtionName")
- {
- currentAniamtionName = attrivalue;
- }
- else if (name == "SingleFrameIndex")
- {
- singleFrameIndex = atoi(attrivalue.c_str());
- }
- else if (name == "FrameIndex")
- {
- frameIndex = atoi(attrivalue.c_str());
- }
- else if (name == "Tween")
- {
- tween = (attrivalue == "True") ? true : false;
- }
-
- attribute = attribute->Next();
- }
-
- return CreateInnerActionFrame(*_builder,
- frameIndex,
- tween,
- innerActionType,
- _builder->CreateString(currentAniamtionName),
- singleFrameIndex,
- createEasingData(objectData->FirstChildElement()));
- }
- flatbuffers::Offset<flatbuffers::BlendFrame> FlatBuffersSerialize::createBlendFrame(const tinyxml2::XMLElement* objectData)
- {
- int frameIndex = 0;
- bool tween = true;
- int32_t src = GL_ONE, dst = GL_ONE_MINUS_SRC_ALPHA;
- std::string name = "";
- std::string value = "";
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- name = attribute->Name();
- value = attribute->Value();
- if (name == "FrameIndex")
- {
- frameIndex = atoi(value.c_str());
- }
- else if (name == "Tween")
- {
- tween = (value == "True") ? true : false;
- }
- else if (name == "Src")
- {
- src = atoi(value.c_str());
- }
- else if (name == "Dst")
- {
- dst = atoi(value.c_str());
- }
- attribute = attribute->Next();
- }
- flatbuffers::Offset<flatbuffers::EasingData> easingData;
- flatbuffers::BlendFunc blendFunc(src, dst);
- return CreateBlendFrame(*_builder,
- frameIndex,
- tween,
- &blendFunc,
- easingData);
- }
- flatbuffers::Offset<flatbuffers::EasingData> FlatBuffersSerialize::createEasingData(const tinyxml2::XMLElement *objectData)
- {
- if (!objectData)
- {
- return 0;
- }
-
- int type = -1;
- std::vector<flatbuffers::Position> points;
-
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
-
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "Type")
- {
- type = atoi(value.c_str());
- break;
- }
-
- attribute = attribute->Next();
- }
-
- const tinyxml2::XMLElement* Points = objectData->FirstChildElement();
- if (Points)
- {
- const tinyxml2::XMLElement* PointF = Points->FirstChildElement();
- while (PointF)
- {
- Vec2 pointF;
-
- attribute = PointF->FirstAttribute();
-
- while (attribute)
- {
- std::string name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "X")
- {
- pointF.x = atof(value.c_str());
- }
- else if (name == "Y")
- {
- pointF.y = atof(value.c_str());
- }
- attribute = attribute->Next();
- }
- flatbuffers::Position f_PointF(pointF.x, pointF.y);
- points.push_back(f_PointF);
-
- PointF = PointF->NextSiblingElement();
- }
- }
-
- return CreateEasingData(*_builder,
- type,
- _builder->CreateVectorOfStructs(points));
- }
-
- /* create flat buffers with XML */
- FlatBufferBuilder* FlatBuffersSerialize::createFlatBuffersWithXMLFileForSimulator(const std::string &xmlFileName)
- {
- std::string inFullpath = FileUtils::getInstance()->fullPathForFilename(xmlFileName);
-
- // xml read
- if (!FileUtils::getInstance()->isFileExist(inFullpath))
- {
- // CCLOG(".csd file does not exist.");
- }
-
- std::string content = FileUtils::getInstance()->getStringFromFile(inFullpath);
-
- // xml parse
- tinyxml2::XMLDocument* document = new (std::nothrow) tinyxml2::XMLDocument();
- document->Parse(content.c_str());
-
- const tinyxml2::XMLElement* rootElement = document->RootElement();// Root
- // CCLOG("rootElement name = %s", rootElement->Name());
-
- const tinyxml2::XMLElement* element = rootElement->FirstChildElement();
-
- bool serializeEnabled = false;
- std::string rootType = "";
-
- while (element)
- {
- // CCLOG("entity name = %s", element->Name());
- if (strcmp("PropertyGroup", element->Name()) == 0)
- {
- const tinyxml2::XMLAttribute* attribute = element->FirstAttribute();
- while (attribute && strcmp("Version", attribute->Name()) != 0)
- attribute = attribute->Next();
- if (attribute)
- _csdVersion = attribute->Value();
- }
-
- if (strcmp("Content", element->Name()) == 0)
- {
- const tinyxml2::XMLAttribute* attribute = element->FirstAttribute();
-
- //
- if (!attribute)
- {
- serializeEnabled = true;
- rootType = "NodeObjectData";
- }
- }
-
- if (serializeEnabled)
- {
- break;
- }
-
- const tinyxml2::XMLElement* child = element->FirstChildElement();
- if (child)
- {
- element = child;
- }
- else
- {
- element = element->NextSiblingElement();
- }
- }
-
- if (serializeEnabled)
- {
- _builder = new (std::nothrow) FlatBufferBuilder();
- Offset<NodeTree> nodeTree;
- Offset<NodeAction> aciton;
- std::vector<Offset<flatbuffers::AnimationInfo> > animationInfos;
-
- const tinyxml2::XMLElement* child = element->FirstChildElement();
-
- while (child)
- {
- std::string name = child->Name();
-
- if (name == "Animation") // action
- {
- const tinyxml2::XMLElement* animation = child;
- aciton = createNodeAction(animation);
- }
- else if (name == "ObjectData") // nodeTree
- {
- const tinyxml2::XMLElement* objectData = child;
- auto nameElem = objectData->FirstAttribute();
- while (nameElem)
- {
- if (0 == strcmp("ctype", nameElem->Name()))
- {
- rootType = nameElem->Value();
- break;
- }
- else
- nameElem = nameElem->Next();
- }
- if (rootType == "GameNodeObjectData" || rootType == "GameLayerObjectData") // for adaptate old version
- rootType = "NodeObjectData";
- nodeTree = createNodeTreeForSimulator(objectData, rootType);
- }
- else if (name == "AnimationList") // animation list
- {
- const tinyxml2::XMLElement* animationinfoElement = child->FirstChildElement();
- while (animationinfoElement)
- {
- auto animationinfo = createAnimationInfo(animationinfoElement);
- animationInfos.push_back(animationinfo);
- animationinfoElement = animationinfoElement->NextSiblingElement();
- }
- }
-
- child = child->NextSiblingElement();
- }
-
- auto csparsebinary = CreateCSParseBinary(*_builder,
- _builder->CreateString(_csdVersion),
- _builder->CreateVector(_textures),
- _builder->CreateVector(_texturePngs),
- nodeTree,
- aciton,
- _builder->CreateVector(animationInfos));
- _builder->Finish(csparsebinary);
-
- _textures.clear();
- _texturePngs.clear();
- }
- return _builder;
- }
- Offset<NodeTree> FlatBuffersSerialize::createNodeTreeForSimulator(const tinyxml2::XMLElement *objectData,
- std::string classType)
- {
- std::string classname = classType.substr(0, classType.find("ObjectData"));
- // CCLOG("classname = %s", classname.c_str());
-
- std::string name = "";
-
- Offset<Options> options;
- std::vector<Offset<NodeTree>> children;
-
- if (classname == "ProjectNode")
- {
- auto projectNodeOptions = createProjectNodeOptionsForSimulator(objectData);
- options = CreateOptions(*_builder, *(Offset<Table>*)(&projectNodeOptions));
- }
- else if (classname == "SimpleAudio")
- {
- auto reader = ComAudioReader::getInstance();
- options = CreateOptions(*_builder, reader->createOptionsWithFlatBuffers(objectData, _builder));
- }
- else
- {
- std::string readername = getGUIClassName(classname);
- readername.append("Reader");
-
- NodeReaderProtocol* reader = dynamic_cast<NodeReaderProtocol*>(ObjectFactory::getInstance()->createObject(readername));
- if (reader != nullptr)
- {
- options = CreateOptions(*_builder, reader->createOptionsWithFlatBuffers(objectData, _builder));
- }
- }
-
-
- // children
- bool containChildrenElement = false;
- const tinyxml2::XMLElement* child = objectData->FirstChildElement();
-
- while (child)
- {
- // CCLOG("child name = %s", child->Name());
-
- if (strcmp("Children", child->Name()) == 0)
- {
- containChildrenElement = true;
- break;
- }
-
- child = child->NextSiblingElement();
- }
-
- if (containChildrenElement)
- {
- child = child->FirstChildElement();
- // CCLOG("element name = %s", child->Name());
-
- while (child)
- {
- const tinyxml2::XMLAttribute* attribute = child->FirstAttribute();
- bool bHasType = false;
- while (attribute)
- {
- std::string attriname = attribute->Name();
- std::string value = attribute->Value();
-
- if (attriname == "ctype")
- {
- children.push_back(createNodeTreeForSimulator(child, value));
-
- bHasType = true;
- break;
- }
-
- attribute = attribute->Next();
- }
-
- if(!bHasType)
- {
- children.push_back(createNodeTreeForSimulator(child, "NodeObjectData"));
- }
-
- child = child->NextSiblingElement();
- }
- }
- //
-
-
- std::string customClassName = "";
- const tinyxml2::XMLAttribute* attribute = objectData->FirstAttribute();
- while (attribute)
- {
- std::string attriname = attribute->Name();
- std::string value = attribute->Value();
-
- if (attriname == "CustomClassName")
- {
- customClassName = value;
- break;
- }
-
- attribute = attribute->Next();
- }
-
- return CreateNodeTree(*_builder,
- _builder->CreateString(classname),
- _builder->CreateVector(children),
- options,
- _builder->CreateString(customClassName));
- }
- Offset<ProjectNodeOptions> FlatBuffersSerialize::createProjectNodeOptionsForSimulator(const tinyxml2::XMLElement *objectData)
- {
- auto temp = NodeReader::getInstance()->createOptionsWithFlatBuffers(objectData, _builder);
- auto nodeOptions = *(Offset<WidgetOptions>*)(&temp);
- std::string filename = "";
- float innerspeed = 1.0f;
-
- const tinyxml2::XMLAttribute* objattri = objectData->FirstAttribute();
- // inneraction speed
- while (objattri)
- {
- std::string name = objattri->Name();
- std::string value = objattri->Value();
- if (name == "InnerActionSpeed")
- {
- innerspeed = atof(objattri->Value());
- break;
- }
- objattri = objattri->Next();
- }
-
- // FileData
- const tinyxml2::XMLElement* child = objectData->FirstChildElement();
- while (child)
- {
- std::string name = child->Name();
-
- if (name == "FileData")
- {
- const tinyxml2::XMLAttribute* attribute = child->FirstAttribute();
-
- while (attribute)
- {
- name = attribute->Name();
- std::string value = attribute->Value();
-
- if (name == "Path")
- {
- filename = value;
- }
-
- attribute = attribute->Next();
- }
- }
-
- child = child->NextSiblingElement();
- }
-
- return CreateProjectNodeOptions(*_builder,
- nodeOptions,
- _builder->CreateString(filename),
- innerspeed);
- }
- /* Serialize language XML file to Flat Buffers file. */
- std::string FlatBuffersSerialize::serializeFlatBuffersWithXMLFileForLanguageData(const std::string& xmlFilePath,
- const std::string& flatBuffersFilePath,
- const std::string& languageName)
- {
- //Read and parse XML data file.
- if (!FileUtils::getInstance()->isFileExist(xmlFilePath))
- return "Language XML file does not exist.";
- std::string content = FileUtils::getInstance()->getStringFromFile(xmlFilePath);
- tinyxml2::XMLDocument* document = new (std::nothrow) tinyxml2::XMLDocument();
- document->Parse(content.c_str());
- const tinyxml2::XMLElement* element = document->RootElement();
- element = element->FirstChildElement();
- //Create FlatBuffers file using the language data in XML file.
- _builder = new (std::nothrow) FlatBufferBuilder();
- std::vector<Offset<LanguageItem>> langItemList;
- while (element)
- {
- if (strcmp("language", element->Name()) != 0)
- {
- element = element->NextSiblingElement();
- continue;
- }
- //Read all of the Key-Values in the XML file.
- std::string key = "";
- std::string text = "";
- bool hasKeyReaded = false;
- bool hasTextReaded = false;
- const tinyxml2::XMLElement* childElement = element->FirstChildElement();
- while (childElement)
- {
- //Record language key.
- if (strcmp("key", childElement->Name()) == 0)
- {
- key = childElement->GetText();
- hasKeyReaded = true;
- }
- //Record corresponding text.
- else if (strcmp(languageName.c_str(), childElement->Name()) == 0)
- {
- const char* langText = childElement->GetText();
- if (langText && langText[0] != '\0')
- text = langText;
- else
- text = key;
- hasTextReaded = true;
- }
- if (hasKeyReaded && hasTextReaded)
- break;
- childElement = childElement->NextSiblingElement();
- }
- Offset<flatbuffers::LanguageItem> langItem = CreateLanguageItem(*_builder, _builder->CreateString(key), _builder->CreateString(text));
- langItemList.push_back(langItem);
- element = element->NextSiblingElement();
- }
- auto langSet = CreateLanguageSet(*_builder, _builder->CreateVector(langItemList));
- _builder->Finish(langSet);
- bool isSuccess = flatbuffers::SaveFile(flatBuffersFilePath.c_str(),
- reinterpret_cast<const char *>(_builder->GetBufferPointer()),
- _builder->GetSize(),
- true);
- if (isSuccess)
- return "";
- else
- return "Failed to save language .csb file.";
- }
- }
- /**/
|