Merge pull request #3 from simdsoft/update-readme

Update README.md
This commit is contained in:
HALX99 2019-11-25 09:36:20 -08:00 committed by GitHub
commit 9a1c67031a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 7 deletions

View File

@ -35,7 +35,7 @@ _USRSTUDIOPDLL
- [x] 2. Remove SimpleAudio
- [ ] 3. Remove offthread file operation
- [x] 4. Remove getSutiableFOpen, avoid reduce performance, there is another better solution for support: ```just doesn't convert path to utf-8 in FileUtils manually implementation```
- [x] 5. Optimize CCDownloader, curl for all platforms
- [x] 5. Refactor CCDownloader, curl for all platforms, don't use scheduler to retrive progress info, make it more reuseable
- [ ] 7. Refactor engine-v5-deps, all compile as vs2019 MSVC 19.22.27905.0
- [x] 8. minizip-1.2.0
- [x] 9. ccMessageBox

View File

@ -79,7 +79,6 @@ elseif(APPLE)
set(COCOS_AUDIO_PLATFORM_HEADER
audio/apple/AudioDecoder.h
audio/apple/AudioPlayer.h
audio/apple/AudioMacros.h
audio/apple/AudioCache.h
audio/apple/AudioEngineImpl.h
)

View File

@ -1,5 +1,3 @@
#pragma once
#include "ProgramStateRegistry.h"
CC_BACKEND_BEGIN

View File

@ -1,6 +1,6 @@
{
"version": "v5-deps-1",
"zip_file_size": "103868946",
"version": "v5-deps-2",
"zip_file_size": "103868975",
"repo_name": "engine-v5-3rd",
"repo_parent": "https://github.com/simdsoft/",
"move_dirs": {

View File

@ -119,7 +119,7 @@ function genernate_binding_codes()
echo "Create auto-generated luabinding glue codes."
pushd "$COCOS2DX_ROOT/tools/tolua"
python ./genbindings.py
# python ./genbindings.py
popd
}