zilongshanren
7467611daf
Merge pull request #14810 from GuoLunHao/v3.10_templates
...
fix compile error in visual studio 2015
2015-12-30 11:39:00 +08:00
lunhao.guo
d3387f5ab2
change the resolution size of js template to (960 * 640) ,consistent with other templates
2015-12-29 15:24:21 +08:00
lunhao.guo
d216785f43
fix compile error in visual studio 2015
2015-12-29 15:02:22 +08:00
Dale Stammen
908d872a0e
updated winrt template files with typo fixes
2015-12-09 17:33:50 -08:00
lunhao.guo
ae980c19d2
fix the link error and compile error in windows and android platform
2015-12-09 20:18:37 +08:00
CocosRobot
ddb0fc91b2
[AUTO][ci skip]: updating cocos2dx_files.json
2015-12-04 08:07:09 +00:00
pandamicro
c304348c34
Merge pull request #14565 from pandamicro/v3
...
Add js test case for fix, improve template
2015-12-03 18:48:34 +08:00
pandamicro
e7dca08df9
Add js test case for fix, improve template
2015-12-03 16:55:15 +08:00
CocosRobot
55f1a2c466
[AUTO][ci skip]: updating cocos2dx_files.json
2015-12-02 23:56:05 +00:00
CocosRobot
c0393ece7d
[AUTO][ci skip]: updating cocos2dx_files.json
2015-12-01 15:37:14 +00:00
XiaoFeng
ea077c5141
Merge branch 'v3' of https://github.com/cocos2d/cocos2d-x into v3_combine_LuaJsSim
...
Conflicts:
cocos/scripting/js-bindings/manual/js_manual_conversions.h
2015-12-01 15:12:32 +08:00
XiaoFeng
167aa9b648
Update console sub-module, update project template.json to meet file position change
2015-12-01 15:00:45 +08:00
pandamicro
81f590e52a
Merge pull request #14478 from pandamicro/v3
...
Improved JS bindings with more secured memory management
2015-12-01 12:24:21 +08:00
CocosRobot
467177f45c
[AUTO][ci skip]: updating cocos2dx_files.json
2015-11-28 06:31:21 +00:00
CocosRobot
390a37e123
[AUTO][ci skip]: updating cocos2dx_files.json
2015-11-26 05:56:34 +00:00
CocosRobot
82feb314f6
[AUTO][ci skip]: updating cocos2dx_files.json
2015-11-25 09:21:44 +00:00
pandamicro
a6fdd9aa09
Improve js template documentation
2015-11-24 16:31:14 +08:00
CocosRobot
74050b6595
[AUTO][ci skip]: updating cocos2dx_files.json
2015-11-19 09:07:54 +00:00
zilongshanren
5d8cfa889c
Merge pull request #14252 from neokim/change_pageview_to_derive_from_listview
...
Change PageView to derive from ListView
2015-11-17 12:02:10 +08:00
CocosRobot
be36cd73b7
[AUTO][ci skip]: updating cocos2dx_files.json
2015-11-11 06:11:58 +00:00
yinjimmy
7f10d6d894
Template: keep compatibility
2015-11-04 18:26:59 +08:00
yinjimmy
517567c56c
Template : fix link libraries
...
1. GameController.framework in JS template
2. CFNetwork.framework in Lua template
2015-11-04 12:19:29 +08:00
Dale Stammen
11b63fb28a
cpp template update
2015-11-03 08:05:32 -08:00
pandamicro
0d6bf3263b
Improve js templates with noCache and cc.view.setRealPixelResolution docs
2015-11-01 18:33:05 +08:00
Neo Kim
b72e4118f0
PageViewIndicator - Add `PageViewIndicator.cpp` to build configuration files.
2015-10-28 16:56:36 +09:00
pandamicro
65fafef044
Merge pull request #14209 from pandamicro/v3
...
Disable bitcode for all targets
2015-10-22 12:55:25 +08:00
pandamicro
4633a93631
Disable bitcode for all targets
2015-10-22 12:18:51 +08:00
pandamicro
316d37ad51
Merge pull request #14130 from jimrange/iconSplash
...
Fixed issues with the iOS icons and splash screens.
2015-10-22 12:17:02 +08:00
Jim Range
5c93c56d80
Updated Lua and JavaScript iOS Info.plist, iOS splash screens and iOS icons.
2015-10-21 11:11:02 -05:00
Dale Stammen
b0ba569285
updated package guids and app certificate
2015-10-20 16:26:17 -07:00
Dale Stammen
4b8cc00853
use correct name for pfx file
2015-10-20 10:48:01 -07:00
Dale Stammen
d8e10981db
added check to see if app is already visible
2015-10-20 10:38:42 -07:00
Dale Stammen
f9d8907697
updated winrt temporary app certificates expiration dates
2015-10-20 07:39:42 -07:00
CocosRobot
518f800c75
[AUTO][ci skip]: updating cocos2dx_files.json
2015-10-20 02:36:00 +00:00
zhangcheng
8d22beeae4
Fix #23433
...
Fix javascript project can't be opened directly in visual studio 2015.
2015-10-20 10:17:50 +08:00
pandamicro
be45e0bc50
Merge pull request #14174 from noshbar/v3
...
CPPCheck fixes, correct deallocation, array size.
2015-10-19 10:05:01 +08:00
Dale Stammen
fdebb373b1
updated cocos2d-x/angle template files to version 0edf96a2f54a43d068244a86aaf9133c1bf71fe5
2015-10-16 15:36:34 -07:00
Dirk de la Hunt
88bcaad518
General fixes:
...
- changed some delete operations to be deletions of arrays where applicable
- changed some "free" operations to "delete" where memory was allocated with "new"
CCPUScriptCompiler.cpp:
- added checks to see if temp1 and temp2 are non-null before dereferencing them
FileServer.cpp:
- changed the size of startFlag to be 13, seeing as the strcpy into it copies a string, "RuntimeSend:",
is already 12 characters long, but strcpy() attempts to copy the NULL terminator too.
2015-10-16 21:43:09 +02:00
CocosRobot
8bc74ad72e
[AUTO][ci skip]: updating cocos2dx_files.json
2015-10-16 05:37:43 +00:00
pandamicro
e02ba57144
Merge pull request #14137 from pandamicro/androidbug
...
Fix Android activity destroyed after reopen the app
2015-10-14 11:46:27 +08:00
XiaochenFTX
ec2aa7e8f2
Fix Android activity destroyed after reopen the app
2015-10-14 11:45:27 +08:00
Jim Range
4e73670f38
Fixed issues with the iOS icons and splash screens that could cause app validation failure with Apple and improper orientation / missing splash screens.
2015-10-13 11:11:27 -05:00
CocosRobot
fda99182da
[AUTO][ci skip]: updating cocos2dx_files.json
2015-10-10 03:44:43 +00:00
CocosRobot
0fc077d196
[AUTO][ci skip]: updating cocos2dx_files.json
2015-09-29 09:08:15 +00:00
CocosRobot
ebee5e9a26
[AUTO][ci skip]: updating cocos2dx_files.json
2015-09-29 07:39:05 +00:00
CocosRobot
4185715c06
[AUTO][ci skip]: updating cocos2dx_files.json
2015-09-27 15:10:43 +00:00
pandamicro
b45beed52a
Merge pull request #13980 from yangws/v3
...
Fix js-template-default compile error.
2015-09-21 19:33:02 +08:00
Vincent Yang
fa6e6f8074
Fix js-template-default compile error.
2015-09-21 19:28:16 +08:00
CocosRobot
2aa835536f
[AUTO][ci skip]: updating cocos2dx_files.json
2015-09-21 10:37:59 +00:00
pandamicro
cf342a830a
Merge pull request #13947 from CocosRobot/update_cocosfiles_1442593566
...
[AUTO][ci skip]: updating cocos2dx_files.json
2015-09-19 00:33:23 +08:00