James Chen
|
9b9fe67d25
|
issue #2387: Using static_cast instead of C style cast in iteration of CCArray.
|
2013-07-09 14:29:51 +08:00 |
minggo
|
6d7b9ca236
|
Merge pull request #3108 from minggo/pitch_7platforms
Pitch 7platforms
|
2013-07-08 20:24:15 -07:00 |
minggo
|
e5a80eed91
|
fixed conflict
|
2013-07-09 10:39:16 +08:00 |
James Chen
|
85ef6b3b98
|
closed #2384: Using static_cast instead of C cast in ExtensionsTest.cpp.
|
2013-07-09 10:18:15 +08:00 |
James Chen
|
3c394bba87
|
Merge branch 'iss3102-extensionstest-menuscroll' of https://github.com/hannon235/cocos2d-x into hannon235-iss3102-extensionstest-menuscroll
|
2013-07-09 10:16:31 +08:00 |
James Chen
|
976d4ad11e
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into remove-copywithzone
Conflicts:
cocos2dx/actions/CCActionInterval.cpp
cocos2dx/cocoa/CCDictionary.cpp
samples/Cpp/TestCpp/Classes/NodeTest/NodeTest.cpp
|
2013-07-09 09:48:41 +08:00 |
Ricardo Quesada
|
c7bf2ead10
|
More static_cast<>
|
2013-07-08 14:42:08 -07:00 |
Ricardo Quesada
|
9fe9341646
|
From C++ best practices
Uses static_cast<> instead of C casting.
|
2013-07-08 14:38:14 -07:00 |
Chris Hannon
|
bba9722faa
|
iss3102: make extension test submenu in TestCpp scrollable to access all entries
|
2013-07-08 16:20:24 -04:00 |
dumganhar
|
9b126e79d7
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into remove-copywithzone
Conflicts:
scripting/lua/cocos2dx_support/LuaCocos2d.cpp
|
2013-07-08 23:09:48 +08:00 |
dumganhar
|
8f900d02b8
|
issue #2300: Removing all 'copyWithZone' pattern.
|
2013-07-08 23:05:47 +08:00 |
minggo
|
87125e4b2a
|
issue #2129:use capital words for static const member variables
|
2013-07-08 18:11:32 +08:00 |
James Chen
|
e28cf8d258
|
issue #2129: Windows doesn't support 'initializer list', using constructor instead.
|
2013-07-07 21:08:14 +08:00 |
minggo
|
5ff7baf126
|
update to latest branch
|
2013-07-05 17:53:39 +08:00 |
minggo
|
dfde41b932
|
issue #2129:fix conflicts
|
2013-07-05 17:32:50 +08:00 |
minggo
|
04465622b7
|
issue #2129:remove prefix of types in ccTypes.h
|
2013-07-05 16:49:22 +08:00 |
James Chen
|
a996b878cd
|
issue #2368: Updating JS-test.
|
2013-07-05 15:30:33 +08:00 |
James Chen
|
fcc02d476c
|
Updating AppDelegate.cpp
|
2013-07-05 15:24:29 +08:00 |
James Chen
|
d2746bbe90
|
issue #2373: Removing inline for virtual function. Adding more const getter functions.
|
2013-07-05 15:08:52 +08:00 |
minggo
|
12bc534475
|
Merge pull request #3079 from dabingnn/Issue-2367-ClippingNodes-Bug
issue #2367: Fix Bug "ClippingNodes work different in Android and IOS"
|
2013-07-04 22:42:03 -07:00 |
Huabing.Xu
|
7a61ead598
|
issue #2367: Fix Bug "ClippingNodes work different in Android and IOS"
|
2013-07-05 11:59:46 +08:00 |
James Chen
|
3138281cab
|
issue #2371: [Lua] Only 64bit target needs the linking flag '-pagezero_size 1000 -image_base '
|
2013-07-04 17:53:23 +08:00 |
James Chen
|
6ed014ab00
|
issue #2371: Removing unused file.
|
2013-07-04 17:25:52 +08:00 |
James Chen
|
dca0874ee3
|
issue #2371: Removed unused projects.
|
2013-07-04 17:24:34 +08:00 |
James Chen
|
a67ac821f7
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2371-add-lua-ios-mac
Conflicts:
scripting/lua/cocos2dx_support/LuaCocos2d.cpp
|
2013-07-04 17:15:09 +08:00 |
James Chen
|
7d3a63bb23
|
issue #2371: Adding HelloLua and TestLua projects for MAC.
|
2013-07-04 17:10:47 +08:00 |
James Chen
|
83b23c67fd
|
issue #2371: Set design resolution for TestLua.
|
2013-07-04 17:07:34 +08:00 |
James Chen
|
808ce2e208
|
close #2371: Adding Lua projects for Mac.
|
2013-07-04 16:29:06 +08:00 |
minggo
|
f019700b91
|
Merge pull request #3072 from minggo/const_love
Fix compiling errors of #3070
|
2013-07-03 23:19:14 -07:00 |
James Chen
|
397b698f07
|
[iOS] Adding lua projects.
|
2013-07-04 13:50:09 +08:00 |
Ricardo Quesada
|
1d011510af
|
setTexParams() is passed as a const reference
All structs (PODs), should be passed as const reference.
eg: Size, Point, ccTexParams, etc... should be passed as const reference.
|
2013-07-03 17:59:22 -07:00 |
Ricardo Quesada
|
d88a4244b9
|
Obfuscated Test JS added on iOS and Mac
new version of game.js. I guess it was autogenerated
|
2013-07-03 15:29:57 -07:00 |
Ricardo Quesada
|
d399a044a9
|
Adds JS tests for iOS
|
2013-07-03 14:05:02 -07:00 |
Ricardo Quesada
|
22b42bfe7d
|
SimpleGame and HelloCpp works as expected
their Info.plist was broken
|
2013-07-03 13:24:39 -07:00 |
Ricardo Quesada
|
77dbe995d4
|
Merge branch 'develop' into ios_mac_one_project
|
2013-07-03 11:39:00 -07:00 |
James Chen
|
7892f1ac9d
|
Merge pull request #3053 from dumganhar/iss2285-js-motionstreak
Adding MotionStreak test for TestJavascript.
|
2013-07-03 01:36:07 -07:00 |
Ricardo Quesada
|
2b73d0cb5f
|
ios and mac projects unified in one simple xcode project
Not finished yet:
- iOS only includes Test Cpp (Simple Game not working yet on iOS)
It is easier to maintain and add more targets, files, etc.
|
2013-07-02 18:20:38 -07:00 |
Darragh Coy
|
e247b5d960
|
Add ccDrawSolidCircle
Similar to ccDrawCircle() primitives drawing function except the circle is filled.
|
2013-07-02 13:39:16 -07:00 |
James Chen
|
54736814fa
|
issue #2285: New JS-test MotionStreak.
|
2013-07-02 17:57:48 +08:00 |
James Chen
|
53884d8238
|
issue #2285: Adding MotionStreak test for TestJavascript.
|
2013-07-02 17:47:33 +08:00 |
minggo
|
55202b978a
|
Merge pull request #3048 from dabingnn/iss2328-refractor-etc
Iss2328 refractor etc
|
2013-07-02 01:37:55 -07:00 |
Huabing.Xu
|
dded008909
|
issue #2328 refractor etc support:remove comments
|
2013-07-02 15:46:17 +08:00 |
Huabing.Xu
|
041bef148a
|
Merge branch 'origin/develop'
Conflicts:
cocos2dx/proj.ios/cocos2dx.xcodeproj/project.pbxproj
cocos2dx/proj.win32/cocos2d.vcxproj.filters
|
2013-07-02 13:47:02 +08:00 |
James Chen
|
eeff9b3d75
|
issue #2325: [MAC] Adding missing resources for TestCpp.
|
2013-07-02 10:43:21 +08:00 |
James Chen
|
ec5edeb8f6
|
issue #2325: Updating title for Mac projects.
|
2013-07-02 10:42:50 +08:00 |
Ricardo Quesada
|
c38e932fe8
|
Adds SimpleGame and HelloCpp to the mac samples project
|
2013-07-01 17:31:03 -07:00 |
Ricardo Quesada
|
9e13cb91a5
|
Adds xcworspace data
|
2013-07-01 16:33:17 -07:00 |
Ricardo Quesada
|
92469a635c
|
CrystalCraze and CocosDragon added
|
2013-07-01 16:24:41 -07:00 |
Ricardo Quesada
|
1e6a7f6bbc
|
MoonWarriors works on Mac
|
2013-07-01 16:02:36 -07:00 |
Ricardo Quesada
|
631ea4ef1d
|
restore js shared
|
2013-07-01 15:26:03 -07:00 |