James Chen
|
55423ed5b9
|
Moved '#include <stdint.h>' to 'platform/ios(android,linux,blackberry)/CCStdC.h' since win32 don't have a stdint.h.
|
2012-08-29 14:49:02 -07:00 |
James Chen
|
06f240fa5e
|
Moved '#include <stdint.h>' to 'platform/ios(android,linux,blackberry)/CCStdC.h' since win32 don't have a stdint.h.
|
2012-08-29 14:49:02 -07:00 |
folecr
|
d4948939b6
|
Remove spidermonkey bindings from the CocosDenshion and cocos2dx module makefiles
* ... they should only be included by cocos+JavaScript applications
|
2012-08-28 17:43:57 -07:00 |
Rohan Kuruvilla
|
c62462d997
|
Including callback support for onEnterTransitionDidFinish and onExitTransitionDidStart
|
2012-08-28 17:43:35 -07:00 |
Rohan Kuruvilla
|
8d7516a0ef
|
Test project for cocos2d-x js.
|
2012-08-27 10:07:31 -07:00 |
folecr
|
9e226faa6c
|
Use #ifdef COCOS2D_JAVASCRIPT for JS specific code
|
2012-08-27 08:43:40 -07:00 |
Rolando Abarca
|
b7a7eec7b8
|
typo
|
2012-08-27 08:43:40 -07:00 |
Rolando Abarca
|
188cb8052d
|
fixes CCLabelBMFont create
also, a small bug in CCMenuItemToggle
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
f210b666ee
|
removes a few warnings
|
2012-08-27 08:43:39 -07:00 |
folecr
|
876f7857e1
|
Fix CCMenuItemToggle::create()
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
bee9099102
|
updates CCMenuItem and CCAnimation
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
033ae81871
|
adds COCOS2D_JAVASCRIPT for some specifics parts
|
2012-08-27 08:43:39 -07:00 |
folecr
|
cd87364277
|
Includes for typeinfo and spidermonkey_specifics.h
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
5f4bafda08
|
fixes CCMenuItemToggle::create()
Works with no arguments (items). You can add items later
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
ce40351855
|
updates CCScheduler to work with the JS Bindings
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
a97d0f5a95
|
fixes default values for functions
|
2012-08-27 08:43:39 -07:00 |
Rolando Abarca
|
4ce9cc9810
|
adds typeinfo and fixes overloaded funcs
|
2012-08-27 08:43:38 -07:00 |
Rolando Abarca
|
2598fc97d1
|
adds TypeInfo to some classes
|
2012-08-27 08:43:38 -07:00 |
Rolando Abarca
|
c6db10772c
|
fixes default arguments for the generator
|
2012-08-27 08:43:38 -07:00 |
rohankuruvilla
|
77f723789b
|
Adding support for cc.CallFunc.
|
2012-08-27 08:43:38 -07:00 |
folecr
|
0c9b7718a0
|
Cocos2D-X depends on spidermonkey scripting core now.
* Define COCOS2D_JAVASCRIPT
* Include the scripting core library
|
2012-08-27 08:43:38 -07:00 |
Rohan Kuruvilla
|
0cf880d620
|
Fixing touch handling to remove the need to registerTouchHandler
|
2012-08-27 08:43:38 -07:00 |
Rohan Kuruvilla
|
c47d9d4e7c
|
Adding Touch callbacks and capability to pass this around
|
2012-08-27 08:43:38 -07:00 |
Rolando Abarca
|
a114502929
|
removes OBJECT_TYPE thing
|
2012-08-27 08:43:38 -07:00 |
Rolando Abarca
|
42ce395f05
|
uses proxy instead of Get/SetPrivate
|
2012-08-27 08:43:38 -07:00 |
Rohan Kuruvilla
|
0e9ba1173a
|
Callbacks
|
2012-08-27 08:43:37 -07:00 |
Rolando Abarca
|
4e640ecb35
|
uses new ADD_OBJECT_TYPE macro
|
2012-08-27 08:43:37 -07:00 |
Rolando Abarca
|
701f5e9dfc
|
roots & unroots jsobject
|
2012-08-27 08:43:37 -07:00 |
Rolando Abarca
|
9d11298d8e
|
adds empty create for CCMenuItem
|
2012-08-27 08:43:37 -07:00 |
Rolando Abarca
|
a6a8103d2b
|
adds object type info to CCDirector
|
2012-08-27 08:43:37 -07:00 |
folecr
|
487b252a82
|
Remove macros
|
2012-08-27 08:43:34 -07:00 |
Rolando Abarca
|
e757d55a29
|
updates cocos2d-x API to support getObjectType()
|
2012-08-27 05:45:11 -07:00 |
minggo
|
d1f92b8da4
|
Merge pull request #1239 from mustime/testlua
Testlua
|
2012-08-27 02:45:29 -07:00 |
James Chen
|
ef906cd2ba
|
Merge pull request #1247 from dumganhar/gles20
Updated Makefiles for linux port.
|
2012-08-27 01:45:26 -07:00 |
James Chen
|
dd26a2fcd8
|
Updated Makefiles for linux port.
|
2012-08-27 16:43:02 +08:00 |
minggo
|
0e81fd0568
|
fixed #1442: use CREATE_FUNC instead of SCENE_CREATE_FUNC and NODE_CREATE_FUNC
|
2012-08-27 16:11:07 +08:00 |
James Chen
|
28150573c6
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
|
2012-08-27 13:48:55 +08:00 |
James Chen
|
7ccb720104
|
Resource file searching implementation for blackberry.
Updated the package names of blackberry samples.
|
2012-08-27 13:48:17 +08:00 |
mustime
|
be116f5352
|
issue #1425: update TestLua project
|
2012-08-27 11:43:47 +08:00 |
minggo
|
c7d365ca1c
|
Merge pull request #1231 from donaldalanmorrison/gles20
Gles20
|
2012-08-26 20:17:40 -07:00 |
James Chen
|
3d0b5bf455
|
fixed some warnings in java codes for android port.
|
2012-08-27 10:21:43 +08:00 |
Donald Alan Morrison
|
5075a83271
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
Conflicts:
cocos2dx/kazmath/src/ray2.c
|
2012-08-25 00:00:27 -07:00 |
Donald Alan Morrison
|
857608495c
|
Plugged CoreFoundation memory leaks identified by Static Analyzer.
|
2012-08-24 23:34:20 -07:00 |
Donald Alan Morrison
|
9f1899978e
|
Fixed potential memory leak identified by Static Analyzer.
|
2012-08-24 21:39:41 -07:00 |
James Chen
|
6c4bdc238f
|
Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into gles20
|
2012-08-24 18:02:34 +08:00 |
James Chen
|
2eeca6f000
|
Merge branch 'gles20' of https://github.com/dumganhar/cocos2d-x into gles20
|
2012-08-24 18:02:00 +08:00 |
James Chen
|
369eb3daa3
|
[WIN32] Enabled retina. Updated the implementation of fullPathFromRelativePath.
|
2012-08-24 18:01:16 +08:00 |
minggo
|
cb93713433
|
Merge pull request #1234 from minggo/gles20
use absolute path in CCFileUtils
|
2012-08-24 02:58:33 -07:00 |
minggo
|
bcd691ad9f
|
use absolute path in CCFileUtils
|
2012-08-24 17:55:29 +08:00 |
minggo
|
cf1d61f3de
|
Merge pull request #1232 from minggo/gles20
fix compiling error of linux
|
2012-08-24 01:09:37 -07:00 |