Commit Graph

23968 Commits

Author SHA1 Message Date
minggo 7c8e1c9de5 Merge pull request #8099 from super626/billboard
Transparent Queue adjustment
2014-09-18 16:07:54 +08:00
minggo d6e086d4dd Merge pull request #8098 from CocosRobot/update_lua_bindings_1411009391
[AUTO]: updating luabinding automatically
2014-09-18 16:06:52 +08:00
minggo daf5f65e86 Merge pull request #8102 from dabingnn/v3_optimiseParticleRendering
optimise update of particle system for free mode
2014-09-18 16:05:58 +08:00
Jeff 0ee4ee03c1 CE 2014-09-18 16:00:18 +08:00
SunLightJuly f9fbb1b789 call getCascadeBoundingBox() properly 2014-09-18 15:40:28 +08:00
SunLightJuly 855d8d7a72 moved getCascadeBoundingBox() to utils 2014-09-18 15:27:11 +08:00
Huabing.Xu cf4d0faad3 optimise update of particle system for free mode 2014-09-18 15:24:27 +08:00
Jeff 418ec69abf compile error 2014-09-18 15:18:30 +08:00
SunLightJuly 1af68e9274 replaced "NULL" with "nullptr" 2014-09-18 14:30:21 +08:00
Jeff ac6b83f8f9 fix compile error 2014-09-18 14:22:40 +08:00
Jeff c5cc16336a fix compile error 2014-09-18 14:04:54 +08:00
SunLightJuly ff776d813b added Node::getCascadeBoundingBox() 2014-09-18 13:11:10 +08:00
honghui 11c0d6ff25 fix:runtime crash when upload file to Mac/Win32 2014-09-18 12:40:26 +08:00
yangxiao 720264fb98 add comment 2014-09-18 12:04:42 +08:00
yangxiao 25091ca849 add transparent flag to render command 2014-09-18 12:00:44 +08:00
Jeff b9ec99d7f4 compile error & code spelling error
1.fix compile error on win32
2.modify spelling error
2014-09-18 11:52:23 +08:00
CocosRobot 7920ff425b [AUTO]: updating luabinding automatically 2014-09-18 03:05:04 +00:00
minggo 35acdc2284 Merge pull request #8089 from cocoscodeide/v3
fix bug: response not been sent completely
2014-09-18 11:00:38 +08:00
minggo 5e5129d0d1 Merge pull request #8085 from super626/v3
Shared GLProgramState by default and Fix BillBoard Anchor Point
2014-09-18 10:52:35 +08:00
minggo 442f30af1f Merge pull request #8091 from dabingnn/v3_PageTurnZFighting
new version of avoid z fighting in pageTurn
2014-09-18 10:50:31 +08:00
honghui 2027203d2e Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3 2014-09-18 10:17:27 +08:00
Huabing.Xu 39c6f9bfbd remove setDepthTest(true) because it is not needed to be set for pageTurn 2014-09-18 10:00:36 +08:00
minggo 599903885f Merge pull request #8094 from slackmoehrle/patch-2
Update README.md
2014-09-18 09:22:44 +08:00
minggo 12299542ff Merge pull request #8095 from SteveKanter/patch-1
Update CCDevice-ios.mm
2014-09-18 09:22:02 +08:00
Steve Kanter 05f0f71cc5 Update CCDevice-ios.mm
On iOS, Device::setKeepScreenOn(bool value) was ignoring the value and simply always disabling the timer.
2014-09-17 14:52:30 -04:00
Jeff ed530454b2 fix compile error 2014-09-18 02:11:20 +08:00
Jeff 1dffbd0a7b fix link errors 2014-09-18 01:52:08 +08:00
slackmoehrle 2a54534291 Update README.md
fixed spacing for Git instructions
2014-09-17 10:36:00 -07:00
Jeff b5d481914f Merge branch 'v3_WebView_win32' of https://github.com/wohaaitinciu/cocos2d-x into v3_WebView_win32 2014-09-18 01:31:10 +08:00
Jeff e9c6f5d02b fix compile errors 2014-09-18 01:30:14 +08:00
Jeff Wang 9cb970be62 Update CocosGUI.h 2014-09-18 01:01:19 +08:00
Jeff 08e8963b1a fix compile errors 2014-09-18 00:04:48 +08:00
Jeff 27919dad77 add simple implement of WebView for win32
1.add simple implement of WebView for win32
2.Modify `std::string' to `const std::string &' as issues 7958 said
3.Open the test case in cpp-tests
2014-09-17 22:30:15 +08:00
Jeff Wang 721311f106 Merge pull request #10 from cocos2d/v3
update
2014-09-17 19:19:19 +08:00
Huabing.Xu 3a0e9be97e new version of avoid z fighting in pageTurn 2014-09-17 18:33:18 +08:00
honghui f009de11c3 Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3 2014-09-17 18:07:06 +08:00
minggo 427c4e25af Merge pull request #8088 from natural-law/v3
Update the reference of submodule cocos2d-console.
2014-09-17 18:05:05 +08:00
zhangbin f73d015343 Update the reference of submodule cocos2d-console. 2014-09-17 18:03:49 +08:00
honghui fa4a6fae32 fix bug: response not been sent completely 2014-09-17 18:01:25 +08:00
yangxiao 34f642377e fix billboard anchor point 2014-09-17 18:01:18 +08:00
minggo 431064bc45 Merge pull request #8087 from cocoscodeide/v3
fix runtime build error for 3.3
2014-09-17 15:37:54 +08:00
minggo ccbf694927 Merge pull request #8086 from huangshiwu/v3_test
fix bug produce by CCDrawNode in test Node:UI-GUI Editor test-ScrollView...
2014-09-17 14:50:42 +08:00
minggo 1226184998 Merge pull request #8084 from dabingnn/v3_releaseNotes
update release notes
2014-09-17 14:31:54 +08:00
huangshiwu c8bdba69ad fix bug produce by CCDrawNode in test Node:UI-GUI Editor test-ScrollView PageView ListView 2014-09-17 14:00:40 +08:00
yangxiao 18717cfc86 Merge branch 'newcode' into v3 2014-09-17 13:44:28 +08:00
yangxiao c5f6f8de5b share glprogramstate 2014-09-17 13:42:08 +08:00
Huabing.Xu 7062e368e0 update release notes 2014-09-17 12:00:55 +08:00
minggo 6a7cfc812a Merge pull request #8083 from CocosRobot/update_lua_bindings_1410924831
[AUTO]: updating luabinding automatically
2014-09-17 11:42:44 +08:00
CocosRobot 9b5d47c61e [AUTO]: updating luabinding automatically 2014-09-17 03:35:46 +00:00
minggo bffcf79737 [ci skip] 2014-09-17 11:33:41 +08:00