minggo
|
249b4d79a3
|
Merge pull request #3503 from dabingnn/Iss2460-glfw-refractor
Iss2460 glfw refractor
|
2013-09-05 18:28:31 -07:00 |
samuele3hu
|
32d056df18
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into TableView
|
2013-09-04 14:03:21 +08:00 |
samuele3hu
|
6815e01f84
|
issue #2764:Add TableView lua binding and releated test sample
|
2013-09-04 14:02:22 +08:00 |
zhangbin
|
b854c25103
|
Add parameter in method cocos_android_app_init() to initialize plugin.
|
2013-09-02 16:10:08 +08:00 |
Huabing.Xu
|
bc5ae78423
|
issue #2460: change other sample projects to glfw version
|
2013-09-02 11:46:23 +08:00 |
samuele3hu
|
5ee2a7e58e
|
issue #2433:Rename pointSize function name as setPointSize and Modify bindings-nerator
|
2013-08-30 17:15:16 +08:00 |
samuele3hu
|
f184d7cd8f
|
issue #2433:Replace ccDraw** in DrawPrimitives with draw**
|
2013-08-30 15:06:00 +08:00 |
samuele3hu
|
f56c6f7087
|
issue #2433:Modify platform config and some test samples
|
2013-08-30 11:56:35 +08:00 |
James Chen
|
08cd81ff43
|
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into move-auto-generated
Conflicts:
scripting/auto-generated
|
2013-08-27 16:59:59 +08:00 |
James Chen
|
a7f4e82799
|
issue #2732: Adding 'scripting/auto-generated/js(lua)-bindings' to search path of include files.
|
2013-08-27 16:46:31 +08:00 |
minggo
|
faa94fd074
|
Merge pull request #3482 from minggo/release_unneeded_codes
Remove unneeded codes
|
2013-08-26 23:23:41 -07:00 |
minggo
|
e567b6c54b
|
fix warnings on ndk-r9
|
2013-08-26 18:02:51 +08:00 |
samuele3hu
|
e557b6b7c2
|
issue #2433:Add lua deprecated fiel and modify some test samples
|
2013-08-23 16:12:59 +08:00 |
samuele3hu
|
5f6d9815ca
|
issue #2433:Modify platform config and some test samples
|
2013-08-22 15:06:34 +08:00 |
samuele3hu
|
bea62800b4
|
issue #2433:Modify TestLua samples and add some manual binding code
|
2013-08-22 10:16:57 +08:00 |
samuele3hu
|
39686ea503
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2433-lua-bindings-generator
|
2013-08-20 13:46:26 +08:00 |
samuele3hu
|
7a9f1d6804
|
issue #2433:Modify TestLua samples and some .ini files
|
2013-08-20 13:44:37 +08:00 |
boyu0
|
70df1a6061
|
closed #2517: Use LocalVarToAuto.py to change Samples src file
|
2013-08-16 16:05:27 +08:00 |
samuele3hu
|
de3335a4a9
|
issue #2433:Update lua manual binding and modify some samples
|
2013-08-16 10:12:46 +08:00 |
samuele3hu
|
7f8099ce69
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2433-lua-bindings-generator
Conflicts:
cocos2d_libs.xcodeproj/project.pbxproj
tools/bindings-generator
|
2013-08-15 16:21:32 +08:00 |
samuele3hu
|
f29525bbc6
|
issue #2433:Modify Testlua sample and add some manual binding functions
|
2013-08-15 15:51:22 +08:00 |
samuele3hu
|
13fd369beb
|
issue #2433:Modify lua binding generator template and releated action test
|
2013-08-14 21:35:55 +08:00 |
samuele3hu
|
980bea8a97
|
issue #2433:lua binding generator add hello.lua
|
2013-08-09 10:07:10 +08:00 |
folecr
|
cbd7796438
|
Update nojava.txt with readme.
|
2013-08-07 12:29:58 -07:00 |
James Chen
|
87736683c0
|
Merge pull request #3387 from pyrasis/tizen_2.2
[Tizen] Enable LocalStorage
|
2013-08-07 03:08:38 -07:00 |
Lee, Jae-Hong
|
5a8ec8ca5e
|
[Tizen] Enable LocalStorage
- add sqlite3 headers and libraries.
- use sqlite3 library.
|
2013-08-07 19:01:41 +09:00 |
minggo
|
910215fa89
|
Merge pull request #3377 from boyu0/iss2345_refactor_ccimage
issue #2345 refactor CCImage and CCTexture2D
|
2013-08-06 23:29:38 -07:00 |
James Chen
|
a5067f63dd
|
Merge pull request #3372 from pyrasis/tizen_2.2
[Tizen] Fix Debug Settings
|
2013-08-05 22:51:06 -07:00 |
boyu0
|
dc6503f7d4
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into iss2345_refactor_ccimage
|
2013-08-06 13:37:38 +08:00 |
boyu0
|
94f9921d5e
|
issue #2345: edit linux command to link the libpng12-dev.lib instead of use ourselves. Move ccTexParams into CCTexture2D
|
2013-08-06 11:34:48 +08:00 |
folecr
|
1721e90e3d
|
Update TestLua
|
2013-08-05 16:41:34 -07:00 |
folecr
|
07917429a0
|
Update HelloLua
|
2013-08-05 16:41:30 -07:00 |
Lee, Jae-Hong
|
3db495ab0e
|
[Tizen] Fix Debug Settings.
- fix debugging failure problem
|
2013-08-06 01:26:56 +09:00 |
Lee, Jae-Hong
|
4beeda2294
|
[Tizen] Fix compile error.
|
2013-07-30 15:43:05 +09:00 |
James Chen
|
5aab0cab7b
|
[Android] Fixing build errors for ndk-r9.
|
2013-07-29 14:54:00 +08:00 |
samuele3hu
|
a6d2ab40f0
|
Modify ActionTest sample of lua to add draw functions
|
2013-07-29 11:44:56 +08:00 |
samuele3hu
|
af9f6fbe3a
|
issue #2404:Add more deprecated function and modify some test sample
|
2013-07-27 17:20:22 +08:00 |
samuele3hu
|
faa0b46f57
|
issue #2426:Add Drawprimitives and DrawNode lua binding and modify releated test sample
|
2013-07-27 10:42:22 +08:00 |
samuele3hu
|
a6e514f3d5
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into DrawNode
|
2013-07-27 00:36:20 +08:00 |
samuele3hu
|
016593bd0e
|
issue #2426:Add Drawprimitives.lua and Drawprimitives lua test sample
|
2013-07-27 00:28:06 +08:00 |
samuele3hu
|
bc83304e23
|
issue #2429:Replace LuaWebSocket sendTextMsg function and sendBinaryMsg function with sendString function
|
2013-07-26 22:50:45 +08:00 |
samuele3hu
|
70fcf47a3e
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into TestSample
|
2013-07-26 21:39:34 +08:00 |
James Chen
|
3bc45e665c
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into constants-refactor
Conflicts:
scripting/lua/cocos2dx_support/LuaCocos2d.cpp
|
2013-07-26 19:56:04 +08:00 |
James Chen
|
e16a5f469b
|
issue #2430: Refactoring enum 'ResolutionPolicy'.
|
2013-07-26 18:18:58 +08:00 |
samuele3hu
|
273bdc8fbd
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into deprectedOperator
|
2013-07-26 14:35:40 +08:00 |
James Chen
|
d345ac7f3f
|
[Android] Usage changes: ccGLInvalidateStateCache --> GL::invalidateStateCache();
|
2013-07-26 14:00:10 +08:00 |
samuele3hu
|
2288280b2d
|
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into deprectedOperator
|
2013-07-26 13:57:11 +08:00 |
samuele3hu
|
f49277d367
|
issue #2404:replace deprecated functions in testlua and hellolua sample
|
2013-07-26 13:43:28 +08:00 |
James Chen
|
a1c3631962
|
issue #2404: DrawPrimitives deprecated.
|
2013-07-25 22:38:55 +08:00 |
samuele3hu
|
6854bd6b19
|
issue #2404:replace LuaEngine::defaultEngine() with LuaEngine::getInstance()
|
2013-07-25 20:40:44 +08:00 |