Ricardo Quesada
|
33c4f891a0
|
Adds 'CC' to renderer files
|
2013-12-17 18:41:09 -08:00 |
Ricardo Quesada
|
d6be81b7a8
|
The Renderer is not a singleton
In order to access, you have to get it from the Director
`Director::getInstance()->getRenderer()`
|
2013-12-17 17:50:17 -08:00 |
Ricardo Quesada
|
10eafeaeed
|
fixes warning compiler
|
2013-12-17 11:16:30 -08:00 |
James Chen
|
c0d741d0d8
|
Merge pull request #4507 from dumganhar/del-vector-foreach
Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort.
|
2013-12-17 01:55:35 -08:00 |
James Chen
|
d16fa07661
|
Removes Vector<T>::forEach, please use std::for_each instead. The same as Vector<T>::sort.
|
2013-12-17 17:45:29 +08:00 |
minggo
|
bcb07abb7b
|
Merge pull request #4505 from 2youyouo2/newRenderer
update armature to new render
|
2013-12-17 01:43:07 -08:00 |
yinkaile
|
bc868cc004
|
update armature to new render
|
2013-12-17 17:00:01 +08:00 |
James Chen
|
12cc6c6153
|
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into iss2171-new-renderer
Conflicts:
cocos/2d/CMakeLists.txt
|
2013-12-17 15:50:24 +08:00 |
minggo
|
16ed9155c0
|
Merge pull request #4460 from Dhilan007/label_distanceField
new label:add support for distanceField
|
2013-12-16 23:18:41 -08:00 |
James Chen
|
2a38d4fe94
|
issue #2171: Fixing compilation errors for Linux port.
|
2013-12-17 14:50:40 +08:00 |
James Chen
|
d74ebe18a9
|
issue #2171: NULL —> nullptr for Android warning of CCBAnimationManager.cpp.
|
2013-12-17 14:19:35 +08:00 |
Ricardo Quesada
|
3838268fd0
|
Merge branch 'develop' into newRenderer
|
2013-12-14 19:28:01 -08:00 |
Dhilan007
|
39280d55f3
|
new label:add support for distanceField
PerformanceTest:add performance test for label.
|
2013-12-13 12:42:15 +08:00 |
Ricardo Quesada
|
29a15c885a
|
Merge branch 'develop' into newRenderer
|
2013-12-12 11:44:09 -08:00 |
minggo
|
16efe94946
|
fix compiling error after fixing conflicts
|
2013-12-12 14:48:27 +08:00 |
minggo
|
1e9c763b40
|
use ssize_t for index and capacity
|
2013-12-12 14:48:26 +08:00 |
Ricardo Quesada
|
6d1abc7d4d
|
Merge branch 'develop' into newRenderer
|
2013-12-11 15:28:05 -08:00 |
James Chen
|
cc567a3077
|
issue #2790: Vector::remove —> Vector::erase.
|
2013-12-11 18:08:06 +08:00 |
James Chen
|
473b21a05a
|
Merge pull request #4471 from Dhilan007/compile_error_vs_131210
fix compile error for vs project.
|
2013-12-10 18:06:57 -08:00 |
Ricardo Quesada
|
3b66d09bf5
|
Merge branch 'develop' into newRenderer
|
2013-12-10 11:10:55 -08:00 |
Ricardo Quesada
|
23222923bf
|
Migrated code to Matrix4
|
2013-12-10 11:07:15 -08:00 |
Dhilan007
|
35eeebe64a
|
add comments for include "CCStdC.h" only for windows
|
2013-12-10 23:13:21 +08:00 |
Dhilan007
|
abef5b59fa
|
fix compile error for vs project
|
2013-12-10 21:20:52 +08:00 |
James Chen
|
f10bd853c0
|
A warning fix in CCBAnimationManager. Uses CallFuncN::create(std::function) instead.
|
2013-12-10 20:33:21 +08:00 |
boyu0
|
083a0eea2a
|
Remove all std::move in function returns.
|
2013-12-10 16:06:05 +08:00 |
James Chen
|
e03dc97726
|
isssue #2790: Removes unused FIXME comment.
|
2013-12-10 13:51:58 +08:00 |
James Chen
|
1a385c1572
|
issue #2790: _actionManager —> _animationManager.
|
2013-12-10 13:45:15 +08:00 |
James Chen
|
52d00477ad
|
issue #2790: Uses std::shared_ptr for _actionManagers.
|
2013-12-10 13:42:55 +08:00 |
James Chen
|
479477be52
|
issue #2790: Stops all actions when reset _rootNode.
|
2013-12-10 13:41:51 +08:00 |
James Chen
|
64fd2386a9
|
issue #2790: Uses Map<K, V> instead of Dictionary in CCBAnimationManager.
|
2013-12-09 18:17:04 +08:00 |
James Chen
|
8b69994d5c
|
issue #2790: Removes CCBValue.
|
2013-12-09 17:55:56 +08:00 |
James Chen
|
d1d5659818
|
issue #2790: Uses Vector<T> or Map<K, V> as many as possible for CCBReader.
|
2013-12-09 17:55:56 +08:00 |
James Chen
|
21b84339ca
|
issue #2790: Reverts to use Dictionary to avoid a strange bug for CCBReader.
|
2013-12-09 17:55:56 +08:00 |
James Chen
|
d63b933eb3
|
issue #2790: More CCArray —> Vector<T> or ValueVector for CCBAnimationMangager
|
2013-12-09 17:55:55 +08:00 |
James Chen
|
13111c2cd9
|
issue #2790: Error fix in CCBReader.
|
2013-12-09 09:54:04 +08:00 |
James Chen
|
e07f2bdddd
|
issue #2790: Vector<T> and Map<K, V> for CCBReader. Not finished yet.
|
2013-12-08 22:17:54 +08:00 |
minggo
|
fa7c97171b
|
fix some warnings
|
2013-12-06 16:32:06 +08:00 |
minggo
|
b67d567a79
|
replace long with int or ssize_t
|
2013-12-05 17:22:22 +08:00 |
James Chen
|
499a0404d4
|
issue #2790: Renames some functions in Vector<T>. Makes it more like stl vector.
|
2013-12-05 10:35:10 +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
|
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 |
minggo
|
eded94ef76
|
don't create a pool, since it doesn't invoke any iOS dependent codes
|
2013-11-27 17:43:54 +08:00 |
minggo
|
bcb131262c
|
add helper funcion to invoke a function in gl thread
|
2013-11-27 16:49:07 +08:00 |
Ricardo Quesada
|
a26b385b11
|
Merge branch 'develop' into constructors_are_protected
|
2013-11-21 10:56:03 -08:00 |
Ricardo Quesada
|
d3c44cbb0b
|
Merge branch 'develop' into constructors_are_protected
Conflicts:
cocos/2d/CCLayer.h
|
2013-11-20 11:23:03 -08:00 |
samuele3
|
07ea8647c3
|
Add doxygen comments for the CocoStudio
|
2013-11-20 15:07:34 +08:00 |
samuele3
|
3ed7a79a84
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developTableView
|
2013-11-20 13:01:07 +08:00 |