walzer
|
abd2725ed4
|
issue #148, add copyright
|
2011-03-19 10:34:26 +08:00 |
minggo
|
b5a99f90df
|
issue #375: rename file names and object names
|
2011-03-07 17:11:57 +08:00 |
yangws
|
67c0ad6332
|
add platform support project on win32.
Move macros, CCXUIImage, ccxCommon, CCXCocos2dDefine, 3rd party libraries, glu, NSLock, ccxConfig from platform/win32 to platform_support.
|
2011-01-15 18:05:35 +08:00 |
minggo
|
f3e8665387
|
remove the usage of YES and NO
|
2010-12-31 16:37:00 +08:00 |
natural-law
|
0f0a8ed956
|
rename the files related to label_nodes.
|
2010-12-24 14:00:49 +08:00 |
natural-law
|
e11ccb50fe
|
fixed #283 Add member data m_positionInPixels for some classes.
|
2010-12-24 11:40:44 +08:00 |
natural-law
|
3c6d1d8317
|
update actions to 0.99.5
|
2010-12-23 16:47:29 +08:00 |
natural-law
|
eeb4e99804
|
rename the action classes.
|
2010-12-22 15:43:54 +08:00 |
natural-law
|
4a765d33a3
|
rename the CCXXXAction files to CCActionXXX.
|
2010-12-22 15:15:04 +08:00 |
Walzer
|
c02230b4ae
|
fixed #240, CCSequence(..., CCHide::action(), ...) will not break down now.
|
2010-12-04 15:03:07 +08:00 |
Walzer
|
820c2f0714
|
issue #211 cocos2d-x back to cocos2dx
|
2010-11-18 15:01:42 +00:00 |
Walzer
|
b4328354af
|
issue #211 cocos2dx -> cocos2d-x
|
2010-11-18 14:07:17 +00:00 |
Walzer
|
fb25984f12
|
rename getShared methods to shared
|
2010-11-16 07:12:09 +00:00 |
Ming
|
416a319344
|
fixed #203
|
2010-11-13 03:34:49 +00:00 |
Walzer
|
94806c9194
|
merge with tag/0.99.4-uphone-0.9.0
|
2010-11-11 03:18:58 +00:00 |
Ming
|
6853385c8d
|
resolve compile error for android
|
2010-11-03 02:59:07 +00:00 |
Walzer
|
72aee0eace
|
issue #175, add retain for CCCallFunc::m_pSelectorTarget
|
2010-09-30 03:57:31 +00:00 |
Ming
|
12d6df9717
|
issue #154
|
2010-09-24 10:10:32 +00:00 |
Ming
|
14982bd715
|
issue #141
|
2010-09-15 06:52:11 +00:00 |
Ming
|
be2baff67f
|
fixed #146: convert the pointer to NSObject* before HASH_FIND_INT, because we save it as NSObject*, and the saving operation will adjust the value of pointer.
|
2010-09-15 01:31:01 +00:00 |
Ming
|
622170528c
|
issue #141
|
2010-09-14 07:23:38 +00:00 |
Walzer
|
3313d696f2
|
issue #18, debug
|
2010-09-07 07:39:15 +00:00 |
Walzer
|
641adefe1c
|
fixed #133, override copyWithZone in class CCCallFuncN
|
2010-09-07 07:13:25 +00:00 |
Walzer
|
907fb3f692
|
issue #126, add retain when member variable is changed
|
2010-09-06 02:27:38 +00:00 |
Ming
|
21e0bfe46b
|
issue #61:
|
2010-09-04 06:47:40 +00:00 |
Walzer
|
5fd1bf85b6
|
issue #121, return bool in function init****
|
2010-09-04 04:02:52 +00:00 |
Ming
|
0dda718b87
|
issue #122
|
2010-09-04 03:48:11 +00:00 |
Ming
|
857595d644
|
issue #116
|
2010-09-02 08:46:25 +00:00 |
Ming
|
59afd38192
|
issue #116: remove __super
|
2010-09-02 06:54:42 +00:00 |
Ming
|
ed023fc129
|
fixed #112
|
2010-09-01 07:36:25 +00:00 |
Walzer
|
820676ea28
|
issue #18, complete the implementation left.
|
2010-09-01 04:02:36 +00:00 |
Ming
|
39c6ebf503
|
issue #85:remove the using of dynamic_cast()
|
2010-08-31 03:20:37 +00:00 |
Ming
|
b9587a7062
|
|
2010-08-30 07:45:39 +00:00 |
Ming
|
40158638ff
|
issue #85:remove the using of dynamic_cast()
|
2010-08-30 07:06:08 +00:00 |
natural-law
|
6e7fede2bb
|
fixed #103
add ActionManager Test code
|
2010-08-30 07:04:46 +00:00 |
Ming
|
b70950dd57
|
issue #85:remove the using of dynamic_cast()
|
2010-08-30 05:53:20 +00:00 |
Ming
|
0cdfba141a
|
issue #85: make CCRepeatForever to inherit from CCIntervalAction
|
2010-08-28 10:00:38 +00:00 |
natural-law
|
b1c7636632
|
fixed #100
Modify the variable type of CCAction::m_pTarget form NSObject to CCNode
|
2010-08-28 04:02:10 +00:00 |
Ming
|
60adec78e8
|
issue #85: avoid virtual inheriting from NSObject, and remove the using of dynamic_cast()
|
2010-08-27 06:13:32 +00:00 |
Ming
|
fab3c76c10
|
fixed #89
|
2010-08-25 10:31:55 +00:00 |
Ming
|
1cfee20d06
|
fixed #84:
|
2010-08-25 08:08:10 +00:00 |
Ming
|
bfadb1371a
|
fixed #83:
|
2010-08-25 06:14:31 +00:00 |
Ming
|
710e29b086
|
issue #80
|
2010-08-25 02:19:20 +00:00 |
Ming
|
64e729905a
|
issue #64: fixed a bug of CCSpawn
|
2010-08-21 03:03:18 +00:00 |
natural-law
|
6193087b0c
|
issue #65
add ProgressActions Test
|
2010-08-21 02:26:26 +00:00 |
Ming
|
cad3d3c230
|
fixed #52
|
2010-08-20 09:38:48 +00:00 |
Ming
|
0894732547
|
fixed #53
|
2010-08-20 02:41:36 +00:00 |
Ming
|
e09f21b4d8
|
fixed #51
|
2010-08-20 02:07:58 +00:00 |
Walzer
|
9703e75e57
|
issue #18, debug
|
2010-08-19 06:09:40 +00:00 |
Ming
|
3bca871999
|
issue #51
|
2010-08-18 08:56:27 +00:00 |