boyu0
|
02649a1329
|
closed #2434: Use android_mk_generator.py to generate Box2D and chipmunk's Android.mk file
|
2013-08-22 17:47:49 +08:00 |
James Chen
|
a5067f63dd
|
Merge pull request #3372 from pyrasis/tizen_2.2
[Tizen] Fix Debug Settings
|
2013-08-05 22:51:06 -07:00 |
Lee, Jae-Hong
|
3db495ab0e
|
[Tizen] Fix Debug Settings.
- fix debugging failure problem
|
2013-08-06 01:26:56 +09:00 |
minggo
|
9cba2c42c1
|
closed #2434: simply Android.mk
|
2013-08-02 17:33:27 +08:00 |
Éloi Rivard
|
15081f5616
|
Removed all warnings from Box2D since it is an external project.
|
2013-07-30 14:48:44 +02:00 |
James Chen
|
343c98af13
|
Fixing warnings of the order of member variables and fixing errors for tizen projects.
|
2013-07-29 14:07:57 +08:00 |
Thomas Perl
|
0557eb9674
|
Import local copy of libwebp to external/
|
2013-07-24 19:39:26 +00:00 |
Thomas Perl
|
309269e8e2
|
Fix building of chipmunk on Linux
|
2013-07-24 20:18:42 +02:00 |
Thomas Perl
|
62958c8321
|
Qt5 build support (initial work)
|
2013-07-24 20:18:42 +02:00 |
minggo
|
f6cfe3007f
|
issue #2412:fix merging conflict
|
2013-07-23 10:41:11 +08:00 |
minggo
|
687c088b51
|
issue #2412:remove blackberry and marmalade port because they don't support c++11
|
2013-07-19 13:55:03 +08:00 |
James Chen
|
c1dd874b9f
|
issue #2404: Fixing wrong replace in Box2d.
|
2013-07-18 13:39:55 +08:00 |
James Chen
|
759831c1d8
|
issue #2397: Application::sharedApplication --> Application::getInstance.
|
2013-07-15 16:24:42 +08:00 |
James Chen
|
2c1b26acf8
|
issue #2397: EGLView::sharedOpenGLView() --> EGLView::getInstance()
|
2013-07-12 13:11:21 +08:00 |
Lee, Jae-Hong
|
9322e5594b
|
Support Tizen 2.2 SDK.
- Update project files.
- based on develop branch.
- HelloCpp, SimpleGame, HelloLua, TestLua available to build.
|
2013-07-10 13:04:08 +09:00 |
Éloi Rivard
|
d0c34cd2ae
|
Removed warnings from external projects (libbox2D & liblua)
|
2013-07-09 15:23:19 +02:00 |
minggo
|
04465622b7
|
issue #2129:remove prefix of types in ccTypes.h
|
2013-07-05 16:49:22 +08:00 |
Ricardo Quesada
|
ccd9cb486c
|
JS Tests compiles and links in Mac
...but it doesn't work yet due to a bug with the touch events :-(
|
2013-06-27 00:58:46 -07:00 |
Ricardo Quesada
|
398c6593f0
|
JS Tests: Almost working on Mac
|
2013-06-26 23:45:08 -07:00 |
James Chen
|
ad7d606b48
|
Merge pull request #2703 from sergey-shambir/linux_qmake
close #2332: [Linux] Adding project part for QtCreator.
|
2013-06-25 21:57:20 -07:00 |
Ricardo Quesada
|
ef6f67902f
|
Adds mac workspace
for the moment it includes TestCpp.
But Chipmunk, Box2d, cocos2dx, extensions and CocosDenshion are libraries
Like in the iOS project
|
2013-06-24 18:04:05 -07:00 |
James Chen
|
8dc8fec180
|
issue #2325: Updating project configuration, tested on iPad 3.
|
2013-06-24 18:32:06 +08:00 |
James Chen
|
b870488aad
|
issue #2325: [iOS] Using Workspace to manage all projects. TBD, also apply to Mac port.
|
2013-06-24 15:31:18 +08:00 |
James Chen
|
53a372669a
|
closed #2322: Updating all win32 project configurations, improvement by using Multi-processor Compilation.
|
2013-06-23 17:25:34 +08:00 |
Lee, Jae-Hong
|
2f8b24d05c
|
Fix compile error.
|
2013-06-20 19:20:27 +09:00 |
James Chen
|
b60e891b09
|
issue #2129: Don't use CGPoint in chipmunk since we are using cocos2d-x rather than cocos2d-iphone.
|
2013-06-20 13:02:20 +08:00 |
James Chen
|
8b298fab0e
|
issue #2284: fixing windows build.
|
2013-06-16 11:19:47 +08:00 |
James Chen
|
08b3107467
|
Updating emscripten submodule to lastest version.
|
2013-06-15 11:44:11 +08:00 |
James Chen
|
0de1a4ebd8
|
Merge pull request #2877 from pyrasis/tizen_2.1
Support Tizen device
|
2013-06-12 22:56:23 -07:00 |
Lee, Jae-Hong
|
1bd3f10601
|
Support Tizen device.
|
2013-06-12 10:20:18 +09:00 |
Ricardo Quesada
|
e770121711
|
updates chipmunk2d to v6.1.5
|
2013-06-11 17:03:20 -07:00 |
Lee, Jae-Hong
|
b9f5691706
|
[Tizen] Add libwebsockets.h, .a and support C++11
|
2013-06-07 20:14:43 +09:00 |
Sergey Shambir
|
984ed75b9a
|
Linux: added project part for QtCreator.
Allows easily setup cocos2d on Linux in QtCreator IDE.
|
2013-06-02 10:15:14 +04:00 |
James Chen
|
05a88c89dc
|
fixed #1647: Adding WebSocket support for Cpp and JSB.
|
2013-05-31 23:13:03 +08:00 |
James Chen
|
c1d85aaab2
|
Merge pull request #2611 from pyrasis/tizen_2.1
Update projects to Tizen 2.1 SDK.
|
2013-05-22 02:07:06 -07:00 |
Lee, Jae-Hong
|
220ac4982a
|
Update projects to Tizen 2.1 SDK.
|
2013-05-22 16:55:18 +09:00 |
minggo
|
d1a8f54113
|
Merge pull request #2609 from j4m3z0r/emscriptenate
Add Audio Support for Emscripten
|
2013-05-21 18:32:12 -07:00 |
James Gregory
|
060f60b91f
|
Bump Emscripten version
|
2013-05-21 16:39:25 -07:00 |
minggo
|
cc2b00e9fe
|
Merge pull request #2573 from j4m3z0r/emscriptenate
Use browser font rendering instead of FreeType
|
2013-05-20 22:50:28 -07: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 |
Lee, Jae-Hong
|
81a59e96d9
|
Update chipmunk project for Tizen.
|
2013-05-16 20:13:44 +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
|
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 |
James Gregory
|
0daa3adfd6
|
Emscripten changed ABI for .a files. Rebuild all deps, updating to current version. Switch Emscripten to incoming branch as it's not working on master right now. Added simple script for rebuilding deps in case it becomes necessary again. Switch builds to always use -g flag, per Emscripten's warnings. Undefine native client defines so that it builds (Emscripten switched to NaCl alignment, macro got defined as a side-effect).
|
2013-05-14 15:26:48 -07:00 |
James Gregory
|
b4e193fbbb
|
Revert "Add freetype 2.4.11 to repo"
This reverts commit 418906d2612b59ead6826d8395b69168bdff0ca4.
|
2013-05-06 21:29:43 -07:00 |
James Gregory
|
4255066ad2
|
Add freetype 2.4.11 to repo
|
2013-05-06 21:29:42 -07:00 |
James Gregory
|
9370c11444
|
Revert "Add freetype 2.4.11 to repo"
This reverts commit 418906d2612b59ead6826d8395b69168bdff0ca4.
|
2013-05-06 21:19:36 -07:00 |
James Gregory
|
91ba2fe325
|
Add freetype 2.4.11 to repo
|
2013-05-06 21:19:35 -07:00 |