Commit Graph

5892 Commits

Author SHA1 Message Date
Rolando Abarca 463ae31180 upgrades to new spidermonkey API
FF beta - this fixes the auto-compartment issue
2012-10-24 11:14:15 -07:00
James Chen 1829d57aa7 Merge pull request #1497 from dumganhar/gles20
fixes a compilation error in TestCpp.
2012-10-24 01:29:59 -07:00
James Chen e07ca43c3d fixes a compilation error in TestCpp. 2012-10-24 16:28:54 +08:00
James Chen 630bd1b25f Merge pull request #1496 from dumganhar/gles20
Removed some unused codes about "enableRetinaDisplay".
2012-10-24 01:14:39 -07:00
James Chen ffe52a157f Removed some unused codes about "enableRetinaDisplay". 2012-10-24 16:12:40 +08:00
James Chen 7d9b3d3969 Merge pull request #1488 from dumganhar/iss1520-comments
fixed #1520: Added comments for using multiresolution in HelloCpp.
2012-10-24 01:00:39 -07:00
James Chen 210a1bf724 Merge pull request #1492 from dumganhar/iss1522-clip
fixed #1522: CCEGLView class of desktop platforms should override CCEGLViewProtocol::setScissorInPoints.
2012-10-23 19:27:45 -07:00
James Chen b93cc8a17d Merge pull request #1490 from dumganhar/iss1521-relative-pos
fixed #1521: Using relative coordinates in TestCpp.
2012-10-23 19:17:13 -07:00
James Chen 53ebff0bcb Merge pull request #3 from minggo/zoom-scale
fixed #1512: add VisableRect.cpp/h into iOS and mac project
2012-10-23 19:15:11 -07:00
minggo 38cd1ecd46 fixed #1512: add VisableRect.cpp/h into iOS and mac project 2012-10-24 10:09:25 +08:00
James Chen c797af0fe9 fixed #1522: CCEGLView class of desktop platforms should override CCEGLViewProtocol::setScissorInPoints. 2012-10-24 10:03:19 +08:00
Sergey Buravtsov 0b381357b0 Fix for correct unscheduling and instance destruction 2012-10-24 03:33:17 +04:00
James Chen 62f7b25df2 issue #1521: Using relative coordinates in TestCpp. 2012-10-23 17:48:50 +08:00
James Chen b383704ebc fixed #1520: Updated one comment in HelloCpp. 2012-10-23 14:04:35 +08:00
James Chen b3db7e91f8 fixed #1520: Updated some comments. 2012-10-23 14:01:48 +08:00
James Chen 9b644f2757 Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1520-comments 2012-10-23 10:51:05 +08:00
James Chen f4f63fd824 fixed #1520: Added comments for using multiresolution in HelloCpp. 2012-10-23 10:50:47 +08:00
minggo 0fd3a541f2 Merge pull request #1487 from dumganhar/iss1493-comments
fixed #1493: Added doxygen comments in CCNotificationCenter.h
2012-10-22 18:38:24 -07:00
James Chen 56cdb76867 fixed #1493: Updated one comment. 2012-10-22 15:52:11 +08:00
James Chen 7af2f7c5ce fixed #1493: Updated one comment. 2012-10-22 15:51:06 +08:00
James Chen 6f4e56cd92 fixed #1493: Corrected some comments for CCNotificationCenter. 2012-10-22 15:49:33 +08:00
James Chen 1c0240b5de fixed #1493: Added doxygen comments in CCNotificationCenter.h 2012-10-22 13:48:11 +08:00
minggo 677ba22b5c Merge pull request #1485 from mingulov/menu_cast
CCMenu - prevent a crash if some child item is not CCMenuItem
2012-10-21 19:18:20 -07:00
minggo 77c2f530f3 Update AUTHORS 2012-10-22 09:52:07 +08:00
minggo 9cf3f4c5f6 Merge pull request #1474 from wenbin1989/gles20
Add kLanguageKorean to ccLanguageType and getCurrentLanguage()
2012-10-21 18:49:42 -07:00
Denis Mingulov d4f65b5348 CCMenu - prevent a crash if some child item is not CCMenuItem
CCMenu::itemForTouch expects that all children are CCMenuItems.
But it is still possible to add other child types, for example
if CCAssert is disabled or some other addChild method is called.

