James Chen
|
60874ece64
|
issue #2790: Updates Makefile, Moves some codes to CCValue.cpp.
|
2013-12-04 16:18:22 +08:00 |
James Chen
|
3649530f97
|
issue #2790: Moves CCValue.h/.cpp to base folder.
|
2013-12-04 16:02:54 +08:00 |
James Chen
|
18d604d349
|
issue #2790: Bug fix in CCScale9Sprite.cpp. Sprite::Sprite::create --> Sprite::create
|
2013-12-04 16:02:54 +08:00 |
James Chen
|
ceaa1f26bb
|
issue #2790: Windows run ok with ValueDict for FileUtils.
|
2013-12-04 16:02:54 +08:00 |
James Chen
|
76896d70d0
|
issue #2790: Android build was ok, fixes some warnings.
|
2013-12-04 16:02:54 +08:00 |
James Chen
|
35b96602d3
|
issue #2790: includes <algorithm> for std::for_each.
|
2013-12-04 16:02:53 +08:00 |
James Chen
|
5c60f66c63
|
issue #2790: Menu::itemForTouch —> Menu::getItemForTouch. Array* —> ValueArray.
|
2013-12-04 16:02:53 +08:00 |
James Chen
|
f01f56113c
|
issue #2790: Don’t make an assert if converting Value failed.
|
2013-12-04 16:02:53 +08:00 |
James Chen
|
5eb9446b80
|
issue #2790: Uses const reference instead of value for std::for_each ’s argument.
|
2013-12-04 16:02:53 +08:00 |
James Chen
|
3fc5fffd26
|
issue #2790: const char* —> const std::string& for CCNS.h/.cpp.
|
2013-12-04 16:02:53 +08:00 |
James Chen
|
9881ab2178
|
issue #2790: Uses cocos2d::Map and ValueDict for SpriteFrameCache.
|
2013-12-04 16:02:53 +08:00 |
James Chen
|
2e0489a49c
|
issue #2790: Uses ValueDict instead of Dictionary* for ParticleSystem.
|
2013-12-04 16:02:53 +08:00 |
James Chen
|
2d6e6dbdb0
|
issue #2790: Assert fix for Vector<T>::insertObject.
|
2013-12-04 16:02:52 +08:00 |
James Chen
|
1164176bed
|
issue #2790: NULL —> nullptr in CCParticleSystem.cpp.
|
2013-12-04 16:02:52 +08:00 |
James Chen
|
411136dd57
|
issue #2790: Updates CCValue, supports using ‘const char*’ to construct a Value.
|
2013-12-04 16:02:52 +08:00 |
James Chen
|
4ec6e50cc4
|
issue #2790: Pure base data from Dictionary* to ValueDict, Array* to ValueArray.
|
2013-12-04 16:02:52 +08:00 |
James Chen
|
8a435aa274
|
issue #2790: ArrayValue —> ValueArray, DictValue —> ValueDict.
|
2013-12-04 16:02:52 +08:00 |
James Chen
|
3136ffc3dd
|
issue #2790: Adds CCValue.h/.cpp.
|
2013-12-04 16:02:51 +08:00 |
James Chen
|
f6676bd7ef
|
issue #2790: [] -> getObjectAtIndex.
|
2013-12-04 16:02:51 +08:00 |
James Chen
|
d2bddee11e
|
issue #2790: Adds CCMap.h.
|
2013-12-04 16:01:56 +08:00 |
James Chen
|
9928e8bef1
|
issue #2790: Uses Vector<T>::getObjectAtIndex instead of Vector<T>[] operator to avoid some mistakes.
|
2013-12-04 16:01:55 +08:00 |
James Chen
|
cb215bc931
|
issue #2790: Vector<T> replaces Array* finished.
|
2013-12-04 16:01:55 +08:00 |
James Chen
|
0d581a15d8
|
issue #2790: MenuItemToggle::setSubItems() uses Vector<MenuItem*> now.
|
2013-12-04 16:01:55 +08:00 |
James Chen
|
8aef092005
|
issue #2790: TestCpp with new Vector<>.
|
2013-12-04 16:01:54 +08:00 |
James Chen
|
1d5984b29a
|
issue #2790: Vector::makeObjectsPerformCallback —> Vector::forEach
|
2013-12-04 16:01:02 +08:00 |
James Chen
|
d4d864216b
|
issue #2790: Deletes Vector::init, adds Vector::setCapacity.
|
2013-12-04 16:00:18 +08:00 |
James Chen
|
90062b656d
|
issue #2790: Node::_children is Vector<Node*> now.
|
2013-12-04 16:00:17 +08:00 |
James Chen
|
c152652c5b
|
issue #2790: Vector<FiniteTimeAction*> for Sequence::create(arr) and Spawn::create(arr).
|
2013-12-04 15:56:08 +08:00 |
James Chen
|
80004548c8
|
issue #2790: Adds CCVector.h to Xcode project. int —> long
|
2013-12-04 15:56:08 +08:00 |
James Chen
|
52af153a81
|
issue #2790: Commit CCVector.h from Riq’s repo(https://github.com/ricardoquesada/cocos2d-x/blob/template_vector/cocos2dx/cocoa/CCVector.h).
|
2013-12-04 15:56:08 +08:00 |
minggo
|
fcc3b5ca3c
|
Merge pull request #4430 from samuele3hu/developDeprecated
[ci skip]issue #3309:Add some deprecated functions and classes to support maser cocostudio lua bindings
|
2013-12-03 23:40:57 -08:00 |
samuele3
|
629ffcbbfd
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developDeprecated
|
2013-12-04 15:20:09 +08:00 |
samuele3
|
c1a226686f
|
issue #3309:Modify some deprecated cpp files and lua files
|
2013-12-04 15:15:55 +08:00 |
minggo
|
608e3bfa1b
|
Merge pull request #4410 from signmotion/corrected_DISALLOW_COPY_AND_ASSIGN
[ci skip]Corrected "disallow copy and assign"
|
2013-12-03 19:21:45 -08:00 |
minggo
|
92b180080c
|
Merge pull request #4409 from mlepage/develop
[ci skip]Fix typos
|
2013-12-03 19:13:23 -08:00 |
minggo
|
9babdaa1fa
|
Merge pull request #4419 from boyu0/iss2771_physical_fix_update_physics_transform
[ci skip]issue #2771: add condition test to updatePhysicsTransform
|
2013-12-03 18:15:35 -08:00 |
minggo
|
712bcc7b36
|
Merge pull request #4416 from minggo/change-long
[ci skip]use size_t instead of long in Array
|
2013-12-03 18:08:08 -08:00 |
boyu0
|
fd68dc4f9f
|
issue #2771: add condition test to updatePhysicsTransform
|
2013-12-03 16:28:18 +08:00 |
samuele3
|
367799da0d
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developDeprecated
|
2013-12-03 15:42:31 +08:00 |
samuele3
|
a8c1bba464
|
issue #3309:Add some deprecated functions and classes to support master cocostudio lua bindings
|
2013-12-03 15:40:59 +08:00 |
minggo
|
02aca34ccf
|
Merge pull request #4417 from boyu0/iss2771_physical
[ci skip]issue #2771 physical, add more joint and joint tests
|
2013-12-02 21:59:46 -08:00 |
boyu0
|
63a4e09c90
|
issue #2771: add more joint tests, add some joint api, fix bugs
|
2013-12-03 12:47:03 +08:00 |
minggo
|
225348cdde
|
use size_t instead of long in Array
|
2013-12-03 11:09:39 +08:00 |
boyu0
|
dba58f6a9b
|
issue #2771: add more joints
|
2013-12-02 18:29:04 +08:00 |
James Chen
|
229aa5433c
|
Update CHANGELOG [ci skip]
|
2013-12-02 17:27:28 +08:00 |
James Chen
|
7378c0ded0
|
Update AUTHORS [ci skip]
|
2013-12-02 17:26:19 +08:00 |
James Chen
|
9618eb00be
|
Merge pull request #4411 from martell/cmake
closed #3328: cmake support for windows
|
2013-12-02 01:22:57 -08:00 |
martell
|
3b9d8274f8
|
Restore Linux CMake to default
|
2013-12-02 07:41:27 +00:00 |
martell
|
06ff1bc594
|
Fixed HelloCpp Linking on Linux
|
2013-12-02 07:10:37 +00:00 |
martell
|
4f0f3f3235
|
fix for -DEBUG=1
|
2013-12-02 06:57:47 +00:00 |