Commit Graph

17061 Commits

Author SHA1 Message Date
Huabing.Xu 61ae219a5c fix: controlSwitch Bug 2014-03-05 14:03:44 +08:00
James Chen d1a0218a3b Merge pull request #5542 from pandamicro/myfix
Feature #4236: Refactor is/setFlipX/Y to is/setFlippedX/Y in gui classes
2014-03-05 12:45:41 +08:00
zhangbin 6462c0bfaf Solve the bug: debug frames are not shown in ChipmunkTest. 2014-03-05 11:41:46 +08:00
minggo 4fd7916e14 install.py -> setup.py 2014-03-05 11:33:11 +08:00
James Chen b2c13ee2e3 Merge pull request #5552 from dumganhar/develop
Adds EventListenerTouchOneByOne::isSwallowTouches, fixes a typo for Director::EVENT_AFTER_UPDATE.
2014-03-05 11:31:34 +08:00
James Chen 02572da9dc Adds EventListenerTouchOneByOne::isSwallowTouches, fixes a typo for Director::EVENT_AFTER_UPDATE. 2014-03-05 11:28:21 +08:00
minggo 574d8554e8 Merge pull request #5545 from lihex/develop
add sln file
2014-03-05 10:33:07 +08:00
James Chen 6404623be5 Merge pull request #5551 from samuele3hu/bug_fix
fix:make TimerScriptHandler do nothing in the `cancel` function
2014-03-05 10:21:23 +08:00
Ricardo Quesada 0d69617a6c Adds CC_DLL to kazmath for windows compatibility 2014-03-04 18:07:03 -08:00
samuele3 3edeba5001 Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into bug_fix 2014-03-05 09:52:37 +08:00
samuele3 53851151d9 fix:TimerScriptHandler can’t do anything in the `cancel` function 2014-03-05 09:51:57 +08:00
Ricardo Quesada aa4248ae10 kazmath updates for templates 2014-03-04 17:29:48 -08:00
Ricardo Quesada 4b57d41fd2 updates templates for Linux 2014-03-04 17:27:37 -08:00
Ricardo Quesada f269ec1f8f Compiles on Linux 2014-03-04 17:24:04 -08:00
Ricardo Quesada c63f210e26 Compiles on Android 2014-03-04 16:59:39 -08:00
Ricardo Quesada 4fe3b16287 Updates to latest version of kazmath 2014-03-04 16:33:00 -08:00
Ricardo Quesada bf1413e71f Merge pull request #5549 from ricardoquesada/changelog_updates
Updates CHANGELOG with GLProgram changes
2014-03-04 15:01:33 -08:00
Ricardo Quesada cdab088fc5 Updates CHANGELOG with GLProgram changes 2014-03-04 15:01:02 -08:00
Ricardo Quesada 273a42a234 Merge pull request #5548 from ricardoquesada/glprogram_api_fixes
Glprogram api fixes
2014-03-04 14:38:32 -08:00
Ricardo Quesada 0bbc1cf5c3 fixes more warnings 2014-03-04 14:00:32 -08:00
Ricardo Quesada 7ac663e02c GL Program API fixes 2014-03-04 13:51:43 -08:00
CaiWenzhi 353f6fb42c Merge branch 'develop' into develop_nutty_modify_framework_for315 2014-03-05 01:09:51 +08:00
lihex c4cad757c4 add sln file 2014-03-05 00:26:22 +08:00
CaiWenzhi 5108d276b6 Modify trigger 2014-03-04 23:55:36 +08:00
pandamicro 364317b532 Feature #4236: Refactor is/setFlipX/Y to is/setFlippedX/Y in gui classes 2014-03-04 23:42:58 +08:00
James Chen ed32cd0e15 Update AUTHORS [ci skip] 2014-03-04 22:13:36 +08:00
James Chen 066a6a3577 Update CHANGELOG [ci skip] 2014-03-04 22:11:50 +08:00
James Chen bb86a9e350 Merge pull request #5517 from bmanGH/feature/fix_timer_cancel_bug
closed #4272: Timer::cancel always call Director::getInstance()->getScheduler() even in another Scheduler
2014-03-04 22:08:55 +08:00
minggo 6cb665b637 Merge pull request #5534 from dabingnn/develop_RenderTextureImprovement
Develop render texture improvement
2014-03-04 18:30:37 +08:00
minggo 84f97fdd32 Merge pull request #5539 from lihex/develop
update cocos2dx_files.json
2014-03-04 18:30:25 +08:00
minggo b6832aa59f Merge pull request #5541 from minggo/release-note
update release note
2014-03-04 18:17:57 +08:00
minggo d68848dde7 update release note 2014-03-04 18:15:30 +08:00
Huabing.Xu 3d0cd62e12 add comment to make interface clearer 2014-03-04 17:34:48 +08:00
CaiWenzhi 7415ecc2b7 Fixed crash of sample 2014-03-04 17:06:12 +08:00
CaiWenzhi 8b9d572961 Merge branch 'develop' into develop_nutty_modify_framework_for315 2014-03-04 16:59:06 +08:00
lihex c3d7d1f1bc Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop 2014-03-04 16:54:15 +08:00
lihex a5e0c08583 update cocos2dx_files.json 2014-03-04 16:53:26 +08:00
CaiWenzhi 4a2dc4a607 Add custom widget and reader 2014-03-04 16:51:35 +08:00
minggo 76961b799a Merge pull request #5538 from minggo/develop
update console to latest version
2014-03-04 16:48:33 +08:00
minggo e044cbb12b update console to latest version 2014-03-04 16:47:56 +08:00
minggo a3c2f4336f Merge pull request #5537 from minggo/develop
update console to latest version
2014-03-04 16:45:39 +08:00
minggo 224b3220eb update console to latest version 2014-03-04 16:45:02 +08:00
James Chen 11d6f3d5bd Merge pull request #5536 from dumganhar/develop
Fixes crash of PerformanceTest/EventDispatcherTest.
2014-03-04 16:44:15 +08:00
James Chen 98e1099370 Fixes crash of PerformanceTest/EventDispatcherTest. 2014-03-04 16:43:04 +08:00
minggo 7339970b0d Merge pull request #5535 from lihex/develop
add console support files
2014-03-04 16:39:48 +08:00
lihex ce3f527ebf add console support files 2014-03-04 16:27:59 +08:00
Huabing.Xu 99d0ce160a rename setVirtualViewPort->setVirtualViewport 2014-03-04 15:41:36 +08:00
James Chen 61c52dd242 Merge pull request #5533 from natural-law/develop
Update the reference of submodule "plugin".
2014-03-04 15:38:45 +08:00
Huabing.Xu ec397611f6 remove blank line,adjust indent 2014-03-04 15:30:05 +08:00
Huabing.Xu 0d4783dd39 set scaleY to -1 for test case, because renderTexture result is not the same as texture load from file 2014-03-04 15:24:06 +08:00