James Chen
|
7589be6fb7
|
Refactoring CCFileUtils for win32. CrystalCraze works ok on WIN32 now.
|
2013-01-24 13:56:50 +08:00 |
James Chen
|
bc76cf09c4
|
Added filename lookup support for win32.
|
2013-01-18 21:54:48 +08:00 |
James Chen
|
31e91e554e
|
issue #1661: Added CrystalCraze for win32 and fix some compilation errors.
|
2013-01-17 17:07:18 +08:00 |
johnangel
|
e32a193561
|
Setting Windows app title for non-Debug mode, also.
|
2013-01-07 12:17:50 +01:00 |
James Chen
|
d2ad820a48
|
fixed #1627: Adding view name for sample applications.
|
2012-12-29 14:50:00 +08:00 |
johnangel
|
b8eaf00359
|
ESC button on Windows behaves like Back button
|
2012-12-19 21:11:26 +01:00 |
johnangel
|
f409aba724
|
Setting Windows app title
|
2012-12-19 20:43:09 +01:00 |
fape
|
320d532e15
|
add Hungarian language support
|
2012-12-05 11:31:05 +01:00 |
Taro Kobayashi
|
a37e034e61
|
added support for Japanese language
|
2012-11-28 17:53:10 +09:00 |
James Chen
|
73b409f116
|
issue #1564: Enable point size by default on windows. This can fix point size is always equal to 1 pixel in DrawPrimitivesTest.
|
2012-11-22 10:04:35 +08:00 |
James Chen
|
6c81e21935
|
issue #1564: Set depth buffer to 24bit, stencil buffer to 8bit.
|
2012-11-22 09:55:44 +08:00 |
James Chen
|
7557a78e05
|
issue #1530: Defined a macro 'snprintf' since it's named '_snprintf' on win32.
|
2012-11-16 15:58:19 +08:00 |
James Chen
|
da7f3f2969
|
issue #1530: Added empty implementation of 'CCAccelerometer::setAccelerometerInterval' for win32,blackberry,linux,mac and marmalade ports.
|
2012-11-16 15:56:51 +08:00 |
YuLei Liao
|
4fe16a262b
|
fix incorrect delete
|
2012-10-31 14:08:28 +08:00 |
YuLei Liao
|
01866ddc95
|
fix win32 CCLuaLog memory leaks, and invalid Console UTF8 output
|
2012-10-31 11:02:36 +08:00 |
James Chen
|
c797af0fe9
|
fixed #1522: CCEGLView class of desktop platforms should override CCEGLViewProtocol::setScissorInPoints.
|
2012-10-24 10:03:19 +08:00 |
minggo
|
9cf3f4c5f6
|
Merge pull request #1474 from wenbin1989/gles20
Add kLanguageKorean to ccLanguageType and getCurrentLanguage()
|
2012-10-21 18:49:42 -07:00 |
James Chen
|
5751d82e6b
|
Renamed "setFrameZoom" to "setFrameZoomFactor", added 'getFrameZoomFactor'.
|
2012-10-19 17:39:55 +08:00 |
wenbin1989
|
62351462a8
|
Add kLanguageKorean to ccLanguageType and CCApplication::getCurrentLanguage()
|
2012-10-18 17:17:11 +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
|
c1ab8a6ead
|
fixed #1511: Changed '#if(WINVER >= 0x0601)' to '#if(_MSC_VER >= 1600)'.
|
2012-10-18 09:54:24 +08:00 |
James Chen
|
9f7019e48c
|
Updated a comment.
|
2012-10-17 16:52:09 +08:00 |
James Chen
|
5ab37c86b2
|
Fix a bug about calculating client area on win32.
|
2012-10-17 16:50:07 +08:00 |
James Chen
|
249ef92697
|
fix a bug about wrong touch area for windows.
|
2012-10-17 15:38:03 +08:00 |
James Chen
|
3f7b79fb08
|
issue #1511: Rename some static variables.
|
2012-10-17 15:14:34 +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
|
cd82403638
|
Fix to make MultiTouchTest work properly
|
2012-10-16 19:02:24 +02:00 |
johnangel
|
054128c5ee
|
Correction for touch and display area
|
2012-10-16 18:53:31 +02: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
|
e510bee238
|
Displaying window size in Debug mode
|
2012-10-09 10:58:56 +02:00 |
johnangel
|
e7340f6c1b
|
ESC button on Windows will now behave like Back button on mobile phones
|
2012-10-08 18:46:19 +02:00 |
johnangel
|
72aa46afe5
|
Refactoring code
|
2012-10-08 18:38:04 +02:00 |
johnangel
|
c6da27b793
|
Debug app uses executable directory; Non-debug app uses local app data
directory
|
2012-10-08 17:22:27 +02:00 |
johnangel
|
ad7dacc281
|
Merge remote branch 'upstream/gles20' into gles20
|
2012-10-08 16:35:43 +02:00 |
James Chen
|
719cb7b7a6
|
fixed #1496: An error of comparing font's face name in CCImage of win32 port.
|
2012-10-08 14:52:08 +08:00 |
johnangel
|
0f2dac9d8e
|
Saving data to C:\Documents and Settings\<User Name>\Local
Settings\Application Data as designed for Windows apps
|
2012-10-01 11:55:21 +02:00 |
Byung Choi
|
68f38914b1
|
fixes #1359 , MSVC's stdint absence
|
2012-09-22 17:36:36 +09:00 |
johnangel
|
778f663e76
|
Returning setViewName to be able to set game window title
|
2012-09-19 19:56:58 +02:00 |
johnangel
|
acac470f7b
|
Fixing GPF when old OpenGL version is detected
|
2012-09-19 19:36:09 +02:00 |
moadib
|
6df8233b03
|
Fixed statement which works but incorrect from point of C++ rules applied to ternary operator and can cause compilation error on compiler different from MSVC
|
2012-09-18 13:15:05 +04:00 |
johnangel
|
a9f37d4e8b
|
OpenGL access violation fix
|
2012-09-13 19:22:03 +02:00 |
johnangel
|
6396089b16
|
Revert "OpenGL access violation fix"
This reverts commit 81fda22597 .
|
2012-09-13 19:18:43 +02:00 |
johnangel
|
81fda22597
|
OpenGL access violation fix
|
2012-09-13 19:13:38 +02:00 |
Walzer
|
150ef1f320
|
Update cocos2dx/platform/win32/CCEGLView.cpp
|
2012-09-13 15:53:57 +08:00 |
Walzer
|
5718dc1397
|
fixed #1474, check OpenGL version of win32
When OpenGL version is too old to run 2dx (<1.5), popup a warning dialog to warn users.
|
2012-09-13 15:52:46 +08:00 |
flamingo
|
bb82930789
|
Update cocos2dx/platform/win32/CCEGLView.cpp
extra endings in linux logging
|
2012-09-12 22:17:56 +04:00 |
dualface
|
08f5617fde
|
[Win32] fix: CCLuaLog crash when dump large message (>16K)
|
2012-09-07 10:41:54 +08:00 |