youyou
|
f678d1027c
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/editor-support/cocostudio/ActionTimeline/CSLoader.cpp
|
2014-12-25 12:09:31 +08:00 |
youyou
|
db6ffd7962
|
Merge branch 'v3' of https://github.com/2youyouo2/cocos2d-x; branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2014-12-24 15:59:50 +08:00 |
yusheng.lu
|
c64792959c
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_armature_reader
|
2014-12-24 15:32:02 +08:00 |
Liam
|
83fcf74882
|
update for code format
|
2014-12-24 10:56:01 +08:00 |
kaile.yin
|
942abfc654
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
|
2014-12-24 10:53:09 +08:00 |
Liam
|
33bd5e3f4c
|
remove unused code
|
2014-12-23 20:36:18 +08:00 |
Liam
|
815ea2a1a5
|
update for code format
|
2014-12-23 20:29:53 +08:00 |
yusheng.lu
|
2b7c0edfed
|
license in ArmatureNodeReader.h added.
|
2014-12-23 15:13:27 +08:00 |
Liam
|
e4360b7616
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into Layout
|
2014-12-23 14:15:55 +08:00 |
yusheng.lu
|
7eedef71e6
|
armature node test completed
|
2014-12-23 11:13:05 +08:00 |
yusheng.lu
|
1e05361873
|
ios/mac project compeleted
|
2014-12-22 20:08:27 +08:00 |
yusheng.lu
|
02b9269cff
|
completed multiplatform projects
|
2014-12-22 19:39:10 +08:00 |
yusheng.lu
|
b0bfc2906a
|
change armature codes files path
|
2014-12-22 18:26:50 +08:00 |
yusheng.lu
|
6de7fae114
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_armature_reader
|
2014-12-22 18:00:08 +08:00 |
yusheng.lu
|
62c5df2d9d
|
armature node reader done (projs incompleted)
|
2014-12-22 17:35:39 +08:00 |
Liam
|
ce9f269680
|
update object reader for new lay out system
|
2014-12-22 15:38:47 +08:00 |
minggo
|
6ac611bd1d
|
Merge pull request #9573 from pipu/update_parse_resource_path
Update that parse resource path with flat buffers for readers
|
2014-12-22 15:11:24 +08:00 |
minggo
|
20beb3b9e0
|
Merge pull request #9567 from joewan/v3-improve-perf
fix serious performance problem of Animate.
|
2014-12-22 14:57:26 +08:00 |
pipu
|
0c6e22dd77
|
Update that parse resource path with flat buffers for readers
|
2014-12-22 13:42:18 +08:00 |
kaile.yin
|
a8dd2a4e80
|
Merge branch 'v3' of https://github.com/2youyouo2/cocos2d-x into v3
|
2014-12-22 11:15:07 +08:00 |
kaile.yin
|
b924dafe83
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/2d/libcocos2d.vcxproj.filters
tests/cpp-tests/Classes/ExtensionsTest/CocoStudioActionTimelineTest/ActionTimelineTestScene.cpp
|
2014-12-22 11:14:31 +08:00 |
joewanchen
|
c2473b9b99
|
fix.
|
2014-12-21 01:03:30 +08:00 |
minggo
|
8f3e9d9fb1
|
Merge pull request #9540 from pipu/avoid_crash_during_load_resource_with_flatbuffers
Update that avoid crash during load resource which serialize by flat buffers.
|
2014-12-19 09:58:26 +08:00 |
pipu
|
79acf80fb1
|
Update that avoid crash during load resource which serialize by flat buffers
|
2014-12-17 19:00:24 +08:00 |
minggo
|
9da1317f10
|
Merge pull request #9453 from sxd1140/v3
add stopActionByName()
|
2014-12-17 18:32:04 +08:00 |
minggo
|
b3731fa06a
|
Merge pull request #9486 from 2youyouo2/v3_EventFrame
fixed frame event
|
2014-12-16 09:53:43 +08:00 |
youyou
|
69824ff07b
|
add space for readable
|
2014-12-15 09:36:21 +08:00 |
Vladimir Timofeev
|
be01bede63
|
Fix couple of warnings. Make forward declarations to match to real declarations.
|
2014-12-14 21:04:14 +03:00 |
Vladimir Timofeev
|
6494a7abae
|
Hide tinyxml2 from user visible header.
|
2014-12-14 20:32:24 +03: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 |
youyou
|
579bb3f8d8
|
fixed frame event
|
2014-12-12 18:02:03 +08:00 |
pipu
|
accf66c49f
|
Update that serialize plist file name
|
2014-12-11 19:15:04 +08:00 |
pipu
|
70b9767c56
|
1. Fixes #4957 that click test TestChangePlaySection, then it will crash.
2. Modify default value of selectedState to serialize check box data.
|
2014-12-11 11:34:31 +08:00 |
Sxd
|
5f47bef320
|
add stopActionByName()
|
2014-12-11 02:57:13 +08:00 |
pipu
|
d3351a4b11
|
1. Fix bug that after load .csb file, call Text widget's setString(), content of string dosen't line wrap and content of Text is chaotic.
2. Update how to parse attribute scale9Enabled
|
2014-12-10 17:35:39 +08:00 |
pipu
|
e81dca372a
|
Update that sets default value of font name for ButtonReader, TextFieldReader, TextReader
|
2014-12-10 15:46:58 +08:00 |
pipu
|
6b6fe4129d
|
Update Reader
|
2014-12-10 12:36:14 +08:00 |
minggo
|
eef6d08813
|
Merge pull request #9402 from doomsdayer/v3_listview
V3 listview
|
2014-12-10 11:13:42 +08:00 |
youyou
|
41c86de0d4
|
update csloader
|
2014-12-09 22:13:17 +08:00 |
kaile.yin
|
9fdd8cee06
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
Conflicts:
cocos/editor-support/cocostudio/ActionTimeline/CSLoader.cpp
|
2014-12-09 16:03:33 +08:00 |
pipu
|
f54254494c
|
Update CCActionTimelineCache.cpp, LayoutReader.cpp, PageViewReader.cpp, ScrollViewReader.cpp, TextFieldReader.cpp, TextReader.cpp
|
2014-12-09 15:13:09 +08:00 |
minggo
|
5ab4f16fb1
|
Merge pull request #9411 from pipu/v3_reader_update
V3 reader update
|
2014-12-09 13:44:55 +08:00 |
kaile.yin
|
cb509aa69f
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2014-12-09 13:33:39 +08:00 |
yusheng.lu
|
7426a32d9f
|
1. ListView demo compeleted.
2. Optimized ListViewReader format.
|
2014-12-08 19:00:12 +08:00 |
pipu
|
56a25a2644
|
Update reader
|
2014-12-08 15:48:24 +08:00 |
pipu
|
c3365a4654
|
Add interface that create node with flat buffers object for simulator
|
2014-12-08 14:32:33 +08:00 |
Liam
|
e4b6a2bf57
|
update for cocos reader
|
2014-12-05 19:43:40 +08:00 |
yusheng.lu
|
2f456a5668
|
ListViewReader completed and listview callback feature.
|
2014-12-05 19:31:10 +08:00 |
Liam
|
be929dcde6
|
update for cocos reader
|
2014-12-05 19:19:53 +08:00 |
kaile.yin
|
1db2bf89e0
|
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3
|
2014-12-05 14:42:25 +08:00 |