-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prefix all parameters so that when we start using the names from builtins they won't clash with gdscript reserved words * fix #94 * doubling all methods working * double strategy implemented * weaving the new logger in some more * "hide" Logger * added assert_null, assert_not_null * added nvl utility method * double inners * #93 implemented.
- Loading branch information
Showing
41 changed files
with
1,912 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
{ | ||
"dirs":["res://test/unit/", "res://test/integration/"], | ||
"should_maximize":false, | ||
"should_maximize":true, | ||
"should_exit":true, | ||
"ignore_pause":true, | ||
"log": 2, | ||
"opacity":100 | ||
"opacity":100, | ||
"inner_class":"", | ||
"double_strategy":"partial" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.