Skip to content

0.10

Compare
Choose a tag to compare
@barotto barotto released this 08 May 19:48
· 652 commits to master since this release

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 default opengl renderer (provided your video card has OpenGL 3.3 drivers). The software renderer is for when nothing works.
  • Native file dialogs, see the [program]:file_dialogs setting. Use the native 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.