James Chen
|
d7b97bea25
|
Update AUTHORS [ci skip]
|
2013-05-20 12:59:41 +09:00 |
James Chen
|
e1a71fb8e1
|
Merge pull request #2584 from smshuja/master
fixed #2179: pointQueryFirst returns invalid Shape when a shape is not found.
|
2013-05-19 20:57:00 -07:00 |
silverscania
|
1d23f1a2b4
|
The real cause of the problem for the texture corruption was when using textures with no alpha.
The function bitsPerPixelForFormat returns the wrong number for RGB_888.
|
2013-05-19 18:53:59 +03:00 |
Shuja Shabandri
|
32498521b4
|
pointQuery first returns invalid instance of Shape
Signed-off-by: Shuja Shabandri <shuja@shabandri.com>
|
2013-05-19 18:39:54 +04:00 |
silverscania
|
5adb4bc895
|
For some non power of two textures, even if the row alignment was 8, 4 or 2, setting this resulted in corruption.
See ddafa42850 (commitcomment-3243089) for texture example.
Fix by setting alignment to 1 for ALL non-PO2 textures.
|
2013-05-19 15:17:48 +03:00 |
silverscania
|
1973a52fbe
|
Revert "Try to fix bugs that came up but just keeping the old parameters for row alignment: 4 or 1"
This was not the correct fix.
This reverts commit 110ea5a501 .
|
2013-05-19 15:12:39 +03:00 |
silverscania
|
110ea5a501
|
Try to fix bugs that came up but just keeping the old parameters for row alignment: 4 or 1
|
2013-05-19 13:55:20 +03:00 |
James Chen
|
c84baf9e79
|
Merge pull request #2582 from dumganhar/ios_template_fix
[iOS] Template fix.
|
2013-05-19 03:17:29 -07:00 |
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 |
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 |