Skip to content

oppai 3.2.0-b210

Compare
Choose a tag to compare
@Francesco149 Francesco149 released this 27 Feb 12:05
  • [build] hide unnecessary symbols from the unix shared libraries to speed up loading (doesn't work on macos at the moment and I don't know why)
  • [feature] add generated python bindings pip install oppai
  • [enhancement] (only for autocalc mode) always reset ar/od/cs/hp overrides when calling ezpp so you don't need to reset them manually to -1 when switching map
  • [bug] fix being unable to switch between ezpp and ezpp_data without reallocating the handle
  • [bug] fix autocalc mode not working when changing accuracy_percent
  • [test] run test suite on both windows and unix
  • [test] run test suite twice: with the shared library and with a normal static build
  • [example] add examples that parse the beatmap from memory
  • [feature] add _dup versions of ezpp and ezpp_data that create an internal copy of the map/path (useful for bindings)

linux binaries are manually uploaded shortly after the windows release and statically linked against musl libc

windows binaries should not require the c runtime

x64 and x86_64 mean 64-bit i586 and x86 mean 32-bit

the binary packages include the source code inside the src directory