Skip to content

Commit 49d2bc2

Browse files
committed
Merge branch 'dev'
2 parents d3efe31 + f444cb1 commit 49d2bc2

File tree

375 files changed

+96159
-22762
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+96159
-22762
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Thumbs.db
2323
*.map
2424
*.orig
2525
*.js
26+
.idea*
2627
/obj/debug/*
2728
/build/kiwi_src
2829
!log4javascript.js
@@ -39,8 +40,10 @@ _ReSharper*/
3940
!/build/*.js
4041
!/build/src/*
4142
!/build/src/*/*.js
42-
!/examples/*/.js
43+
!/examples/*/*.js
44+
!/templateGame/*/*.js
4345
/node_modules
4446
/GLTests
47+
/testgl
4548
tscommand.tmp.txt
4649
.tscache/build/*

README.md

+255-54
Large diffs are not rendered by default.

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Kiwi.js",
3-
"version": "0.5.3",
3+
"version": "1.0.0",
44
"homepage": "git://github.com:gamelab/kiwi.js.git",
55
"authors": [
66
"GameLab"
@@ -14,7 +14,7 @@
1414
"typescript",
1515
"javascript"
1616
],
17-
"license": "GPL",
17+
"license": "MIT",
1818
"ignore": [
1919
"**/.*",
2020
"node_modules",

0 commit comments

Comments
 (0)