Skip to content

Commit 939889e

Browse files
committed
update s3tc cocos2d#2
2 parents 5c7a718 + ba423d1 commit 939889e

File tree

526 files changed

+164547
-11148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+164547
-11148
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Developers:
3838
carlomorgantinizynga
3939
CCLabelTTF supports for shadow and stroke
4040
Adding CCLabelTTF::createWithFontDefinition.
41+
New label support.
4142

4243
James Gregory (j4m3z0r, Zynga)
4344
Maintainer of Emscripten port.
@@ -423,6 +424,7 @@ Developers:
423424
Added some guards in fileutils. Fixed a bug in emscripten file utils.
424425
Added emscripten keyboard support
425426
Clang support for Linux
427+
Multiple emscripten template support. Emscripten multiple resolutions support.
426428

427429
elmiro
428430
Correction of passed buffer size to readlink and verification of result return by readlink.
@@ -556,6 +558,9 @@ Developers:
556558
Nako Sung (nakosung)
557559
Fixing a bug that wrong logic when pass an empty std::vector to WebSocket::init.
558560
Exposing cc.RemoveSelf to JS.
561+
562+
dotsquid
563+
Fixed the crash caused by improper deletion of VBOs and VAO in ParticleSystemQuad.
559564

560565
Retired Core Developers:
561566
WenSheng Yang

CocosDenshion/android/Android.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ LOCAL_MODULE := cocosdenshion_static
55

66
LOCAL_MODULE_FILENAME := libcocosdenshion
77

8-
LOCAL_SRC_FILES := SimpleAudioEngine.cpp \
9-
jni/SimpleAudioEngineJni.cpp \
10-
opensl/OpenSLEngine.cpp \
11-
opensl/SimpleAudioEngineOpenSL.cpp
8+
LOCAL_SRC_FILES := cddSimpleAudioEngine.cpp \
9+
ccdandroidUtils.cpp \
10+
jni/cddandroidAndroidJavaEngine.cpp \
11+
opensl/cddandroidOpenSLEngine.cpp
1212

1313
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/../include
1414

CocosDenshion/android/SimpleAudioEngine.cpp

Lines changed: 0 additions & 309 deletions
This file was deleted.

0 commit comments

Comments
 (0)