newsSGE Game Engine - News: SGE 1.5.1 Released

 
 
Latest News
SGE moved to GitHub, being maintained again; SGE 1.6 released posted by onpon4, Thu 14 May 2020 11:46:31 PM UTC
SGE orphaned posted by onpon4, Sat 03 Aug 2019 09:24:18 PM UTC
SGE 1.5.1 Released posted by onpon4, Wed 19 Jul 2017 08:20:36 PM UTC
SGE 1.5 Released - What A Mess posted by onpon4, Sun 11 Jun 2017 01:43:28 PM UTC
Pygame SGE 1.4.4 Released posted by onpon4, Wed 05 Apr 2017 05:17:49 PM UTC

SGE 1.5.1 Released

Item posted by Layla Marchant <onpon4> on Wed 19 Jul 2017 08:20:36 PM UTC.

Yesterday, I finally got around to submitting a hook for uniseg to PyInstaller, and I also finalized the 1.5.1 release of the Pygame SGE. The differences compared to version 1.5 are:

  • Uniseg is now an optional dependency.
  • The way fonts are handled has been tweaked. The previous attempt to alias common fonts has been removed, and the default font has been changed from the Pygame default to an assortment of monospace fonts, so Pygame's default font is only ever used as an absolute last resort. (The reason I wanted to do this in particular is because attempting to use the default Pygame font with PyInstaller crashes the game, and I wasn't able to figure out why. But the monospace fonts are a better default choice in my opinion anyway.)

 

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code