Skip to content

v1.0.1

Choose a tag to compare

@thebriangao thebriangao released this 13 Jun 16:44
· 1 commit to main since this release

Minor bug fixes.

  • Fixed a build failure on newer toolchains (e.g. Swift 6.2.3 / Xcode 26.3, M-series): a literal-arithmetic expression in Mesher.swift overran the Swift type-checker, breaking ./pebble install. Hoisted into typed locals — worldgen and mesh output are byte-identical. (Fixes #1)
  • Fixed entity facing: mobs and the third-person player were rendered rotated by -yaw instead of the (180° - yaw) convention, so they faced and walked backward. Render-side only.

Update: cd pebble && git pull && ./pebble install