Commit History

Author SHA1 Message Date
  Tiago Koji Castro Shibata 4c145e8c13 Support audio mix modes 8 years ago
  Bart van Strien a9a294beb3 Rebuild boot.lua.h 8 years ago
  Bart van Strien 9316d84028 Add (optional) copy-to-clipboard functionality to the error handler 8 years ago
  Alex Szpakowski c647317a74 Re-generated boot.lua.h. 8 years ago
  Alex Szpakowski e803878445 love.event.quit("restart") now causes LÖVE to restart the Lua state after shutting it down. 9 years ago
  Alex Szpakowski 8fca2aa607 Call collectgarbage after love.lowmemory(), instead of before. 9 years ago
  Alex Szpakowski 8566729229 Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53) 9 years ago
  BobbyJones 57467448ad Made the android set save functions private. 9 years ago
  Alex Szpakowski a590cf17aa The default error handler resets the mouse cursor now. 9 years ago
  BobbyJones 9dc50fe423 switched c.useexternalstorage to c.externalstorage 9 years ago
  BobbyJones e3da734ace clean up 9 years ago
  BobbyJones 3aa51763e2 made a method for setting external save location on android 9 years ago
  Alex Szpakowski 46a2e7b85c Happy new year! 🎉 9 years ago
  BobbyJones c283e36126 made a new boot.lua.h 9 years ago
  Alex Szpakowski 925eebdaf0 Removed love.event.addListener/removeListener/clearListeners. 9 years ago
  Alex Szpakowski e5c0c49751 Added love.event.clearListeners. 9 years ago
  Alex Szpakowski 44d4ce2c99 Show the error screen instead of just exiting after printing the error, if there's a syntax error in conf.lua (thanks Shoozza!) 9 years ago
  Bart van Strien 22f2175bec Add initial video playback support for Ogg Theora videos (resolves issue #66.) 9 years ago
  Alex Szpakowski 99debab3a4 Updated the readme: Xcode 7 lets you build iOS apps for your device without a registered developer account. 10 years ago
  Alex Szpakowski e979455772 love.event.quit now accepts a single (optional) argument, which is used as the program's exit status number. Resolves issue #1070. 10 years ago
  Alex Szpakowski 71116807e3 Fixed the default error handler to disable relative mouse mode. 10 years ago
  Alex Szpakowski d215d8a91e Reworked sRGB / gamma-correct APIs: 10 years ago
  Bart van Strien 4748132853 Show indicated version in incompatibility message (resolves issue #1066) 10 years ago
  Alex Szpakowski 6bce7c7cd0 Fixed love.errhand. 10 years ago
  Alex Szpakowski 8656797c5c Added a message box popup asking to quit the game to the default error handler, activated when the mouse is pressed or the screen is tapped. This is mostly useful on mobile devices where users can't press 'escape'. 10 years ago
  Alex Szpakowski c3612acfde Fixed the use of getRealDirectory when auto-detecting the identity name. 10 years ago
  Bart van Strien 29da6b3c26 Attempt to make identity autodetection even more robust using getRealDirectory 10 years ago
  Alex Szpakowski 3053278048 Moved the no-game screen code to its own file. 10 years ago
  Alex Szpakowski 48a0910907 Renamed love.textedit to love.textedited. (text composition event callback) 10 years ago
  Alex Szpakowski 811b2db466 The full executable path, rather than argv[0], is now used when determining whether the executable is fused (resolves issue #1043.) 10 years ago