Commit Graph

28789 Commits

Author SHA1 Message Date
Huabing.Xu ffa63be60e Update CHANGELOG 2015-03-13 16:48:54 +08:00
Huabing.Xu 779374633d Merge pull request #10855 from SunLightJuly/v3_fix
define  __G__TRACKBACK__ in cocos.init
2015-03-13 16:46:00 +08:00
XiaoYang 824a876afd Merge pull request #254 from songchengjiang/v3
replace mp_fire_02_2x2.dds with mp_fire_02_2x2.png
2015-03-13 16:39:37 +08:00
SunLightJuly 6871e30b8d define __G__TRACKBACK__ in cocos.init 2015-03-13 16:39:36 +08:00
songchengjiang 7e5af41817 replace mp_fire_02_2x2.dds with mp_fire_02_2x2.png 2015-03-13 16:34:21 +08:00
Huabing.Xu 23d50879b8 Merge pull request #10854 from SunLightJuly/v3_fix
fixed bug
2015-03-13 16:30:58 +08:00
SunLightJuly f321f725b0 fixed Java_org_cocos2dx_lua_AppActivity_nativeIsDebug(): return false only, because runtime have been removed 2015-03-13 16:12:08 +08:00
Huabing.Xu 135ad0e735 Merge pull request #10853 from dabingnn/v3
[ci skip]fix make package for lua runtime is removed
2015-03-13 15:29:33 +08:00
Huabing.Xu 6b00b65824 [ci skip]fix make package for lua runtime is removed 2015-03-13 15:29:05 +08:00
Huabing.Xu 5ea181742c Merge pull request #10851 from CocosRobot/update_lua_bindings_1426230804
[AUTO]: updating luabinding automatically
2015-03-13 15:21:40 +08:00
Huabing.Xu c6883a6d39 Merge pull request #10852 from CocosRobot/update_cocosfiles_1426231217
[AUTO][ci skip]: updating cocos2dx_files.json
2015-03-13 15:20:37 +08:00
CocosRobot 5203d1e7be [AUTO][ci skip]: updating cocos2dx_files.json 2015-03-13 07:20:18 +00:00
CocosRobot 2f0eb6712d [AUTO]: updating luabinding automatically 2015-03-13 07:15:34 +00:00
Huabing.Xu b771461af8 Merge pull request #10849 from super626/v3
release note for PU
2015-03-13 15:14:56 +08:00
yangxiao cbb470b5de release note for PU 2015-03-13 15:08:09 +08:00
Huabing.Xu 639ed335b3 Merge pull request #10839 from pipu/node_load_callback
To add the function node load callback called during create node from csb file.
2015-03-13 15:06:14 +08:00
Huabing.Xu 03c3a4d5ed Merge pull request #10836 from pipu/reconstruct_object_extension_data
To reconstruct object extension data.
2015-03-13 15:04:41 +08:00
Huabing.Xu b58829fe21 Merge pull request #10846 from CocosRobot/update_lua_bindings_1426227406
[AUTO]: updating luabinding automatically
2015-03-13 14:20:25 +08:00
CocosRobot fa2fe74986 [AUTO]: updating luabinding automatically 2015-03-13 06:19:29 +00:00
Huabing.Xu ac9a5d28e6 Update CHANGELOG 2015-03-13 14:17:33 +08:00
Huabing.Xu 1fa9145a56 Merge pull request #10832 from super626/v3
fix bugs
2015-03-13 14:13:24 +08:00
Huabing.Xu a765442cbd Merge pull request #10842 from SunLightJuly/v3_fix
add security framework to Mac template project of Lua
2015-03-13 14:12:38 +08:00
yangxiao 81bf776d09 do not use MoveTo::reserse 2015-03-13 14:10:51 +08:00
Huabing.Xu 2cd7a969b3 Merge pull request #10845 from dabingnn/v3
Fixed git-archive-all
2015-03-13 12:48:19 +08:00
Wenhai Lin 0356f9daca Fixed git-archive-all 2015-03-13 12:07:33 +08:00
Huabing.Xu 49c99cf675 Merge pull request #10844 from dabingnn/v3
update version string and releaseNotes for 3.5
2015-03-13 11:53:04 +08:00
Huabing.Xu c3aea9f6c0 update version string and releaseNotes for 3.5 2015-03-13 11:51:32 +08:00
XiaoYang 7b6b00257d Merge pull request #253 from songchengjiang/v3
fix the bug of MoveTo
2015-03-13 11:42:58 +08:00
songchengjiang 7026b89b02 fix the bug of moveTo 2015-03-13 11:35:58 +08:00
Martin Konopka 350b81501d Get rid of warnings: field '_xxx' will be initialized after field '_yyy' [-Wreorder]
Initialization follows the order of declaration, not the order of the initialization list.
2015-03-12 23:47:58 +01:00
SunLightJuly 8c196847cb add security framework to Mac template project of Lua 2015-03-12 19:18:06 +08:00
pipu 56c3d1c6f6 To add the function node load callback called during create node from csb file. 2015-03-12 17:36:39 +08:00
pipu 7515fc78f5 To set csd version for serializing. 2015-03-12 16:15:17 +08:00
pipu c72c8e865d To reconstruct object extension data. 2015-03-12 15:47:15 +08:00
yangxiao 50c3a9cb4c fix removeAllChildren cause camera to be destroyed bug 2015-03-12 10:39:21 +08:00
byeonggee.seo a2274162b5 merged 2015-03-12 10:06:53 +09:00
mogemimi 8cf0ec1aca Minor refactor TMXMapInfo
* Replace with range-based for loop
* Replace some size() with !empty()
* Refactor scope of local variable
2015-03-12 01:21:57 +09:00
mogemimi 279604bac5 Add missing white spaces and some minor cleanups
* Add missing white space
* Fix if-else statement without curly braces
* Fix indentation
* Clean up code
2015-03-12 01:19:37 +09:00
mogemimi abeb269534 Remove useless (char*) cast 2015-03-12 01:14:05 +09:00
minggo 773eedcaa5 [ci skip]update CHANGELOG 2015-03-11 15:52:01 +08:00
minggo d0e468b05c Merge pull request #10813 from CocosRobot/update_cocosfiles_1426059178
[AUTO][ci skip]: updating cocos2dx_files.json
2015-03-11 15:40:51 +08:00
CocosRobot 54ac9ef67f [AUTO][ci skip]: updating cocos2dx_files.json 2015-03-11 07:32:59 +00:00
minggo 44b1f77fa3 Merge pull request #10799 from SunLightJuly/v3_remove_simu
V3 remove simulator
2015-03-11 15:31:17 +08:00
GarfieldKwong 656842d6f1 fix issue autorelease will not release trigger by autorelease. 2015-03-11 15:31:06 +08:00
minggo a1e6aa23c9 Merge pull request #10811 from andyque/remove-download-deps
remove backup 3rd party libs
2015-03-11 15:03:15 +08:00
andyque f3763bde3d remove backup 3rd party libs 2015-03-11 14:59:34 +08:00
SunLightJuly ad63fc35c7 fixed download-reps.py: not to download lua runtime binaries 2015-03-11 14:50:39 +08:00
minggo d2be2290a3 Merge pull request #10796 from Mazyod/http-client-mac
Http client mac
2015-03-11 14:26:08 +08:00
minggo cb82c1af9b Merge pull request #10810 from andyque/fix-jenkins-template
remove template config.json check
2015-03-11 14:02:38 +08:00
andyque e76cc8c99d remove template config.json check 2015-03-11 14:00:28 +08:00