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
minggo
aee717cdff
Merge pull request #15341 from xiaofeng11/v3_readerFix
...
Fix in cpp-test bugs test scene 13 crash
2016-03-30 15:00:02 +08:00
minggo
fb3032b6fe
Merge pull request #15349 from minggo/menu_test
...
[ci skip]Menu test
2016-03-30 14:44:24 +08:00
minggo
b4ee6e8971
don't set wrong string for atlas label
2016-03-30 14:32:11 +08:00
minggo
c1a79700ae
don't set wrong string for atlas label
2016-03-30 14:28:33 +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
Ricardo Quesada
87a9e274c2
Merge pull request #15346 from ricardoquesada/compiles_release_mode_xcode
...
fix: compile cpp-tests in release mode
2016-03-29 20:26:46 -07:00
minggo
f80540e796
Merge pull request #15340 from natural-law/v3
...
Update the submodule cocos2d-console
2016-03-30 10:26:45 +08:00
Ricardo Quesada
c566dce581
fix: compile cpp-tests in release mode
...
replace some deprecated functions
use `log` instead of `CCLOG` in order to avoid Warnings when not using
some variables
2016-03-29 18:09:58 -07:00
Xpol Wan
bc275b81a2
Add a coding style tool for tailing whitespace.
...
in this tool:
* it remove tailing white spaces
* and ensures one and only one empty ending line.
* it fixes '.c', '.cpp', '.h', '.hpp', '.m', '.mm', '.java' sources in
- $engineRoot/cocos
- $engineRoot/extensions
- $engineRoot/templates
- $engineRoot/tests
- $engineRoot/tools/simulator
2016-03-29 22:46:52 +08:00
Xpol Wan
5c632adf5e
Use pre-processor condition rather than runtime check.
...
This avoids compiler warning.
2016-03-29 21:54:23 +08:00
Xpol Wan
cd1c26ecd1
Allow plist and other ValueMap files be (easy) decrypted.
...
The origin implementation of `FileUtilsApple::getValueMapFromFile()` reads the contents of file and parse it by calling one Apple API.
This make it harder to decrypt user encrypted plist files.
This commit use the `FileUtils::getDataFromFile()` to get read file data first then use `getValueMapFromData()`
to parse it into a ValueMap. Where `FileUtils::getDataFromFile()` can be overwrite by user's decoding file utils (say `DecodingFileUtils`).
I know that user's `DecodingFileUtils` can also overwrite `getValueMapFromFile`, but this pr make the author of `DecodingFileUtils` less suffering.
2016-03-29 21:39:16 +08:00
肖峰
44331137d8
Fix in cpp-test bugs test scene 13 crash
2016-03-29 16:45:16 +08:00
zhangbin
e3de0d1f0b
Update the submodule cocos2d-console
2016-03-29 15:38:00 +08:00
minggo
9762a2616e
Merge pull request #15339 from minggo/lua_labeltest_bug
...
[ci skip]update label string every 0.1s
2016-03-29 15:27:05 +08:00
minggo
1de5141473
update label string every 0.1s
2016-03-29 15:25:18 +08:00
minggo
cf8f28f6d2
Merge pull request #15337 from minggo/release-note-v311
...
[ci skip]update changelog for v3.11
2016-03-29 11:34:17 +08:00
minggo
b21c6f37d5
update changelog for v3.11
2016-03-29 11:32:34 +08:00
zilongshanren
6e3d69dded
Merge pull request #15336 from cocos2d/v3.10
...
V3.10
2016-03-29 11:23:11 +08:00
mogemimi
44080a04d8
Fix typos in comments and strings
2016-03-29 10:52:17 +09:00
zilongshanren
5be2ba4344
Merge pull request #15334 from zilongshanren/fixSimpleAudioEngineInclude
...
[ci skip]fix windows platform simpleaudioengine include
2016-03-28 20:22:45 +08:00
zilongshanren
1eacab01fb
fix windows platform simpleaudioengine include
2016-03-28 20:15:06 +08:00
zilongshanren
58ed6216f1
Merge pull request #15328 from zilongshanren/fixSimpleAudioEngineInclude
...
[ci skip]add audio SimpleAudioEngine.h search path back
2016-03-28 14:39:32 +08:00
zilongshanren
b879dce607
add audio SimpleAudioEngine.h search path back
2016-03-28 14:35:59 +08:00
minggo
7e1aa112c0
Merge pull request #15326 from minggo/jsb-template
...
[ci skip]fix compiling error in new JSB project
2016-03-28 10:41:02 +08:00
minggo
488930119d
fix compiling error in new JSB project
2016-03-28 10:37:35 +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
pandamicro
7e87b8b389
Fix Socket IO handshake issue with latest version libwebsocket
2016-03-25 17:13:28 +08:00
pandamicro
446527301b
Support llvm 3.5 for latest version idk
2016-03-25 17:12:47 +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
Dale Stammen
c326eaf063
Merge pull request #190 from xpol/v3-winrt
...
exclude some platform specific files form linter.
2016-03-24 08:07:29 -07:00
Wenhai Lin
a93cbe8a32
Refine 'CCFontXXXX'
2016-03-24 23:05:22 +08:00
Xpol Wan
220e1f8e4b
exclude some platform specific files form linter.
2016-03-24 21:35:15 +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
ee05081f3a
fixed include paths
2016-03-23 12:14:12 -07: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
1b14eb4237
Merge pull request #15306 from minggo/update-third-party
...
update third party lib version
2016-03-23 17:41:09 +08:00