Lee, Jae-Hong
|
434878c736
|
Delete libcurl.a because link error. Adding libcurl.so.
|
2013-05-16 20:04:06 +09:00 |
Lee, Jae-Hong
|
1169e5cc8e
|
Adding CocosDenshion project for tizen.
|
2013-05-16 20:03:49 +09:00 |
Lee, Jae-Hong
|
579fd4dd2b
|
Adding extensions project for tizen.
|
2013-05-16 20:03:31 +09:00 |
Lee, Jae-Hong
|
109e2feec8
|
Adding libcurl headers and x86 libraries for tizen.
|
2013-05-16 20:03:11 +09:00 |
Lee, Jae-Hong
|
ce4663f851
|
Implementing file utils use with Osp.
|
2013-05-16 20:01:36 +09:00 |
Lee, Jae-Hong
|
704b8013fc
|
Fix Assert bug.
|
2013-05-16 20:01:01 +09:00 |
Lee, Jae-Hong
|
7e1be64f28
|
Allocate memory for AppDelegate.
|
2013-05-16 19:59:59 +09:00 |
Lee, Jae-Hong
|
e51fe4f75e
|
Define CC_ASSERT.
|
2013-05-16 19:59:38 +09:00 |
Lee, Jae-Hong
|
d887b3cd84
|
Implementing getCurrentLanguage function.
|
2013-05-16 19:59:16 +09:00 |
Lee, Jae-Hong
|
0bd49de547
|
Implementing Animation Interval setting.
|
2013-05-16 19:58:46 +09:00 |
Lee, Jae-Hong
|
b011bd2904
|
Implementing touch.
|
2013-05-16 19:58:14 +09:00 |
Lee, Jae-Hong
|
d66abaa12c
|
Implementing Termination.
|
2013-05-16 19:57:47 +09:00 |
Lee, Jae-Hong
|
3856c94416
|
Modify header define.
|
2013-05-16 19:57:17 +09:00 |
Lee, Jae-Hong
|
ab8ede5ff8
|
Adding Osp Application, Osp Form Layer and implementing CCEGLView.
|
2013-05-16 19:55:26 +09:00 |
Lee, Jae-Hong
|
112ff3c820
|
Adding manifest.xml.
|
2013-05-16 19:55:00 +09:00 |
Lee, Jae-Hong
|
e286759965
|
Adding placeholder.txt
|
2013-05-16 19:54:38 +09:00 |
Lee, Jae-Hong
|
86bf779812
|
Adding third party headers and x86 libraries for Tizen.
|
2013-05-16 19:54:01 +09:00 |
Lee, Jae-Hong
|
58b181736d
|
Adding platform code for Tizen.
|
2013-05-16 19:53:37 +09:00 |
Lee, Jae-Hong
|
690e383950
|
Adding HelloCpp sample for Tizen.
|
2013-05-16 19:52:59 +09:00 |
Lee, Jae-Hong
|
27428dc5f4
|
Adding defines and enums for Tizen.
|
2013-05-16 19:49:16 +09:00 |
minggo
|
1a947ce1cd
|
Merge pull request #2567 from minggo/AssetsManager-asynchronization
Make AssetsManager download resources in a new thread
|
2013-05-15 20:24:05 -07:00 |
minggo
|
1a577b13aa
|
Update AUTHORS
|
2013-05-16 11:10:26 +08:00 |
minggo
|
b2fc4d150e
|
Merge pull request #2546 from carlomorgantinizynga/TTFLabelNewProps
CCLabelTTF supports for shadow and stroke
|
2013-05-15 20:05:05 -07:00 |
carlo morgantini
|
a3f5238407
|
fix a warning caused by member variables initialization order in constructor
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
fb2a73048d
|
it now shares code between createTextBitmap and createTextBitmapShadowStroke (no more duplication)
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
4d3ed48905
|
initWithStringShadowStroke() renamed to initWithString()
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
c9e875869e
|
comment fixed
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
3c28048c14
|
fix alignent problem when rendering text with shadow
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
0ff33fd4f5
|
fix a problem with float stroke size
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
3b50ffe5ba
|
Fix problem with CCLabelTTF + shadow and text alignment; also fontDefinition property names now are lowercase
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
36b88039a1
|
CCLabelTTF C++ test fixed
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
315999edad
|
new "manual" conversion for ccFontDefinition in JS and also updated LabelTest.js using this new way of passing parameters to CCLabelTTF through ccFontDefinition
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
d77604b958
|
initWithStringAndTextDefinition() changed method's signature
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
ef1a123b42
|
no more bingins for ccTextDefinition
|
2013-05-15 16:37:08 -07:00 |
carlo morgantini
|
04c890522d
|
class renamed and moved to ccTypes.h
|
2013-05-15 16:35:25 -07:00 |
carlo morgantini
|
cab90dd276
|
CCTextDefinition is passed now by pointers
|
2013-05-15 16:35:24 -07:00 |
carlo morgantini
|
934c8f5115
|
bindings for CCTextDefinition
|
2013-05-15 16:35:24 -07:00 |
carlo morgantini
|
ed981aee7e
|
ccTextDefinition becomes CCTextDefinition
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
2430d79642
|
changed the label test (shadows + stroke) for using ccTextDefinition when creating CCLabelTTF
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
bc9a74218c
|
added a new utility for comparing 2 ccColor3b
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
d9a53b3eb1
|
CCLabelTTF new interface for ccBuilder
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
9ba489bba4
|
new assert() added on unsupported platforms for CCLabelTTF and CCTexture2D
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
74441203cb
|
stroke and shadow are implemented and supported only on iOS and Android for now
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
fcea506fef
|
fixed some text formatting issues
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
54347bf767
|
setFontTintColor renamed to setFontFillColor
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
7bc3ceb8c8
|
uses const ccColor & in the interface instead of ccColor&
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
c727fa33c0
|
CCLabelTTF have now a tint, plus bug fixing and code clean up
|
2013-05-15 16:29:33 -07:00 |
carlo morgantini
|
221884f6d4
|
better CCTexture2D API for init texture with shadow and stroke
|
2013-05-15 16:29:32 -07:00 |
carlo morgantini
|
fc846bb9ac
|
label TTF stroke and shadow for Android
|
2013-05-15 16:29:32 -07:00 |
carlo morgantini
|
690d5968ca
|
New stroke and shadows for Android
|
2013-05-15 16:12:43 -07:00 |