pipu
|
0d73c51a09
|
Modifying cocostudio/CSParseBinary.pb.h
|
2014-10-12 17:46:09 +08:00 |
pipu
|
38ac6533a3
|
Removing ../../ in header file include
|
2014-10-11 15:50:44 +08:00 |
pipu
|
ab969db441
|
Modifying ImageViewReader, UIImageView
|
2014-10-11 15:43:37 +08:00 |
pipu
|
29eb552d00
|
1. Modifying ButtonReader
2. Modifying UILoadingBar
3. Reverting UIScale9Sprite
|
2014-10-11 15:35:09 +08:00 |
pipu
|
752eb839c7
|
Add protocolbuf.a
|
2014-10-09 18:28:09 +08:00 |
Frank.Xu
|
1c1d917620
|
Fix pull request #6894 merge conflicts
|
2014-09-29 16:22:55 +08:00 |
andyque
|
c9b959ec82
|
replace raw string literal with const external variables to keep consistence.
|
2014-09-29 11:35:03 +08:00 |
andyque
|
d4b2e8d154
|
remove deprecated warning
|
2014-09-12 17:06:13 +08:00 |
Ricardo Quesada
|
c149bfca00
|
Adds MARK: TODO: FIXME: in code
Replaces XXX with FIXME:
Xcode 6 beta 4 supports this new format
|
2014-08-29 12:54:24 -07:00 |
Ricardo Quesada
|
3dda35b4ef
|
Adds `std::nothrow` to `new`
Since cocos2d-x doesn't support exceptions, it is important to add
`std::nothrow` to all the `new` statements
|
2014-08-27 16:31:57 -07:00 |
zhangcheng
|
6cfc5b72dc
|
1. CocosStudio adapt to cocos2d-x v3.2.
|
2014-07-21 17:45:56 +08:00 |
boyu0
|
c7fec217ba
|
Change atof() to utils::atof()
|
2014-07-14 20:45:24 +08:00 |
andyque
|
d4122d616a
|
fix text reader binray version setFontName
|
2014-07-11 13:58:08 +08:00 |
andyque
|
43255e2b96
|
Merge branch 'v3' into addStudio1.4
Conflicts:
cocos/editor-support/cocostudio/WidgetReader/TextReader/TextReader.cpp
|
2014-07-11 13:55:13 +08:00 |
zhangcheng
|
a0ecae21c3
|
1. fixes TextReader load default font error.
|
2014-07-10 19:29:39 +08:00 |
andyque
|
f76f71eb5d
|
fix win32 & win8 compile error
|
2014-07-10 16:37:15 +08:00 |
Dhilan007
|
6cff8cb564
|
fixed warn and replace NULL with nullptr.
|
2014-07-10 00:45:27 +08:00 |
zhangcheng
|
af0613cf32
|
1、fixes warning.
|
2014-07-09 00:09:35 +08:00 |
andyque
|
037a7dc882
|
fix TextReader TTF font Reader issue
|
2014-07-07 15:22:14 +08:00 |
andyque
|
0483c64286
|
fix widget ignoreContentSize issue
|
2014-07-07 15:21:14 +08:00 |
andyque
|
c8165bb2d9
|
fix indent problems
|
2014-07-04 11:53:06 +08:00 |
andyque
|
a429182765
|
fix windows compile and running error
|
2014-07-04 11:22:36 +08:00 |
andyque
|
f82e96daf0
|
fix layout background image default color & opacity
|
2014-07-03 16:56:05 +08:00 |
andyque
|
32724e559d
|
fix container default color issue
|
2014-07-03 14:38:45 +08:00 |
zhangcheng
|
d1db470cf2
|
Merge branch 'macLoader' into v3_OpBinaryParse
|
2014-07-02 16:11:02 +08:00 |
zhangcheng
|
9204ac28df
|
1. merge v3
|
2014-07-02 15:37:15 +08:00 |
andyque
|
fb3e499d9d
|
fix Text reader font name
|
2014-07-02 10:08:04 +08:00 |
andyque
|
7d2685ba02
|
fix content Size
|
2014-07-01 21:02:37 +08:00 |
zhangcheng
|
02c7c93e43
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into OpBinaryParse
|
2014-07-01 16:36:37 +08:00 |
zhangcheng
|
4b8f818a1d
|
1、Update binary parse lib.
|
2014-07-01 16:31:17 +08:00 |
andyque
|
fefdc70af9
|
add default value to widget reader
|
2014-07-01 14:01:27 +08:00 |
andyque
|
b9a968680f
|
add default value to widgets reader
|
2014-07-01 10:57:12 +08:00 |
andyque
|
199ad9c623
|
issue #5161, replace deprecated methods
|
2014-06-24 10:18:01 +08:00 |
andyque
|
312ab4f396
|
Merge branch 'v3' into feature5161
Conflicts:
cocos/editor-support/cocostudio/CCSGUIReader.cpp
cocos/editor-support/cocostudio/WidgetReader/ButtonReader/ButtonReader.cpp
cocos/editor-support/cocostudio/WidgetReader/ImageViewReader/ImageViewReader.cpp
cocos/editor-support/cocostudio/WidgetReader/LoadingBarReader/LoadingBarReader.cpp
cocos/editor-support/cocostudio/WidgetReader/WidgetReader.cpp
tests/cpp-tests/Classes/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.cpp
|
2014-06-24 09:51:18 +08:00 |
andyque
|
d2680f2884
|
fix windows compile error
|
2014-06-23 18:29:23 +08:00 |
andyque
|
87455b0ecb
|
add constness to some function
|
2014-06-23 10:12:54 +08:00 |
andyque
|
8a463e7964
|
remove Hungry style
|
2014-06-23 10:02:09 +08:00 |
andyque
|
5f5b705bee
|
refactor setSize to setContentSize and deprecated the old interface
|
2014-06-20 14:03:33 +08:00 |
andyque
|
4d64b166cc
|
refactor - replace magic string with const string
|
2014-06-19 17:04:14 +08:00 |
andyque
|
a26ef87783
|
cleanup reader code
|
2014-06-19 15:16:56 +08:00 |
andyque
|
515de9eda5
|
remove magic string of widget json reader
|
2014-06-19 14:40:24 +08:00 |
andyque
|
aa5df68b96
|
Merge branch 'v3' into cleanupBinaryLoader
Conflicts:
cocos/3d/CCAnimationCurve.h
cocos/3d/CCAnimationCurve.inl
|
2014-06-18 15:13:34 +08:00 |
子龙山人
|
0b677a86d7
|
Merge pull request #8 from geron-cn/guagnhuiv3
Guagnhuiv3
|
2014-06-18 14:47:11 +08:00 |
andyque
|
63475a6f81
|
refactor Loader
|
2014-06-18 14:44:00 +08:00 |
geron-cn
|
12bb7564cd
|
fix cannot compile in windows
|
2014-06-18 14:35:43 +08:00 |
andyque
|
615995af54
|
add base property parser for WidgetReader
|
2014-06-18 14:15:11 +08:00 |
andyque
|
95f1bd7e72
|
update loader
|
2014-06-18 11:54:25 +08:00 |
kyokomi
|
b6ed783b0b
|
fix use raw char* to represent string.
|
2014-06-17 17:05:44 +09:00 |
andyque
|
1d01fe8bbc
|
refactor
|
2014-06-15 16:12:24 +08:00 |
kyokomi
|
d7199204bd
|
Fix bug for TextReader #setFontName.
|
2014-06-14 23:56:12 +09:00 |