Difference between revisions of "User:Csnover"

Jump to navigation Jump to search
410 bytes added ,  04:09, 3 January 2018
no edit summary
(2 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:
124

edits

Navigation menu