Difference between revisions of "User:Csnover"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* C++11 by default | * C++11 by default | ||
** type aliases templating | |||
** move semantics | |||
* UBSan common code | * UBSan common code | ||
* Treat Android platform like first-class citizen | * Treat Android platform like first-class citizen |
Revision as of 23:31, 28 November 2017
Future TODOs
General:
- C++11 by default
- type aliases templating
- move semantics
- UBSan common code
- Treat Android platform like first-class citizen
- Fix low-resolution GUI
- Get rid of redundant Android & Android-SDL builds
- Support display rotation
- Proper GUI support for touchpad emulation vs touchscreen (currently this is hacked into a totally unrelated MIDI checkbox)
- MIDI hardware support?
- SharedPtr deleter -> template
- Prune dead ports code
- Centralise documentation and remove redundancies between wiki/readme/web site/etc.
- New rules for ports
- Help docs for devs on memory management?
GUI:
- Fix bad GUI on retina display & in SurfaceSdl mode
Infra:
- Finish Buildbot upgrades
- Add bgK’s MSVC if it isn’t there already by now, https://github.com/bgK/scummvm-msvc-toolchain-docker
- Containerise other web services
- bug tracker
- translations
- main web
- wiki
- Automated release builds
- Improve packaging step to generate N packages from a single build using proper packaging utilities (nsis, deb, rpm, etc.)
- User-driven compatibility database to replace the manual XML+Smarty-based system used currently (think WineDB)
Engines:
- Wintermute engine PRs
- Wintermute mark stable games from http://forum.scummvm.org/viewtopic.php?t=13062
Upstream libs:
- MAME OPL update
- Munt update
- Investigate DOSBox OPL update