Skip to content

Commit

Permalink
Release Candidate 1 (rc1) for V0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RealismCloud committed Jul 11, 2017
1 parent 0e9dbd1 commit de34f56
Show file tree
Hide file tree
Showing 10 changed files with 94,780 additions and 5 deletions.
14,403 changes: 14,403 additions & 0 deletions Release/XSeen.0.4.5+23_0e9dbd1.js

Large diffs are not rendered by default.

9,290 changes: 9,290 additions & 0 deletions Release/XSeen.0.4.5+23_0e9dbd1.min.js

Large diffs are not rendered by default.

14,404 changes: 14,404 additions & 0 deletions Release/XSeen.0.4.6+25_0e9dbd1.js

Large diffs are not rendered by default.

9,290 changes: 9,290 additions & 0 deletions Release/XSeen.0.4.6+25_0e9dbd1.min.js

Large diffs are not rendered by default.

14,404 changes: 14,404 additions & 0 deletions Release/XSeen.0.4.6-rc1+25_0e9dbd1.js

Large diffs are not rendered by default.

9,290 changes: 9,290 additions & 0 deletions Release/XSeen.0.4.6-rc1+25_0e9dbd1.min.js

Large diffs are not rendered by default.

14,404 changes: 14,404 additions & 0 deletions Release/XSeen.js

Large diffs are not rendered by default.

9,290 changes: 9,290 additions & 0 deletions Release/XSeen.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions src/zVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ xseen.generateVersion = function () {
var Major, Minor, Patch, PreRelease, Release, Version, RDate, SplashText;
Major = 0;
Minor = 4;
Patch = 5;
PreRelease = '';
Release = 23;
Patch = 6;
PreRelease = 'rc1';
Release = 25;
Version = '';
RDate = '2017-07-10';
SplashText = ["XSeen 3D Language parser.", "XSeen <a href='http://tools.realism.com/specification/xseen' target='_blank'>Documentation</a>."];
Expand All @@ -36,6 +36,7 @@ xseen.generateVersion = function () {
* V0.4.4+22 Fix -- Internal event handling in passing on events of the proper type
* V0.4.5+23 Feature -- Navigation (trackball)
* V0.4.5+24 Fix -- when there is no navigation
* V0.4.6+25 Update -- JSON Parser (contributed by John Carlson)
*
* In progress
*/
Expand Down
3 changes: 1 addition & 2 deletions test/json-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<title>JSON Test</title>
</head>
<body>
<script src='../ExternalLibraries/jquery-3.2.1.min.js'></script>
<script src="../ExternalLibraries/three.js"></script>
<script src='../ExternalLibraries/XSeenExternals.js'></script>
<script src="../Release/XSeen.js"></script>
<script>
var jsparse = (new JSONParser());
Expand Down

0 comments on commit de34f56

Please sign in to comment.