newsSGE Game Engine - News: Pygame SGE 1.0.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

Pygame SGE 1.0.1 Released

Item posted by Layla Marchant <onpon4> on Tue 14 Jun 2016 11:26:10 AM UTC.

This is a small bugfix release which aims to reduce the RAM use of SGE games. Changes compared to version 1.0 are:

  • The amount of time that things like images are cached has been reduced from 30 seconds to 15 seconds. 30 seconds is rather excessive for games that benefit most from the cache, so this change results in less RAM use without noticeably affecting performance.


  • Fixed a bug where the cache would delay garbage collection of sprites which are no longer used.


  • Fixed a bug where excessive copies of rendered text would be made whenever text was projected, wasting huge amounts of RAM.

 

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code