-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added tests for all obj creation, transformation, window + system info graphics methods - Added half the state methods for graphics + added placeholders for missing drawing methods - Added TestMethod:assertNotNil() for quick nil checking - Added time total to the end of each module summary in console log to match file output - Removed a bunch of unessecary nil checks - Removed :release() from test methods, collectgarbage("collect") is called between methods instead - Renamed /output to /examples to avoid confusion - Replaced love.filesystem.newFile with love.filesystem.openFile - Replaced love.math.noise with love.math.perlinNoise / love.math.simplexNoise - Fixed newGearJoint throwing an error in 12 as body needs to be dynamic not static now - Some general cleanup, incl. better comments and time format in file output
- Loading branch information
Showing
30 changed files
with
1,976 additions
and
860 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
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
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 |
---|---|---|
|
@@ -21,4 +21,4 @@ function love.conf(t) | |
t.modules.timer = true | ||
t.modules.video = true | ||
t.modules.window = true | ||
end | ||
end |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.