Walzer
|
b094f70ab3
|
issue #1424, http-get works ok. Tomorrow I will focus on post.
|
2012-08-07 18:28:07 +08:00 |
minggo
|
f6115d5667
|
issue #1405:zoom out work ok
|
2012-08-07 18:24:45 +08:00 |
minggo
|
5d8f909af4
|
issue #1405:multi resolution works ok
|
2012-08-07 14:29:46 +08:00 |
Walzer
|
39e45da8d9
|
Merge branch 'gles20' of https://github.com/greathqy/cocos2d-x into network
|
2012-08-06 15:36:13 +08:00 |
qingyun
|
054fe4993c
|
fix CCLog stack overflow
|
2012-08-06 14:47:23 +08:00 |
minggo
|
9ccf3cefdf
|
fixed #1417:add header search path and add CCTouch.cpp into mac project
|
2012-08-06 11:08:06 +08:00 |
qingyun
|
24136dc575
|
add CCHttpRequest and related tests to repository
|
2012-08-04 18:27:27 +08:00 |
qingyun
|
dc35596ce9
|
add greathqy to AUTHORS
|
2012-08-04 18:12:39 +08:00 |
James Chen
|
e9aa3743fa
|
issue #1405: muti-resolution works ok on linux.
|
2012-08-03 13:56:18 +08:00 |
James Chen
|
9c26e38563
|
Merge branch 'gles20' of https://github.com/tongpengfei/cocos2d-x into linux_gles20
|
2012-08-03 10:10:33 +08:00 |
pengfei tong
|
a37fd743e0
|
[FIX] testjs
|
2012-08-02 16:23:31 +08:00 |
pengfei tong
|
c82c8412a8
|
[LOG] fix makefile
|
2012-08-02 13:19:40 +08:00 |
pengfei tong
|
b93d0b5ebf
|
[LOG] add linux port
|
2012-08-02 13:02:59 +08:00 |
minggo
|
5399aac590
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1405_multi_resolution
|
2012-08-02 10:50:15 +08:00 |
minggo
|
60983e8a02
|
Merge pull request #1147 from folecr/morefixandroidbuildscript
Further clean up of android build scripts and template
|
2012-08-01 19:45:18 -07:00 |
minggo
|
0b2396c54b
|
issue #1405:support three type of resolution
|
2012-08-01 16:56:12 +08:00 |
Walzer
|
cc3d850892
|
fixed #1416, add object orientated APIs for CCGeometry, replace "CCFloat" with "float"
|
2012-08-01 15:30:12 +08:00 |
folecr
|
4d3df6145b
|
Cleaner build scripts
|
2012-07-31 22:56:18 -07:00 |
folecr
|
e69cda8fe2
|
Quoted use of bash variables
|
2012-07-31 22:56:17 -07:00 |
Walzer
|
dc37896ed9
|
change the param sequence of CCLabelTTF::create and initWithString, according to JS APIs
|
2012-08-01 13:24:23 +08:00 |
Walzer
|
0431cb455b
|
fixed #1413, add CCTouch::getLocation(), getDelta() method
return OpenGL coordinates directly, to make the usage more convenient.
|
2012-07-31 17:41:53 +08:00 |
Walzer
|
b8fa32dbc0
|
use extensions/GUI instead of extensions/UI
|
2012-07-30 22:57:59 +08:00 |
folecr
|
200992b272
|
Cleaner build script
* Quoted parameters for bash directives
* Forgo the extra _LOCAL variables by testing environment variables
* Better path assumptions
* References
* http://stackoverflow.com/questions/59895/can-a-bash-script-tell-what-directory-its-stored-in
* http://stackoverflow.com/questions/228544/how-to-tell-if-a-string-is-not-defined-in-a-bash-shell-script
|
2012-07-27 17:45:21 -07:00 |
Nat Weiss
|
9f0be2de05
|
Added Mac cpp HelloWorld and Tests.
|
2012-07-24 19:07:31 -07:00 |
James Chen
|
fda669510a
|
fixed #1385: Logic error in BitmapFontMultiLineAlignment.
|
2012-07-24 11:32:02 +08:00 |
James Chen
|
e7d7ff99c7
|
fixed #1386: PauseResumeActionsTest crashes.
|
2012-07-24 11:21:08 +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
|
e249d6b0ce
|
Merge branch 'gles20' of https://github.com/walzer/cocos2d-x into modify_xcode_project
|
2012-07-23 15:38:24 +08:00 |
Walzer
|
cc23d0667d
|
unify Bundle ID for all xcodeprojects to "org.cocos2d-x.*", add icons for iphone/ipad * retina.
|
2012-07-23 15:23:26 +08:00 |
James Chen
|
d5f783b681
|
issue #1399: Updated android template.
|
2012-07-23 14:56:40 +08:00 |
James Chen
|
2ab5e4ab9c
|
issue #1399: Added vs2010 support.
|
2012-07-23 11:57:34 +08:00 |
James Chen
|
8291b7aef6
|
Reverted 'cocosdenshion' to 'CocosDenshion'.
|
2012-07-23 11:07:31 +08:00 |
James Chen
|
5e5b008742
|
issue #1399: Built four android projects(HelloCpp, HelloLua, TestJavascript, TestCpp) successfully on Ubuntu System.
|
2012-07-21 13:49:20 +08:00 |
James Chen
|
b2b0a0c3d5
|
Updated ios project settings and updated some files in CCBReader folder.
|
2012-07-20 18:02:18 +08:00 |
James Chen
|
755b29cb9d
|
Updated ios project settings.
|
2012-07-20 17:38:21 +08:00 |
James Chen
|
5b6497b0e4
|
Updated test_actions.js. 'new cc.Sprite.create' --> 'cc.Sprite.create'.
|
2012-07-20 17:12:17 +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 |
minggo
|
f9c40f7372
|
issue #1399: work ok on iOS after adjusting directory structure
|
2012-07-19 17:22:36 +08:00 |