flamingo
|
6d7e4f5229
|
Update Makefile
For nacl (spine runtime)
|
2013-06-02 20:19:12 +04:00 |
flamingo
|
f6495a64fb
|
Update Android.mk
|
2013-06-02 20:18:27 +04:00 |
flaming0
|
b87a89eaa4
|
Update spine runtime
|
2013-06-02 19:59:13 +04:00 |
flaming0
|
5f1a4a4be7
|
Update for spine runtime
|
2013-06-02 18:26:46 +04:00 |
James Chen
|
3583e5b185
|
Merge pull request #2706 from dumganhar/develop
Moving JS bytecode generated tool (jsbcc) from 'tools/jsbcc' to 'cocos2d-console'.
|
2013-06-01 19:57:03 -07:00 |
James Chen
|
c7fd3a3483
|
Adding submodule of cocos2d-console to 'tools' folder.
|
2013-06-02 10:53:46 +08:00 |
James Chen
|
89b397f1d1
|
Delete tools/jsbcc since it was moved to https://github.com/cocos2d/cocos2d-console.
|
2013-06-02 10:53:34 +08:00 |
James Chen
|
f8ce155e36
|
Merge pull request #2686 from folecr/androidx86
Spidermonkey for Android/x86
|
2013-06-01 08:23:42 -07:00 |
minggo
|
57600783c4
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into develop
|
2013-05-31 10:29:39 +08:00 |
Ricardo Quesada
|
3cbb6c4abb
|
uses the cocos2d.x namespace for "cocos2d x" configuration values
|
2013-05-31 10:25:55 +08:00 |
Ricardo Quesada
|
3383fc5f04
|
CCConfiguration supports default values in the query
Adds tests for the new API as well
|
2013-05-31 10:25:34 +08:00 |
folecr
|
c7ce3d10d3
|
Spidermonkey for Android/x86
|
2013-05-30 17:18:17 -07:00 |
minggo
|
08b80bfbc9
|
Merge pull request #2675 from j4m3z0r/emscriptenate
Emscripten: Fix calculation of offsets in font rendering so that we don't scribble a...
|
2013-05-29 23:05:05 -07:00 |
minggo
|
fdcd14594f
|
Update AUTHORS
[ci ignore]
|
2013-05-30 15:00:17 +09:00 |
James Gregory
|
8b4f5b5853
|
Fix calculation of offsets in font rendering so that we don't scribble all over memory!
|
2013-05-29 21:25:32 -07:00 |
minggo
|
24b580adb6
|
Update AUTHORS
[ci ignore]
|
2013-05-30 10:42:17 +08:00 |
minggo
|
1ff88de561
|
Merge pull request #2666 from jotel/ccdata-in-userdefault
Ability to save/retrieve CCData into/from CCUserDefault
|
2013-05-29 19:40:23 -07:00 |
minggo
|
0487b782e7
|
Update AUTHORS
[ci ignore]
|
2013-05-30 10:35:30 +08:00 |
minggo
|
b6ddd86ecf
|
Merge pull request #2673 from j4m3z0r/emscriptenate
Add destructor to CCGLBufferedNode
|
2013-05-29 19:33:44 -07:00 |
Ricardo Quesada
|
d61bfda440
|
Adds support for "CCString" types for boolean and integers
|
2013-05-30 10:21:49 +08:00 |
James Gregory
|
09bc00032c
|
Add destructor for CCGLBufferedNode class to delete GL buffers.
|
2013-05-29 17:46:25 -07:00 |
Jaroslaw Lewandowski
|
7d4eea0646
|
Fixed compilation error for iOS project using Compiler Default C++ Language Dialect
|
2013-05-29 21:14:19 +01:00 |
James Chen
|
8456072aa0
|
Merge pull request #2671 from pyrasis/tizen_2.1
Implement setIMEKeyboardState function for Tizen
|
2013-05-29 07:23:47 -07:00 |
Lee, Jae-Hong
|
ae78bb9b47
|
Modify space character check.
|
2013-05-29 23:14:52 +09:00 |
Lee, Jae-Hong
|
ccd20af8f9
|
Implement setIMEKeyboardState function for Tizen.
|
2013-05-29 22:46:52 +09:00 |
James Chen
|
50c9515741
|
Merge pull request #2663 from pyrasis/tizen_2.1
Fix Tizen CCEditBox bug.
|
2013-05-29 06:39:01 -07:00 |
minggo
|
82e56774dd
|
Update AUTHORS
[ci ignore]
|
2013-05-29 17:12:19 +08:00 |
minggo
|
53365b9e46
|
Merge pull request #2669 from frranck/master
adding norwegian language
|
2013-05-29 02:10:37 -07:00 |
Ricardo Quesada
|
a219f9c520
|
CCConfiguration has format
CCconfiguration has a file format.
It has a data and metadata
|
2013-05-29 17:09:04 +08:00 |
minggo
|
fdce4038e1
|
Update AUTHORS
[ci ignore]
|
2013-05-29 16:55:57 +08:00 |
minggo
|
c862357b50
|
Merge pull request #2650 from varlucian/onentertransitionfinnished
OnEnterTransitionDidFinish was called twice when a node is added in onEnter
|
2013-05-29 01:53:37 -07:00 |
minggo
|
0ca5d99a30
|
Update AUTHORS
[ci ignore]
|
2013-05-29 16:44:14 +08:00 |
minggo
|
9db1a7b550
|
Merge pull request #2665 from jotel/accel-fix
Explicitly initialising CCAcceleration structure
|
2013-05-29 01:41:26 -07:00 |
franck
|
81a0fed3e2
|
adding norwegian language...
|
2013-05-29 10:31:46 +02:00 |
franck
|
3fab093f5b
|
adding Norwegian language support
|
2013-05-29 10:16:22 +02:00 |
Jaroslaw Lewandowski
|
94eef4d235
|
Removed unused variable which caused Linux build to fail
|
2013-05-29 10:15:31 +02:00 |
Lee, Jae-Hong
|
e48553bc27
|
Delete ByteBuffer pointer and NULL check.
|
2013-05-29 10:52:45 +09:00 |
Jaroslaw Lewandowski
|
3f7c506638
|
Ability to save/retrieve CCData into/from CCUserDefault
|
2013-05-29 01:06:41 +01:00 |
Jaroslaw Lewandowski
|
2999abed2b
|
Explicitly initialising CCAcceleration structure to report zeros when run in device simulator
|
2013-05-29 00:02:36 +01:00 |
Lee, Jae-Hong
|
c20e4f3700
|
Keep a previous text on Tizen CCEditBox.
|
2013-05-28 20:43:47 +09:00 |
Lee, Jae-Hong
|
5031aa1fd3
|
Encoding UTF-8 on Tizen CCEditBox and check empty string.
|
2013-05-28 20:04:37 +09:00 |
James Chen
|
8293f68949
|
Merge pull request #2661 from CocosRobot/updategeneratedsubmodule_1369736349
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-05-28 03:23:42 -07:00 |
CocosRobot
|
0f64be0ce4
|
[AUTO] : updating submodule reference to latest autogenerated bindings
|
2013-05-28 10:19:13 +00:00 |
minggo
|
8902d7b762
|
Merge pull request #2659 from minggo/ETC1-support
modify ORGANIZATIONNAME
|
2013-05-28 03:08:43 -07:00 |
minggo
|
98b1d95a74
|
modify ORGANIZATIONNAME
|
2013-05-28 18:04:42 +08:00 |
minggo
|
35eeb5d829
|
Merge pull request #2654 from minggo/ETC1-support
Support ETC1 format on Android
|
2013-05-28 00:07:24 -07:00 |
minggo
|
5f37e854c4
|
issue #2161: resolve conflict
|
2013-05-28 11:50:14 +08:00 |
minggo
|
6f624351b3
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into ETC1-support
|
2013-05-28 11:36:05 +08:00 |
minggo
|
d6e547cd02
|
issue #2161:add CCTextureETC.cpp/.h into vs2010 project
|
2013-05-28 10:04:19 +08:00 |
Lucian Varlan
|
a70569ff03
|
OnEnterTransitionDidFinish was called twice when a node is added in onEnter
Fix ported from cocos2d-iphone:
99b7bef880
|
2013-05-27 16:07:09 +03:00 |