Commit Graph

34904 Commits

Author SHA1 Message Date
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
zilongshanren db00d4944c Merge pull request #15293 from zilongshanren/fixDetachIME
fix systemFontDirty and lineBreakMode issue
2016-03-23 16:37:53 +08:00
mogemimi de0582844e Fix memory leak in FontFNT 2016-03-23 15:17:05 +09:00
minggo 247a92ffd3 update third party lib version 2016-03-23 09:52:56 +08:00
minggo 3c676d9712 Merge pull request #15037 from Shulepov/spriteframecache_pixel_format
SpriteFrameCache: take pixelFormat into account if specified
2016-03-23 09:48:35 +08:00
Ricardo Quesada 2feddcf95a Merge pull request #15248 from cocos2d/slackmoehrle-patch-1
added roadmap
2016-03-22 18:22:59 -07:00
zilongshanren c3ae69aac8 Merge pull request #15302 from CocosRobot/update_cocosfiles_1458651326
[AUTO][ci skip]: updating cocos2dx_files.json
2016-03-22 21:04:36 +08:00
zilongshanren 19c013f16e Merge pull request #15303 from CocosRobot/update_lua_bindings_1458651389
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2016-03-22 21:01:39 +08:00
CocosRobot 6e12d8c98a [ci skip][AUTO]: updating luabinding & jsbinding automatically 2016-03-22 12:58:39 +00:00
CocosRobot 970d5f09ff [AUTO][ci skip]: updating cocos2dx_files.json 2016-03-22 12:55:27 +00:00
zilongshanren 9b7ff03442 Merge pull request #15301 from xpol/update-binding-generator
Update binding generator
2016-03-22 20:52:46 +08:00
Xpol Wan 8d9cdeae7b Update binding generator
with fixes for generated include path for headers that not in cocos directory (e.g. extensions ).
2016-03-22 20:49:54 +08:00
zilongshanren 8eb683310d Merge pull request #15295 from CocosRobot/update_cocosfiles_1458635195
[AUTO][ci skip]: updating cocos2dx_files.json
2016-03-22 19:52:22 +08:00
zilongshanren 8f30d01156 Merge pull request #15286 from xpol/remove-uncessary-search-paths
Removed unnecessary search paths.
2016-03-22 19:51:59 +08:00
Xpol Wan a225130010 Fixes windows universal build. 2016-03-22 18:51:58 +08:00
CocosRobot c7cbe2dda3 [AUTO][ci skip]: updating cocos2dx_files.json 2016-03-22 08:26:39 +00:00
minggo 4b47750e1f Merge pull request #15171 from xiaofeng11/v3_jsFix
[ci skip] js-test bug fix
2016-03-22 16:24:31 +08:00