Skip to content

v3.6.1 - Beta 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivan-mogilko ivan-mogilko released this 09 Jul 13:51
· 1424 commits to master since this release

Changes in 3.6.1 - Beta 4

Editor:

  • Added TextureCacheSize and SoundCacheSize properties to Default Setup. These let configure the sizes of runtime texture and sound cache sizes respectively.
  • Fixed Labels don't draw text in preview (regression since the previous Beta 3).

Engine:

  • Implemented "texture cache", in addition to the existing "sprite cache". The texture cache keeps textures generated from raw sprites and lets reusing them, improving performance and reducing CPU workload. The actual impact is proportional to the game's resolution and amount of simultaneously animated objects on screen.
  • All the script File functions now treat paths in case-insensitive way (including subdirs), which makes them platform-independent.
  • Added new config settings in "graphics" section: "sprite_cache_size" (which replaces deprecated "cachemax" in "misc") and "texture_cache_size".

WinSetup:

  • Added options for setting texture cache and sound cache size.