Commit Graph

16773 Commits

Author SHA1 Message Date
James Chen 801e981286 issue #4116: Updates iOS / Mac projects. 2014-02-26 22:27:38 +08:00
James Chen e49b7572e3 issue #4116: Updates jenkins scripts. 2014-02-26 21:47:23 +08:00
James Chen e4837e7f94 issue #4116: Removes script-bindings codes. 2014-02-26 21:34:06 +08:00
James Chen c2acfea633 issue #4116: Delete non-scripting files. 2014-02-26 21:17:17 +08:00
boyu0 4df1e104f3 issue #4118: improve performance. 2014-02-26 19:56:52 +08:00
minggo 30a29070fd Merge pull request #5475 from minggo/release-note
use correct format for table
2014-02-26 17:11:11 +08:00
minggo 924abda956 use correct format for table 2014-02-26 17:10:16 +08:00
minggo db333232fa Merge pull request #5474 from minggo/release-note
update tabel of content
2014-02-26 17:07:58 +08:00
minggo e3f3f0302f update tabel of content 2014-02-26 17:07:06 +08:00
minggo 31ca646b7e Merge pull request #5473 from minggo/release-note
update releate note
2014-02-26 16:49:27 +08:00
minggo 31189c8bdd update releate note 2014-02-26 16:41:47 +08:00
Huabing.Xu c7315a2e3e closed #3874: expand textureID bit to 32bits 2014-02-26 15:01:45 +08:00
James Chen c86aeda15e Update CHANGELOG [ci skip] 2014-02-26 11:59:08 +08:00
James Chen ffb815d5e6 Merge pull request #5466 from andyque/bug3868
closed #3868. when singleton deleted, it should not dispatch callbacks. This PR resolves: Possible crash on repeat running between HttpClientTest, WebSocketTest, SocketIOTest.
2014-02-26 11:56:33 +08:00
James Chen d5a58bcb15 Merge pull request #5470 from CocosRobot/updategeneratedsubmodule_1393386827
[AUTO] : updating submodule reference to latest autogenerated bindings
2014-02-26 11:54:52 +08:00
CocosRobot 01e37a0000 [AUTO] : updating submodule reference to latest autogenerated bindings 2014-02-26 03:53:49 +00:00
James Chen f97f109fbc Update CHANGELOG [ci skip] 2014-02-26 11:44:05 +08:00
James Chen 5e315273f9 Merge pull request #5467 from boyu0/bug4144_node_setphysicsbody
closed #4144: fix bug: Can not use Node::setPhysicsBody to reset a physics body.
2014-02-26 11:43:19 +08:00
James Chen 8fa27bf8f3 Merge pull request #5468 from CocosRobot/updategeneratedsubmodule_1393386076
[AUTO] : updating submodule reference to latest autogenerated bindings
2014-02-26 11:43:00 +08:00
James Chen 67361fc834 Update CHANGELOG [ci skip] 2014-02-26 11:41:20 +08:00
CocosRobot e6104f9649 [AUTO] : updating submodule reference to latest autogenerated bindings 2014-02-26 03:41:20 +00:00
James Chen 2b2979551e Merge pull request #5460 from boyu0/iss4118_physical_performance_improve
issue #4118: Physical performance improve.
2014-02-26 11:37:13 +08:00
andyque e7de92a54f fixed #3868. when singleton delted, it should dispatch callbacks. 2014-02-26 10:59:56 +08:00
boyu0 912dad7a71 closed #4144: fix bug: Node::setPhysicsBody doesn't work at the second time. 2014-02-26 10:53:41 +08:00
James Chen 364a6f8ef6 Update CHANGELOG [ci skip] 2014-02-25 18:32:18 +08:00
James Chen a0192591fd Merge pull request #5462 from heliclei/console-simulate-touch
closed #4146: Simulate touch events(tap,swipe) via CCConsole
2014-02-25 18:30:40 +08:00
heliclei 1dc6d1ad21 merge begin & end with one 'tap' command 2014-02-25 18:17:43 +08:00
heliclei 6848e6dde0 use atof instead of stof to fix compile error on android 2014-02-25 16:31:21 +08:00
boyu0 338aa73840 issue #4118: change PhysicsBody::updateDamping() to protected. 2014-02-25 16:08:16 +08:00
heliclei 7f3aab2bfd fix touchEnd lambda 2014-02-25 15:59:43 +08:00
boyu0 55c679a893 issue #4118: rename set/getElasticity to set/getRestitution 2014-02-25 15:58:19 +08:00
heliclei f1376e7caf fix help typo 2014-02-25 15:55:01 +08:00
heliclei a7d636f7bf support touch swipe directive 2014-02-25 15:52:37 +08:00
boyu0 c727512023 reset project.pbxproj 2014-02-25 15:45:01 +08:00
Wilhansen Li a1b7beb400 Fix spine::Skeleton not updating on re-entry.
Could be done in a tighter manner by scheduling updates in
spine::SkeletonAnimation instead and listening for animation events.
However, this may need a more robust interface on scheduleUpdate and
unscheduleUpdate to work correctly.
2014-02-25 15:36:57 +08:00
James Chen a6b89f1fcc Merge pull request #5459 from dumganhar/develop
More const reference loves in EventDispatcher.
2014-02-25 15:30:22 +08:00
boyu0 2397aaf24d issue #4118: add physics contact test. 2014-02-25 15:28:13 +08:00
boyu0 d139c752fb issue #4118: add _isDamping to PhysicsBody and fix bugs 2014-02-25 15:27:25 +08:00
James Chen 51808b59e9 More const reference love in EventDispatcher. 2014-02-25 14:31:24 +08:00
heliclei 08fa208cae Merge remote-tracking branch 'upstream/develop' into console-simulate-touch 2014-02-25 14:04:23 +08:00
James Chen 304ccb73f1 Update CHANGELOG [ci skip] 2014-02-25 12:59:30 +08:00
James Chen 93aa506e33 Merge pull request #5435 from heliclei/fix-console-windows-crash
closed #4098: Fix console crash on windows.
2014-02-25 12:56:11 +08:00
heliclei 63344a8560 remove unused declare 2014-02-25 11:58:45 +08:00
heliclei e09a72f26d add touch swipe 2014-02-25 11:47:53 +08:00
James Chen 1823e890ac Update CHANGELOG [ci skip] 2014-02-25 11:18:02 +08:00
James Chen b327e510a8 Merge pull request #5457 from CocosRobot/updategeneratedsubmodule_1393298076
[AUTO] : updating submodule reference to latest autogenerated bindings
2014-02-25 11:16:05 +08:00
CocosRobot ef18a6edd1 [AUTO] : updating submodule reference to latest autogenerated bindings 2014-02-25 03:14:40 +00:00
heliclei 514cd031b3 Merge remote-tracking branch 'upstream/develop' into fix-console-windows-crash 2014-02-25 11:09:58 +08:00
heliclei 786aae2199 add touch move support 2014-02-25 11:04:59 +08:00
James Chen 2beacc21c9 Merge pull request #5456 from andyque/fixbug3801
closed #3801: State is changed to RESUME when game comes back to foreground if pause button was clicked in Interval Test
2014-02-25 10:57:23 +08:00