James Chen
|
31e91e554e
|
issue #1661: Added CrystalCraze for win32 and fix some compilation errors.
|
2013-01-17 17:07:18 +08:00 |
James Chen
|
c797af0fe9
|
fixed #1522: CCEGLView class of desktop platforms should override CCEGLViewProtocol::setScissorInPoints.
|
2012-10-24 10:03:19 +08:00 |
James Chen
|
5751d82e6b
|
Renamed "setFrameZoom" to "setFrameZoomFactor", added 'getFrameZoomFactor'.
|
2012-10-19 17:39:55 +08:00 |
James Chen
|
a5e260dbdb
|
issue #1515: Refactored some codes for win32 port.
|
2012-10-18 12:01:30 +08:00 |
James Chen
|
0b101bedd0
|
issue #1515: Adding a zoom function for debugging large resolution (e.g.new ipad) app on desktop.
|
2012-10-18 10:54:19 +08:00 |
James Chen
|
2779b4f1ab
|
Merge branch 'gles20' of https://github.com/johnangel/cocos2d-x into johnangel
|
2012-10-17 15:08:25 +08:00 |
johnangel
|
a2e1400402
|
Merge remote branch 'upstream/gles20' into gles20
|
2012-10-16 08:42:30 +02:00 |
johnangel
|
8d0dc8d2a7
|
Windows Touch support for desktop
|
2012-10-15 10:39:42 +02:00 |
James Chen
|
e1c0ea761b
|
issue #1486: Removed some unused codes, made it works on WINDOWS.
|
2012-10-12 09:58:42 +08:00 |
johnangel
|
72aa46afe5
|
Refactoring code
|
2012-10-08 18:38:04 +02:00 |
johnangel
|
acac470f7b
|
Fixing GPF when old OpenGL version is detected
|
2012-09-19 19:36:09 +02:00 |
dualface
|
9809798280
|
[Win32] add menubar to window
[Win32] set custom window message proc
[Win32] resize window
|
2012-09-03 00:58:42 +08:00 |
YuLei Liao
|
d4c53d43b9
|
[Win32] add custom menu and custom windows message proc
|
2012-09-02 04:38:52 +08:00 |
James Chen
|
369eb3daa3
|
[WIN32] Enabled retina. Updated the implementation of fullPathFromRelativePath.
|
2012-08-24 18:01:16 +08:00 |
minggo
|
cfdc50fb60
|
issue #1437:make CCEGLView::sharedOpenGLView() return pointer
|
2012-08-21 14:58:31 +08:00 |
James Chen
|
0fce637ec7
|
issue #1429: First commit CCEditBox support, only valid on IOS. PLZ refer to ExtensionsTest/EditBoxTest.
|
2012-08-15 14:33:56 +08:00 |
minggo
|
cc39dc55f4
|
issue #1405:remove unneeded functions of CCFileUtils
|
2012-08-08 18:39:33 +08:00 |
James Chen
|
c4056b1bb0
|
fixed #1269: Updated include search paths for win32 and android.
|
2012-06-19 17:22:55 +08:00 |
James Chen
|
ebcc78497f
|
fixed #1282: Can not run samples on windows if the display card is ATI. Use opengl directly. Reverted all project configurations to Unicode characterset to avoid textinput error.
|
2012-06-01 13:44:28 +08:00 |
James Chen
|
82439733c5
|
fixed #1204: Made CCEGLView::Create(on win32) as a private function. Updated ExtensionsTest.
And updated the format of source files(changed linebreak symbol to UNIX format ('\n'),replaced 'tab' with four spaces).
|
2012-05-03 10:12:00 +08:00 |
James Chen
|
5fc72581cb
|
issue #1204: Removed CCApplication::initInstance.
|
2012-05-02 17:50:26 +08:00 |
James Chen
|
0f36a89c7e
|
issue #1188: Refactor directory. Compile successfully on android and win32(vs2008 debug).
|
2012-04-25 16:18:04 +08:00 |