124
edits
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
** type aliases templating | ** type aliases templating | ||
** move semantics | ** move semantics | ||
** forward-declaration of scoped enum (+ scoped enum at all) | |||
** thread_local to eliminate race conditions with e.g. the storage pool used by Common::String, when strings are used across threads | |||
* UBSan common code | * UBSan common code | ||
* Treat Android platform like first-class citizen | * Treat Android platform like first-class citizen | ||
Line 19: | Line 21: | ||
* Help docs for devs on memory management? | * Help docs for devs on memory management? | ||
* Stop caching save file listings on systems that have OS-level caching | * Stop caching save file listings on systems that have OS-level caching | ||
* Requirements for official ports to not override standard ScummVM GUI controls with custom behaviours (e.g. android’s midi checkbox/input hack, psp’s using the render mode drop-down for aspect ratio correction) | |||
GUI: | GUI: | ||
Line 42: | Line 45: | ||
* Get monitoring on the servers for disk space, etc. | * Get monitoring on the servers for disk space, etc. | ||
* Responsible disclosure mailing list | * Responsible disclosure mailing list | ||
* Fix create_project warning flags for Xcode so they are the same as the ones used by Make | |||
Engines: | Engines: |
edits