Skip to content

Releases: ptitSeb/box64

v0.1.0

19 Nov 21:12
Compare
Choose a tag to compare

What's Changed

  • Improvement to ElfLoader
  • More opcode added to the Dynarec
  • More lib wrapping
  • Some fixes to a few function signature
  • Improvement to Signal handling, and internal mutex handling
  • A few fixes to some dynarec opcodes
  • A few fixes to some interpretor opcodes

Full Changelog: v0.0.8...v0.1.0

v0.0.8

19 Nov 21:11
Compare
Choose a tag to compare

What's Changed

  • Improvement to SSE/x87 handling
  • More opcode added to the Dynarec
  • More lib wrapping

Contributions

New Contributors

v0.0.6

19 Nov 21:11
Compare
Choose a tag to compare
  • Added Dynarec for ARM64
  • Many general CPU opcode added to the Dynarec
  • Many SSEx opcodes added to the Dynarec
  • Added a few more symbols in libc
  • A few changes to the "thread once" handling
  • New Logo and Icon from @grayduck

v0.0.4

19 Nov 21:10
Compare
Choose a tag to compare
  • Added a lot of opcodes
  • Added SDL1 and SDL2 wrapping
  • OpenGL/GLU wrapping done
  • libasound / libpulse wrapping done
  • libopenal / libalure / libalut wrapping done
  • Many X11 libs wrapped
  • Added "install" with binfmt integration
  • A few games are actualy starting now (old WorldOfGoo, Into The Breach, VVVVVV and Thimbeweed Park)

v0.0.2

19 Nov 21:09
Compare
Choose a tag to compare
  • Using box86 as a base, implemented most planned box64 part except dynarec
  • Wrapped a few libs
  • ELF loader a bit crude, but seems working
  • Signal handling implemented
  • MMX and x87 are sharing their registers