Donald Alan Morrison
|
2b4bab18af
|
Fixed VS2010 Warning C4800: 'JSBool' : forcing value to bool 'true' or
'false' (performance warning).
|
2012-08-24 09:00:57 -07:00 |
Donald Alan Morrison
|
9ef8b3b699
|
Fixed Warning C4114: same type qualifier used more than once. (Definition
signature does not match Implementation signature.)
|
2012-08-24 08:52:29 -07:00 |
Donald Alan Morrison
|
eaf0e71e57
|
Fixed VS2010 Warning C4800: 'JSBool' : forcing value to bool 'true' or
'false' (performance warning).
|
2012-08-24 08:35:48 -07:00 |
Donald Alan Morrison
|
5ba3ff4d9a
|
Fixed VS2010 Warning C4065: switch statement contains 'default' but no 'case' labels.
|
2012-08-24 01:33:28 -07:00 |
Donald Alan Morrison
|
3c7846e32f
|
Fixed VS2010 Warning: C4018: '<' : signed/unsigned mismatch
|
2012-08-23 23:35:25 -07:00 |
mustime
|
d5b99cc79e
|
issue #1425: corresponding changes for .pkg files
|
2012-08-11 16:05:38 +08:00 |
James Chen
|
848381ef0f
|
Fixed a compile in cocos2d_generated.cpp.
|
2012-08-03 10:44:48 +08:00 |
pengfei tong
|
a37fd743e0
|
[FIX] testjs
|
2012-08-02 16:23:31 +08:00 |
pengfei tong
|
b93d0b5ebf
|
[LOG] add linux port
|
2012-08-02 13:02:59 +08:00 |
James Chen
|
1efe20e4c3
|
Fix a compile error in TestJavascript project.
|
2012-07-27 14:16:23 +08:00 |
Walzer
|
685b70e6fb
|
fixed #1402, résolve conflicting "create" functions
1. Following https://docs.google.com/document/d/1eqvYjVah0R9nkjzJ_ga1-_cyjHnizVQ5dyESYNpYM0s/edit?pli=1
2. use CCSequence/CCSpawn::initWithTwoActions, createWithTwoActions instead of initOneTwo, create(one, two).
3. haven't re-generate lua-binding to resolve the conflicts yet.
|
2012-07-23 22:49:11 +08:00 |
minggo
|
59db9f0c6f
|
issue #1399:lua building works ok after adjusting directory structure
|
2012-07-23 17:14:18 +08:00 |
James Chen
|
2ab5e4ab9c
|
issue #1399: Added vs2010 support.
|
2012-07-23 11:57:34 +08:00 |
James Chen
|
557f654cf3
|
Built successfully on android.
|
2012-07-20 17:06:00 +08:00 |
James Chen
|
77f1fba566
|
issue #1399: Adjust folder structure, made it built successfully on win32.
|
2012-07-20 14:05:52 +08:00 |