Compare commits

...
28 Commits
Author SHA1 Message Date
Wang NanandGitHub b2f3f03fae Merge pull request #20 from dumganhar/mp3-ogg-decoder
Disable ASM for tremolo since it may crashes while decoding same specific ogg audio files.
2017-01-20 16:34:22 +08:00
James Chen 8680e9849f Disable ASM for tremolo since it may crashes while decoding same specific ogg audio files. 2017-01-20 16:28:39 +08:00
pandamicroandGitHub 7b7fa095d0 Merge pull request #19 from pandamicro/master
Add tinydir 1.2.1 for FileUtils::listFiles
2017-01-13 10:26:36 +08:00
pandamicro 281ff7b42c Add tinydir 1.2.1 for FileUtils::listFiles 2017-01-13 10:25:30 +08:00
pandamicroandGitHub f1c37c489d Merge pull request #18 from pandamicro/master
Update rapidjson
2017-01-10 11:46:24 +08:00
pandamicro 261f60ca73 Update rapidjson 2017-01-10 11:43:11 +08:00
Wang NanandGitHub fc07c78083 Merge pull request #17 from dumganhar/mp3-ogg-decoder
Adds source code of tremolo(for decoding ogg), pvmp3dec source code
2017-01-10 11:32:41 +08:00
James Chen 5d8111692e Adds source code of tremolo(for decoding ogg), pvmp3dec source code 2017-01-09 17:39:11 +08:00
子龙山人andGitHub e5770511ff Merge pull request #16 from zilongshanren/fixGLFW-10.12.2
update glfw
2016-12-30 14:45:40 +08:00
zilongshanren 71e428d64b update glfw 2016-12-30 14:45:08 +08:00
子龙山人andGitHub d28204073f Merge pull request #15 from natural-law/master
Update the version of glfw for Mac.
2016-12-26 16:30:01 +08:00
zhangbin 011f0d21ba Update the version of glfw for Mac. 2016-12-26 16:26:00 +08:00
Wang NanandGitHub 28353a429d Merge pull request #14 from hylthink/master
AnySDK 2.2.5 support https
2016-12-02 14:50:44 +08:00
yanli.huang 31a87cb46a AnySDK 2.2.5 support https 2016-12-02 12:00:56 +08:00
子龙山人andGitHub 7ed6ad08ea Merge pull request #13 from zilongshanren/fixGLFW-macos-10-12
update glfw
2016-11-14 01:47:00 -08:00
zilongshanren bcc7e77f92 update glfw 2016-11-14 17:41:41 +08:00
pandamicroandGitHub d4de3fff88 Merge pull request #12 from zilongshanren/upgrade-glfw
update glfw for macos 10.12
2016-11-01 22:44:56 +08:00
zilongshanren d68154e7dd update glfw for macos 10.12 2016-11-01 22:21:31 +08:00
pandamicroandGitHub 0ded35b0c4 Merge pull request #11 from pandamicro/master
Add webp
2016-10-19 18:34:17 +08:00
pandamicro 3117fab222 Add webp 2016-10-19 18:29:02 +08:00
Wang NanandGitHub 03caae7773 Merge pull request #10 from hylthink/master
strip AnySDK 2.2.3
2016-09-20 10:37:13 +08:00
yanli.huang eea0b81a21 strip AnySDK 2.2.3 2016-09-19 18:22:48 +08:00
Wang NanandGitHub 618f2d6dad Merge pull request #9 from hylthink/master
update AnySDK 2.2.3
2016-09-19 17:25:33 +08:00
yanli.huang b3432c4c29 update AnySDK 2.2.3 2016-09-19 14:23:42 +08:00
pandamicroandGitHub 19845a8849 Merge pull request #8 from pandamicro/master
Update lib chipmunk and spider monkey for armeabi
2016-09-08 20:56:47 +08:00
pandamicro 0737f75745 Update lib chipmunk and spider monkey for armeabi 2016-09-08 20:54:24 +08:00
pandamicroandGitHub 52409e59c0 Merge pull request #7 from pandamicro/master
Update android lib chipmunk and lib spidermonkey
2016-09-08 15:37:44 +08:00
pandamicro d16c922475 Update android lib chipmunk and lib spidermonkey 2016-09-08 15:30:29 +08:00
598 changed files with 43853 additions and 586 deletions
+14 -14
View File
@@ -55,20 +55,20 @@ LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libtiff.a
include $(PREBUILT_STATIC_LIBRARY)
#======================================
#include $(CLEAR_VARS)
#
#LOCAL_MODULE := cocos_webp_static
#LOCAL_MODULE_FILENAME := webp
#LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libwebp.a
#
#LOCAL_WHOLE_STATIC_LIBRARIES := cpufeatures
#
#ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
# LOCAL_CFLAGS := -DHAVE_NEON=1
#endif
#
#include $(PREBUILT_STATIC_LIBRARY)
#
include $(CLEAR_VARS)
LOCAL_MODULE := cocos_webp_static
LOCAL_MODULE_FILENAME := webp
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libwebp.a
LOCAL_WHOLE_STATIC_LIBRARIES := cpufeatures
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_CFLAGS := -DHAVE_NEON=1
endif
include $(PREBUILT_STATIC_LIBRARY)
#======================================
include $(CLEAR_VARS)
@@ -33,6 +33,7 @@ typedef enum
kAccountSwitchFail,/**< enum value is callback of failing to switch account. */
kOpenShop,/**< enum value is callback of open the shop. */
kAccountSwitchCancel,/**< enum value is callback of canceling to switch account. */
kGameExitPage,/**< enum value is callback of no channel exit page. */
kUserExtension = 50000 /**< enum value is extension code . */
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
-3
View File
@@ -22,9 +22,6 @@
#include "js-config.h"
// Needed for cocos2d-js
#define JS_NO_JSVAL_JSID_STRUCT_TYPES
struct JSContext;
class JSFunction;
class JSObject;
View File
View File
View File
+6
View File
@@ -342,7 +342,10 @@ typedef union jsval_layout
# endif /* JS_PUNBOX64 */
#endif /* defined(IS_LITTLE_ENDIAN) */
//this is a workaround for fixing binding-generator errors
#ifndef NO_JS_ASSERT
JS_STATIC_ASSERT(sizeof(jsval_layout) == 8);
#endif
/*
* For codesize purposes on some platforms, it's important that the
@@ -1331,7 +1334,10 @@ class Value
JS_STATIC_ASSERT(sizeof(JSValueType) == 1);
JS_STATIC_ASSERT(sizeof(JSValueTag) == 4);
JS_STATIC_ASSERT(sizeof(JSWhyMagic) <= 4);
//this is a workaround for fixing binding-generator errors
#ifndef NO_JS_ASSERT
JS_STATIC_ASSERT(sizeof(Value) == 8);
#endif
}
friend jsval_layout (::JSVAL_TO_IMPL)(Value);
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File

Some files were not shown because too many files have changed in this diff Show More