James Chen
|
4277509966
|
Merge pull request #5463 from andyque/refactor3877
closed #3877. make fadeIn and fadeOut behaviours correct
|
2014-02-27 21:49:38 +08:00 |
James Chen
|
a96f44f31d
|
Adds override for override functions (onEnter, onExit) in cpp-tests.
|
2014-02-27 21:10:03 +08:00 |
andyque
|
32d3bf03bd
|
fixed #3877. make fadeIn and fadeOut behaviours correct
|
2014-02-27 21:00:25 +08:00 |
boyu0
|
8c536589df
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss4118_physical_performance_improve
|
2014-02-27 20:04:04 +08:00 |
minggo
|
8d47d5f16a
|
return immediately when no changing
|
2014-02-27 15:12:57 +08:00 |
boyu0
|
b63641c7a5
|
issue #4118: delete physicsSetPosition/Rotation method and add physics position/rotation tag.
|
2014-02-27 14:36:09 +08:00 |
boyu0
|
f400c1ac68
|
issue #4118: edit contact test and fix node setPhysicsBody bug
|
2014-02-27 13:35:37 +08:00 |
boyu0
|
75ec508f0a
|
issue #4118: improve performance. add Node and Sprite physicsSetPosition and physicsSetRotation method.
|
2014-02-27 09:45:35 +08:00 |
Huabing.Xu
|
cd7b075900
|
closed #3874: fix bug, blendID should be shifted by 50 bits
|
2014-02-27 09:27:33 +08:00 |
boyu0
|
4df1e104f3
|
issue #4118: improve performance.
|
2014-02-26 19:56:52 +08:00 |
Huabing.Xu
|
c7315a2e3e
|
closed #3874: expand textureID bit to 32bits
|
2014-02-26 15:01:45 +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
|
2b2979551e
|
Merge pull request #5460 from boyu0/iss4118_physical_performance_improve
issue #4118: Physical performance improve.
|
2014-02-26 11:37:13 +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
|
51808b59e9
|
More const reference love in EventDispatcher.
|
2014-02-25 14:31:24 +08:00 |
Ricardo Quesada
|
18c3a8dd02
|
little fixes for sprite
|
2014-02-24 15:18:07 -08:00 |
James Chen
|
21fe4f234b
|
Merge pull request #5382 from boyu0/iss4039_tilemap_objectgroup_fix
closed #4039: fix bug: tilemap <object> x, y, width and height value parse incorrect.
|
2014-02-24 22:23:05 +08:00 |
James Chen
|
dfde6938d2
|
Merge pull request #5452 from dabingnn/develop_CC_SPRITE_DEBUG_DRAW
closed #3818: fix CC_SPRITE_DEBUG_DRAW feature
|
2014-02-24 21:51:24 +08:00 |
James Chen
|
b5b9c7f938
|
Merge pull request #5451 from Dhilan007/develop_movePDC
closed #4123:fixed thread deadlock if new functions are added in callback.
|
2014-02-24 21:43:37 +08:00 |
Dhilan007
|
387bd544bf
|
closed issue#4123:fixed thread deadlock if new functions are added in callback.
|
2014-02-24 21:08:05 +08:00 |
boyu0
|
d15009c510
|
issue #4039: delete name "converted_x", "converted_y", "converted_width", "converted_height".
|
2014-02-24 20:14:46 +08:00 |
James Chen
|
81e7cec98f
|
Merge pull request #5385 from boyu0/refactor_tilemap_xml_format_index
refactor tilemap xml format index count.
|
2014-02-24 20:09:11 +08:00 |
Huabing.Xu
|
f20d487ade
|
closed #3818: fix CC_SPRITE_DEBUG_DRAW feature
|
2014-02-24 20:02:48 +08:00 |
James Chen
|
1b91234325
|
Merge pull request #5283 from seemk/director_cleanup_fix
closed #4099: Fixed crashing when calling CCDirector's end() on win32.
|
2014-02-24 16:58:34 +08:00 |
boyu0
|
1082f3cad4
|
issue #4039: change name “position_x”, “position_y”, “size_width”, “size_height” to "converted_x", "converted_y", "converted_width", "converted_height".
|
2014-02-24 16:39:15 +08:00 |
boyu0
|
a4cc0edb4a
|
issue #4118: refactor physics update
|
2014-02-24 16:17:42 +08:00 |
Dhilan007
|
b54607bfc9
|
only using std::max for window.
|
2014-02-24 11:54:58 +08:00 |
Dhilan007
|
d6cd2eb05f
|
fix compiling error cause by using 'fmaxf'.
|
2014-02-24 11:38:03 +08:00 |
Ricardo Quesada
|
f77b92f1d7
|
performance improvements in culling
|
2014-02-23 02:02:28 -08:00 |
Ricardo Quesada
|
04460750b8
|
culling working for both 2d and 3d projections
|
2014-02-23 01:09:52 -08:00 |
Ricardo Quesada
|
fe1160cd8c
|
changes in API to support 3D
|
2014-02-22 19:16:42 -08:00 |
Ricardo Quesada
|
f37c606c4e
|
removes unsued function
keeps the code cleaner
|
2014-02-22 17:55:03 -08:00 |
Ricardo Quesada
|
8ca746af17
|
Implements AABB culling for sprites
|
2014-02-22 17:47:56 -08:00 |
James Chen
|
e9c1335084
|
Merge pull request #5434 from Dhilan007/develop_label
closed #3758:fixed character will not aligned on the the baseline when label using distance field.
|
2014-02-21 18:29:47 +08:00 |
Dhilan007
|
821c8a73bc
|
closed #3758:fixed character will not aligned on the the baseline when label using distance field.
|
2014-02-21 18:09:52 +08:00 |
James Chen
|
3885772e5f
|
Merge pull request #5263 from boyu0/iss2920_voice_recognition_input_crash_on_ios7
closed #2920: fix bug: voice recognition input crash on ios7
|
2014-02-21 13:46:31 +08:00 |
James Chen
|
ac59006ee5
|
Merge pull request #5431 from dumganhar/develop
closed #4107: Director::setAnimationInterval could not work on Mac platform
|
2014-02-21 11:58:36 +08:00 |
James Chen
|
c5bf3950bc
|
closed #4107: Director::setAnimationInterval could not work on Mac platform. Also removed unused files (CCDirectorCaller.h/.mm).
|
2014-02-21 11:55:37 +08:00 |
James Chen
|
d92e995f8c
|
Merge pull request #5361 from Dhilan007/develop_label
issue #3821: LabelBMFont re-implemented as a wrapper of Label.
|
2014-02-21 11:36:23 +08:00 |
Dhilan007
|
d0e640d966
|
remove CC prefix.
|
2014-02-21 09:59:43 +08:00 |
Dhilan007
|
54f48b23e6
|
LabelBMFont re-implemented as a wrapper of Label.
|
2014-02-20 22:33:52 +08:00 |
James Chen
|
68eaa746ea
|
closed #2535: TouchScriptHandlerEntry will release twice lua reference
|
2014-02-20 21:58:20 +08:00 |
James Chen
|
0b6858bdde
|
Added virtual and override keywords to Scene::init() method
|
2014-02-20 21:37:01 +08:00 |
James Chen
|
95143da782
|
Merge pull request #4990 from daltomi/debug
closed #4102: Uses 'cbegin/cend', 'const std::string' where it's reasonable.
|
2014-02-20 20:29:56 +08:00 |
James Chen
|
7970e37bf5
|
closed #4097: Adds missing include.
|
2014-02-20 17:23:22 +08:00 |
James Chen
|
b1e44a7ed6
|
issue #4097: Enables script bindings by default.
|
2014-02-20 17:02:20 +08:00 |
James Chen
|
a218369ecd
|
issue #4097: fix linking error of missing functions.
|
2014-02-20 17:01:13 +08:00 |
boyu0
|
6f7dde3a99
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2920_voice_recognition_input_crash_on_ios7
|
2014-02-20 16:51:21 +08:00 |
James Chen
|
0d8846d876
|
closed #4097: Adds a macro to disable inserting script binding relevant codes.
|
2014-02-20 16:40:46 +08:00 |
James Chen
|
62e0deaf35
|
Merge pull request #5384 from wefiends/s3tc_nomipmaps
closed #4096: s3tc compressed textures with no mipmaps fail to be loaded.
|
2014-02-20 15:58:13 +08:00 |