minggo
|
2490388f28
|
remove unneeded packages
|
2011-10-19 20:03:18 +08:00 |
minggo
|
68d03de677
|
fixed #743: let nativeInit() get correct screensize when running on device with software android buttons
|
2011-10-19 19:55:23 +08:00 |
minggo
|
2d3bfd4a1a
|
fixed #755: get x y coordinate from existing array to avoid crashing on sunsumg devices
|
2011-10-19 17:01:35 +08:00 |
minggo
|
9a834585bb
|
modify the path to relative path in project setting
|
2011-10-16 20:53:48 -07:00 |
minggo
|
dcf803f032
|
modify proj setting because all cpp files of HelloWorld are moved into Classes
|
2011-09-28 16:46:53 +08:00 |
minggo
|
8c63344c16
|
merge cocos2d-x master
|
2011-09-28 15:32:30 +08:00 |
minggo
|
3912be7f9d
|
not get value of ok button from xml file
|
2011-09-28 15:27:31 +08:00 |
minggo
|
d4283b1f11
|
Merge branch 'linux_port'
|
2011-09-27 17:01:51 +08:00 |
minggo
|
6e08502e9d
|
fixed #736: remove android:installLocation in AndroidManifest.xml
|
2011-09-27 16:56:45 +08:00 |
minggo
|
c7f75fc570
|
make box2d build ok on linux
|
2011-09-26 23:30:40 -07:00 |
minggo
|
4f7e349c0a
|
set HelloWorld dependence and make it run ok on android emulator
|
2011-09-26 22:38:59 -07:00 |
minggo
|
5ff9bd0c9e
|
remame BitMapTotalHeight to bitmapTotalHeight
|
2011-09-19 18:15:47 +08:00 |
seanlin
|
6d8225b7bd
|
fixed #724, different results of CCLabelTTF on android & win32
|
2011-09-19 16:47:39 +08:00 |
minggo
|
c24d1d3fd6
|
Merge branch 'LinuxPort' of https://github.com/laschweinski/cocos2d-x into linux_port
|
2011-09-16 13:53:18 +08:00 |
minggo
|
194f47bc54
|
fixed #718: get button value from string.xml & add copyright for java codes
|
2011-09-15 14:17:07 +08:00 |
Macarse
|
208bce312e
|
Replaced LinearLayout with FrameLayout
|
2011-09-13 20:25:07 -03:00 |
Macarse
|
afd1a7a6d9
|
External storage
|
2011-09-13 05:42:34 -03:00 |
laschweinski
|
310e79a491
|
delete the project configurations in base folder
|
2011-09-07 12:41:39 +08:00 |
laschweinski
|
1fc09448a4
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into LinuxPort
Conflicts:
cocos2dx/actions/CCActionInstant.cpp
cocos2dx/include/CCActionInstant.h
|
2011-09-04 14:38:53 +08:00 |
Augusto Souza
|
28b1f317f4
|
Revert "First version of unloadBackgroundMusic for android - Feature #687"
This reverts commit a157b775f8 .
|
2011-08-30 09:30:12 -03:00 |
laschweinski
|
c977f3e07c
|
commit debug and release makefile
|
2011-08-28 16:44:20 +08:00 |
Augusto Souza
|
a157b775f8
|
First version of unloadBackgroundMusic for android - Feature #687
|
2011-08-28 01:02:12 -03:00 |
Augusto Souza
|
32f8060c49
|
Prevent null point exception in preloadBackgroundMusic
|
2011-08-28 00:59:51 -03:00 |
Augusto Souza
|
3a0c2cb4fb
|
First version of a preloadBackgroundMusic for Android - Feature #687
|
2011-08-27 23:24:52 -03:00 |
root
|
11679d9723
|
Merge branch 'master' into LinuxPort
|
2011-08-23 11:49:46 +08:00 |
minggo
|
ae21fcaf48
|
[android] fixed #670: pause & resume effect when app enter background & foreground
|
2011-08-22 16:58:54 +08:00 |
laschweinski
|
ff5222fff8
|
some files missiong(eclipse with git is too hard to play)
|
2011-08-21 19:00:26 +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
|
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 |
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 |
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
|
a02f7c75d9
|
[Android] modify android template to work on new codes
|
2011-06-24 17:24:01 +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 |