Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

v0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@incomingstick incomingstick released this 13 Jan 23:15
· 47 commits to master since this release
aab2851

Added

  • After installing you can now run man openrpg for Unix style Man Pages thanks to @var-username
  • Calling npm install on this package will attemmpt to download the prebuild binaries from the matching github release putting it in dist/ (if dist/ already exists, it is cleared). build.js attempts to determine the correct node or electron version to download, and if one cannot be found we fall back to the core libaries. If build.js is still unable to locate the files, or the sha512 checksum fails, nothing is downloaded.

Changed

  • Moved the ASSET_LOC from a preprocessor definition to a Core module function that searches multiple locations until it finds our data directory, throwing an error if no data can be found
  • Core now takes advantage of the STL C++17 Filesystem library to locate our data folder using an array of paths
  • Updated README.md with NodeJS info and updates to the build scripts, as well as some reorganization of pertinent information.
  • Check and specify system architecture in build.bat