Commit History

Author SHA1 Message Date
  Miku AuahDark 5d63211b93 Fix t.audio.mixwithsystem defaults to false when absent from conf.lua 5 years ago
  Miku AuahDark 051f1e9830 Add t.audio.mic (boolean) setting to conf.lua 5 years ago
  Alex Szpakowski 37472d6f5e Add 'usedpiscale' boolean (true by default) to love.window.setMode's settings table and love.conf's t.window table. Add love.window.getNativeDPIScale. 6 years ago
  Alex Szpakowski 0752f27bdf Update copyright year for 2019 6 years ago
  Alex Szpakowski 324a290040 The code related to t.audio.mixwithsystem=true is run before the audio module is loaded. Fixes issue #1430. 6 years ago
  Alex Szpakowski d4762b4612 Add love.window.getDisplayOrientation and a love.displayrotated callback. Resolves issue #1441. 6 years ago
  Bart van Strien fd514d8176 Update some more copyright notices 7 years ago
  Alex Szpakowski 1abc7b20f7 Show an error instead of the nogame screen if a nonexistant folder is passed in as a source game directory. 7 years ago
  Bart van Strien 59fb287bd1 Merged in SoniEx2/love/minor (pull request #96) 7 years ago
  Bart van Strien 790625f0c4 Make love.run and love.errhand return a function for their main loop instead (resolves #1268) 7 years ago
  Alex Szpakowski d882c6811b Make love.run's code style more consistent. 7 years ago
  Alex Szpakowski ac84589c57 Backed out changeset 1b487edea8a8 7 years ago
  Alex Szpakowski 8fa511aea8 Move boot.lua into src/modules/love/ 7 years ago
  Alex Szpakowski 90e86c329d Add love.data module. 8 years ago
  Alex Szpakowski 9d0e984c3d Add love.filesystem.getInfo. Deprecate love.filesystem.exists/isDirectory/isFile/isSymlink/getLastModified/getSize. Resolves issue #641. 8 years ago
  Alex Szpakowski de28c6e6a8 Add the ability to have formally deprecated functions. 8 years ago
  Alex Szpakowski a42f27db47 The default error handler sanitizes error messages to remove non UTF-8 bytes before displaying it. Resolves issue #1330. 8 years ago
  Alex Szpakowski 98eef9e88a Add a default love.threaderror callback which just calls error(). 8 years ago
  Alex Szpakowski 9654376bdd Rename love.errhand to love.errorhandler (see issue #573). 8 years ago
  Alex Szpakowski 254e50dbfe Rename love.mouse.hasCursor to isCursorSupported (resolves issue #1309). 8 years ago
  Alex Szpakowski f0c682d50d boot.lua cleanup and fixes 8 years ago
  Kyle McLamb c2ea3a846c Cleanup 8 years ago
  Kyle McLamb f6600953ec merge 8 years ago
  Alex Szpakowski 02aa7937a1 Rename love.audio.setMixMode to setMixWithSystem. Fix some copyright notice typos. 8 years ago
  Alex Szpakowski 19b4079ecc Merge default into minor 8 years ago
  Alex Szpakowski 2eb9b3bdcd love.timer.step now returns the calculated dt directly. 8 years ago
  Alex Szpakowski ef5897b22c Seed love.math.random when the math module is loaded, instead of in love.run. 8 years ago
  Tiago Koji Castro Shibata 3dfe3808c6 Remove playmuted audio configuration 8 years ago
  Kyle McLamb 4ed370b098 Update comment 8 years ago
  Kyle McLamb 9a03cf10a4 Remove parsed options from the love.load arglist 8 years ago