Roadmap: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
'''The current release is 3.7.1''' | '''The current release is 3.7.1''' | ||
===3.7.2 | ===3.8=== | ||
The Christmas release. This will basically be what was planned to be 3.7.2, but took too long :) | |||
Main goals are to get rid of (in tree) ffmpeg, and add the new joymapping code. | Main goals are to get rid of (in tree) ffmpeg, and add the new joymapping code. | ||
[[3.7.2|Details are here]] | |||
===3.8.1=== | |||
We'll have to mostly fix the fallout caused by the new joymapping code for this one. | |||
* merge the SDL multithread stuff | |||
* complete the joymapping and related UI things | |||
* add a triple size CPU based CRT renderer | |||
* perhaps try one last time to update the FFMPEG/libav code, if that does not work remove it | |||
===3. | ===3.9=== | ||
The Christmas release | The Christmas release 2024. | ||
===4.0=== | ===4.0=== |
Revision as of 13:40, 29 October 2023
The current release is 3.7.1
3.8
The Christmas release. This will basically be what was planned to be 3.7.2, but took too long :)
Main goals are to get rid of (in tree) ffmpeg, and add the new joymapping code.
3.8.1
We'll have to mostly fix the fallout caused by the new joymapping code for this one.
- merge the SDL multithread stuff
- complete the joymapping and related UI things
- add a triple size CPU based CRT renderer
- perhaps try one last time to update the FFMPEG/libav code, if that does not work remove it
3.9
The Christmas release 2024.
4.0
These are the long term goals, vaguely coined "4.0":
- remove SDL1 support
- all important targets haved SDL2 now, so there is hardly a reason to keep SDL1 support. Removing it is simply about preventing bit rot and removing some complexity.
- remove x64 (possibly rename x64sc to x64)
- Soon x64sc will work fine on raspy and alike
- merge the separated GUI/Emulator-core branch
- move repository to git
- this needs to be coordinated
- release 4.0
see Todo for the gory details