Ricardo Quesada
|
f369a8eec3
|
Adds correct License to Renderer files
|
2013-12-17 18:12:15 -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
|
f68dcd9969
|
Merge branch 'develop' into newRenderer
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
samples/Cpp/TestCpp/Classes/tests.h
|
2013-12-05 11:47:46 -08:00 |
darkdukey
|
4b7d0c290a
|
Merge pull request #4 from dabingnn/newRendererCommandPool
New renderer command pool
|
2013-12-04 15:08:17 -08:00 |
Nite Luo
|
f423166471
|
Fix bugs with RenderTexture with NewRender
|
2013-12-04 15:06:28 -08:00 |
Huabing.Xu
|
757f1abc7f
|
1. protected render command construction/destruction function.
2. use renderCommandPool<T> to allocate and deallocate command
3. use releaseToCommandPool interface to push command back to pool
|
2013-12-03 14:08:47 +08:00 |
Huabing.Xu
|
d4b9e0538b
|
refactor: group command use a non parameter constructor and a reentrant init function
|
2013-12-03 11:24:03 +08:00 |
Huabing.Xu
|
d33f05b3f0
|
refactor: custom command use a non parameter constructor and a reentrant init function
|
2013-12-03 11:17:21 +08:00 |
Nite Luo
|
fbadb3329a
|
Merge branch 'develop' into newRenderer
Conflicts:
build/cocos2d_libs.xcodeproj/project.pbxproj
|
2013-12-02 10:55:31 -08:00 |