Commit Graph

21332 Commits

Author SHA1 Message Date
minggo f1ea2e9332 [ci skip] 2014-06-19 22:13:27 +08:00
minggo 9f0a566b8a Merge pull request #6945 from John-He-928/mingw-build
Fix MinGW build
2014-06-19 22:08:28 +08:00
minggo 079e612ef2 [ci skip] 2014-06-19 22:07:25 +08:00
lite3 77210d60ae fix: can not create networkThread at second create HttpClient. 2014-06-19 22:07:24 +08:00
minggo 44e8df0ec6 [ci skip] 2014-06-19 22:05:52 +08:00
minggo e374bd67c7 Merge pull request #6946 from hanjukim/skip-utf8-bom
Skip UTF8 BOM if it exists and bug fix for unterminated string
2014-06-19 22:02:38 +08:00
minggo 7d05249490 Merge pull request #7153 from CocosRobot/update_cocosfiles_1403186228
[AUTO][ci skip]: updating cocos2dx_files.json
2014-06-19 21:57:57 +08:00
CocosRobot ffb96092fd [AUTO][ci skip]: updating cocos2dx_files.json 2014-06-19 13:57:10 +00:00
minggo 4fa86ae6ce Merge pull request #7151 from CocosRobot/update_lua_bindings_1403185113
[AUTO]: updating luabinding automatically
2014-06-19 21:42:33 +08:00
CocosRobot 62e2580e48 [AUTO]: updating luabinding automatically 2014-06-19 13:40:08 +00:00
minggo 36e5b579fc Merge pull request #7149 from CocosRobot/update_lua_bindings_1403184170
[AUTO]: updating luabinding automatically
2014-06-19 21:25:58 +08:00
minggo a8328f1254 Merge pull request #7148 from CocosRobot/update_cocosfiles_1403184246
[AUTO][ci skip]: updating cocos2dx_files.json
2014-06-19 21:25:45 +08:00
CocosRobot a3bee308f6 [AUTO]: updating luabinding automatically 2014-06-19 13:24:36 +00:00
CocosRobot 54b2a15886 [AUTO][ci skip]: updating cocos2dx_files.json 2014-06-19 13:24:14 +00:00
minggo af88cf053b Merge pull request #7022 from samuele3hu/v3_fix
Add bytecode and encrypted files test cases for Lua
2014-06-19 21:20:05 +08:00
minggo c28c050c79 Merge pull request #7147 from CocosRobot/update_lua_bindings_1403182654
[AUTO]: updating luabinding automatically
2014-06-19 21:05:34 +08:00
minggo 0d07e19cd1 Merge pull request #7054 from 2youyouo2/v3
add TimelineAction
2014-06-19 21:05:15 +08:00
CocosRobot d97401cdb1 [AUTO]: updating luabinding automatically 2014-06-19 13:00:05 +00:00
minggo 190d6d4859 Merge pull request #7136 from CocosRobot/update_lua_bindings_1403162482
[AUTO]: updating luabinding automatically
2014-06-19 20:56:10 +08:00
minggo cdbd3508d4 Merge pull request #7139 from zawasp/uniform_struct
fix warning Uniform is struct, not class.
2014-06-19 20:55:37 +08:00
minggo 87a89bfaa2 Merge pull request #7142 from minggo/v3
revert binding-generators to correct commit
2014-06-19 20:53:41 +08:00
minggo 2f959a3f87 [ci skip] 2014-06-19 20:48:45 +08:00
minggo 7553060ba7 Merge pull request #7146 from gin0606/addNewLineAtTheEndOfFileCpp
[ci skip]Add new line at the end of a file to *.[cpp|h]
2014-06-19 20:47:17 +08:00
minggo 72465a362e Merge pull request #7145 from gin0606/addNewLineAtTheEndOfFile
add new line at the end of a file to *.mk
2014-06-19 20:45:57 +08:00
lite3 05df5b8e14 Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3 2014-06-19 19:54:09 +08:00
gin0606 79f82b00bc Add new line at the end of a file to *.mm 2014-06-19 20:48:50 +09:00
gin0606 3ae8e29ce5 Add new line at the end of a file to *.h 2014-06-19 20:45:49 +09:00
gin0606 bf4f30d14b Add new line at the end of a file to *.cpp 2014-06-19 20:45:24 +09:00
gin0606 2c837b0960 add new line at the end of a file to *.mk 2014-06-19 20:43:27 +09:00
Huabing.Xu f82be936b5 Merge branch 'fast_tmx_copy' into fast_tmx
Conflicts:
	cocos/2d/CCFastTMXLayer.cpp
2014-06-19 18:10:44 +08:00
Huabing.Xu e03c412e71 refactor fast tmx rendering 2014-06-19 18:05:21 +08:00
minggo bfed48f0ff revert binding-generators to correct commit 2014-06-19 17:42:50 +08:00
minggo 6d80de181a revert binding-generators to correct commit 2014-06-19 17:39:14 +08:00
andyque 4d64b166cc refactor - replace magic string with const string 2014-06-19 17:04:14 +08:00
Mircea Rila 69f1bb6193 fix warning Uniform is struct, not class. 2014-06-19 11:46:00 +03:00
minggo b042f28ccd Merge pull request #7138 from minggo/v3
revert bindings-generator submodule
2014-06-19 16:04:13 +08:00
minggo 07d86d40ef revert bindings-generator submodule 2014-06-19 16:03:19 +08:00
boyu0 5f10ff2c29 issue #4437: change name TMXLayer2 and TMXTiledMap2 to FastTMXLayer and FastTMXTiledMap, change Point to Vec2 2014-06-19 15:57:13 +08:00
lvlong 8493c4579b before switch branch save 2014-06-19 15:43:02 +08:00
minggo a549fdccdc Merge pull request #7134 from samuele3hu/v3_keypad_fix
Update bindings-generator
2014-06-19 15:28:43 +08:00
CocosRobot c638cb8816 [AUTO]: updating luabinding automatically 2014-06-19 07:22:49 +00:00
minggo 1a241ca350 Merge pull request #7135 from minggo/orrderOfArrival
not set _orderOfArrival to 0 after visit
2014-06-19 15:17:55 +08:00
andyque a26ef87783 cleanup reader code 2014-06-19 15:16:56 +08:00
minggo 136033c282 not set _orderOfArrival to 0 after visit 2014-06-19 15:09:27 +08:00
minggo cecd96105e Merge pull request #7132 from natural-law/v3
Update the reference of submodule cocos2d-console.
2014-06-19 14:49:20 +08:00
zhangbin bd6aed8a7b Update the reference of submodule cocos2d-console. 2014-06-19 14:47:16 +08:00
samuele3hu 477816e883 update bindings-generator submodule 2014-06-19 14:42:09 +08:00
andyque 515de9eda5 remove magic string of widget json reader 2014-06-19 14:40:24 +08:00
samuele3hu 46ce1c917d Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_keypad_fix 2014-06-19 14:37:00 +08:00
2youyou2 0ce51162af support Label widget 2014-06-19 14:11:37 +08:00