Skip to content

Releases: libretro/libretro-chailove

v1.3.0

12 May 00:16
fecf7da
Compare
Choose a tag to compare

Fixes

Changed

  • love.filesystem.remove() has been removed
  • SDL_tty: Update by @gouchi in #426
  • Update libretro-common by @RobLoach in #413

v1.2.1

07 Apr 21:11
0fedc82
Compare
Choose a tag to compare

Fixes

  • Update libretro-common for audio fixes
  • Fix miyoo compilation name by @phcoder in #408
  • Fix osx-arm64 compilation and few Makefile cleanups by @phcoder in #409

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 Feb 00:04
4991653
Compare
Choose a tag to compare

Fixes

  • Make PhysFS only support .zip compression

Chores

  • Update vendor dependencies
  • Enable compilation of dingus, ios-arm64 and tvos-arm64 (by phcoder)
  • Remove submodule manipulation from Makefile
  • Switched Travis testing for GitHub Actions

v1.1.0

02 Jan 16:36
81002c5
Compare
Choose a tag to compare

Fixes

  • iOS compilation
  • Updated dependencies

0.32.0

10 Mar 17:47
d57052e
Compare
Choose a tag to compare

Features

Chores

  • ChaiLove now requires content to run
  • Updated ChaiScript_Extras for more string methods
  • Updated PhysFS
  • Updated libretro-common
  • Updated random to fix a gcc 7.3+ error
  • Updated stb

0.31.0

24 Dec 23:19
67e775e
Compare
Choose a tag to compare
  • Uses the libretro audio callback
  • Updated cppcodec
  • Updated PhysFS
  • Updated libretro-common

0.30.0

14 Nov 16:02
73baade
Compare
Choose a tag to compare

Features

  • Added support for classic_armv7_a7
  • Added lib/init.chai loading with require("lib")
  • Updated ChaiScript/ChaiScript_Extras
  • Updated libretro/libretro-common

v0.29.1

05 Nov 06:10
a85e03c
Compare
Choose a tag to compare
  • Moved String Methods to ChaiScript_Extras
  • Replaced use of filesystem/path.h with internal functions
  • Updated ChaiScript/ChaiScript_Extras
  • Updated libretro/libretro-common
  • Updated effolkronium/random

0.29.0

13 Oct 21:53
14e0a09
Compare
Choose a tag to compare

Fixes

  • Fixed /libretro/saves mounting

Features

  • Added string::trim()
  • Added string::split()
  • Adds loading of conf.chai for the conf() callback

0.28.0

07 Oct 16:49
bcbe88c
Compare
Choose a tag to compare

Features

  • love.timer.step() now returns dt
  • Adds string::replace(search, replace) to replace all instances of a string

Fixes

  • Fixes undefined reference to process_sinc_neon_asm()
  • Fixes love.graphics.draw(image) with no x and y parameter

Chores

  • Update libretro-common
  • Update PhysFS
  • Rework the testing framework
  • Fix Doxygen warnings