James Chen
|
78000c70fc
|
[iOS] Template fix.
|
2013-05-19 18:12:14 +08:00 |
James Gregory
|
391fb636fa
|
Add a flag to indicate whether raw image data is pre-multiplied or not, and switch to using Emscripten's SDL implementation when loading images from file (much faster)
|
2013-05-17 17:11:52 -07:00 |
James Gregory
|
7cca63130c
|
Pre-multiply text when rendered by Emscripten's SDL implementation (since HTML5 canvas is non-pre-multiplied).
|
2013-05-17 17:10:51 -07:00 |
James Gregory
|
ae5454cffc
|
Remove SDL code from texture cache, and move all image loading code to CCImage.
|
2013-05-17 17:09:28 -07:00 |
James Gregory
|
2bcbf5c2b8
|
Coordinates are already in terms of pixels -- no need to do content scaling
|
2013-05-17 17:08:46 -07:00 |
Ricardo Quesada
|
ba12022134
|
Grid setProjection2D fix
It doesn't multiply it by the CC_CONTENT_SCALE_FACTOR().
Not needed since it is CCDirector::getWinSizeInPixels() already has it
calculated
|
2013-05-17 15:30:19 -07:00 |
James Gregory
|
a1ff189854
|
Query the GL canvas for its width and height and use that rather than hardcoding it. Default the frame size to the whole canvas, and update the samples to use iPad resolution (1024x768).
|
2013-05-17 12:39:18 -07:00 |
Lee, Jae-Hong
|
900190e468
|
Replace tab to spaces.
|
2013-05-17 22:04:39 +09:00 |
minggo
|
2a0eb8b0f5
|
Update AUTHORS
[ci ignore]
|
2013-05-17 11:03:44 +08:00 |
minggo
|
b118cf6d72
|
issue #1859:fix compiling error of ScriptingCore.cpp
|
2013-05-17 09:57:55 +08:00 |
minggo
|
59a6635c7b
|
issue #1859:fix compiling error of AssetsManager.cpp
|
2013-05-17 09:47:31 +08:00 |
James Gregory
|
5e3ce3e7a1
|
Update to latest Emscripten incoming, including an SDL fix this branch depends on.
|
2013-05-16 17:53:34 -07:00 |
James Gregory
|
95b5ce2e56
|
Remove freetype since it now works using Emscripten's SDL.
|
2013-05-16 17:34:33 -07:00 |
Lee, Jae-Hong
|
322b919092
|
Adding HelloCpp icon image.
|
2013-05-16 22:33:09 +09:00 |
Lee, Jae-Hong
|
20dffcd179
|
Adding SampleGame project. for Tizen.
|
2013-05-16 21:20:49 +09:00 |
Michael Chinen
|
5961ceccc7
|
Merge remote-tracking branch 'upstream/master'
|
2013-05-16 21:03:55 +09:00 |
Lee, Jae-Hong
|
1c170aedd3
|
Adding README.mdown for TestCpp
|
2013-05-16 20:52:19 +09:00 |
Lee, Jae-Hong
|
65373f828c
|
Adding README.mdown for HelloCpp
|
2013-05-16 20:52:00 +09:00 |
Lee, Jae-Hong
|
bef09d51f9
|
Adding placeholder.txt for samples/Cpp/HelloCpp/proj.tizen/res directory.
|
2013-05-16 20:49:13 +09:00 |
Lee, Jae-Hong
|
0ae6da81bd
|
Include CCGL.h
|
2013-05-16 20:40:49 +09:00 |
Lee, Jae-Hong
|
fd74718b64
|
Implementing CocosDenshion for Tizen.
|
2013-05-16 20:25:24 +09:00 |
Lee, Jae-Hong
|
6b990209a2
|
Set the static libarary pathes.
|
2013-05-16 20:25:12 +09:00 |
Lee, Jae-Hong
|
b6d52a133f
|
Update extensions project.
|
2013-05-16 20:24:54 +09:00 |
Lee, Jae-Hong
|
43b11a73d6
|
Remove unused headers and defines.
|
2013-05-16 20:24:00 +09:00 |
Lee, Jae-Hong
|
ab8c0becbf
|
Update CocosDenshion project.
|
2013-05-16 20:23:50 +09:00 |
Lee, Jae-Hong
|
6289a20fcb
|
Adding design size for Tizen.
|
2013-05-16 20:23:21 +09:00 |
Lee, Jae-Hong
|
fc28943b3f
|
set screen orientation landscape. TestCpp project.
|
2013-05-16 20:17:41 +09:00 |
Lee, Jae-Hong
|
fb00de3e97
|
Implementing screen orientation function.
|
2013-05-16 20:17:11 +09:00 |
Lee, Jae-Hong
|
e1cf030372
|
Change the default font path.
|
2013-05-16 20:16:57 +09:00 |
Lee, Jae-Hong
|
2a332a5862
|
Replace \ to / in include and library pathes.
|
2013-05-16 20:16:27 +09:00 |
Lee, Jae-Hong
|
55808e22c0
|
Remove include path in libcurl.
Replace \ to / in include path.
|
2013-05-16 20:15:36 +09:00 |
Lee, Jae-Hong
|
c426370f63
|
Replace tab to spaces.
|
2013-05-16 20:14:40 +09:00 |
Lee, Jae-Hong
|
bd71c8775d
|
Modify library link order.
|
2013-05-16 20:14:16 +09:00 |
Lee, Jae-Hong
|
09a0eec90a
|
Enable chipmunk.
|
2013-05-16 20:14:03 +09:00 |
Lee, Jae-Hong
|
81a59e96d9
|
Update chipmunk project for Tizen.
|
2013-05-16 20:13:44 +09:00 |
Lee, Jae-Hong
|
34599daf9d
|
Enable Box2D.
|
2013-05-16 20:13:36 +09:00 |
Lee, Jae-Hong
|
1419df3d14
|
Enable Box2D.
|
2013-05-16 20:13:27 +09:00 |
Lee, Jae-Hong
|
67c898d308
|
Set output filename.
|
2013-05-16 20:12:53 +09:00 |
Lee, Jae-Hong
|
9bbfdf2adb
|
Adding placeholder.txt files.
|
2013-05-16 20:12:31 +09:00 |
Lee, Jae-Hong
|
38ce48be0b
|
Adding placeholder.txt for extensions/proj.tizen/src
|
2013-05-16 20:12:07 +09:00 |
Lee, Jae-Hong
|
6072c9291f
|
Adding libcocos2d.a project for Tizen.
|
2013-05-16 20:11:48 +09:00 |
Lee, Jae-Hong
|
ca69bf39c8
|
Modify the output filename.
|
2013-05-16 20:11:33 +09:00 |
Lee, Jae-Hong
|
e445af65ad
|
Adding license.
|
2013-05-16 20:11:14 +09:00 |
Lee, Jae-Hong
|
9db7b7f3a3
|
Adding TestCpp project for Tizen.
|
2013-05-16 20:10:53 +09:00 |
Lee, Jae-Hong
|
f47958356c
|
Adding dependencies for libcurl.so
|
2013-05-16 20:09:23 +09:00 |
Lee, Jae-Hong
|
659e884009
|
Use CCImage.cpp from Linux implementation.
|
2013-05-16 20:07:31 +09:00 |
Lee, Jae-Hong
|
e459129fac
|
Move to rootstraps directory.
|
2013-05-16 20:06:25 +09:00 |
Lee, Jae-Hong
|
840cf6a104
|
Adding chipmunk project for tizen.
|
2013-05-16 20:06:09 +09:00 |
Lee, Jae-Hong
|
d5e0bf1971
|
Adding Box2D project for tizen.
|
2013-05-16 20:06:00 +09:00 |
Lee, Jae-Hong
|
8ed243463e
|
Adding CCEditBoxImplTizen.h and cpp.
|
2013-05-16 20:05:46 +09:00 |