James Chen
514ac58bf3
Fixes wrong usage of std::vector's constructor in EventDispatcher::removeAllEventListener.
2016-04-07 15:50:59 +08:00
CocosRobot
dfe3dc5e14
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-04-07 07:46:49 +00:00
minggo
328331df4f
Merge pull request #15179 from mogemimi/remove-const-from-return
...
Remove unnecessary const from return types in PU and Lua
2016-04-07 15:41:00 +08:00
minggo
c4d43e7a29
Merge pull request #15197 from perminovVS/v3-dev-manifest-prepend-search-paths-check
...
Update SearchPaths if real need
2016-04-07 15:15:54 +08:00
James Chen
6dff5fdc13
std::shared_ptr<bool> -> std::shared_ptr<std::atomic<bool>>
...
The reference count field in shared_ptr is threadsafe but the value field is not. So we need to wrap a std::atomic for preventing potential thread racing.
2016-04-07 15:06:19 +08:00
Nam Hyeon Uk
7f2b0edc04
Vector iterator declaration & initializer list constructor
...
* Vector iterator typedef -> alias declaration
* Vector constructor with initializer list
* fix indent
2016-04-07 13:47:01 +08:00
JANG SUN HYUK
107cef0667
getRandomObject() in Vector, Map is changed
...
* getRandomObject is changed
https://github.com/cocos2d/cocos2d-x/issues/15270
getRandomObject issue in Vector
* Update CCMap.h
* Update CCVector.h
2016-04-07 11:46:54 +08:00
minggo
43a70f0a92
Merge pull request #15342 from xpol/allow-easy-decrypt-plist-files
...
Allow plist and other ValueMap files be (easy) decrypted.
2016-04-07 11:02:20 +08:00
minggo
4bee2c4e79
Merge pull request #15361 from stevetranby/iterator-erase
...
Iterator erase pattern
2016-04-07 10:34:55 +08:00
minggo
0732c3892d
Merge pull request #15375 from mogemimi/fix-memory-leak-cocostudio
...
Fix memory leak in DataReaderHelper
2016-04-07 10:21:30 +08:00
Ricardo Quesada
5fc280997c
Merge pull request #15377 from ricardoquesada/fix_15376_bis
...
Fix #15204 bis
2016-04-06 16:32:10 -07:00
Ricardo Quesada
ed42305c26
fix: works if no ';' is the the end of defines
...
Github issue #15376
2016-04-06 13:27:59 -07:00
Ricardo Quesada
508cb6c46d
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2016-04-06 11:56:26 -07:00
Ricardo Quesada
e672d2fd46
Merge pull request #15374 from ricardoquesada/issue_15372_fix
...
fix: compile in Windows
2016-04-06 11:54:05 -07:00
Ricardo Quesada
a0e260bf8b
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
2016-04-06 10:52:16 -07:00
Ricardo Quesada
9fae3a5ed3
Merge pull request #15204 from perminovVS/v3-dev-gl-program-feature
...
GLProgram replaceDefines correct and other feature
2016-04-06 10:34:44 -07:00
Ricardo Quesada
ae369c1b68
fix: compile in Windows
...
Github issue #15372
2016-04-06 10:26:46 -07:00
mogemimi
7ec409c3bb
Fix memory leak in DataReaderHelper
2016-04-07 02:22:06 +09:00
minggo
b712293e9b
Update CHANGELOG
2016-04-06 11:52:16 +08:00
minggo
944307a5f8
Merge pull request #15260 from mxenabled/dennacerise/color_constructor
...
Add optional alpha parameter to Color4B and Color4F constructors
2016-04-06 11:50:02 +08:00
mogemimi
985155749b
Remove unnecessary const from return types in PU and Lua
2016-04-06 12:36:20 +09:00
minggo
6b167a1aa1
Merge pull request #15335 from mogemimi/fix-typos
...
Fix typos in comments and strings
2016-04-06 11:32:46 +08:00
minggo
aa8cf8dfd4
Merge pull request #15343 from xpol/fixes-porject-config-waring
...
Use pre-processor condition rather than runtime check.
2016-04-06 11:25:24 +08:00
minggo
6fef5ce420
Merge pull request #15347 from mogemimi/add-missing-destructor
...
Add missing virtual destructor in ILocalizationManager
2016-04-06 11:20:15 +08:00
minggo
018e657676
Merge pull request #15371 from cocos2d/slackmoehrle-patch-1
...
updated some of the links
2016-04-06 11:06:31 +08:00
Ricardo Quesada
6a47bee623
Merge pull request #15373 from ricardoquesada/buoyancy_js_fix
...
buoyancy fix for Chipmunk-JS test
2016-04-05 17:53:35 -07:00
Ricardo Quesada
88ff4da348
buoyancy fix.
...
first commit
2016-04-05 17:52:19 -07:00
Slack-Moehrle
13ab82f3d0
updated some of the links
...
updated some of the links.
2016-04-05 16:17:52 -04:00
mogemimi
a184c88e9d
Add missing virtual destructor in ILocalizationManager
2016-04-06 01:40:41 +09:00
Juan Luis Boya García
73b900a77f
Make selectedSprite optional in JSB too
2016-04-05 12:58:50 +02:00
zilongshanren
f488eabb8f
Merge pull request #15362 from CocosRobot/update_lua_bindings_1459598673
...
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-04-02 20:07:39 +08:00
CocosRobot
81448cd1b8
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-04-02 12:06:57 +00:00
zilongshanren
3192267af0
Merge pull request #15358 from zilongshanren/fixTextFieldPasswordStyle
...
fix textField password bug
2016-04-02 20:01:45 +08:00
Steve Tranby
24fd25e143
Iterator erase pattern
2016-04-01 18:29:21 -06:00
pandamicro
3d7d5de95d
Merge pull request #15317 from pandamicro/v3
...
Fix Socket IO handshake issue with latest version libwebsocket
2016-04-01 22:27:57 +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
pandamicro
d93fbea0f6
Fix Socket IO connection issue on iOS
2016-03-31 21:21:20 +08:00
minggo
08383628cc
Merge pull request #15356 from minggo/crash
...
[ci skip]fix crash issue
2016-03-31 15:37:27 +08:00
minggo
8694a15a72
fix crash issue
2016-03-31 15:36:00 +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
67e2eb12eb
Merge pull request #15355 from xiaofeng11/v3
...
rollback chipmunk export change
2016-03-31 11:47:06 +08:00
肖峰
5b10ab3c2d
rollback chipmunk export change
2016-03-31 11:01:58 +08:00
zilongshanren
7afcecc8cc
Merge pull request #15353 from zilongshanren/fixTextField
...
fix TextField password issue
2016-03-30 22:02:06 +08:00
zilongshanren
016979af3b
fix TextField password issue
2016-03-30 18:19:28 +08:00
minggo
b80ebebc06
Merge pull request #15351 from natural-law/v3
...
Update the submodule cocos2d-console
2016-03-30 16:02:10 +08:00
minggo
a11bf8b32e
Merge pull request #15352 from minggo/js_version
...
[ci skip]upgrade engine version
2016-03-30 15:19:11 +08:00
minggo
48d24f14d7
upgrade engine version
2016-03-30 15:17:49 +08:00
zhangbin
bb4e9869d1
Update the submodule cocos2d-console
2016-03-30 15:14:05 +08:00