laschweinski
|
ad305648c0
|
modified: cocos2dx/misc_nodes/CCRenderTexture.cpp
modified: cocos2dx/platform/CCGL.h
modified: cocos2dx/platform/CCImage.cpp
CocosDenshion/Linux/
CocosDenshion/third_party/
HelloWorld/Linux/
cocos2dx/.settings/
cocos2dx/platform/Linux/
tests/test.linux/
|
2011-08-19 13:07:50 +08:00 |
minggo
|
ada4c2af80
|
[android] fixed #643: swap axes according to the orientation
|
2011-08-09 15:50:42 +08:00 |
minggo
|
76da5f2e84
|
fixed #656: remove unneeded methods & android can let user set resource path
|
2011-08-04 17:19:58 +08:00 |
minggo
|
7fc0dae3d9
|
[android] fixed #655: fix a bug that CCLabelTTF lost the last characters
|
2011-08-04 12:08:12 +08:00 |
minggo
|
a3b4043755
|
issue #347: add tests for FontTest & it works ok on android
|
2011-07-29 15:57:27 +08:00 |
minggo
|
648117ebb5
|
issue #347: android can use ttf file
|
2011-07-28 17:20:37 +08:00 |
minggo
|
657fe9a17d
|
[android] fixed #625: remove gz file in assets & use uncompressed pvr file instead
|
2011-07-27 11:51:19 +08:00 |
minggo
|
1bb9e8139a
|
issue 33: iOS & Android support looping playing effect
|
2011-07-26 15:52:41 +08:00 |
minggo
|
b308effdc5
|
[android] fixed #631: Send \n to engine when user input nothing
|
2011-07-26 11:41:28 +08:00 |
minggo
|
13a1629299
|
fixed #624: insert white space in front of \n
|
2011-07-22 12:10:41 +08:00 |
natural-law
|
32e7ee6e2f
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
|
2011-07-20 15:35:52 +08:00 |
natural-law
|
6a8b563feb
|
fixed #621, Add Texture2dTest in tests project.
|
2011-07-20 15:35:20 +08:00 |
minggo
|
640d811809
|
[android] fixed #618: invoke java code(System.exit()) to finish programe
|
2011-07-19 16:01:22 +08:00 |
minggo
|
dd42936bb3
|
[android] fixed #610: remove the support of ndk-r4
|
2011-07-14 10:37:40 +08:00 |
minggo
|
fb436a6339
|
[Android] break string & wrap word
|
2011-07-11 15:02:41 +08:00 |
natural-law
|
1ffa7fbc19
|
Add DirectorTest and BugsTest on android.
|
2011-07-08 18:13:03 +08:00 |
minggo
|
25b3b15151
|
Merge pull request #339 from minggo/iss549
[Android] fixed #549: Add comments for playEffect()
|
2011-06-30 18:28:08 -07:00 |
minggo
|
67b85322ed
|
[Android] fixed #549: Add comments for playEffect()
|
2011-07-01 09:24:40 +08:00 |
minggo
|
6c47f53b13
|
[Android] fixed #547: line wrap OK on Android
|
2011-06-29 15:45:30 +08:00 |
minggo
|
5e15545dbd
|
[Android] fix an error when string is
|
2011-06-27 16:01:25 +08:00 |
natural-law
|
72f17ecbdf
|
fixed #542, Record the volume user specified though the background music is not playing.
|
2011-06-27 11:43:27 +08:00 |
Walzer
|
688131c958
|
[android] in main.cpp, change view->create(320,480) to (480,320) to fit the lastest modification, in both HelloWorld, HelloLua, Tests
|
2011-06-25 12:11:40 +08:00 |
Walzer
|
00568c229a
|
[android] back to shared library link
|
2011-06-25 11:21:16 +08:00 |
minggo
|
8440d6a267
|
[android] fixed #364: show string correct & line break ok
|
2011-06-24 13:55:00 +08:00 |
minggo
|
10cdd7f798
|
[android] fixed #364: line break ok on Android
|
2011-06-23 14:44:20 +08:00 |
minggo
|
71c13b34bf
|
Merge https://github.com/cocos2d/cocos2d-x into iss535
|
2011-06-22 17:00:11 +08:00 |
minggo
|
1122a7c7d0
|
[android] use Android widget Bitmap other than skia to drawstring
|
2011-06-22 16:58:50 +08:00 |
yangws
|
01f277674e
|
Add icon for Helloworld and tests on Android.
|
2011-06-22 13:59:31 +08:00 |
yangws
|
4d8596169e
|
Sync java code in Helloworld and tests.
|
2011-06-22 11:37:42 +08:00 |
minggo
|
83e1e0ebd1
|
tests run ok when it don't enable lua
|
2011-06-01 20:29:05 +08:00 |
minggo
|
a8b6b850de
|
use precompile macro to cantrol if enable lua support
|
2011-06-01 17:51:08 +08:00 |
yangws
|
7e2d1d5c48
|
fixed #490 Text input on android use a different way, TextInputTest OK now.
|
2011-05-30 16:36:12 +08:00 |
Walzer
|
bf95e4e7a5
|
Merge pull request #286 from natural-law/master
[android] fixed #510
|
2011-05-26 01:39:11 -07:00 |
natural-law
|
7e716f9d80
|
[android] fixed #510, Delete the onDestroy method override in TestsDemo.java
|
2011-05-26 16:34:10 +08:00 |
yangws
|
476d86283f
|
Remove unnecessary code for digit in Cocos2dxGLSurfaceView.java.
|
2011-05-26 14:35:44 +08:00 |
yangws
|
d93a2f046e
|
android can input number form soft keyboard.
|
2011-05-23 16:30:45 +08:00 |
yangws
|
533949a736
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
|
2011-05-23 10:11:13 +08:00 |
Walzer
|
335d02a556
|
issue #503, android version build & run ok.
|
2011-05-21 16:45:55 +08:00 |
yangws
|
c9f66665ec
|
temp commit.
|
2011-05-20 17:47:06 +08:00 |
minggo
|
ff1017d86f
|
Merge pull request #276 from minggo/iss496
[android] fixed #496 fixed #497
|
2011-05-18 23:18:37 -07:00 |
minggo
|
073260e0a9
|
[android] fixed #496 fixed #497: tests and HelloWorld work ok on Android3.0
|
2011-05-19 11:26:57 +08:00 |
minggo
|
6cf0a9d4f4
|
[android] fixed #494: fix a wrong function name
|
2011-05-18 10:54:52 +08:00 |
minggo
|
d8f3b0c25b
|
[android] CCUserDefault works ok on android2.2
|
2011-05-12 18:32:13 +08:00 |
yangws
|
e436e177de
|
fixed a bug: delete twice when delete button click once.
|
2011-05-11 17:33:59 +08:00 |
minggo
|
2c0bd49513
|
issue #455: CCUserDefault ok on win32 & Android
|
2011-05-06 15:31:51 +08:00 |
Carlos Sessa
|
9d08f9582c
|
Added the possibility of extending Cocos2dxGLSurfaceView and providing a initView() method
|
2011-05-04 11:18:26 -03:00 |
minggo
|
bb4fc1c446
|
[android] fixed #477: set default ndk version to ndk-r5
|
2011-04-29 09:59:05 +08:00 |
yangws
|
73a3f776f0
|
android lanscope keyboard ok.
|
2011-04-27 17:01:27 +08:00 |
yangws
|
e895d9d073
|
TextInputTest compile ok on android and merge last master code.
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into input
Conflicts:
HelloWorld/android/src/org/cocos2dx/lib/Cocos2dxGLSurfaceView.java
HelloWorld/android/src/org/cocos2dx/lib/Cocos2dxRenderer.java
HelloWorld/ios/HelloWorld.xcodeproj/project.pbxproj
cocos2dx/platform/android/Cocos2dJni.cpp
tests/test.android/src/org/cocos2dx/lib/Cocos2dxGLSurfaceView.java
tests/test.android/src/org/cocos2dx/lib/Cocos2dxRenderer.java
tests/test.ios/test.xcodeproj/project.pbxproj
tests/test.win32/test.win32.vcproj
|
2011-04-26 18:04:07 +08:00 |
yangws
|
a73ccaf0e3
|
Cocos2dxGLSurfaceView little modify.
|
2011-04-26 16:40:49 +08:00 |