James Chen
230b8a386b
issue #1176 : Changed linebreak symbol to UNIX format ('\n'),replaced 'tab'
...
with four spaces. Also,
1. Used macro NS_CC_BEGIN instead of namespace cocos2d {, NS_CC_END instead
of }.
2. Removed some unused files.
3. Renamed the name of some folders, for example,
"test.android"-->"proj.android" .
2012-04-19 14:35:52 +08:00
dumganhar
4848dc9c46
fix a bug in SimpleAudioEngine.cpp on bada platform
...
use float value to change volume
2012-01-11 17:24:46 +08:00
dumganhar
92ea6596a3
use ceil function to set effect volume
2011-12-31 18:08:41 +08:00
dumganhar
82c978c34e
setEffectVolume, apply for all effect instance.
2011-12-31 17:53:01 +08:00
dumganhar
4010733c20
fixed #927 : To use 'std::map::find' instead of 'std::map::[]', because '[]' will create a new element with default value.
2011-12-31 17:44:45 +08:00
dumganhar
d6c18ab71c
fixed #927 : unloadEffect called after stopEffect will cause crash
2011-12-29 14:54:18 +08:00
dumganhar
4bdd70ab90
fixed #781 : Add functions for effects
2011-11-29 09:27:44 +08:00
dumganhar
3442d17dbe
fixed #880 : implement preLoadBackgroundMusic on bada, fix the bug that playEffect repeatly can't work. Modify CC_ASSERT macro define.
2011-11-28 18:05:38 +08:00
dumganhar
5a1891087d
fixed #880 : support playeffect repeatly on bada.
2011-11-28 16:09:01 +08:00
dumganhar
55d9beb92e
issue #880 : playEffect repeatly can't work on bada platform
2011-11-28 15:49:37 +08:00
dumganhar
ae8737cf7e
comment some log
2011-11-13 00:57:54 +08:00
dumganhar
0d6ea61b76
fixed some bug:1.setDeviceOrientation, chipmunkDemo glOrthof
2011-11-07 18:18:10 +08:00
dumganhar
3b48a69d01
remove setResourcePath method
2011-11-07 14:19:46 +08:00
dumganhar
6bdf46cb00
fixed a bug in sort.c
2011-11-01 11:32:46 +08:00
dumganhar
853126036d
add ogg source for cocosDenshion project
2011-10-29 15:38:15 +08:00
dumganhar
fd90641c49
merge testf branch
2011-10-29 14:47:13 +08:00
dumganhar
bf4cbbdd35
use shared lib for cocosdenshion
2011-10-24 14:21:46 +08:00
dumganhar
c5b97d70e1
add __pAudioOut = null in construction function
2011-10-21 09:50:30 +08:00
dumganhar
ccbdf54c6d
if audio is playing, skip of it;
2011-10-20 13:49:01 +08:00
dumganhar
63e8fe156b
reset audio when audioout is interupted
2011-10-20 13:43:10 +08:00
dumganhar
707f2c2561
fix buffer count wrong
2011-10-19 17:15:21 +08:00
dumganhar
a59fa1d596
use AudioOut to play effect
2011-10-18 18:10:53 +08:00
dumganhar
40cf322d60
don't use CCAudioOut
2011-10-18 11:11:36 +08:00
dumganhar
e247668ee0
AudioOut support ogg format
2011-10-18 09:45:04 +08:00
dumganhar
ee53c29e5c
switch to 2.0 WVGA
2011-10-16 13:23:48 +08:00
dumganhar
7d9ff2af6f
rename some files
2011-10-14 18:33:14 +08:00
dumganhar
eaad344762
resert some files
2011-10-14 17:57:44 +08:00
dumganhar
f1614fb4de
open media file succeed, insert list
2011-10-14 17:30:36 +08:00
dumganhar
f7bd325d2b
use Osp::Media::Player for playing effect
...
remove old AudioOut method
2011-10-14 16:03:06 +08:00
dumganhar
5fa24269b7
use Osp::Media::Player to playing effect.support mp3, aac, ...
2011-10-14 09:20:03 +08:00
dumganhar
f2ab09958f
add setResourcePath for SimpleAudioEngine
2011-09-29 22:53:38 +08:00
dumganhar
9991bc4d23
add some log in CocosDenshion
2011-09-28 22:53:51 +08:00
dumganhar
c93be8b828
modify <cstdio> to <stdio.h>
...
delete old project files
2011-09-20 12:39:44 +08:00
dumganhar
c94adc58b9
changed bada projects directory, add bada macro
2011-09-19 17:53:45 +08:00