Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-19 | 2.7 kB | |
v0.3.2 source code.tar.gz | 2023-08-19 | 3.2 MB | |
v0.3.2 source code.zip | 2023-08-19 | 3.7 MB | |
Totals: 3 Items | 6.9 MB | 0 |
What's Changed
=> Mostly a stability update with improved elfloader, fixed opcodes and refined profiles * Better syscall handling * Fixed some wrapped functions, added some others * Introduced another wrapper helper * Added some more opcodes * Added a cosimulation mode (to compare the behaviour of the dynarec against the interpreter) * Added support of FASTNAN for some more opcodes * Reduced memory footprint * Added BOX86_NOSANDBOX (adds an argument to the command line) * Added an ukrainian translation
Contributions
- add -dnogit=1 flag to debian rules by @ryanfortner in https://github.com/ptitSeb/box86/pull/778
- Fix ARM64 Compile Instructions by @Fancy2209 in https://github.com/ptitSeb/box86/pull/779
- steam: install additional libraries to suppress wrong ELF class errors by @Moldytzu in https://github.com/ptitSeb/box86/pull/784
- steam: install mesa for armhf if present for arm64 by @Moldytzu in https://github.com/ptitSeb/box86/pull/786
- install_steam.sh: More deps by @sevan in https://github.com/ptitSeb/box86/pull/790
- docs/COMPILE.md: Use trusted.gpg.d by @sevan in https://github.com/ptitSeb/box86/pull/792
- Fix libjpeg62 wrapping error by @wannacu in https://github.com/ptitSeb/box86/pull/793
- Add a tool to generate wrapping library by @wannacu in https://github.com/ptitSeb/box86/pull/803
- Latest Batch of PKGBUILDS by @Jai-JAP in https://github.com/ptitSeb/box86/pull/804
- add missing \ to debian rules by @ryanfortner in https://github.com/ptitSeb/box86/pull/812
- add NO_LIB_INSTALL and NO_CONF_INSTALL by @josch in https://github.com/ptitSeb/box86/pull/822
- Remove dynablocklist by @ptitSeb in https://github.com/ptitSeb/box86/pull/824
- -noreactlogin deleted from Steam by @Ilya114 in https://github.com/ptitSeb/box86/pull/825
- fix typo by @mio-19 in https://github.com/ptitSeb/box86/pull/831
- Clean up of the rebuild_wrappers script by @rajdakin in https://github.com/ptitSeb/box86/pull/843
- Ukrainian translate of README by @Ilya114 in https://github.com/ptitSeb/box86/pull/845
- Fix links in README's by @Ilya114 in https://github.com/ptitSeb/box86/pull/846
New Contributors
- @Fancy2209 made their first contribution in https://github.com/ptitSeb/box86/pull/779
- @sevan made their first contribution in https://github.com/ptitSeb/box86/pull/790
- @josch made their first contribution in https://github.com/ptitSeb/box86/pull/822
- @Ilya114 made their first contribution in https://github.com/ptitSeb/box86/pull/825
- @mio-19 made their first contribution in https://github.com/ptitSeb/box86/pull/831
Full Changelog: https://github.com/ptitSeb/box86/compare/v0.3.0...v0.3.2