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

Releases: rxi/lovedos

LoveDOS 0.2.1

21 Jan 09:19
@rxi rxi
Compare
Choose a tag to compare
  • Changes mounted tar archive filename lookups to be case insensitive
  • Fixes bug in love.keyboard.isDown when checking for multiple keys; #2

LoveDOS 0.2.0

13 Jan 22:50
@rxi rxi
Compare
Choose a tag to compare
  • Adds support for more standard image formats (png, bmp, tga etc.) - replaces old pcx system
  • Adds support for truetype fonts - replaces old bitmap font system
  • Adds mouse support (love.mouse module and mouse callbacks)
  • Adds virtual filesystem support (love.filesystem)
  • Adds love.event module
  • Adds love.textinput() callback
  • Adds love.quit() callback
  • Adds love.keyboard.setKeyRepeat() and isrepeat param to keypressed callback
  • Adds in-built packaging support: love --pack DIRNAME OUTFILE.EXE
  • Adds proper love.errhand error screen
  • Adds flip parameter to love.graphics.draw()
  • Changes palette to automatically set from used colors instead of needing to be set manually
  • Changes all color functions to use red, green, blue instead of color index
  • Changes the embedded font
  • Changes keyboard functions to use key string instead of scancode ints
  • Removes love.graphics.getPalette() and love.graphics.setPalette()
  • Removes love.graphics.setFlip() and love.graphics.getFlip()
  • Removes Image:mapPixel()

LoveDOS 0.1.5

28 Jun 10:10
@rxi rxi
Compare
Choose a tag to compare
  • Fixes love.update()'s delta time argument to never be less than zero
  • Fixes horizontal clipping of love.graphics.circle()

LoveDOS 0.1.4

21 Jun 00:00
@rxi rxi
Compare
Choose a tag to compare
  • Adds love.graphics.getPalette() and love.graphics.setPalette()
  • Enables Lua's LUA_COMPAT_ALL

LoveDOS 0.1.3

16 Jun 17:24
@rxi rxi
Compare
Choose a tag to compare
  • Fixes color argument of Image:setPixel()
  • Fixes text drawing to not be effected by the current flip mode

LoveDOS 0.1.2

14 Jun 17:59
@rxi rxi
Compare
Choose a tag to compare
  • Adds the love.graphics.reset() function
  • Adds support for non-string values to love.graphics.print()
  • Changes love.graphics.getCanvas() to return the screen canvas instead of nil when the screen canvas is set
  • Changes love.graphics.getFont() to return the default font instead of nil when the default font is set
  • Fixes love.getVersion()
  • Makes filename argument optional in love.graphics.newFont()

LoveDOS 0.1.1

13 Jun 20:41
@rxi rxi
Compare
Choose a tag to compare
  • Fixes default love.graphics.setColor() color

LoveDOS 0.1.0

13 Jun 20:25
@rxi rxi
Compare
Choose a tag to compare
v0.1.0

Version 0.1.0