Alex Szpakowski
|
ebc68023a7
|
Fix many warnings about implicit integer conversions when compiling for 64 bits.
--HG--
branch : minor
|
2015-02-20 01:20:08 -04:00 |
|
Alex Szpakowski
|
a7e4148869
|
Merged default into minor
--HG--
branch : minor
|
2015-01-16 15:47:26 -04:00 |
|
Alex Szpakowski
|
37fecf1bd4
|
Fixed the BMFont character coordinate verification code.
--HG--
branch : minor
|
2014-12-27 18:27:28 -04:00 |
|
Alex Szpakowski
|
8d0654a6a7
|
Added runtime drag-and-drop file and folder support via new love.filedropped and love.directorydropped event callback functions. filedropped has a single File object argument, and directorydropped has a single string argument containing the full path of the directory, which can be used with love.filesystem.mount.
--HG--
branch : minor
|
2014-10-18 20:30:36 -03:00 |
|
Alex Szpakowski
|
4c6e688870
|
LÖVE will now try to guess the line height for BMFont files which are missing the 'lineHeight' attribute.
--HG--
branch : minor
|
2014-09-28 20:16:32 -03:00 |
|
Alex Szpakowski
|
8edb90a719
|
Added support for loading BMFont bitmap font files with love.graphics.newFont (see issue #190.) Some esoteric BMFont features are not supported.
Moved the Font module Lua wrapper code out of the freetype implementation folder.
--HG--
branch : minor
|
2014-09-28 16:00:40 -03:00 |
|