Defold 1.2.113 has been released

Defold 1.2.113

This release improves distance field fonts, fixes an incorrect mouse mapping on HTML5 and a Win32 bundling issue.

Improved distance field font shader

The builtin distance field font fragment program font-df.fp has been reworked. The new implementation should follow the actual font shape better, as well as being more readable and easier to customize.

Due to changes in how the distance field fonts are generated during the build step, this will affect users that have copied and modified the previous builtin font-df.fp. The easiest way to fix any issues you might see would be to copy the contents of the new font-df.fp and port any modifications you have done.

Multisample of distance field fonts has been moved to a separate fragment program font-df-ms.fp.

Community Site

Defold Community has seen its first release! Play games or or upload your your own at the Games section, or find assets to use in your next project at the Asset Portal

Engine

  • DEF-2881 - Fixed: Fixed issue with bundling Win32 using native extensions.
  • DEF-1580 - Fixed: Distance field font rendering improvements.
  • DEF-2871 - Fixed: Incorrect right/middle mouse button mapping on HTML5.
  • DEF-2872 - Fixed: Fixed Windows link command line for NE.

Documentation

  • A few tweaks and fixes for the documentation.
16 Likes