Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3168 commits
Select commit Hold shift + click to select a range
d87c2fe
Update CHANGELOG [ci skip]
Oct 10, 2013
566d1b1
issue 2905:SimpleAudioEngine -> audio
Oct 10, 2013
1473991
Merge pull request #3903 from Dhilan007/di2899
Oct 10, 2013
bf1b4a7
Update CHANGELOG[ci skip]
Oct 10, 2013
5eb480e
[AUTO] : updating submodule reference to latest autogenerated bindings
CocosRobot Oct 10, 2013
af58e5d
Merge pull request #3909 from CocosRobot/updategeneratedsubmodule_138…
Oct 10, 2013
666032b
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into i…
Oct 10, 2013
9967a01
issue #2905:modify project settings to include correct audio path
Oct 10, 2013
df8e292
Update .gitmodules, fix wrong reference of auto-generated.
Oct 10, 2013
02510f1
issue #2823: firefox remote connection ok.
Oct 5, 2013
6772715
issue #2823: comment some test codes.
Oct 5, 2013
1dbb747
issue #2823: load js file in firefox.
Oct 7, 2013
226ff2b
issue #2823: firefox debugger step ok.
Oct 7, 2013
6a0404a
issue #2823: debugger loading js source with utf8 is ok.
Oct 7, 2013
9f80abb
issue #2823: Moving 'utf16to8' to DevToolsUtils.js and adding 'utf8to…
Oct 7, 2013
3ab8e47
issue #2823: Fixing mess code when modifying the value of variables w…
Oct 7, 2013
326ba91
issue #2823: Removing unused codes in jsb_debugger.js.
Oct 7, 2013
a5ca24a
issue #2823: Removing unused file 'main.debug.js'.
Oct 8, 2013
5f992b9
issue #2823: minor fix and logs.
Oct 8, 2013
c5a99e5
issue #2823: Fix socket errors on WINDOWS.
Oct 8, 2013
03b3730
issue #2823: _lockVM take no arguments now.
Oct 8, 2013
b3a17ba
issue #2823: Renaming '_lockVM' to '_enterNestedEventLoop', '_unlockV…
Oct 9, 2013
4b6244c
issue #2823: Reverting script.js.
Oct 9, 2013
9d45580
issue #2823: Adding XPCInspector support in debugger/main.js.
Oct 9, 2013
caa46f6
issue #2823: Removing some log outputs in transport.js.
Oct 9, 2013
ba5e625
issue #2823: Removing unused conversion.
Oct 9, 2013
1d658a7
issue #2823: Updating webconsole.js and loading webconsole.js in jsb_…
Oct 9, 2013
04b34b1
issue #2823: Reverting CCFileUtils.cpp.
Oct 10, 2013
4b7494a
issue #2823: Removing unused debugger codes in MoonWarriors/Classes/A…
Oct 10, 2013
cd0edc3
issue #2823: Removing unused js files in 'js/debugger' folder.
Oct 10, 2013
0d0e588
issue #2823: Removing some codes for debugging in ScriptingCore.h/.cpp.
Oct 10, 2013
94323fc
issue #2823: Reverting ScriptingCore.cpp for Spidermonkey v23.
Oct 10, 2013
a81c3d1
issue #2823: Removing loading web console.js in jsb_debugger.js.
Oct 10, 2013
1926fc3
issue #2823: Adding README.md.
Oct 10, 2013
dffefc7
issue #2823: Enabling JSB debugger in debug mode. Removing the defini…
Oct 10, 2013
9451e69
issue #2823: Updating build_native.sh for JSB projects. Copy all reso…
Oct 10, 2013
59393f5
include correct path in cocos2dx.ini to generate audio binding
Oct 10, 2013
e39e2cf
include correct path in cocos2dx.ini to generate audio lua binding
Oct 10, 2013
8a743c5
issue #2823: Updating build_native.sh for AssetsMangerTest.
Oct 10, 2013
01c731f
fix copy resource error.
WenhaiLin Oct 10, 2013
da53ab4
fix compile fail on vs2012.
WenhaiLin Oct 10, 2013
425dc9d
issue #2823: Removing unused codes of debugger.
Oct 10, 2013
638f52a
Merge pull request #3912 from dumganhar/iss2823-jsb-remote-debugger-sp23
Oct 10, 2013
12d5e2b
issue #2905: modify makefile to include correct header files
Oct 10, 2013
c03a3e9
Update build_native.cmd
WenhaiLin Oct 10, 2013
38d3d2e
issue #2905: modify makefile to refer to correct path
Oct 10, 2013
5fb94d4
fix incomplete copy
WenhaiLin Oct 10, 2013
5e90332
fix incomplete copy
WenhaiLin Oct 10, 2013
d3aa4c7
fix incomplete copy
WenhaiLin Oct 10, 2013
3c3cc36
Merge pull request #3914 from Dhilan007/00001
Oct 10, 2013
d72bae8
issue #2905: modify makefile to refer to correct path
Oct 10, 2013
2350dd7
Merge pull request #3915 from Dhilan007/0002
Oct 10, 2013
342fcc7
Update Debugger REAME.md[ci skip]
Oct 10, 2013
2845f34
issue #2771: Let the sprites added to SpriteBatchNode support physics.
boyu0 Oct 10, 2013
c63082e
Update Debugger README.md [ci skip]
Oct 10, 2013
d41e41d
Avoid unnecessary object duplication using passing arguments by refer…
Oct 8, 2013
53010d6
Merge pull request #3911 from minggo/iss2905-adjust_folder
Oct 11, 2013
c6e391f
Best C++ practice for ScriptingCore class. '_' should be prefix rathe…
Oct 11, 2013
58674fa
Merge pull request #3918 from dumganhar/develop
Oct 11, 2013
b747fb2
issue #2771: fix some compile error.
boyu0 Oct 11, 2013
ef0956d
issue #2771: add #ifdef CC_USE_PHYSICS to CC_SAFE_DELETE(_physicsWorld)
boyu0 Oct 11, 2013
4e0fe2f
issue #2771: delete #define RAND_MAX in PhysicsTest.cpp(already defi…
boyu0 Oct 11, 2013
5c66402
Merge pull request #3916 from boyu0/iss2771_physical
Oct 11, 2013
a279809
issue #2771: add updatePhysicsTransform to Node.
boyu0 Oct 11, 2013
8678b42
Merge pull request #3888 from ktaobo/avoid-copy
Oct 11, 2013
afaddad
Update AUTHORS [ci skip]
Oct 11, 2013
57632f1
[AUTO] : updating submodule reference to latest autogenerated bindings
CocosRobot Oct 11, 2013
2749650
Update AUTHORS [ci skip]
Oct 11, 2013
6c72a50
Update CHANGELOG [ci skip]
Oct 11, 2013
17ed44e
Merge pull request #3920 from CocosRobot/updategeneratedsubmodule_138…
Oct 11, 2013
98e79e3
Merge pull request #3549 from jimmystar/patch-1
Oct 11, 2013
d48ae36
Update CHANGELOG [ci skip]
Oct 11, 2013
9549973
Update AUTHORS [ci skip]
Oct 11, 2013
639cce0
[Win32] Fixing compilation errors after renaming CocosDenshion to 'au…
Oct 11, 2013
b9fbb65
Small fix in ScriptingCore.cpp.
Oct 11, 2013
5052fcf
Merge pull request #3922 from dumganhar/develop
Oct 11, 2013
ea8dda5
Make the plugin be compatible with both cocos2d-x-2.2 & cocos2d-x-3.0.
Oct 12, 2013
060eaf0
issue #2905:adjust folder structure
Oct 12, 2013
367407e
fix conflicts
Oct 12, 2013
124abd3
Merge pull request #3926 from minggo/iss2905-adjust_folder
Oct 12, 2013
ba0ea57
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
Oct 12, 2013
2a366f4
Merge pull request #3925 from natural-law/develop
Oct 12, 2013
b8b64fb
issue #2905: add missing files
Oct 12, 2013
f75753d
issue #2905:use - to connect multiple words
Oct 12, 2013
41aa4aa
issue #2905: step1 Box2D -> box2d
Oct 12, 2013
0382a5e
issue #2905: step2 Box2D -> box2d
Oct 12, 2013
8be14af
Merge pull request #3928 from minggo/iss2905-adjust_folder
Oct 12, 2013
4da7041
issue #2905: remove rpm, don't support qt5 temporaly
Oct 12, 2013
a412eb2
issue #2905:remove box2d
Oct 12, 2013
792dc44
issue #2905:add Box2D
Oct 12, 2013
ac2c046
Merge pull request #3930 from minggo/iss2905-adjust_folder
Oct 12, 2013
f9c34bc
Merge pull request #3931 from dumganhar/develop
Oct 12, 2013
f498ed0
Don't ignore (D|d)ebugXXX folders or files. And move scripting/javasc…
Oct 12, 2013
581a89f
Removing unused ios projects.
Oct 12, 2013
a5bff42
Merge pull request #3932 from dumganhar/develop
Oct 12, 2013
5e3e5b6
issue #2905: adjust folder structure
Oct 12, 2013
664d22c
Merge pull request #3933 from minggo/iss2905-adjust_folder
Oct 12, 2013
e8ab457
issue #2905: remove redundant codes
Oct 12, 2013
8c5a92f
Merge pull request #3934 from minggo/iss2905-adjust_folder
Oct 12, 2013
0e46853
issue #2905: remove sub folders except platform
Oct 12, 2013
9ab729e
Merge pull request #3935 from minggo/remove-subfolder
Oct 14, 2013
80b52d5
issue #2771: change angular damping to moment. (these two have diffe…
boyu0 Oct 14, 2013
e96a550
issue #2905: helloworld build ok on android
Oct 14, 2013
af95f27
Merge pull request #3939 from minggo/iss2905-adjust_folder
Oct 14, 2013
5162d17
issue #2771: add addMass() and addMoment() to body.
boyu0 Oct 14, 2013
7bd75ea
issue #2905:add ccUtils.cpp
Oct 14, 2013
442f983
Merge pull request #3940 from minggo/iss2905-adjust_folder
Oct 14, 2013
ea7750c
Merge pull request #3941 from dumganhar/iss2905-folder-structure
Oct 14, 2013
3252f2e
issue #2905: [iOS, Mac] HelloCpp works now.
Oct 14, 2013
5174711
issue #2905: Updating project configuration for SimpleGame.
Oct 14, 2013
71fb86f
issue #2905: [iOS, Mac] Always search user path.
Oct 14, 2013
5f34937
Merge pull request #3942 from dumganhar/iss2905-folder-structure
Oct 14, 2013
04354da
Make "rename" setting usable.
lettas Oct 14, 2013
9dc0ad3
Fix definition of platform for ios and mac.
lettas Oct 14, 2013
84fbc6d
Fix indent.
lettas Oct 14, 2013
8c9e46f
Add target file for replacing project_name. (for javascript project)
lettas Oct 14, 2013
365e181
Add target file for replacing project_name. (for lua project)
lettas Oct 14, 2013
14f6aff
issues #2905:Updating project configuration for folder change.
WenhaiLin Oct 15, 2013
057b67f
issue #2771: migrate the PhysicsShape definition
boyu0 Oct 15, 2013
ee79e27
issue #2771: migrate the PhysicsBody definition
boyu0 Oct 15, 2013
562b3e1
issue #2905: testcpp bild ok on Android
Oct 15, 2013
7e8ec82
Merge pull request #3945 from minggo/iss2905-adjust_folder
Oct 15, 2013
a7fdf41
small fixes for the Xcode projects
ricardoquesada Oct 15, 2013
c083778
Merge pull request #3948 from ricardoquesada/xcode_fixes
ricardoquesada Oct 15, 2013
4ec00cd
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into di2905
WenhaiLin Oct 16, 2013
53f438a
issue #2905: Updating include path for 'cocostudio' module, adding 'c…
Oct 16, 2013
baf8365
Merge pull request #3949 from dumganhar/iss2905-folder-structure
Oct 16, 2013
8e3e9d8
issue #2905: [iOS, Mac] Updating project configuration, TestCpp works…
Oct 16, 2013
1757a04
issue #2905: Reverting TestCpp/Android.mk
Oct 16, 2013
e55087f
issue #2905: [iOS Mac]Removing 'include' folder in 'external' group. …
Oct 16, 2013
380ce78
Merge pull request #3951 from dumganhar/iss2905-folder-structure
Oct 16, 2013
80dc021
issue #2905: [iOS Mac] TestJavascript works now.
Oct 16, 2013
5b609f0
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 16, 2013
6b4e77e
Merge pull request #3952 from dumganhar/iss2905-folder-structure
Oct 16, 2013
49f53ec
issue #2905: [iOS Mac] All js games work now.
Oct 16, 2013
c895767
Merge pull request #3953 from dumganhar/iss2905-folder-structure
Oct 16, 2013
a4a1c3a
issue #2905: Updating tolua settings.
Oct 16, 2013
d1289c7
issue #2905: Renaming lua/cocos2dx_support to lua/bindings.
Oct 16, 2013
9a8861b
issue #2905:make cocostudio and gui flat
Oct 16, 2013
1bd07ea
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into i…
Oct 16, 2013
ce3f98c
Merge pull request #3954 from minggo/iss2905-adjust_folder
Oct 16, 2013
8a7d51a
issue #2905: [iOS Mac] HelloLua and TestLua work now.
Oct 16, 2013
36b368e
Merge pull request #3955 from dumganhar/iss2905-folder-structure
Oct 16, 2013
b16dc7f
issue #2905: [iOS Mac] Updating project configurations.
Oct 16, 2013
8e855af
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 16, 2013
a9f280a
Merge pull request #3956 from dumganhar/iss2905-folder-structure
Oct 16, 2013
329f890
Update auto-generated submodule manually.
Oct 16, 2013
ac78df7
Merge pull request #3957 from dumganhar/iss2905-folder-structure
Oct 16, 2013
a392a52
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 16, 2013
52226cf
issue #2905: [iOS Mac] Updating template.
Oct 16, 2013
b5f9b9d
Merge pull request #3958 from dumganhar/iss2905-folder-structure
Oct 16, 2013
97eea76
more Xcode fixes
ricardoquesada Oct 16, 2013
008c160
Merge pull request #3959 from ricardoquesada/xcode_fixes
ricardoquesada Oct 16, 2013
637bd6f
Icons for test projects
ricardoquesada Oct 16, 2013
76081da
Merge pull request #3960 from ricardoquesada/mac_icons
ricardoquesada Oct 16, 2013
28ae1ab
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 17, 2013
3fa077f
issue #2771: implement some joint definition.
boyu0 Oct 17, 2013
25bd751
issue #2905:TestJavascript build ok on Android
Oct 17, 2013
ad7865b
Merge pull request #3961 from minggo/iss2905-adjust_folder
Oct 17, 2013
08f348f
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 17, 2013
7ea8c11
Added missing icons for some iOS and Mac samples.
Oct 17, 2013
985f06b
Merge pull request #3962 from dumganhar/develop
Oct 17, 2013
407fc40
Change the class name of textfield to compare, so that you can touch …
kpkhxlgy0 Oct 17, 2013
567e229
issue #2905: jsbinding samples and lua binding samples build ok on an…
Oct 17, 2013
faeb084
Merge pull request #3964 from minggo/iss2905-adjust_folder
Oct 17, 2013
63ecb35
Merge pull request #3963 from kpkhxlgy0/use
Oct 17, 2013
bc92043
Update CHANGELOG
Oct 17, 2013
652ec3c
Update AUTHORS
Oct 17, 2013
349d89f
Changed submodule URL for 'auto-generated'.
Oct 17, 2013
1ced4da
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 17, 2013
6a8eb35
issue #2509:make lua android template build ok
Oct 17, 2013
9478d9c
Merge pull request #3965 from minggo/iss2905-adjust_folder
Oct 17, 2013
7311ab0
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 17, 2013
8d24ce0
issue #2905:simple game and assets manager build ok on android
Oct 17, 2013
adceb6f
Merge pull request #3966 from minggo/iss2905-adjust_folder
Oct 17, 2013
dc5b155
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 17, 2013
e6a8ba5
Updating the submodule reference of 'auto-generated'.
Oct 18, 2013
698e6ea
Merge pull request #3967 from dumganhar/change-url
Oct 18, 2013
f896479
Merge commit 'refs/pull/3943/head' of git://github.com/cocos2d/cocos2…
Oct 18, 2013
95f7c42
[Template] Hello JavaScript --> HelloJavascript. It's for replacement.
Oct 18, 2013
1cf8928
Merge pull request #3968 from dumganhar/create-project-fix
Oct 18, 2013
33dd227
Update AUTHORS
Oct 18, 2013
508f3ec
Update CHANGELOG
Oct 18, 2013
0954e5f
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 18, 2013
1029ab2
issue #2771: implement PhysicsBody's bit masks.
boyu0 Oct 18, 2013
81aa51a
issue #2905:simplify Android.mk dependence
Oct 18, 2013
12e8fcc
Merge pull request #3971 from minggo/iss2905-adjust_folder
Oct 18, 2013
ef7de0b
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 18, 2013
61c909f
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into i…
boyu0 Oct 18, 2013
a52c320
fix xcode compiling error and simplify android.mk
Oct 18, 2013
f3637b0
Merge pull request #3972 from minggo/iss2905-adjust_folder
Oct 18, 2013
a81018d
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 18, 2013
4aabc20
issue #2771: edit some mistake when merge
boyu0 Oct 18, 2013
165949f
Merge https://github.com/cocos2d/cocos2d-x into iss2771_physical
boyu0 Oct 18, 2013
abaf703
fix libluajia.a search path bug
samuele3hu Oct 18, 2013
22d2eae
Merge pull request #3973 from samuele3hu/developSrc
Oct 18, 2013
9e86889
issue #2771: edit some include head file path
boyu0 Oct 18, 2013
13a2be0
issue #2771: delete some files added by mistake.
boyu0 Oct 18, 2013
8b48b65
fix libluajia.a search path bug
samuele3hu Oct 18, 2013
042035d
Merge pull request #3975 from samuele3hu/developSrc
Oct 18, 2013
6d69cb2
Add cc.RESOLUTION_POLICY to jsb_cocos2d.js,so it can use setDesignRes…
HoGarfield Oct 19, 2013
21412ff
fixed bug of CCBReader that can not autoplaySequence
HoGarfield Oct 19, 2013
22010c4
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into d…
WenhaiLin Oct 21, 2013
8af3c24
issue #2905:modification vs-project for folder structure change
WenhaiLin Oct 21, 2013
fc162db
issues #2905:add new vs project
WenhaiLin Oct 21, 2013
a34fd5b
issue #2771: implements rayCast and rectQuery
boyu0 Oct 21, 2013
768cfb8
do not change anchor point of child.
litefeel Oct 22, 2013
6bbdd8e
Merge pull request #3986 from Dhilan007/di2905
Oct 22, 2013
25120a6
Merge pull request #3974 from boyu0/iss2771_physical
Oct 22, 2013
88efe24
Merge pull request #3979 from HoGarfield/AutoPlay-Animation
Oct 22, 2013
3090cf1
Update CHANGELOG
Oct 22, 2013
953a839
Update AUTHORS
Oct 22, 2013
4b00941
Fixed name
HoGarfield Oct 22, 2013
23f699c
issues #2905:add miss file
WenhaiLin Oct 22, 2013
c2d3e08
Modify the sequenceCompleted method in CCBAnimationManager,So it can …
HoGarfield Oct 22, 2013
5577d24
Merge pull request #3990 from Dhilan007/di2905
Oct 22, 2013
2785435
Merge pull request #3991 from HoGarfield/AnimationManager
Oct 22, 2013
4c98428
Update CHANGELOG
Oct 22, 2013
5fd4aeb
Update AUTHORS
Oct 22, 2013
4d8b298
Merge pull request #3978 from HoGarfield/cc.RESOLUTION_POLICY
Oct 22, 2013
82376e3
issue #2771: add ray cast test
boyu0 Oct 22, 2013
5cd5da2
issue #2905:samples build ok on linux
Oct 22, 2013
71dcbe1
issues #2905:add SimpleGame vs-project
WenhaiLin Oct 22, 2013
49af1c2
fix conflicts
Oct 22, 2013
aa9b956
Merge pull request #3993 from minggo/iss2905-adjust_folder
Oct 22, 2013
3f79b2d
Merge pull request #3992 from Dhilan007/di2905
Oct 23, 2013
352688c
issue #2771: fix some compile error in android and win32
boyu0 Oct 23, 2013
b2388af
issue #2771: fix some compile error in win32
boyu0 Oct 23, 2013
e9e82b8
issue #2771: add resource
boyu0 Oct 23, 2013
0fce45a
Merge pull request #3996 from boyu0/iss2771_physical
Oct 23, 2013
981f8cf
adjust std:function support 10 parameter
WenhaiLin Oct 23, 2013
b7ffb91
issue #2905: android samples run ok
Oct 23, 2013
41b80c6
Merge pull request #3998 from Dhilan007/0001
Oct 23, 2013
99c94e4
Merge pull request #3999 from minggo/iss2905-adjust_folder
Oct 23, 2013
74b9807
issues #2905:add miss file
WenhaiLin Oct 23, 2013
7fbd178
issue #2771: implement getShapeAtPoint and getShapesAtPoint
boyu0 Oct 23, 2013
dfb051a
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-x into i…
boyu0 Oct 23, 2013
044c89f
issue #2905:ndk-r8e build ok now
Oct 23, 2013
97c5412
Merge pull request #4001 from minggo/iss2905-adjust_folder
Oct 23, 2013
af4c5b7
issue #2771: fix some compile error in win32
boyu0 Oct 23, 2013
79629f2
Merge pull request #4002 from boyu0/iss2771_physical
Oct 24, 2013
a8ce1f4
Merge pull request #4000 from Dhilan007/di0002
Oct 24, 2013
8ed8e75
issues #2905:split jsbinding module
WenhaiLin Oct 24, 2013
999f9aa
Merge pull request #3988 from lite3/develop
Oct 24, 2013
5d603b3
Update AUTHORS
Oct 24, 2013
5dd77ff
Update CHANGELOG
Oct 24, 2013
17640a1
Merge branch 'develop' of git://github.com/cocos2d/cocos2d-x into di2893
WenhaiLin Oct 24, 2013
aa3a0fc
update the reference to cocos2d-x repo.
WenhaiLin Oct 24, 2013
57eafe1
Merge pull request #4004 from Dhilan007/di0004
Oct 24, 2013
3248472
ccrects converted with jsb maintain origin/size
luisparravicini Oct 25, 2013
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Thumbs.db
*.ilk
*.log
[Bb]in
[Dd]ebug*/
[Dd]ebug/
*.sbr
*.sdf
obj/
[Rr]elease*/
[Rr]elease/
_ReSharper*/
[Tt]est[Rr]esult*
ipch/
Expand Down Expand Up @@ -61,8 +61,8 @@ build_*_vc10/
*.xcscheme
*.xcworkspacedata
*.xcuserstate
*.xccheckout
xcschememanagement.plist
build/
.DS_Store
._.*
xcuserdata/
Expand All @@ -80,11 +80,16 @@ Device-Release/

