Giovanni Zito
0c1b058629
Changed symbols from "airplay" to "marmalade", added files and folders for marmalade
2011-12-08 12:16:32 +01:00
dumganhar
b11bcacea8
modify Device-Debug project setting, finished running on device!
2011-12-08 18:22:06 +08:00
Giovanni Zito
1eb8ba656e
Added marmalade folder
2011-12-08 11:15:20 +01:00
Giovanni Zito
7b0cb1bc8b
Accelerometer stuff
2011-12-08 10:48:03 +01:00
Giovanni Zito
e077107575
Used CONSTANT definitions for touch
2011-12-08 09:30:18 +01:00
YuLei Liao
b3ecaedfeb
Merge branch 'refs/heads/luafix-0.10.0'
2011-12-08 15:47:28 +08:00
YuLei Liao
d49456cbd1
* merge upstream/master to master
2011-12-08 15:47:20 +08:00
YuLei Liao
2ece926122
* tolua_pushusertype_ccobject() & tolua_remove_ccobject_by_refid() return errcode
2011-12-08 15:44:49 +08:00
YuLei Liao
7e170c7517
* add LUA_ENGINE_DEBUG & LUALOG macro
2011-12-08 15:44:13 +08:00
Giovanni Zito
8b4b802839
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
cocos2dx/platform/CCSAXParser.h
2011-12-08 08:41:16 +01:00
GavT
3d86583818
Update cocos2dx/platform/android/jni/TouchesJni.cpp
2011-12-07 20:25:51 -08:00
dumganhar
fa07d16f73
switch to WVGA
2011-12-08 11:07:17 +08:00
Giovanni Zito
b60eac2505
integrating libXml2
2011-12-07 23:49:52 +01:00
YuLei Liao
7ecd0d2fab
* check metatable not found
2011-12-08 00:31:16 +08:00
YuLei Liao
aa0251bcef
* remove stackDump()
2011-12-08 00:30:58 +08:00
YuLei Liao
1184559ce1
* add tolua_stack_dump()
2011-12-08 00:30:46 +08:00
YuLei Liao
6be1e0a8d6
* change CCLuaEngine::executeFunctionByRefID() to public
2011-12-08 00:29:22 +08:00
dumganhar
de7754697f
fixed #904 : use relative path for bada 2.0 projects
2011-12-07 18:26:38 +08:00
Walzer
80736e0a1f
Merge pull request #609 from styck/master
...
Fix Airplay/Marmalade platform functionality and replace expat with libxml2
2011-12-07 01:20:27 -08:00
minggo
a3986a9e21
issue 892: add cpp flag to support rtti on android
2011-12-07 16:51:54 +08:00
dumganhar
2c94bcc075
add some files for qnx
2011-12-07 16:22:40 +08:00
minggo
3bf11dba7e
issue #892 : modify pkg for lua
2011-12-07 15:24:03 +08:00
minggo
cdc842051f
issue #892 : use RTTI to simplify codes, work ok on win32
2011-12-07 14:28:22 +08:00
GavT
6ab60118af
Update cocos2dx/include/CCTouch.h
2011-12-06 20:31:40 -08:00
GavT
190891bab7
Pass on index/ID/PID of the touch from UITouch to CCTouch and the users touch handlers. Needed for multi touch apps that need to tell which touch/finger was let go. As discussed here by GavT: http://www.cocos2d-x.org/boards/6/topics/4043?r=5751#message-5751
...
Files Modified: Eagleview.mm, CCTouch.h
2011-12-06 20:06:38 -08:00
styck
96d400d918
Replace expat with libxml2, added libxml2 libraries and header files. Library built from: https://github.com/marmalade/marmalade-libxml2
...
Refactored Accelerometer to match other platforms
Updated SimpleAudioEngine.cpp with new functions. (NOT tested).
Updated app.icf for latest Marmalade
Update deprecated function calls.
Removed CCSAXParser_aiplay.cpp - not used, uses default in platform.
2011-12-06 18:32:36 -08:00
Giovanni Zito
97967ffcb3
Specific classes for Marmalade platform
2011-12-07 00:08:04 +01:00
dumganhar
6d7baa9684
add platform files for qnx
2011-12-06 17:19:36 +08:00
dumganhar
520e3365c1
modify some project settings
2011-12-06 16:17:49 +08:00
dumganhar
dfbf2c0cdb
add tests project for blackberry
2011-12-06 15:03:14 +08:00
dumganhar
bfdb908d01
add Cocos2dx project
...
add HelloWorld project and rename proj.blackberry fold to proj.qnx
2011-12-06 14:56:37 +08:00
minggo
d97e1b705f
Merge pull request #607 from dualface/fix-xcode4-template
...
* fix Xcode 4 template, AppController.mm not call AppDelegate:applicationDidEnterBackground() & AppDelegate:applicationWillEnterForeground()
2011-12-05 19:46:14 -08:00
YuLei Liao
443656f88c
* fix Xcode 4 template, AppController.mm not call AppDelegate:applicationDidEnterBackground() & AppDelegate:applicationWillEnterForeground()
2011-12-06 10:51:12 +08:00
dumganhar
5408fd1ee7
add CocosDenshion project for blackberry
2011-12-06 10:34:09 +08:00
dumganhar
f28793ace6
add chipmunk project for blackberry
2011-12-06 10:04:08 +08:00
dumganhar
a3ace6f20d
modify some box2d source files for blackberry
2011-12-06 09:51:58 +08:00
dumganhar
791f384e4f
add blackberry box2d project
2011-12-06 09:50:24 +08:00
YuLei Liao
df8231362c
* add callback support for lua-llthreads
2011-12-05 22:10:29 +08:00
YuLei Liao
a99b2f0675
* add Lua llthreads
2011-12-05 19:09:24 +08:00
YuLei Liao
010a386338
* add CCApplication, CCFileUtils to Lua support
2011-12-05 13:57:43 +08:00
YuLei Liao
e22dff0469
* add Lua CJSON module
2011-12-05 13:56:51 +08:00
YuLei Liao
fb4582b9fd
* add TOLUA_RELEASE macro
2011-12-05 11:38:38 +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
YuLei Liao
442e06e62e
* add CCNode:getPositionLua(), return CCPoint
2011-12-04 11:35:55 +08:00
YuLei Liao
ffe54c4ce5
* add more Lua property for CCNode, CCSprite
2011-12-04 10:57:20 +08:00
YuLei Liao
f0e5cd9896
* add Lua property support for CCNode
2011-12-04 10:28:20 +08:00
YuLei Liao
c51ec32daa
Merge remote-tracking branch 'upstream/master'
2011-12-02 20:46:21 +08:00
Walzer
e14a3f52ad
changelog of 0.10.0
2011-12-02 10:36:58 +08:00
YuLei Liao
cf12806558
merge luafix-0.9.2
2011-12-01 22:02:16 +08:00
YuLei Liao
f860edc744
Merge remote-tracking branch 'refs/remotes/upstream/master'
2011-12-01 22:00:21 +08:00