Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating smooth movement using JS advance function #3610

Open
wants to merge 1,288 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1288 commits
Select commit Hold shift + click to select a range
bb0c171
Reduce cc.Color memory footprint
Dec 8, 2016
0ce51b1
Fix scissor clipping issue
Dec 8, 2016
41b1026
Improve updateProjectionUniform performance
Dec 8, 2016
7f9e68a
Improve RenderCmd construction performance
Dec 8, 2016
926c9e4
Improve construction performance in general
Dec 8, 2016
59d4645
Improve label adaptation performance
Dec 8, 2016
c1c76b0
Reimplement UIScale9Sprite using creator approach
Dec 8, 2016
b6f5e8c
Improve CCB reader performance
Dec 8, 2016
0bda54c
Improve UI Parser 1.x performance
Dec 8, 2016
523b231
Flat recursive call using stack for onEnter/onExit/cleanup etc
Dec 8, 2016
c93c8e1
Improve UI and support lazy loading
Dec 9, 2016
8f05415
Reformat CCBoot and improve cc.loader implementation
Dec 9, 2016
f37ba7c
Reformat code and improve CCAudio
Dec 9, 2016
467008a
Delay initialize shader cache
Dec 12, 2016
4d71e89
Fix bug
Dec 12, 2016
6325b10
Improve visit logic, reduce call stack depth
Dec 12, 2016
8c03b45
Fix 3D projection
Dec 12, 2016
40cab0a
Fix getPreferredSize is not a function issue
Dec 12, 2016
efdd358
Fix issues:
Dec 12, 2016
8aabcda
Merge pull request #3412 from pandamicro/legend
pandamicro Dec 13, 2016
10e501b
Fix CCClass issue in release mode
Dec 13, 2016
6404318
Merge pull request #3415 from pandamicro/develop
pandamicro Dec 13, 2016
4ed7dc5
Porting CCGLProgramState to cocos2d-html5. This will now give the use…
Dec 13, 2016
beee1dc
Fixing rendering issues in CCAtlastNodeWebGLRenderCmd and CCGrid.
Dec 13, 2016
c30a2e6
add bmfont and atlas batch
zilongshanren Dec 14, 2016
da87a4b
fix bmfont update logic
zilongshanren Dec 14, 2016
afe94ba
optimize uibutton and uiimage view
zilongshanren Dec 15, 2016
22a4dff
Merge pull request #3417 from zilongshanren/add-bmfont-batch-v2
pandamicro Dec 15, 2016
cef6a7b
Fix Layer bake rendering issue
Dec 18, 2016
086cb20
Remove useless code in Sprite for old batch node
Dec 18, 2016
1fe74d3
Improve Layer webgl rendering
Dec 18, 2016
a66c175
Made xhr ontimeout callback work on all browsers
Dec 18, 2016
f8aeb7f
Try to fix adaptation issue on ios 9.2/9.3
Dec 18, 2016
3c06801
Fix clear color not normalized issue
Dec 18, 2016
10356b6
Fix armature skipped by RendererWebGL issue
Dec 18, 2016
c40c22b
Update engine version
Dec 19, 2016
544c015
Merge pull request #3418 from pandamicro/develop
pandamicro Dec 19, 2016
889db73
Fix LabelTTF initial content size, texture rect not correct issue
Dec 19, 2016
5ab5a44
Fix widget ignoreSize default value issue
Dec 19, 2016
440f792
Merge pull request #3419 from pandamicro/develop
pandamicro Dec 19, 2016
fdaa7e2
Updating CCGLProgramState based on code review feedback. Removing une…
Dec 19, 2016
721abd1
Preventing issue where mutating the value of an array after setting i…
Dec 19, 2016
2c13088
Fixing color/opacity rendering issue with CCAtlastNodeWebGLRendering.…
Dec 19, 2016
430a321
Merge branch 'develop' into program-state
Dec 19, 2016
781c3c8
Fixing improper logical error in assigning values to uniformByName an…
Dec 19, 2016
c83d33b
Fix issues reported by QA
Dec 20, 2016
974949f
Merge pull request #3420 from pandamicro/develop
pandamicro Dec 20, 2016
725a899
useWebAudio
VisualSJ Dec 20, 2016
e5fe5bb
Merge pull request #3421 from VisualSJ/develop-audio
pandamicro Dec 20, 2016
cfbb0c7
Force reset texture rect when sprite texture changed
Dec 26, 2016
ced6bc4
fix bitmap font rendering issue
zilongshanren Dec 26, 2016
d1b0ced
Merge pull request #3423 from zilongshanren/fix-bitmap-font-compatiab…
pandamicro Dec 26, 2016
cefb4eb
Fixed a bug about playMusic
VisualSJ Dec 26, 2016
a20472d
Merge pull request #3424 from VisualSJ/develop-audio
pandamicro Dec 26, 2016
1b018b2
Small fixes
Dec 26, 2016
6748dfc
Fix clipping node rendering issue when alphaThreshold = 1
Dec 26, 2016
9df9cbc
Fix nested scroll view rendering issue
Dec 26, 2016
a9cba77
Made orderDirty flag properly set for node
Dec 26, 2016
62f7aaa
add gray shader to default shader
zilongshanren Dec 26, 2016
f7f5020
fix button gray state
zilongshanren Dec 26, 2016
ed5fdbe
implement slider ball turn gray effect
zilongshanren Dec 26, 2016
50399ae
Improve log and preset value for cc.CONCURRENCY_HTTP_REQUEST_COUNT
Dec 26, 2016
fe7f99c
Fix cc.Color alpha setter issue
Dec 26, 2016
f923485
Fix reverted particle system dictionary parser
Dec 26, 2016
9ef0b99
Merge pull request #3426 from pandamicro/develop
pandamicro Dec 26, 2016
67c2e7d
Merge pull request #3425 from zilongshanren/fix-uislider-gray-state
pandamicro Dec 26, 2016
68deb55
fix canvas issue
zilongshanren Dec 26, 2016
90fec9b
Merge pull request #3427 from zilongshanren/add-gray-effect-canvas-mo…
pandamicro Dec 26, 2016
4ce186d
Fix typo
Dec 27, 2016
92278e7
Merge pull request #3428 from pandamicro/develop
pandamicro Dec 27, 2016
b54750a
Fixed a bug about pauseMusic
VisualSJ Dec 29, 2016
dfbf0bc
Fix local z order not being set when node doesn’t have a parent issue
Dec 30, 2016
73b2b3c
Enable FIX_ARTIFACTS_BY_STRECHING_TEXEL by default
Dec 30, 2016
b2c1542
Merge pull request #3431 from pandamicro/develop
pandamicro Dec 30, 2016
6856e33
Fix canvas crash and rendering issues
Jan 2, 2017
4ef4dbf
Merge pull request #3433 from pandamicro/develop
pandamicro Jan 2, 2017
298a456
Audio play flags move to cc.Audio
VisualSJ Jan 2, 2017
b5748c3
Should not play the suspended music
VisualSJ Jan 2, 2017
eb8e61d
Merge pull request #3430 from VisualSJ/develop-audio-playThenPause
pandamicro Jan 3, 2017
6387ded
add _generateGrayTexture
zilongshanren Jan 3, 2017
f83d288
Merge pull request #3435 from zilongshanren/fix-scale9sprite-scale-issue
pandamicro Jan 3, 2017
4f9276e
Improve browser detection for QQ
Jan 10, 2017
0688465
Add qq app type.
VisualSJ Jan 10, 2017
5052ef1
Review - remove func
VisualSJ Jan 10, 2017
6f82b66
Merge pull request #19 from VisualSJ/pandamirco-develop
pandamicro Jan 10, 2017
e7828db
Merge pull request #3437 from pandamicro/develop
pandamicro Jan 10, 2017
43d387d
webAudio paused is true
VisualSJ Jan 10, 2017
c55e0b7
setProgram is not define
VisualSJ Jan 11, 2017
acea1a6
Merge pull request #3439 from VisualSJ/develop-clippingNodeWebGL
pandamicro Jan 11, 2017
8a3b0b4
fix uiscale9sprite content scale9 factor issue
zilongshanren Jan 12, 2017
5939d41
Merge pull request #3438 from VisualSJ/develop-webaudio
pandamicro Jan 12, 2017
d6b3344
fix simple mode texture coordinate mapping in retina display
zilongshanren Jan 12, 2017
18b867f
Fix cc.textureCache.removeTextureForKey not releasing texture issue
Jan 12, 2017
24ed0d2
Small improvements
Jan 12, 2017
c3f7000
Merge pull request #3441 from pandamicro/develop
pandamicro Jan 12, 2017
8f34253
check context integrity
VisualSJ Jan 16, 2017
e94ab0c
Merge pull request #3445 from VisualSJ/develop-createGain
pandamicro Jan 16, 2017
6a0a9c5
Merge pull request #3440 from zilongshanren/fix-uiscale9sprite-retina…
zilongshanren Jan 19, 2017
d34f09e
fix imageview possible memory leaks
zilongshanren Jan 19, 2017
ed89551
improve uiText.js
zilongshanren Jan 22, 2017
a69cbc1
Update README.mdown
nmve Jan 22, 2017
9613342
Fix DrawNode canvas displayedOpacity rendering
giuseppelt Jan 26, 2017
83540d8
Text wrapping support for more languages
ntrrgc Jan 31, 2017
fa3d2fa
Text wrap regexp: handle ¿¡ add the hyphen-minus and more quotation m…
ntrrgc Jan 31, 2017
c4f9f39
Fix node.updateTransform var typo
giuseppelt Feb 8, 2017
88fa7ff
spine works on canvas
minggo Feb 17, 2017
320af08
Support Spine Mesh in WebGL.
Feb 21, 2017
f9e76f5
Merge pull request #1 from natural-law/update-spine
minggo Feb 21, 2017
e1b33af
Solve the error effect of Spine Mesh support.
Feb 21, 2017
58ab136
Merge pull request #2 from natural-law/update-spine
minggo Feb 21, 2017
960137c
Merge pull request #3457 from minggo/update-spine
pandamicro Feb 22, 2017
7c021d1
Solve the error logic in spine runtime.
Feb 22, 2017
12d9af1
Merge pull request #3458 from natural-law/update-spine
pandamicro Feb 22, 2017
94bff72
Fix the problem: Spine event callbacks are not work.
Feb 22, 2017
21466ef
Solve the reviewed issues.
Feb 22, 2017
7894486
Merge pull request #3459 from natural-law/update-spine
pandamicro Feb 22, 2017
05bfb2f
Solve spine event callback error.
Feb 22, 2017
7718057
Merge pull request #3460 from natural-law/update-spine
pandamicro Feb 22, 2017
414bf8f
Solve the error logic in spine runtime.
Mar 6, 2017
cef6134
Merge pull request #3463 from natural-law/solve-spine-error
pandamicro Mar 6, 2017
f9a30bb
Enable support of retina displays
1scaR1 Mar 7, 2017
86d8474
Remove useless cc.IS_RETINA_DISPLAY_SUPPORTED macro and it’s usage
1scaR1 Mar 8, 2017
7d04cbc
Remove cc.RETINA_DISPLAY_SUPPORT deprecated macro.
1scaR1 Mar 8, 2017
fa8edd4
Merge pull request #3464 from 1scaR1/develop
pandamicro Mar 8, 2017
fb2a31b
Fix clippingNodeRenderCmd setProgram issue
pandamicro Mar 15, 2017
4dfad9f
Fix a bunch of issues
pandamicro Mar 15, 2017
ca0a6ae
Use rAF instead of setTimeout for 30 fps
pandamicro Mar 15, 2017
37638e4
Improve webgl compatibility
pandamicro Mar 15, 2017
9f78106
Improve screen adaptation for iframe
pandamicro Mar 15, 2017
b8a85ea
Refactor ShaderCache implementation
pandamicro Mar 15, 2017
1fec2d2
Fix draw node calculation issues
pandamicro Mar 15, 2017
91941a7
Merge pull request #3468 from pandamicro/develop
pandamicro Mar 15, 2017
566852c
Merge branch 'patch-2' of github.com:giuseppelt/cocos2d-html5 into de…
pandamicro Mar 15, 2017
c54eac9
Merge pull request #3469 from pandamicro/develop
pandamicro Mar 15, 2017
0c3c60f
Merge pull request #3449 from giuseppelt/patch-1
pandamicro Mar 15, 2017
cc08286
Merge pull request #3448 from nmve/patch-1
pandamicro Mar 15, 2017
372ea5a
Merge pull request #3447 from zilongshanren/improve-ui-text
pandamicro Mar 15, 2017
2292d7d
Merge pull request #3446 from zilongshanren/fix-imageview-memory-leaks
pandamicro Mar 15, 2017
f65e972
Fix browser version regular expression
pandamicro Mar 23, 2017
dbe06b6
Improve cc.view adaptation logic
pandamicro Mar 23, 2017
ec6048d
Fix renderer canvas clear color issue
pandamicro Mar 23, 2017
3131889
Refactor Editbox to have better user experience (special when orienta…
pandamicro Mar 23, 2017
47cb200
Merge pull request #3470 from pandamicro/develop
pandamicro Mar 23, 2017
b41f830
Fix editbox text comparison issue
pandamicro Mar 28, 2017
dd4df1c
Fix API doc for RenderTexture.clear
pandamicro Mar 28, 2017
4013fa7
Fix draw node onEnter/onExit issue
pandamicro Mar 28, 2017
bf0908c
Merge pull request #3472 from pandamicro/develop
pandamicro Mar 28, 2017
6e91215
Improve adaptation logic when iframe wrapped the page on iOS
pandamicro Mar 31, 2017
c7e689f
Update engine version
pandamicro Mar 31, 2017
003dfae
Merge pull request #3473 from pandamicro/develop
pandamicro Mar 31, 2017
f807921
Fix dirty flags not send down to invisible child nodes issue
pandamicro Apr 12, 2017
f336066
Init cc.Color with default alpha value as 255
pandamicro Apr 12, 2017
cb5f827
Fix LabelTTF reset dirty flag during updateStatus
pandamicro Apr 12, 2017
353c5b5
Merge pull request #3477 from pandamicro/develop
pandamicro Apr 12, 2017
c901b28
Merge pull request #3450 from ntrrgc/text-wrapping
pandamicro Apr 17, 2017
245c22f
Wrap the created localCanvas element with the cc.$ class
jordanth Apr 20, 2017
93e7c2f
Merge pull request #3479 from jordanth/patch-1
pandamicro Apr 21, 2017
811ca72
Use imagePool to reduce image memory usage in WebGL mode
pandamicro May 9, 2017
09ad1e9
Merge pull request #3482 from pandamicro/develop
pandamicro May 9, 2017
d4d9cdf
Fix eventManager memory leak
pandamicro May 9, 2017
f192b7d
Listen to orientationChange event only on mobile
pandamicro May 9, 2017
0ff97d0
Fix texture cache.dumpCachedTextureInfo
pandamicro May 9, 2017
a71272b
Merge pull request #3483 from pandamicro/develop
pandamicro May 9, 2017
7c9a8b5
Improve image loader and fix issues
pandamicro May 10, 2017
450cf33
Merge pull request #3484 from pandamicro/develop
pandamicro May 10, 2017
7bf6632
Fix duplicated loading will overwrite image into loader cache
pandamicro May 10, 2017
2083141
Merge pull request #3485 from pandamicro/develop
pandamicro May 10, 2017
192a305
ParticleSystem: Mark as ChangeColor only if needed
giuseppelt May 18, 2017
ea7994d
Merge branch 'develop' into program-state
DavidDeSimone May 22, 2017
5d989f0
fix on moveTo() and MoveTo.create() JSDoc
ricardopetrere Jun 13, 2017
ea5cbd3
Fix typo of error message
thuydx55 Jun 22, 2017
ad47883
Add ENABLE_IMAEG_POOL setting
pandamicro Jun 28, 2017
d4751be
Small improvements to GLProgramState implementation
pandamicro Jun 28, 2017
a442dd4
Merge pull request #1 from pandamicro/programstate
DavidDeSimone Jun 28, 2017
34b8218
web UIButton support BMFont
continuemycoding Jun 29, 2017
774e89a
Merge pull request #3416 from DavidDeSimone/program-state
pandamicro Jun 29, 2017
a3f21e4
improve editbox touch handling
zilongshanren Jul 5, 2017
6b316e9
Merge branch 'develop' into improve-editbox-touch-handling
zilongshanren Jul 5, 2017
15704c3
Merge pull request #3498 from zilongshanren/improve-editbox-touch-han…
pandamicro Jul 5, 2017
1fa0ac4
Improve renderer webgl to support mesh rendering
pandamicro Jul 13, 2017
aa69d8c
Improve ActionManager performance and fix memory leak caused by eleme…
pandamicro Jul 13, 2017
c44b97c
Improve spine rendering
pandamicro Jul 13, 2017
f5cca84
Merge pull request #3502 from pandamicro/programstate
pandamicro Jul 13, 2017
df31451
Merge pull request #3503 from pandamicro/develop
pandamicro Jul 13, 2017
f65a230
Fix action recycling issue with lock
pandamicro Jul 14, 2017
0a707e9
Merge pull request #3504 from pandamicro/develop
pandamicro Jul 14, 2017
1d1c5e2
Fix 'titleColor' attribute name for UIButton
thuydx55 Jul 26, 2017
6efd2a2
fix the problem of loading local resources failed when the protocol i…
zx6733090 Aug 8, 2017
87c456c
fix cc.GLProgramState.apply
cruzdanilo Sep 2, 2017
444c237
fix cc.GLProgram uniform cache
cruzdanilo Sep 3, 2017
d3ae844
Improve loader listeners
pandamicro Sep 8, 2017
bb603fe
Fix leak
pandamicro Sep 8, 2017
d30a136
Do not register accelerometer event by default
pandamicro Sep 8, 2017
5a64324
Fix spine issues
pandamicro Sep 8, 2017
e9370a4
Update version
pandamicro Sep 8, 2017
4fdeccc
Merge pull request #3514 from pandamicro/develop
pandamicro Sep 8, 2017
cd3cb00
Enable 3d projection
pandamicro Sep 8, 2017
b221a79
Merge pull request #3515 from pandamicro/develop
pandamicro Sep 8, 2017
eaa5199
Fix glProgramState undefined issue in DrawingPrimitives
pandamicro Sep 8, 2017
263352a
Merge pull request #3516 from pandamicro/develop
pandamicro Sep 8, 2017
b2b9b6e
Use default scheduler to control action manager
pandamicro Sep 8, 2017
2ace3f2
Merge pull request #3517 from pandamicro/develop
pandamicro Sep 8, 2017
a3c5d98
reorderChild can update arrival order
pandamicro Sep 8, 2017
805fe8f
Merge pull request #3518 from pandamicro/develop
pandamicro Sep 8, 2017
869af73
Fix infinite call stack in ArmatureWebGLRenderCmd
pandamicro Sep 8, 2017
8cc2b2e
Merge pull request #3519 from pandamicro/develop
pandamicro Sep 8, 2017
b085736
Fix label stroke is rendered ugly on web platform
stnguyen Sep 10, 2017
65eaf27
Merge pull request #3520 from stnguyen/develop
pandamicro Sep 10, 2017
6adee33
Fix ProgressTimer vertex not updating when transform changing
pandamicro Sep 13, 2017
013e094
Merge pull request #3521 from pandamicro/develop
pandamicro Sep 13, 2017
d67a8b3
optimize uniform cache performance
cruzdanilo Sep 13, 2017
d7cefcc
Merge pull request #3511 from cruzdanilo/develop
pandamicro Sep 13, 2017
5db5d52
Use the same family font in tmpEdTxt and edTxt
MQuy Sep 19, 2017
6390735
Fix acceleration event crash
pandamicro Sep 21, 2017
c27fa16
Fix advanced release mode
pandamicro Sep 21, 2017
48c3c3c
Merge pull request #3507 from thuydx55/patch-3
pandamicro Sep 22, 2017
8833b4d
Merge pull request #3524 from MQuy/patch-1
pandamicro Sep 22, 2017
6be3ba0
Merge pull request #3495 from thuydx55/patch-1
pandamicro Sep 22, 2017
9d4f86a
Merge pull request #3494 from ricardopetrere/patch-3
pandamicro Sep 22, 2017
9eb6a3d
Merge pull request #3497 from gdboy/develop
pandamicro Sep 22, 2017
8024953
Merge pull request #3508 from zx6733090/develop
pandamicro Sep 22, 2017
7f3faca
Merge pull request #3490 from giuseppelt/patch-3
pandamicro Sep 22, 2017
9d110ee
Merge pull request #3525 from pandamicro/develop
pandamicro Sep 22, 2017
ac10928
Revert "web UIButton support BMFont"
pandamicro Sep 22, 2017
2fe97d5
Merge pull request #3526 from cocos2d/revert-3497-develop
pandamicro Sep 22, 2017
926dc6b
Use arraybuffer responseType in BinaryLoader
Sep 6, 2017
0d8d514
Merge pull request #3527 from pandamicro/develop
pandamicro Sep 22, 2017
5611806
Return Uint8Array in BinaryLoader (keep consistency)
pandamicro Sep 29, 2017
f63c49d
Fix matrix array not being updated in gl program issue
pandamicro Sep 29, 2017
3eb509a
Merge pull request #3528 from pandamicro/develop
pandamicro Sep 29, 2017
0e6eda3
Revert wrong changes to Spine
pandamicro Sep 29, 2017
5b29cfb
Merge pull request #3529 from pandamicro/develop
pandamicro Sep 29, 2017
b209557
Avoid setting responseType in synchronous xhr
pandamicro Sep 30, 2017
87b1786
Merge pull request #3530 from pandamicro/develop
pandamicro Sep 30, 2017
473efb5
Resize event on browser not working
ricardopetrere Oct 11, 2017
7d3f9ae
Merge pull request #3533 from ricardopetrere/resize-on-browser
pandamicro Oct 15, 2017
749c764
Some few text fixes
ricardopetrere Dec 12, 2017
369b222
Merge pull request #3542 from ricardopetrere/textFixes
pandamicro Dec 13, 2017
71eac1e
update spine-core to 3.6.39
drelaptop Apr 10, 2018
bf393b9
run success, but effect wrong
drelaptop Apr 10, 2018
72e75f3
adapts uvs
drelaptop Apr 12, 2018
fef59ea
adapt region render color
drelaptop Apr 12, 2018
e14b572
adapt mesh render clolor
drelaptop Apr 12, 2018
7eb4663
change version number
drelaptop Apr 12, 2018
4b19b78
fix canvas draw point error
drelaptop Apr 12, 2018
d26ddb2
remove unused struct
drelaptop Apr 12, 2018
adeefef
avoid vertex data overflow
drelaptop Apr 13, 2018
e79acd0
Merge pull request #3551 from drelaptop/update-spine-to-3.6.39
pandamicro Apr 16, 2018
fe148d3
Update the latest status of Cocos2d-html5
Feb 25, 2019
c0324ad
Update README.mdown
jareguo Mar 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 26 additions & 6 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
Cocos2d-html5 authors

(ordered by the join in time)
(Ordered by join time)

Core Developers:

Shun Lin (Sean Lin)

Hao Wu (WuHao)

Dingping Lv (David Lv)

Ricardo Quesada

Huabin LING (@pandamicro)

Sijie Wang (@VisualSJ)

Jialong Zhai (@JoshuaAstray)
Long Jiang (@jianglong0156)

Menghe Zhang (@ZhangMenghe)

Contributors:
Name GithubID Main contribution
Expand Down Expand Up @@ -165,6 +163,7 @@ erykwalder @erykwalder Function.prototype.bind bug fix

ZippoLag @ZippoLag cc.Application.getCurrentLanguage bug fix
typo fix
Fixed `cc.TMXObjectGroup#objectNamed` not returning the result bug

Asano @LaercioAsano cc.Node bug fix

Expand All @@ -178,6 +177,8 @@ Mykyta Usikov @musikov cc.ClippingNode bugs fix
cc.Scale9Sprite bugs fix
cc.RenderTexture bug fix
cc.ParticleSystem bug fix
Made CCProgressTimerCanvasRenderCmd to properly show colorized sprites
cc.ScrollView and cc.TableView: added check for parent visibility in onTouchBegan method

Han XiaoLong @kpkhxlgy0 cc.ParticleSytem bug fix

Expand Down Expand Up @@ -243,6 +244,8 @@ Dany Ellement @DEllement cc.FontDefinition & ccui.RichText improvemen
IShm @IShm cc.Screen bug fix
cc.ParticleSystem bug fix
ccui.PageView bug fix
Fixed crash when character not found into BMP font
Fixed restoring of sprite's color issue

Thomas Jablonski @thomas-jablonski cc.audioEngine bug fix
Cocostudio typo fix
Expand All @@ -255,11 +258,28 @@ feijing566 @feijing566 cc.Audio bug fix

RackovychV @RackovychV Fixed a bug of `cc.Scheduler`'s `pauseAllTargetsWithMinPriority`

giuseppelt @giuseppelt Fixed TransitionSlideX callback sequence issue

YShumov @pixmaster Fixed issue in music end event

SPACELAN @spacelan Fixed `inverse` function bug of `cc.math.Matrix4`

patriciog @patriciog Allowed timeline animations with only one frame

Ningxin Hu @huningxin SIMD.js optimization for kazmath functions

Zachary Lester @ZLester Fix typo in AUTHORS.txt

Juan Carlos @Ruluk Fixed a bug where not resetting cc.Audio._ignoreEnded when replaying a sound caused it to stay in a "playing" state

Maxim Litvinov @metalim Throw new Error object instead of error message string

Retired Core Developers:
Shengxiang Chen (Nero Chan)
Xingsen Ma
Jialong Zhai (@JoshuaAstray)
Hao Wu (WuHao)
Dingping Lv (David Lv)

Cocos2d-x and cocos2d-html5 can not grow so fast without the active community.

Expand Down
Loading