mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
0.2
- 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
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
`/Applications/love_12.app/Contents/MacOS/love ./testing`
|
||||
|
||||
# v0.2
|
||||
|
||||
## Changed
|
||||
- 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
|
||||
|
||||
## Todo
|
||||
- graphics state methods
|
||||
- graphics drawing methods
|
||||
- need a platform: format table somewhere for compressed formats (i.e. DXT not supported)
|
||||
Reference in New Issue
Block a user