James Chen
bb650729c3
Updates cocos_files.json.
2014-01-23 11:08:10 +08:00
Ricardo Quesada
ae09cce83f
updated template for Linux
2014-01-22 14:32:40 -08:00
Dhilan007
53be67c653
update project file.
2014-01-16 18:12:53 +08:00
James Chen
f62c041886
Compilation fix: Updates cocos_files.json and removes unused in template.
2014-01-16 10:27:35 +08:00
James Chen
815cea3d7b
Merge pull request #5044 from Pisces000221/patch-1
...
Corrected a few mistakes in project-creator README
2014-01-13 22:52:34 -08:00
Nite Luo
37522c61c3
Make the ui look a bit better
2014-01-13 11:54:33 -08:00
Nite Luo
2e127f819b
Add Polish the labels for project creator ui
2014-01-13 11:37:44 -08:00
Pisces000221
09f23c1bcb
Corrected a few mistakes in project-creator README
2014-01-12 14:38:09 +08:00
samuele3hu
b19bda1588
Fix:Update cocos_files.json file
2014-01-07 16:49:51 +08:00
samuele3hu
2949ab754f
Fix:Regeneration cocos_files.json
2014-01-06 20:11:44 +08:00
samuele3hu
ac46932c06
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into developNewUI
...
Conflicts:
tools/project-creator/module/cocos_files.json
2014-01-06 20:07:39 +08:00
samuele3hu
f36d4a9236
Fix:Resolve the lua android template errors
2014-01-06 19:59:31 +08:00
user
16bff3da1c
add 755
2014-01-06 01:31:36 -05:00
chuanweizhang
07e51e2c86
test template lua
2014-01-06 14:24:33 +08:00
cw
556a6436bd
modify 644 —>755
2014-01-04 15:27:39 +08:00
chuanweizhang
5ffc3d9726
modify create_project.py suffix
2014-01-04 14:04:39 +08:00
chuanweizhang
accdf5635f
modify print message
2014-01-04 13:54:17 +08:00
chuanweizhang
c22cc77c66
add cocos files list configure script
2014-01-03 19:09:13 +08:00
James Chen
75d28a3114
Adds execute permission for create_project.pyw
2013-12-31 16:10:55 +08:00
cw
437c6545da
fix linux error not Tkinter
2013-12-30 18:35:08 +08:00
chuanweizhang
911c7eae10
modify license time
2013-12-26 14:49:06 +08:00
chuanweizhang
23192a883c
modify linux tempalte
2013-12-25 18:32:23 +08:00
chuanweizhang
017fb550b7
add README.md
2013-12-25 16:34:23 +08:00
chuanweizhang
c53537e7c2
modify create_project
2013-12-25 15:53:47 +08:00
chuanweizhang
94420563b3
ingore .git
2013-12-25 11:12:06 +08:00
chuanweizhang
2989e9b46d
adapt ui
2013-12-25 10:24:46 +08:00
chuanweizhang
1ce75bb444
modify ui
2013-12-24 15:07:51 +08:00
chuanweizhang
2308e94c2f
modify template
2013-12-24 09:42:37 +08:00
Luis Parravicini
90df6fc763
fixed typos
2013-11-10 08:25:01 -03:00
Toru Matsuoka
de9e831e35
Fix definition of platform for ios and mac.
...
Remove unnecessary files
2013-10-14 20:42:45 +09:00
Toru Matsuoka
613bb89120
Make "rename" setting usable.
2013-10-14 20:19:21 +09:00
minggo
4313c46e93
issue #2905:adjust folder structure
2013-10-12 11:22:05 +08:00
minggo
10a8c3f23b
tools/project-creator -> tools/project_creator
2013-07-26 10:46:18 +08:00
minggo
99949331b1
fix error and compilings error in templates
2013-07-24 17:27:29 +08:00
Jerry Zhang
749e8f96eb
typo; more Pythonic
2013-07-23 13:37:17 +08:00
boyu0
1156ae4f60
change the useage text
2013-07-01 14:10:14 +08:00
boyu0
2625847a74
closed #2339 refactor checkParams() in create_project.py, use OptionParser to parse the params
2013-07-01 01:04:01 +08:00
boyu0
2cccadeaab
closed #2339 refactor checkParams() in create_project.py, use OptionParser to parse the params
2013-06-28 10:12:55 +08:00
growingdever
60c84a50a1
Update create_project.py
...
'Sample 1' way is not okay. If not input language, script doesn't generate project. (Must input language, but 'Sample 1' way said that you don't need to input language.)
2013-06-20 13:14:27 +09:00
walzer
79be62a932
issue #1733 , fix a typo in dumping usage.
2013-02-22 22:24:05 +08:00
walzer
b534ff16e7
issue #1733 , don't remove projects if it exists.
2013-02-22 16:33:24 +08:00
walzer
3dcee98cb8
issue #1733 , use json config files instead of python modules for multi-platforms.
2013-02-22 16:32:12 +08:00
walzer
3eab5d509b
issue #1733 , project-creator for lua works.
2013-02-21 17:11:11 +08:00
walzer
d736f38fac
issue #1733 , project-creator for cpp project seems ok
2013-02-21 16:51:22 +08:00
walzer
e81c841ad6
issue #1733 , improve the help description of create_project.py
2013-02-20 23:42:48 +08:00
walzer
ef697781a7
issue #1733 , unify package name to org.cocos2dx.hello* lower case on both android & ios.
2013-02-20 23:15:48 +08:00
walzer
8915b4787d
fixed #1733 , the python script perfectly works, tested on both osx and windows
...
This pull request fixed:
- Handling the difference of line ending between osx and windows
- remove os.popen("rm -rf" + …) usage which can not cross desktop platforms, uses shutil.rmtree instead
2013-02-20 13:26:41 +08:00
walzer
6ebc9b7410
issue #1725 , project-creator, HelloJavascript on win32 works ok
2013-02-19 00:02:42 +08:00
walzer
dc7fe1af25
issue #1725 , improve the project creator on android
2013-02-18 23:34:31 +08:00
walzer
0a4700e59b
issue #1725 project creator script works ok for iOS and Android on Mac OSX env
2013-02-18 22:09:42 +08:00