|
@@ -1,7 +1,23 @@
|
|
LOVE 0.7.0
|
|
LOVE 0.7.0
|
|
----------
|
|
----------
|
|
|
|
|
|
- * Changelog should go here. I'm too lazy to write it atm.
|
|
|
|
|
|
+ * Added love.thread module
|
|
|
|
+ * Added source:play and friends
|
|
|
|
+ * Added source:isStatic()
|
|
|
|
+ * OSX now has UTI
|
|
|
|
+ * Fixed bug where love.audio.pause and friends were acting on everything, not just the passed source
|
|
|
|
+ * Less compiler warnings
|
|
|
|
+ * Fixed setFixedRotation enabling other flags
|
|
|
|
+ * Added get/setGroupIndex to CircleShape and PolygonShape
|
|
|
|
+ * Cleaned up traceback in error screen
|
|
|
|
+ * Invalid FSAA values now fall back to working ones (or none at all)
|
|
|
|
+ * Fixed a bug in the loader (for require)
|
|
|
|
+ * Moved fonts to love.font (from love.graphics), only rendering remains in love.graphics
|
|
|
|
+ * Switched font origin to top-left
|
|
|
|
+--* TO BE ADDED: COMMIT 324
|
|
|
|
+ * Dropped the OS X version requirement to 10.4
|
|
|
|
+ * Added font:getWrap
|
|
|
|
+ * Added identity field to love.conf
|
|
|
|
|
|
LOVE 0.6.2
|
|
LOVE 0.6.2
|
|
----------
|
|
----------
|