James Chen
|
da85a36cd1
|
Merge branch 'gles20-ccbi' of https://github.com/nicolasgramlich/cocos2d-x into gles20-ccbi
Conflicts:
cocos2dx/extensions/CCScrollView/CCScrollView.h
|
2012-06-19 10:51:40 +08:00 |
James Chen
|
9fa74721a7
|
fixed #1334: Add ScrollViewTest to CocosBuilderTest.
|
2012-06-19 10:34:15 +08:00 |
Nicolas Gramlich
|
ac4a56a38c
|
Fixed CCScrollView (since it was behaving differently compared to the cocos2d-iphone version).
|
2012-06-18 18:43:53 -07:00 |
Nicolas Gramlich
|
6f26ea7a56
|
Added actual implementation of CCScrollViewLoader. Added ScrollViewTest to CococsBuilderTest.
|
2012-06-18 13:59:45 -07:00 |
Nicolas Gramlich
|
fea4401681
|
CCBReader: Named a whole bunch of parameters in the CCNodeLoader headers.
|
2012-06-18 13:41:48 -07:00 |
Nicolas Gramlich
|
227683bfa4
|
Cleaned up CCNodeLoaders by using the Marco instead of having a boilerplate createCCNode method in all the cpp files.
|
2012-06-18 13:33:19 -07:00 |
Nicolas Gramlich
|
aa83408ba7
|
Addded virtual destructors to all classes in the CCBReader extension. CCBReader: named some parameters in the header.
|
2012-06-18 12:03:06 -07:00 |
Nicolas Gramlich
|
2f3fed2562
|
CCNodeLoader: Replaced manual deletes with 'safe' Macros.
|
2012-06-18 11:43:46 -07:00 |
James Chen
|
f346d09449
|
issue #1333: Added CCScrollViewLoader. Not implement.
|
2012-06-18 19:00:26 +08:00 |
James Chen
|
453a7c63d3
|
issue #1330: Some memory leaks fixes.
|
2012-06-16 14:31:57 +08:00 |
James Chen
|
ec75695a4f
|
issue #1330: Added virtual destructor for interfaces.
|
2012-06-16 13:04:23 +08:00 |
James Chen
|
73c9707d5d
|
CCBIReader fixes + building and running flawless on iOS and Android.
Made it works on win32.
|
2012-06-16 12:48:20 +08:00 |
Nicolas Gramlich
|
13bcf2180c
|
Merge with gles20.
|
2012-06-15 16:26:10 -07:00 |
Nicolas Gramlich
|
54944ab1f9
|
Fixed a comment.
|
2012-06-15 16:06:54 -07:00 |
Nicolas Gramlich
|
420d9ef41b
|
Fixed fntFile and fontTTF properties not having the full path prexifed, if they are non system fonts.
|
2012-06-15 14:01:57 -07:00 |
James Chen
|
595a402c83
|
fixed #1292:make some function names more readable.
|
2012-06-15 16:47:30 +08:00 |
minggo
|
d0f905992a
|
issue #1292:make some function names more readable
|
2012-06-15 15:10:40 +08:00 |
Nicolas Gramlich
|
8d7dce0999
|
Added glue macros to reduce boilerplate code when implementing CCBSelectorResolver and CCBMemberVariableAssigner. Added LabelTest, MenuTest and SpriteTest.
|
2012-06-14 18:16:54 -07:00 |
Nicolas Gramlich
|
a7ad34864f
|
CocosBuilderTest: Simplified the 'XYZLoader' classes to be header only, with nice and short macros to do the boilderplate stuff.
|
2012-06-14 14:23:53 -07:00 |
Nicolas Gramlich
|
c7daca43d0
|
CCNodeLoaderLibrary: Now free from direct std::string usage.
|
2012-06-14 13:51:32 -07:00 |
minggo
|
221be759c6
|
issue #1324: merge James Chen's codes
|
2012-06-14 18:54:05 +08:00 |
James Chen
|
052d8ea931
|
fixed #1324: Added some create methods. Compiling successfully on win32 by vs2008.
|
2012-06-14 18:32:44 +08:00 |
Nicolas Gramlich
|
4c6bf89167
|
Cleaned up public interface of CCNodeLoaderLibrary (now takes either const char * or CCString, instead of std::string).
|
2012-06-14 01:16:54 -07:00 |
Nicolas Gramlich
|
cdd1fb50ac
|
Moved from std::string to CCString *. Since the std::string utility methods in CCBReader were buggy on Android (for unknown reasons). Made string utility methods in CCBReader static. Android build now working equivalent to iOS build. *YAY*
|
2012-06-14 00:01:01 -07:00 |
Nicolas Gramlich
|
d4a19f4296
|
CCNodeLoader.h: Added parameter names.
|
2012-06-13 15:57:59 -07:00 |
Nicolas Gramlich
|
67ab3a1bcc
|
CCSpriteLoader: Fixed a bug calling the wrong superclass method.
|
2012-06-13 15:57:33 -07:00 |
Nicolas Gramlich
|
3e61e1f014
|
Updated Android build files to new CCBReader. Fixed a bunch of compiler errors/warnings when building for Android.
|
2012-06-13 15:25:59 -07:00 |
Nicolas Gramlich
|
de95e2c1ed
|
Applied changes/fixes brough up by minggo.
|
2012-06-13 14:33:39 -07:00 |
Nicolas Gramlich
|
29b22adccc
|
Batch converted manual 'using namespace cocos2d(::extension);' to USING_NS_CC(_EXT);. CocosBuilderExample: Made HelloCococsBuilderLayer selectors work. Made ButtonTestLayer work.
|
2012-06-13 14:19:13 -07:00 |
Nicolas Gramlich
|
4378731418
|
Merge with gles20.
|
2012-06-11 10:43:07 -07:00 |
James Chen
|
7115a7f3c9
|
issue #1275: Memory leaks in CCBReader and ActionsTest.
|
2012-05-30 16:09:19 +08:00 |
James Chen
|
ad50d6ee57
|
fixed #1270: Fixed some warning on win32.
|
2012-05-29 17:11:33 +08:00 |
James Chen
|
19c96632b5
|
fixed #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' with four spaces.
|
2012-05-29 16:21:23 +08:00 |
Walzer
|
9ac0b68981
|
modify CCBReader.cpp to CCBReader_v2.cpp in vcproj/vcxproj.
|
2012-05-21 17:56:09 +08:00 |
Walzer
|
d6dde5a5ee
|
move kBottomLeft series enum from CCNode.h to CCBReader.h
|
2012-05-11 21:10:02 +08:00 |
Walzer
|
dc18dc0942
|
test ccb v2 format, add relative-position support
|
2012-05-11 20:53:30 +08:00 |
Walzer
|
ae12434128
|
fixed #1205, rename CCCustomClass to CCCustomClassProtocol, add windows support.
|
2012-05-08 11:30:08 +08:00 |
Walzer
|
f10b94fd15
|
issue #1205, CCBReader works on both iOS & Android now; public APIs of CCBReader are reduced; ccb files in subfolder is supported.
|
2012-05-07 22:52:58 +08:00 |
Walzer
|
1a73064055
|
issue #1205, refactor the tricky cpp reflection to easier approach, add cocos2d::extension namespace for CCBReader, add doxygen comments. Todo: CCB support on android
|
2012-05-07 18:14:15 +08:00 |
Walzer
|
c76e3c0936
|
remove CppReflection, add CCBCustomClass and CCBCustomClassFactory to implement reflection, leave some jobs to class HelloCocosBuilder: public CCBCustomClass. The approach is not so tricky, much easier to understand now.
|
2012-05-07 17:05:17 +08:00 |
Walzer
|
a584aee897
|
issue #1205 update license declaration
|
2012-05-03 15:33:22 +08:00 |
Walzer
|
ebaf1da460
|
issue 1205, CCBReader. Not perfect yet, I will use CCNotificationCenter to improve SET macro/assign var to parent.
|
2012-05-03 15:29:27 +08:00 |
Walzer
|
2fc1322cc8
|
update copyright and license declaration of CCCBReader relative files
|
2012-05-03 14:43:27 +08:00 |
Walzer
|
9e62412ce9
|
issue #1205, add CCBReader, CppReflection, CocosBuilderTestCase
|
2012-05-03 11:58:53 +08:00 |