0.10
Changes since v0.9:
- Video capture, see the
[capture]
ini file section. Use the CTRL+F7 key combo to start/stop recording. - New SDL 2D renderers, see the
[gui]:renderer
ini setting. Use the renderer that works best for you:accelerated
should work fine if you use IBMulator in a VM like Virtualbox, otherwise use the defaultopengl
renderer (provided your video card has OpenGL 3.3 drivers). Thesoftware
renderer is for when nothing works. - Native file dialogs, see the
[program]:file_dialogs
setting. Use thenative
value if you want to use your OS's standard file dialog. Related issue: #46. - Revamped keymap system: now portuguese and other keyboard layouts with dead keys should work (I can't test this on a hw keyb, so YMMV). Related issue: #50.
- New
[gui]:framecap
setting.
The configuration ibmulator.ini
file has changed, if you are upgrading please delete or rename the old one.
The Linux binary works on my Ubuntu 19.10 machine, but it should work on Ubuntu 18.04 and 20.04 as well. Other distributions are untested. You need libSDL2 installed in your system.