Commit Graph

19662 Commits

Author SHA1 Message Date
vision 20bae53f4a fixing typos 2014-05-26 16:32:13 +08:00
vision 28d30a5c40 fix a typo 2014-05-26 16:24:57 +08:00
vision bb4ce31644 new empty line appended to the file end 2014-05-26 16:15:30 +08:00
vision 21f7e34d18 remove unused variables 2014-05-26 13:49:00 +08:00
vision 7edfe78f7d remove the parameter rect 2014-05-26 13:42:47 +08:00
vision e263c5f2de use shared_ptr for better readibility 2014-05-22 23:34:27 +08:00
vision 7d76d774e4 no need to use a singleton inside Director class 2014-05-19 10:00:56 +08:00
vision 81ddbaa7b1 update the calculation of device pixel resolution 2014-05-19 01:12:56 +08:00
vision 90e2b8a4af move the method from ccUtils to Director 2014-05-14 19:42:24 +08:00
vision dfb016dde3 move the utility from Renderer to UtilsHelper 2014-05-14 16:25:47 +08:00
vision 6213747c41 fix the compile failure on win32. 2014-05-14 19:37:04 +08:00
vision 7b0cf3c860 replace std::function with const std::function& 2014-05-14 11:21:46 +08:00
vision e7df247d65 replace more tabs with spaces to uniform the code styles. 2014-05-14 10:40:56 +08:00
vision 021be6ef9b Merge branch 'screenshot' of github.com:visiblelight/cocos2d-x into screenshot 2014-05-14 09:22:36 +08:00
Ricardo Quesada 52578d9145 Merge pull request #6723 from ricardoquesada/EffectNode
Adds effectNode in ShaderTest2
2014-05-13 18:13:51 -07:00
Ricardo Quesada 723938e292 Adds effectNode in ShaderTest2 2014-05-13 18:12:58 -07:00
Ricardo Quesada 0171e27747 Merge pull request #6714 from Dhilan007/v3_nodefix
Fix a bug that if a node changes parent, parent's matrix will not update to reflect this change.
2014-05-13 14:14:27 -07:00
Ricardo Quesada 0866c0121d Merge pull request #6722 from ricardoquesada/multitexturing_fixes
Adds simple sample for multitexturing
2014-05-13 14:09:47 -07:00
Ricardo Quesada 6462a1bf79 Adds simple sample for multitexturing 2014-05-13 12:55:34 -07:00
Ricardo Quesada adce46a7b4 Merge pull request #6720 from ricardoquesada/matrix_constants
Matrix::identity() -> IDENTITY
2014-05-13 10:28:41 -07:00
Ricardo Quesada 31dd70dba2 Matrix::identity() -> IDENTITY
consistency with the rest of the  cocos2d API
2014-05-13 10:26:25 -07:00
visiblelight 541d03d668 Now it shoudl run fine on iOS 2014-05-14 01:06:26 +08:00
visiblelight 4df8624a54 Merge branch 'screenshot' of github.com:visiblelight/cocos2d-x into screenshot 2014-05-13 22:37:40 +08:00
James Chen 41e57a6de3 Merge pull request #6718 from dumganhar/v3
Updates travis.yml, adds email notification to @Minggo and @James
2014-05-13 21:30:22 +08:00
James Chen bd82c119b6 Updates travis.yml, adds email notification to @Minggo and @James 2014-05-13 21:26:25 +08:00
Dhilan007 ed0ae9d5b3 fix compiling fail on Linux. 2014-05-13 18:51:02 +08:00
minggo ac22dc236a [ci skip] 2014-05-13 18:45:41 +08:00
minggo 05c16de87a Merge pull request #6715 from dumganhar/iss5160-animation-notification
closed #5160: Dispatch a custom event after an animation frame is displayed
2014-05-13 18:38:44 +08:00
visiblelight fe91f46882 The target filename shuld use a writable path. 2014-05-13 18:34:35 +08:00
James Chen c57815778d Merge pull request #6717 from lmskater/add-error-commit-status
[Jenkins][ci skip] Add error commit status for cancel build in queue
2014-05-13 18:21:30 +08:00
lm 5cd5a2339b [Jenkins][ci skip] Add error commit status for cancel build in queue 2014-05-13 18:16:51 +08:00
minggo 7d7d0b8251 Merge pull request #6712 from dumganhar/dont-using-cocos2d-namespace-in-header
PLEASE NEVER `using namespace cocos2d;` in header file
2014-05-13 18:07:18 +08:00
James Chen 24524cb5be issue #5160: Updates actiontest 2014-05-13 17:30:48 +08:00
visiblelight 0de27ad4f1 Merge branch 'screenshot' of github.com:visiblelight/cocos2d-x into screenshot 2014-05-13 17:30:16 +08:00
James Chen 1ced31a2d3 issue #5160: Don't use static variables, use member variables 2014-05-13 17:29:05 +08:00
visiblelight 5459b581b0 replace tab with spaces; remove the 'flipped' parameter; 2014-05-13 17:17:15 +08:00
James Chen 0dd22af688 closed #5160: Updates ActionTest 2014-05-13 17:08:52 +08:00
James Chen 0cd2196b88 closed #5160: Dispatch a custom event after an animation frame is displayed 2014-05-13 17:08:30 +08:00
James Chen d0c98d6269 Adds ValueVectorNull, ValueMapNull, ValueMapIntKeyNull global variables. 2014-05-13 17:03:48 +08:00
Dhilan007 fbfbcaffc8 update project 2014-05-13 16:43:19 +08:00
Dhilan007 1a7ca64be2 Merge branch 'reparentChildren' of https://github.com/darkdukey/cocos2d-x into v3_nodefix 2014-05-13 16:36:42 +08:00
visiblelight 47e4ee4ff2 add a new utility function to capture the screen 2014-05-13 16:23:35 +08:00
James Chen 86411837c6 PLEASE NEVER `using namespace cocos2d;` in header file 2014-05-13 16:15:21 +08:00
minggo f36f224d46 Merge pull request #6710 from natural-law/v3
Modify the lua runtime template for the implementation of downloading runtime files.
2014-05-13 15:25:34 +08:00
Ricardo Quesada cd194cad9f Merge pull request #6711 from ricardoquesada/indent_issues
fixes more indentation issues
2014-05-13 00:10:30 -07:00
Ricardo Quesada 8aea6fe89f fixes more indentation issues 2014-05-13 00:10:01 -07:00
zhangbin b0adc6fe51 Modify the lua runtime template for the implementation of downloading runtime files. 2014-05-13 15:06:56 +08:00
James Chen 58fd1a05b3 Merge pull request #6709 from CocosRobot/update_lua_bindings_1399964508
[AUTO]: updating luabinding automatically
2014-05-13 15:05:30 +08:00
CocosRobot 7ad48b632a [AUTO]: updating luabinding automatically 2014-05-13 07:03:12 +00:00
Ricardo Quesada b456701451 Merge pull request #6708 from ricardoquesada/multitexturingsupport
Multi texturing support
2014-05-12 23:58:10 -07:00