dumganhar
|
bfdb908d01
|
add Cocos2dx project
add HelloWorld project and rename proj.blackberry fold to proj.qnx
|
2011-12-06 14:56:37 +08:00 |
Walzer
|
70d5a088f1
|
fixed #887, define GL_GLEXT_PROTOTYPES = 1 automatically when compile on ndk-r7
|
2011-12-04 20:18:17 +08:00 |
dumganhar
|
3f97e7db44
|
fix a bug when COCOS2D_DEBUG >= 1 in CCScheduler.cpp
|
2011-11-30 09:26:45 +08:00 |
dumganhar
|
0fff92236f
|
add f project
|
2011-11-29 12:38:20 +08:00 |
minggo
|
266f0ee7ab
|
Merge pull request #586 from leon-li/master
Fix some minor bugs.
|
2011-11-28 18:27:38 -08:00 |
Leon
|
f108952595
|
Merge remote branch 'upstream/master'
Conflicts:
cocos2dx/support/CCPointExtension.cpp
|
2011-11-29 10:15:15 +08:00 |
dumganhar
|
d108f4f456
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into master_base
|
2011-11-28 23:13:02 +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 |
minggo
|
f0d22ae504
|
issue #879: replase assert with CCAssert
|
2011-11-28 17:28:43 +08:00 |
dumganhar
|
112ec42670
|
fixed #854: support bada pthread and semaphore
|
2011-11-28 16:07:17 +08:00 |
dumganhar
|
cad4ff05f3
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into master_base
Conflicts:
cocos2dx/textures/CCTextureCache.cpp
|
2011-11-28 15:43:13 +08:00 |
dumganhar
|
20455bf164
|
fix a bug that when selecting "target-release" in building configurations, CCFileUtils::getFileData can't work correctly because CC_ASSERT is called uncorrectly.
|
2011-11-28 14:27:48 +08:00 |
Leon
|
6f99f7efde
|
1. fix multi touch index.
2. swap.
3. create gl view.
|
2011-11-26 22:37:36 +08:00 |
minggo
|
f5bbad5833
|
issue #854: implement CCImage::initWithImageFileThreadSafe for iOS
|
2011-11-25 10:09:29 +08:00 |
dumganhar
|
79e204abad
|
add semaphore support on bada
|
2011-11-25 10:06:26 +08:00 |
dumganhar
|
c138d7e258
|
update CCAccelerometer on bada platform
|
2011-11-24 18:04:25 +08:00 |
dumganhar
|
e87b00db67
|
add pthread support for bada 1.0
|
2011-11-24 17:26:04 +08:00 |
dumganhar
|
aeb56495a6
|
add user truetype font support, fix a bug in CCTextureCache.cpp
|
2011-11-24 15:15:23 +08:00 |
dumganhar
|
07da67f253
|
Merge branch 'master' into master_base
Conflicts:
cocos2dx/menu_nodes/CCMenu.cpp
|
2011-11-24 11:52:16 +08:00 |
dumganhar
|
4612e6e1d6
|
update pthread.cpp
|
2011-11-24 11:37:59 +08:00 |
dumganhar
|
42775d4ec5
|
update pthread implement
|
2011-11-24 10:58:09 +08:00 |
dumganhar
|
2bd49545fa
|
add bada1.0 pthread support
|
2011-11-24 00:07:50 +08:00 |
dumganhar
|
cfa42fa8a1
|
Merge branch 'newest' into master_base
|
2011-11-23 21:47:21 +08:00 |
dumganhar
|
035d7326db
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x
|
2011-11-23 21:43:40 +08:00 |
dumganhar
|
15e3a6b1cf
|
update CCFileUtils_bada.cpp and CCImage_bada.cpp
|
2011-11-23 18:40:36 +08:00 |
minggo
|
8b20639d75
|
issue #838: HelloWorld support x86
|
2011-11-23 11:02:18 +08:00 |
minggo
|
bc60ed7856
|
issue #854: optimize CCTextureCache::addImageAsync()
|
2011-11-22 16:47:24 +08:00 |
minggo
|
51eb56075b
|
Merge https://github.com/cocos2d/cocos2d-x into iss854_pthread
|
2011-11-21 09:36:55 +08:00 |
minggo
|
4226fcf355
|
issue #854: add CCThread_ios.mm
|
2011-11-21 09:34:49 +08:00 |
minggo
|
d48da20b0f
|
synchrolize to master
|
2011-11-18 18:53:53 +08:00 |
U-zhangxm-PC\zhangxm
|
d84b6c25be
|
issue #223: merge bada branch and fix some error
|
2011-11-18 18:45:05 +08:00 |
minggo
|
50a2e2d5e9
|
Merge pull request #574 from minggo/iss854_pthread
remove unneeded files
|
2011-11-17 18:59:03 -08:00 |
minggo
|
5d8043ce7e
|
issue854: remove unneeded files
|
2011-11-18 10:54:36 +08:00 |
minggo
|
a7d6c90adb
|
Merge pull request #571 from jbyu/master
fix memory-leak for lua engine
|
2011-11-17 18:53:14 -08:00 |
minggo
|
522386a6b7
|
issue #854: pthread work ok on iOS
|
2011-11-18 09:55:47 +08:00 |
minggo
|
cc79e533a3
|
issue #854: add pthread for win32 and implement CCTextureCache::addImageAsync()
|
2011-11-16 11:04:29 +08:00 |
Phenix Yu
|
786feb6a8d
|
Merge remote-tracking branch 'remotes/upstream/master'
Conflicts:
HelloLua/Classes/AppDelegate.cpp
HelloLua/Resource/hello.lua
HelloLua/ios/HelloLua.xcodeproj/project.pbxproj
HelloLua/win32/HelloLua.win32.vcproj
HelloLua/win32/HelloLua.win32.vcxproj.filters
cocos2dx/include/ccMacros.h
cocos2dx/platform/ios/AccelerometerDelegateWrapper.mm
lua/cocos2dx_support/LuaCocos2d.cpp
lua/cocos2dx_support/LuaEngineImpl.cpp
template/xcode3/cocos2d-x_lua_app/___PROJECTNAME___.xcodeproj/project.pbxproj
template/xcode4/cocos2dx_lua.xctemplate/Resources/hello.lua
template/xcode4/cocos2dx_lua.xctemplate/TemplateInfo.plist
tests/test.win32/test.win32.vcxproj.filters
|
2011-11-15 14:43:55 +08:00 |
Phenix Yu
|
441f8e6da9
|
Merge branch 'master' of https://github.com/jbyu/cocos2d-x
Conflicts:
cocos2dx/CCScheduler.cpp
lua/cocos2dx_support/LuaEngine.cpp
lua/cocos2dx_support/LuaEngine.h
|
2011-11-15 14:00:52 +08:00 |
minggo
|
5273819e83
|
offer a thread safe function to read contents of xml file, and the engine use it internal
|
2011-11-15 10:41:18 +08:00 |
dumganhar
|
0fa48e2cfb
|
Update cocos2dx/platform/CCPlatformMacros.h
|
2011-11-14 11:35:04 +08:00 |
dumganhar
|
7cb27a76ae
|
modify accelerometer and Platform Functions
|
2011-11-13 22:45:41 +08:00 |
dumganhar
|
d8de253542
|
add messagebox support
|
2011-11-13 01:13:25 +08:00 |
dumganhar
|
5704fdc146
|
Merge branch 'testMP_static_lib' into newest
|
2011-11-13 01:05:22 +08:00 |
dumganhar
|
ea3b57ea2c
|
modify multi touch support
|
2011-11-13 00:54:44 +08:00 |
dumganhar
|
8fd2917888
|
fixed a bug that Accelerometer value error if use HVGA resource in WVGA device
|
2011-11-13 00:54:05 +08:00 |
dumganhar
|
2abe0c0d32
|
CCAssert will show system messagebox, this easy for debuging code.
|
2011-11-10 16:49:05 +08:00 |
dumganhar
|
ca3b91855a
|
debug issue #852
|
2011-11-10 16:44:58 +08:00 |
dumganhar
|
920b41271d
|
add TextInput support
|
2011-11-08 15:59:04 +08:00 |
dumganhar
|
0d6ea61b76
|
fixed some bug:1.setDeviceOrientation, chipmunkDemo glOrthof
|
2011-11-07 18:18:10 +08:00 |
dumganhar
|
7d2a26ec10
|
comment some applog
|
2011-11-07 00:28:09 +08:00 |
dumganhar
|
16fba505b6
|
add multitouch support
|
2011-11-05 11:36:27 +08:00 |
dumganhar
|
2998726364
|
revert language
|
2011-11-02 01:23:07 +08:00 |
dumganhar
|
240aa4c077
|
add russian language support
|
2011-11-01 23:32:26 +08:00 |
dumganhar
|
cf3cecc108
|
revert to normal version
|
2011-11-01 23:02:26 +08:00 |
dumganhar
|
cff6437b76
|
revert to normal ccLanguageType
|
2011-11-01 17:12:39 +08:00 |
dumganhar
|
f43530c010
|
Merge branch 'test' of https://github.com/dumganhar/cocos2d-x into bada
Conflicts:
CocosDenshion/proj.bada/sdk1.0/.cproject
CocosDenshion/proj.bada/sdk2.0/.cproject
cocos2dx/platform/bada/CCApplication_bada.cpp
|
2011-10-31 09:34:40 +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 |
Leon
|
b7f0385a2b
|
bundle 64 bit linux static libs
|
2011-10-28 12:19:26 +08:00 |
Leon
|
1b42b1d801
|
Merge remote branch 'upstream/master'
|
2011-10-28 11:37:02 +08:00 |
dumganhar
|
d061e8323d
|
modify project configure
|
2011-10-27 19:22:14 +08:00 |
dumganhar
|
5db8a24389
|
fixed one issue in cocosdenshion
|
2011-10-26 18:38:27 +08:00 |
dumganhar
|
dd73456576
|
Merge branch 'bada' into f
|
2011-10-25 17:40:20 +08:00 |
dumganhar
|
3aef823bd5
|
rename sdk1.2 to sdk1.0
|
2011-10-24 11:00:11 +08:00 |
laschweinski
|
5589335d3a
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into linux_port1
|
2011-10-22 19:27:35 +08:00 |
laschweinski
|
04633242ba
|
fix a bug in audio player
|
2011-10-22 19:10:50 +08:00 |
dumganhar
|
eb901be664
|
project config change
|
2011-10-21 09:49:57 +08:00 |
dumganhar
|
da794c1613
|
Merge branch 'master' into bada
|
2011-10-21 09:28:29 +08:00 |
Leon
|
5c4a3c3fda
|
Merge remote branch 'upstream/master'
|
2011-10-20 18:34:10 +08:00 |
dumganhar
|
fdbb989ce5
|
make sdk1.2 to sdk1.0
|
2011-10-20 18:31:10 +08:00 |
Walzer
|
67bbbb2800
|
1. relative to bug #754, FontTest should use "fonts/abc.ttf" as external ttf name
2. fixed a tiny bug, FontTest can show font name on the top correctly
|
2011-10-20 14:56:39 +08:00 |
dumganhar
|
6451d8b6bf
|
use ceil to compute viewport
|
2011-10-20 13:44:21 +08:00 |
Leon
|
70a4942ea6
|
fix some warning
|
2011-10-19 15:24:19 +08:00 |
dumganhar
|
3c4c4e515a
|
modify project settings
|
2011-10-18 11:11:09 +08:00 |
dumganhar
|
064014aeae
|
make some special configure
|
2011-10-16 22:44:29 +08:00 |
dumganhar
|
ee53c29e5c
|
switch to 2.0 WVGA
|
2011-10-16 13:23:48 +08:00 |
dumganhar
|
1ffd3a4350
|
add language support
|
2011-10-14 15:54:18 +08:00 |
Walzer
|
47c9020b85
|
fixed #738: caculate label height if not set
|
2011-10-14 14:33:08 +08:00 |
dumganhar
|
3f89f3088b
|
remove mouse test log
|
2011-10-14 09:21:03 +08:00 |
dumganhar
|
fd3f496b76
|
use system orientation
|
2011-10-13 11:55:48 +08:00 |
moadib
|
5feee662e7
|
More simple and correct way to detect language for win32 application, also added detection of all languages contained in ccLanguageType enumeration .
Added support for detect russian language.
|
2011-10-12 09:32:59 +04:00 |
moadib
|
0283a4b254
|
Added dll-export macro to CCSaxParser declaration
|
2011-10-11 22:44:18 +04:00 |
dumganhar
|
64388023f6
|
Merge branch 'master' into bada
|
2011-10-10 13:47:16 +08:00 |
dumganhar
|
f162a5fcaa
|
add m_pAccelDelegate != NULL to avoid crash
|
2011-10-10 10:24:52 +08:00 |
dumganhar
|
eb9cb31ca4
|
use shared lib for cocos2dx project
|
2011-10-09 18:15:31 +08:00 |
minggo
|
9695b6df86
|
fixed #745: export CCTime to dll
|
2011-10-09 10:19:12 +08:00 |
dumganhar
|
2f00b8ff1c
|
update to sdk2.0.2
|
2011-10-09 01:11:33 +08:00 |
dumganhar
|
fdea17b4f9
|
don't use DeviceOrientation, save orientation before running DirectorTest
|
2011-10-08 18:17:01 +08:00 |
dumganhar
|
beaa489406
|
add scale support
|
2011-09-30 17:19:16 +08:00 |
dumganhar
|
1830b4e2e9
|
add default file path = /Res
|
2011-09-30 10:02:37 +08:00 |
dumganhar
|
1b5365282a
|
add accelerometer support
|
2011-09-29 18:12:08 +08:00 |
dumganhar
|
9ff00c7c83
|
use utf-8 for displaying chinese
remove Gbk_Unicode.c Gbk_Unicode.h
|
2011-09-29 17:29:38 +08:00 |
dumganhar
|
db4d51496e
|
Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into bada
Conflicts:
cocos2dx/platform/CCAccelerometer_platform.h
cocos2dx/platform/CCApplication_platform.h
cocos2dx/platform/CCArchOptimalParticleSystem.h
cocos2dx/platform/CCEGLView_platform.h
cocos2dx/platform/CCPlatformConfig.h
cocos2dx/platform/CCSAXParser.h
cocos2dx/platform/CCStdC.h
tests/AppDelegate.cpp
tests/tests/Box2DTestBed/Tests/EdgeShapes.h
|
2011-09-29 16:03:37 +08:00 |
dumganhar
|
bd2266fe4c
|
use timer as gameloop, can change FPS by using setAnimationInterval
modify some project setting
|
2011-09-29 15:52:16 +08:00 |
dumganhar
|
cda492593c
|
modify gameloop method
modify some project setting
|
2011-09-29 02:32:01 +08:00 |
dumganhar
|
de545096de
|
modify bada project setting
|
2011-09-28 18:21:17 +08:00 |
dumganhar
|
800940dd82
|
fixed some bug in bada port
|
2011-09-28 09:49:18 +08:00 |
dumganhar
|
a54ab3c293
|
add bada 2.0 project
move 1.2 project to sdk1.2 folder
|
2011-09-27 17:09:14 +08:00 |
dumganhar
|
cd18394b09
|
add bada 2.0 project
move 1.2 project to sdk1.2 folder
|
2011-09-27 17:06:11 +08:00 |
minggo
|
d4283b1f11
|
Merge branch 'linux_port'
|
2011-09-27 17:01:51 +08:00 |