# Ignore vim swaps
*.swp
*.swo

# Ignore files created by create_project.py
projects/

# Ignore config files in javascript bindings generator
tools/tojs/user.cfg
# ... userconf.ini generated if running from tools/tojs
tools/tojs/userconf.ini
tools/tolua/userconf.ini
# ... userconf.ini generated if running from tools/jenkins_scripts/mac/android/
tools/jenkins_scripts/mac/android/userconf.ini

Expand Down
18 changes: 9 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "tools/bindings-generator"]
path = tools/bindings-generator
url = https://github.com/cocos2d/bindings-generator.git
[submodule "scripting/javascript/bindings/generated"]
path = scripting/javascript/bindings/generated
url = git://github.com/folecr/cocos2dx-autogen-bindings.git
url = git://github.com/cocos2d/bindings-generator.git
[submodule "cocos/scripting/auto-generated"]
path = cocos/scripting/auto-generated
url = git://github.com/cocos2d-x/bindings-auto-generated.git
[submodule "samples/Javascript/Shared"]
path = samples/Javascript/Shared
url = https://github.com/minggo/cocos2d-js-tests.git
[submodule "external/emscripten"]
path = external/emscripten
url = https://github.com/kripken/emscripten.git
url = git://github.com/cocos2d/cocos2d-js-tests.git
[submodule "tools/cocos2d-console"]
path = tools/cocos2d-console
url = https://github.com/cocos2d/cocos2d-console.git
url = git://github.com/cocos2d/cocos2d-console.git
[submodule "plugin"]
path = plugin
url = https://github.com/cocos2d-x/plugin-x.git
27 changes: 12 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
language: cpp
env:
matrix:
env:
matrix:
- GEN_JSB=YES
- PLATFORM=linux DEBUG=1
- PLATFORM=nacl DEBUG=1
# Since switching to C++11 only the ARM version of the nactive client
# port currently builds. TODO(sbc): Re-enable all architectures.
# Disabled travis-ci build for native client port since it doesn't support std::thread, std::mutex.
# - PLATFORM=nacl DEBUG=1 NACL_ARCH=arm
- PLATFORM=android
- PLATFORM=emscripten DEBUG=1
global:
# - PLATFORM=emscripten DEBUG=1
global:
- secure: |-
cHXOjAda+t2tmBVuVAiQfvhDN+unToO6hX1rc3dJeGDOk4rlQnylJacjA7o/
enkWeHagbW2Ja4h7BxQz4h7dada8zEbIbEMK4VEHx6AWwQM+GIEqkJPv5g8k
Expand All @@ -20,12 +22,7 @@ env:
Wsngwo3jlZtvuPfr3RNhqrz/liNIhKYnlw4KYJO90gMQ9ZQKRTlMv2BMiPw/
9lV+vgJQDRcFe7dKwtC86vk10EU7Ym2bhVmhMxi/AlmJXgavjmPVdizRT7rh
X2Ry/Nb6hGRkH3WS0T3D/KG1+e7lP/TMB9bvo6/locLJ2A6Z1YI=
script:
- export NACL_SDK_ROOT=$HOME/bin/nacl_sdk/pepper_canary
- export PATH=$PATH:$NACL_SDK_ROOT/toolchain/linux_x86_newlib/bin
- export NDK_ROOT=$HOME/bin/android-ndk
- ./tools/travis-scripts/run-script.sh

before_install:
- ./tools/travis-scripts/before-install.sh

script:
- tools/travis-scripts/run-script.sh
before_install:
- tools/travis-scripts/before-install.sh
Loading