axmol/templates/lua-template-default
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
..
.settings update runtime to 2.0 2015-02-27 14:49:04 +08:00
frameworks General fixes: 2015-10-16 21:43:09 +02:00
res Support new portrait project from lua templates. 2015-07-20 09:58:40 +08:00
src Support new portrait project from lua templates. 2015-07-20 09:58:40 +08:00
.project update lua default template 2015-01-09 13:21:19 +08:00
cocos-project-template.json Solve the error in templates. 2015-09-09 16:08:15 +08:00
config.json Modify default console and upload port for lua runtime 2015-04-21 23:07:19 +08:00