Difference between revisions of "0.8.0"
m |
|||
Line 1: | Line 1: | ||
The codename for LÖVE 0.8.0 has not been announced. It is '''<span style="color:#ff0000;">not yet released</span>'''. | The codename for LÖVE 0.8.0 has not been announced. It is '''<span style="color:#ff0000;">not yet released</span>'''. | ||
− | == Changes from [[0.7. | + | == Changes from [[0.7.2]] == |
=== Additions === | === Additions === | ||
− | * | + | * Added release error screen. |
+ | * Added alpha to [[love.graphics.setBackgroundColor]]. | ||
+ | * Added [[Framebuffer:clear]]. | ||
+ | * Added [[love.graphics.arc]]. | ||
+ | * Added [[Source:seek|seek]] and [[Source:tell|tell]] to Source objects. | ||
+ | * Added color interpolation to [[ParticleSystem]]. | ||
+ | * Added alpha masking. | ||
+ | * Added automatic PO2 padding. | ||
+ | * Added UTF-8 support for fonts. | ||
=== Bugfixes === | === Bugfixes === | ||
− | * | + | * Fixed polygon drawing (was off by one). |
+ | * Fixed wrapping for single words. | ||
+ | * Fixed tracebacks not showing filenames. | ||
=== Other === | === Other === | ||
− | * | + | * Updated [[love.joystick]] to be 1-indexed. |
+ | * Updated [[love.thread]] to use get/set instead of send/receive. | ||
+ | * Updated [[love.font|font]] engine. | ||
+ | * Updated line drawing to a custom system. | ||
+ | * Removed framebuffer auto-clearing. | ||
+ | * Removed [[EncodedImageData]]. |
Revision as of 22:16, 3 June 2011
The codename for LÖVE 0.8.0 has not been announced. It is not yet released.
Changes from 0.7.2
Additions
- Added release error screen.
- Added alpha to love.graphics.setBackgroundColor.
- Added Framebuffer:clear.
- Added love.graphics.arc.
- Added seek and tell to Source objects.
- Added color interpolation to ParticleSystem.
- Added alpha masking.
- Added automatic PO2 padding.
- Added UTF-8 support for fonts.
Bugfixes
- Fixed polygon drawing (was off by one).
- Fixed wrapping for single words.
- Fixed tracebacks not showing filenames.
Other
- Updated love.joystick to be 1-indexed.
- Updated love.thread to use get/set instead of send/receive.
- Updated font engine.
- Updated line drawing to a custom system.
- Removed framebuffer auto-clearing.
- Removed EncodedImageData.