Skip to content

Commit

Permalink
Merge pull request #54 from bfrymire/feather-disable-all
Browse files Browse the repository at this point in the history
Disable feather feature on all Crispy scripts
  • Loading branch information
bfrymire authored Sep 1, 2023
2 parents 18b8f15 + 0d472bb commit 564f0f9
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/BaseTestClass/BaseTestClass.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Base "class" that test constructors will inherit from
* @constructor BaseTestClass
Expand Down
2 changes: 2 additions & 0 deletions scripts/CrispyLog/CrispyLog.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Saves the result and output of assertion
* @constructor CrispyLog
Expand Down
2 changes: 2 additions & 0 deletions scripts/TestCase/TestCase.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Creates a Test case object to run assertions
* @constructor TestCase
Expand Down
2 changes: 2 additions & 0 deletions scripts/TestRunner/TestRunner.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Runner to hold test suites and iterates through each TestSuite, running its tests
* @constructor TestRunner
Expand Down
2 changes: 2 additions & 0 deletions scripts/TestSuite/TestSuite.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Testing suite that holds tests
* @constructor TestSuite
Expand Down
2 changes: 2 additions & 0 deletions scripts/__crispyStructUnpack/__crispyStructUnpack.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Helper function for structs that will replace a destination's
* variable name values with the given source's variable name values
Expand Down
2 changes: 2 additions & 0 deletions scripts/__crispy_config_macros/__crispy_config_macros.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

#macro CRISPY_NAME "Crispy"
#macro CRISPY_AUTHOR "Brent Frymire"
#macro CRISPY_REPO "https://github.com/bfrymire/crispy"
Expand Down
2 changes: 2 additions & 0 deletions scripts/crispyDebugMessage/crispyDebugMessage.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Helper function for Crispy to display its debug messages
* @function crispyDebugMessage
Expand Down
2 changes: 2 additions & 0 deletions scripts/crispyGetTime/crispyGetTime.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Returns the current time in micro-seconds since the project started running
* @function crispyGetTime
Expand Down
2 changes: 2 additions & 0 deletions scripts/crispyGetTimeDiff/crispyGetTimeDiff.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Returns the difference between two times
* @function crispyGetTimeDiff
Expand Down
2 changes: 2 additions & 0 deletions scripts/crispyIsInternalVariable/crispyIsInternalVariable.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Helper function for Crispy that returns whether or not a given variable name follows internal variable
* naming convention
Expand Down
2 changes: 2 additions & 0 deletions scripts/crispyMixinStructUnpack/crispyMixinStructUnpack.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Mixin function that extends structs to have the crispyStructUnpack() function
* @function crispyMixinStructUnpack
Expand Down
2 changes: 2 additions & 0 deletions scripts/crispyTimeConvert/crispyTimeConvert.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Feather disable all

/**
* Converts the given time milliseconds to seconds as a string
* @function crispyTimeConvert
Expand Down

0 comments on commit 564f0f9

Please sign in to comment.