Browse Source

added information about author

Mario Schuettel 9 years ago
parent
commit
f675490aee

+ 4 - 1
test/unit/editor/CommonUtilities.js

@@ -1,4 +1,7 @@
-// module( "CommonUtilities" );
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
 
 
 function mergeParams( defaults, customParams ) {
 function mergeParams( defaults, customParams ) {
 
 

+ 5 - 0
test/unit/editor/TestCmdAddObjectAndCmdRemoveObject.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdAddObjectAndCmdRemoveObject" );
 module( "CmdAddObjectAndCmdRemoveObject" );
 
 
 test( "Test CmdAddObject and CmdRemoveObject (Undo and Redo)", function() {
 test( "Test CmdAddObject and CmdRemoveObject (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdAddScript.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdAddScript" );
 module( "CmdAddScript" );
 
 
 test( "Test CmdAddScript (Undo and Redo)", function() {
 test( "Test CmdAddScript (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdMoveObject.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdMoveObject" );
 module( "CmdMoveObject" );
 
 
 test( "Test CmdMoveObject (Undo and Redo)", function() {
 test( "Test CmdMoveObject (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdMultiCmds.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdMultiCmds" );
 module( "CmdMultiCmds" );
 
 
 test( "Test CmdMultiCmds (Undo and Redo)", function() {
 test( "Test CmdMultiCmds (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdRemoveScript.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdRemoveScript" );
 module( "CmdRemoveScript" );
 
 
 test( "Test CmdRemoveScript (Undo and Redo)", function() {
 test( "Test CmdRemoveScript (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetColor.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetColor" );
 module( "CmdSetColor" );
 
 
 test( "Test CmdSetColor (Undo and Redo)", function() {
 test( "Test CmdSetColor (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetGeometry.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetGeometry" );
 module( "CmdSetGeometry" );
 
 
 test( "Test CmdSetGeometry (Undo and Redo)", function() {
 test( "Test CmdSetGeometry (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetGeometryValue.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetGeometryValue" );
 module( "CmdSetGeometryValue" );
 
 
 test( "Test CmdSetGeometryValue (Undo and Redo)", function() {
 test( "Test CmdSetGeometryValue (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetMaterial.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetMaterial" );
 module( "CmdSetMaterial" );
 
 
 test( "Test for CmdSetMaterial (Undo and Redo)", function() {
 test( "Test for CmdSetMaterial (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetMaterialColor.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetMaterialColor" );
 module( "CmdSetMaterialColor" );
 
 
 test( "Test for CmdSetMaterialColor (Undo and Redo)", function() {
 test( "Test for CmdSetMaterialColor (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetMaterialMap.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetMaterialMap" );
 module( "CmdSetMaterialMap" );
 
 
 test( "Test for CmdSetMaterialMap (Undo and Redo)", function() {
 test( "Test for CmdSetMaterialMap (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetMaterialValue.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetMaterialValue" );
 module( "CmdSetMaterialValue" );
 
 
 test( "Test for CmdSetMaterialValue (Undo and Redo)", function() {
 test( "Test for CmdSetMaterialValue (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetPosition.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetPosition" );
 module( "CmdSetPosition" );
 
 
 test( "Test CmdSetPosition (Undo and Redo)", function() {
 test( "Test CmdSetPosition (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetRotation.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetRotation" );
 module( "CmdSetRotation" );
 
 
 test( "Test CmdSetRotation (Undo and Redo)", function() {
 test( "Test CmdSetRotation (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetScale.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetScale" );
 module( "CmdSetScale" );
 
 
 test( "Test CmdSetScale (Undo and Redo)", function() {
 test( "Test CmdSetScale (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetScene.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "TestCmdSetScene" );
 module( "TestCmdSetScene" );
 
 
 test( "Test for CmdSetScene (Undo and Redo)", function() {
 test( "Test for CmdSetScene (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetScriptValue.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetScriptValue" );
 module( "CmdSetScriptValue" );
 
 
 test( "Test CmdSetScriptValue for source (Undo and Redo)", function() {
 test( "Test CmdSetScriptValue for source (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetUuid.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetUuid" );
 module( "CmdSetUuid" );
 
 
 test( "Test CmdSetUuid (Undo and Redo)", function() {
 test( "Test CmdSetUuid (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestCmdSetValue.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "CmdSetValue" );
 module( "CmdSetValue" );
 
 
 test( "Test CmdSetValue (Undo and Redo)", function() {
 test( "Test CmdSetValue (Undo and Redo)", function() {

+ 5 - 0
test/unit/editor/TestMassUndoAndRedo.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "MassUndoAndRedo" );
 module( "MassUndoAndRedo" );
 
 
 test( "MassUndoAndRedo (stress test)", function() {
 test( "MassUndoAndRedo (stress test)", function() {

+ 5 - 0
test/unit/editor/TestNegativeCases.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "NegativeCases" );
 module( "NegativeCases" );
 
 
 test( "Test unwanted situations ", function() {
 test( "Test unwanted situations ", function() {

+ 5 - 0
test/unit/editor/TestNestedDoUndoRedo.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "NestedDoUndoRedo" );
 module( "NestedDoUndoRedo" );
 
 
 test( "Test nested Do's, Undo's and Redo's", function() {
 test( "Test nested Do's, Undo's and Redo's", function() {

+ 5 - 0
test/unit/editor/TestSerialization.js

@@ -1,3 +1,8 @@
+/**
+ * @author lxxxvi / https://github.com/lxxxvi
+ * Developed as part of a project at University of Applied Sciences and Arts Northwestern Switzerland (www.fhnw.ch)
+ */
+
 module( "Serialization" );
 module( "Serialization" );
 
 
 test( "Test Serialization", function( assert ) {
 test( "Test Serialization", function( assert ) {