minggo
|
a5602cc732
|
merge v3.11 back to v3
|
2016-05-04 16:02:23 +08:00 |
mogemimi
|
8429b34010
|
Reduce unnecessary c_str() calls
|
2016-05-04 04:18:25 +09:00 |
minggo
|
f2e5eb332a
|
Merge pull request #15546 from minggo/issue_15526
fix memory leak
|
2016-05-03 14:02:38 +08:00 |
minggo
|
fba4bead70
|
fix memory leak
|
2016-05-03 11:24:22 +08:00 |
minggo
|
788dae5a2e
|
Merge pull request #15531 from pandamicro/v3.11
Fix clipping node memory management issue and update web engine
|
2016-04-28 16:15:59 +08:00 |
pandamicro
|
d8d6e55756
|
Fix clipping node memory management issue
|
2016-04-28 15:14:03 +08:00 |
zilongshanren
|
482788c933
|
Add tizen support (#15518)
* add Tizen Support
* fix linter error
* fix tizen audio engine lua bindings config
|
2016-04-28 09:49:55 +08:00 |
Xpol Wan
|
1cc0130bdd
|
Fixes signed/unsigned mismatch warnings.
```
2d\CCFontFNT.cpp(328): warning C4018: '<' : signed/unsigned mismatch
2d\CCLabel.cpp(782): warning C4018: '>' : signed/unsigned mismatch
2d\CCLabel.cpp(784): warning C4018: '<' : signed/unsigned mismatch
scripting\js-bindings\manual\cocos2d_specifics.cpp(2741): warning C4018: '<' : signed/unsigned mismatch
tests\cpp-tests\Classes\Sprite3DTest\Sprite3DTest.cpp(1969): warning C4018: '>=' : signed/unsigned mismatch
tests\cpp-tests\Classes\TextInputTest\TextInputTest.cpp(264): warning C4018: '>=' : signed/unsigned mismatch
ui\UIEditBox\UIEditBoxImpl-common.cpp(113): warning C4018: '<' : signed/unsigned mismatch
ui\UIRichText.cpp(1573): warning C4018: '<=' : signed/unsigned mismatch
ui\UITextField.cpp(89): warning C4018: '>=' : signed/unsigned mismatch
```
|
2016-04-26 17:53:25 +08:00 |
minggo
|
86df9b535a
|
Merge pull request #15493 from njh0602/somefix
Renamed ignoreAnchorPointForPosition()
|
2016-04-26 11:41:09 +08:00 |
minggo
|
2f2373be87
|
Merge pull request #15497 from stevetranby/tilemap-csv-support
Add CSV format support to tile maps
|
2016-04-26 11:39:33 +08:00 |
minggo
|
c8e2dc83d1
|
Merge pull request #15498 from ynaoto/v3
Warn if fontDef.charID exceeds 16bits.
|
2016-04-26 11:27:06 +08:00 |
Josh Bodily
|
614c3c47d7
|
Josh/winrt inplace editbox (#15473)
* WinRT in-place edit box
* Fix static analysis errors
|
2016-04-25 11:17:09 +08:00 |
Naoto Yoshioka
|
d42cb71a27
|
Warn if fontDef.charID exceeds 16bits.
|
2016-04-25 01:02:50 +09:00 |
Steve Tranby
|
510e7b831e
|
csv support working test
|
2016-04-23 17:31:10 -06:00 |
NamJunHyone
|
ea2b73c30e
|
Renamed ignoreAnchorPointForPosition()
|
2016-04-22 22:29:49 +09:00 |
NamJunHyone
|
401f3a84ac
|
Renamed ignoreAnchorPointForPosition()
|
2016-04-22 21:36:02 +09:00 |
minggo
|
16c7a594c8
|
Merge pull request #14005 from wighawag/draw_node_shader_fix
allow to use custom shader uniforms and attributes on drawNode
|
2016-04-22 10:49:41 +08:00 |
minggo
|
2c75a4cf39
|
Merge pull request #15480 from mogemimi/remove-unary-operator
Remove incorrect unary operator to fix warnings
|
2016-04-21 15:42:29 +08:00 |
minggo
|
7de8f761d0
|
Merge pull request #14123 from jgod/patch-2
Check that textureAtlas isn't null before removing quads in SpriteBatchNode
|
2016-04-21 14:44:32 +08:00 |
minggo
|
de3dac7664
|
Merge pull request #14090 from SongCF/v3
issues #14050 ActionManager memory leak
|
2016-04-21 14:09:52 +08:00 |
mogemimi
|
eae7ec40ef
|
Remove incorrect unary operator to fix warnings
|
2016-04-21 14:39:42 +09:00 |
minggo
|
481c55adb2
|
Merge pull request #15466 from wefiends/spriteframe-clone
Copy polygonInfo when cloning SpriteFrame
|
2016-04-21 09:49:00 +08:00 |
minggo
|
b0ae128ec3
|
Merge pull request #15066 from TheCodez/patch-2
setPhysicsBody can be called multiple times again
|
2016-04-21 09:40:28 +08:00 |
TheCodez
|
afdd600045
|
Fix setPhysicsBody method
|
2016-04-20 11:46:10 +02:00 |
AlwynC
|
4c7e4671d9
|
Modified the layer follow action class to include a horizontal (x) and vertical (y) offset. (#15194)
|
2016-04-20 17:25:31 +08:00 |
Nicholas Barrios
|
20b31eb1e8
|
Copy polygonInfo when cloning SpriteFrame
|
2016-04-20 03:04:19 -04:00 |
mogemimi
|
f9f751834a
|
Add missing float suffix to avoid warning C4305
|
2016-04-20 03:54:47 +09:00 |
Wenhai Lin
|
a8847ccf5e
|
Fixed crash and actions may not have been executed.
|
2016-04-19 16:11:54 +08:00 |
minggo
|
660002c239
|
Merge pull request #15446 from xpol/fixes-integer-cast-warings
Fixes some integer cast warnings.
|
2016-04-19 10:27:37 +08:00 |
minggo
|
3dbabdee05
|
Merge pull request #15099 from feijing566/v3
Add "id" for parser object
|
2016-04-19 10:18:04 +08:00 |
Xpol Wan
|
810e855f44
|
Fixes some integer cast warnings.
|
2016-04-18 16:01:19 +08:00 |
Xpol Wan
|
8c3137b07f
|
Fixes warning about unused static constants.
|
2016-04-18 15:38:51 +08:00 |
Dale Stammen
|
69bd994760
|
added missing _USRJSSTATIC preprocessor define (#15438)
|
2016-04-18 15:10:35 +08:00 |
Xpol Wan
|
cb0e768f32
|
Fixes warning: field 'isVertsOwner' will be initialized after field 'rect'.
|
2016-04-14 17:09:37 +08:00 |
Dale Stammen
|
fe84af5dbd
|
added zlib.dll
|
2016-04-12 17:18:47 -07:00 |
Wenhai Lin
|
f3d824843b
|
Refine 'CCActionXXXX' (#15319)
add more check to be more stronger and simplify the codes
|
2016-04-08 13:40:36 +08:00 |
zilongshanren
|
8587440e31
|
remove unneed c_str call
|
2016-04-01 10:01:37 +08:00 |
zilongshanren
|
90087ae5a7
|
improve textfield code
|
2016-04-01 09:31:18 +08:00 |
zilongshanren
|
dcb7c58216
|
fix textField password bug
|
2016-04-01 00:52:55 +08:00 |
minggo
|
5f4e8a65c4
|
Merge pull request #15348 from minggo/action_issue
some bugs fixed of Repeat
|
2016-03-31 14:47:54 +08:00 |
minggo
|
fcd64e081d
|
some bugs fixed of Repeat
1. action may be ran more than specified times
2. instant action will ran one frame later
|
2016-03-30 14:05:22 +08:00 |
zilongshanren
|
6e3d69dded
|
Merge pull request #15336 from cocos2d/v3.10
V3.10
|
2016-03-29 11:23:11 +08:00 |
Wenhai Lin
|
392d1e858f
|
Merge pull request #15314 from WenhaiLin/v3-0323
Refine 'CCFontXXXX'
|
2016-03-25 21:55:00 +08:00 |
Wenhai Lin
|
c3a8cabe5d
|
refine
|
2016-03-25 21:21:09 +08:00 |
minggo
|
ffdfcd4aa9
|
Merge pull request #15311 from MSOpenTech/v3-winrt
Win10 UWP and Windows 8.1 fixes for v3.11
|
2016-03-25 09:42:13 +08:00 |
Wenhai Lin
|
a93cbe8a32
|
Refine 'CCFontXXXX'
|
2016-03-24 23:05:22 +08:00 |
Wenhai Lin
|
66576f19dc
|
Merge pull request #14230 from mogemimi/fix-memory-leak-fontfnt
Fix memory leak in FontFNT
|
2016-03-24 19:59:14 +08:00 |
Dale Stammen
|
12e34ca9d4
|
updated to v3.11
|
2016-03-23 12:13:44 -07:00 |
Dale Stammen
|
bd72d7a6de
|
updated chipmunk include path
|
2016-03-23 12:12:44 -07:00 |
zilongshanren
|
db00d4944c
|
Merge pull request #15293 from zilongshanren/fixDetachIME
fix systemFontDirty and lineBreakMode issue
|
2016-03-23 16:37:53 +08:00 |