← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/list-directories-in-cpp into lp:widelands

 

The proposal to merge lp:~widelands-dev/widelands/list-directories-in-cpp into lp:widelands has been updated.

Commit message changed to:

Improve performance and memory usage when loading tribes and world
- Save memory and loading time by not listing files via Lua
- Common sequential file loading function for image and sound files
- Replace regular expressions with NumberGlob for speedup
- Only load mipmap scales that are being used
- Preload sound files and animations at default scale for existing
  map objects to prevent dropping FPS at game start

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/list-directories-in-cpp/+merge/366614
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/list-directories-in-cpp into lp:widelands.


References