xpol
|
1e70fb5eb5
|
Remove include of cocos2d.h (#15435)
|
2016-04-18 15:09:21 +08:00 |
Xpol Wan
|
90456d29ba
|
Fixes 1605 include path in 541 files
using the tools/coding-style/include-linter.py with -f options.
|
2016-03-20 21:53:44 +08:00 |
XiaoFeng
|
0a657cd219
|
Remove cocos2dx.h reference from all cocos studio related files
|
2016-03-16 14:02:08 +08:00 |
Wenhai Lin
|
4fa58602a8
|
Adds `std::nothrow` to the `new` statements
|
2015-12-16 14:02:55 +08:00 |
Liam
|
788be3016a
|
update annotation
|
2015-08-20 18:04:49 +08:00 |
Liam
|
aa6f2ec4b6
|
fix object size error while data is error
|
2015-08-20 11:27:01 +08:00 |
zhangcheng
|
0862d313b2
|
Fix cocos reader bug.
Fixes child nodes can't be rendered when particle and TiledMap as parent and their resource have been removed from disk.
|
2015-07-08 16:13:38 +08:00 |
zhangcheng
|
1c983f1f39
|
GBKToUTF8
|
2015-06-17 13:16:06 +08:00 |
XiaoFeng
|
e94bcbd28c
|
Remove missing resource label from all UI widget
|
2015-05-22 18:21:59 +08:00 |
pipu
|
91acd6aea9
|
Set macro CC_DEPRECATED_ATTRIBUTE for method purge() for all Reader.
|
2015-03-31 14:21:10 +08:00 |
pipu
|
a0a461f319
|
Supplement some Reader.
|
2015-03-31 11:22:34 +08:00 |
pipu
|
35c1e73b8f
|
Checking whether tileset is valid during parses TMXTiledMap in GameMapReader.
|
2015-01-26 13:14:17 +08:00 |
pipu
|
79acf80fb1
|
Update that avoid crash during load resource which serialize by flat buffers
|
2014-12-17 19:00:24 +08:00 |
Vladimir Timofeev
|
9bd1ab74c7
|
Replace #include "tinyxml2/tinyxml2.h" to #include "tinyxml2.h" in new cocostudio code. This should fix build with cmake when USE_PREBUILT_LIBS=NO. Because FindTinyXML2.cmake find tinyxml2.h header (without prefix dir). And some systems install tinyxml2 includes without special directory.
Also this inclusion style match other existing files such as cocos/platform/CCFileUtils.cpp
|
2014-12-14 12:14:16 +03:00 |
pipu
|
6b999d53f3
|
Modify that declare and definition that function return value of createNodeWithFlatBuffers() for all kinds of "NodeReader"
|
2014-11-26 11:50:42 +08:00 |
pipu
|
6be17520c7
|
Config android, linux, wp8
|
2014-11-21 18:08:09 +08:00 |
pipu
|
f3cb80d8f6
|
Add flat buffers reader and serialize
|
2014-11-21 15:15:38 +08:00 |