In this case dynamic_cast to CCNode and later try to do
((CCMenuItem*)pChild)->isEnabled() triggers an undefined behaviour
- up to a crash or something else.

Fixed by a dynamic_cast straightforward to CCMenuItem.
2012-10-21 11:16:10 +03:00
James Chen 0513310675 Merge pull request #1483 from dumganhar/iss1517
fixed #1517: Updated Project configuration for vs2008.
2012-10-19 18:32:07 -07:00
James Chen aea21bc271 fixed #1517: Updated Project configuration for vs2008. 2012-10-20 09:29:20 +08:00
James Chen bbaf8d51ef Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1517 2012-10-20 09:28:49 +08:00
James Chen 6e86889338 Merge pull request #1482 from funkaster/gles20
fixed #1517: fixes ScriptingCore for FF 16 API.
2012-10-19 18:28:15 -07:00
James Chen 1157be5105 Merge branch 'gles20' of https://github.com/funkaster/cocos2d-x into pr1482 2012-10-20 08:50:18 +08:00
Rolando Abarca 003f6e4cf3 fixes ScriptingCore for FF 16 API 2012-10-19 09:54:21 -07:00
James Chen a6151cd3bf Merge pull request #1480 from dumganhar/gles20
Updated the comment of setFrameZoomFactor.
2012-10-19 03:01:27 -07:00
James Chen bd0ad94bf2 Updated the comment of setFrameZoomFactor. 2012-10-19 18:00:26 +08:00
James Chen aa818f3b54 Merge pull request #1479 from dumganhar/gles20
Renamed "setFrameZoom" to "setFrameZoomFactor", added 'getFrameZoomFactor
2012-10-19 02:50:08 -07:00
James Chen 5751d82e6b Renamed "setFrameZoom" to "setFrameZoomFactor", added 'getFrameZoomFactor'. 2012-10-19 17:39:55 +08:00
James Chen a0eed8f0a8 Merge pull request #1478 from dumganhar/iss1506-testlua
fixed #1516: TestLua compilation error when the path of cocos2d-x contains spaces
2012-10-19 01:55:41 -07:00
James Chen 6b69112fda fixed #1516: TestLua compilation error when the path of cocos2d-x contains spaces 2012-10-19 16:52:38 +08:00
James Chen 149d1e4e8e Merge pull request #1477 from dumganhar/iss1024-bb-ttf
issue #1024: Merged PR #1464
2012-10-19 01:38:19 -07:00
James Chen e905da1b73 Merge branch 'gles20' of https://github.com/ImperialPenguin/cocos2d-x into iss1024-bb-ttf 2012-10-19 16:19:55 +08:00
James Chen c9ce1892af Merge branch 'gles20' into iss1024-bb-ttf 2012-10-19 16:18:30 +08:00
James Chen 677df5ffd5 Merge pull request #1476 from dumganhar/gles20
Made TestJavascript and MoonWarriors work ok on android after merging Rolando's commit.
2012-10-19 00:28:24 -07:00
James Chen 871541ac6b Updated one comment. 2012-10-19 15:03:10 +08:00
James Chen e5096ce091 Made TestJavascript and MoonWarriors work ok on android after merging Rolando's commit. 2012-10-19 15:01:05 +08:00
James Chen fe019b913d Merge pull request #1475 from dumganhar/iss1517-ff16
fixed #1517: Upgrading js engine to FF 16.0.1.
2012-10-18 23:04:09 -07:00
James Chen 533cb8dc48 Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1517-ff16 2012-10-19 13:57:34 +08:00
James Chen 1a373f70ff issue #1517: Upgrading js engine to FF 16.0.1 for IOS. 2012-10-19 13:41:03 +08:00
James Chen 476a184a09 issue #1517: Updated js library for android. 2012-10-19 11:48:42 +08:00
James Chen 1fc2d2ce1f Merge pull request #1470 from dumganhar/gles20
fixed #1515: Adding a zoom function for debugging large resolution (e.g.new ipad) app on desktop.
2012-10-18 20:44:32 -07:00
James Chen 9d4fc77058 Merge pull request #2 from minggo/zoom-scale
Zoom scale on mac os
2012-10-18 20:43:39 -07:00