minggo
|
a701eaecce
|
issue #1555:update to v2.1 beta3
|
2012-11-14 18:05:15 +08:00 |
James Chen
|
b383704ebc
|
fixed #1520: Updated one comment in HelloCpp.
|
2012-10-23 14:04:35 +08:00 |
James Chen
|
b3db7e91f8
|
fixed #1520: Updated some comments.
|
2012-10-23 14:01:48 +08:00 |
James Chen
|
f4f63fd824
|
fixed #1520: Added comments for using multiresolution in HelloCpp.
|
2012-10-23 10:50:47 +08:00 |
James Chen
|
36600d95b1
|
issue #1486: Calculate content scale factor by screen height.
|
2012-10-12 17:37:26 +08:00 |
James Chen
|
98aa5dd489
|
issue #1486: Updated AppDelegate.cpp and proj.win32/main.cpp.
|
2012-10-12 10:02:49 +08:00 |
James Chen
|
b78e2c9130
|
issue #1486: Added iPad, ipadhd resources, and make some watermark for these pictures.
|
2012-10-11 18:33:43 +08:00 |
James Chen
|
cdf54a872f
|
issue #1486: A bug fix.
|
2012-10-11 17:02:27 +08:00 |
James Chen
|
77da7b5895
|
issue #1486: First commit based on BorMor's branch.
|
2012-10-11 16:45:14 +08:00 |
James Chen
|
ade54a3de7
|
Merge branch 'multi_resolution_support' of https://github.com/BorMor/cocos2d-x into bormor-multi-res
Conflicts:
samples/HelloCpp/Classes/AppDelegate.cpp
samples/HelloCpp/Classes/HelloWorldScene.cpp
|
2012-10-11 16:12:22 +08:00 |
Sergey Vikhirev
|
05eb4352e8
|
Remove retina specific methods and logic
|
2012-09-24 14:22:02 +04:00 |
minggo
|
a568c1d221
|
revert modification of AppDelegate.cpp
|
2012-09-24 17:24:00 +08:00 |
walzer
|
78ef574962
|
add touch callback to HelloCpp. Users can learn setDesignResolution easily.
|
2012-09-24 14:14:53 +08:00 |
walzer
|
7088b19a1a
|
add sample code in HelloCpp & SimpleGame to teach how to adapt design resolution to different iPhone screens (HVGA, 3.5 inch retina, and 4.0 inch retina)
|
2012-09-24 13:59:16 +08:00 |
walzer
|
59a4b0460b
|
HelloCpp and SimpleGame teaches how to adapt on all iPhone/iPad multi-resolutions, especially for 4-inch retina screen.
|
2012-09-24 10:46:15 +08:00 |
Donald Alan Morrison
|
4cbd993091
|
Minor English Spelling Corrections. A few grammar corrections.
|
2012-09-17 00:02:24 -07:00 |
minggo
|
0e81fd0568
|
fixed #1442: use CREATE_FUNC instead of SCENE_CREATE_FUNC and NODE_CREATE_FUNC
|
2012-08-27 16:11:07 +08:00 |
minggo
|
07ddd43695
|
issue #1437:make CCApplication::sharedApplication() return pointer
|
2012-08-21 15:28:43 +08:00 |
minggo
|
cfdc50fb60
|
issue #1437:make CCEGLView::sharedOpenGLView() return pointer
|
2012-08-21 14:58:31 +08:00 |
James Chen
|
0861877594
|
kCCResolutionXXX -> kResolutionXXX and estimate whether touch point is contained in GL viewport rectangle.
|
2012-08-20 16:32:22 +08:00 |
Dale Ducharme
|
4004a8ac61
|
Cocos2dx for gles2.
|
2012-08-17 17:45:21 -04:00 |
minggo
|
bcf61cdf26
|
issue #1405:use enum to distinguish target
|
2012-08-16 10:21:15 +08:00 |
minggo
|
c34812567f
|
issue #1405: modify macro names and comment and add getVisibleSize and getVisibleOrigin in CCDirector
|
2012-08-09 10:23:39 +08:00 |
minggo
|
3853611e62
|
issue #1405:support loading resources from directory defined by developer
|
2012-08-08 17:42:04 +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 |
minggo
|
0b2396c54b
|
issue #1405:support three type of resolution
|
2012-08-01 16:56:12 +08:00 |
minggo
|
f9c40f7372
|
issue #1399: work ok on iOS after adjusting directory structure
|
2012-07-19 17:22:36 +08:00 |