fangcheng

Results 5 issues of fangcheng

Hello, why is the destructor called twice for the first time? ``` class TestClass { public: TestClass() { printf("TestClass ctor\n"); } ~TestClass() { printf("~TestClass\n"); } }; RTTR_REGISTRATION { registration::class_("TestClass") .constructor()(policy::ctor::as_object)...

- [ ] addSearchPath 没有判断路径重复问题 - [ ] addSearchPath assets//src/games/ 安卓下找不到 必须assets/src/games/ 才行 - [ ] 添加 removeSearchPath 函数 - [x] 横竖屏切换问题 - [ ] 全屏适配 - [x] ExtensionConstants.lua 注释...

希望可以提供分类服务器二进制,自己搭建 然后客户端自己设置存储地址

``` /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. https://www.cocos.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated engine...

I would like to implement an optional feature that allows ignoring certificate verification or trusting self-signed certificates. One possible implementation approach could be to pass an externally created stream during...