Commit History

Author SHA1 Message Date
  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
  Alex Szpakowski 78dd8bc547 Added love.touch.getPressure(touchid). Not useful on most touch-capable devices, but I do expect Apple's Force Touch to make it into iPhones in the near future. 10 years ago
  Alex Szpakowski 4a8e5bd4db Avoid non-ASCII UTF-8 in message box text - SDL's X11 backend for message boxes doesn't properly support it yet (https://bugzilla.libsdl.org/show_bug.cgi?id=1658). 10 years ago
  Alex Szpakowski 5bc5a2b780 Show the compatibility warning message box before creating the window and loading main.lua, so it will still display even if there are errors in main.lua. 10 years ago
  Alex Szpakowski 44b9efb43e Added love.isVersionCompatible. Returns true if the running version of love is compatible with the specified version. 10 years ago
  Alex Szpakowski afcad4defc Added new flag t.accelerometerjoystick to love.conf (true by default.) When set to false on mobile, the device's accelerometer will not show up as a joystick even if the joystick module is loaded. 10 years ago
  Alex Szpakowski 7e99ea6839 Added a boolean argument to love.mousemoved indicating whether the event came from a touch press (love.mousepressed and love.mousereleased already have it.) 10 years ago
  Alex Szpakowski b9c90e8a6f Fixed the background color for the error screen, and updated LodePNG to the latest version. 10 years ago
  Alex Szpakowski 3efcf3901b Removed Canvas:clear. love.graphics.clear now accepts r,g,b,a values (and defaults to 0,0,0,0 with no arguments given.) love.graphics.clear clears the content of the currently active Canvas(es.) 10 years ago
  Alex Szpakowski 95f87ed886 Added love.lowmemory event callback function, called when the app is close to running out of memory on iOS and Android. 10 years ago
  Alex Szpakowski bf8f6f8b02 Changed the default fullscreen type from 'exclusive' to 'desktop'. 10 years ago
  Alex Szpakowski c02c8b154d Added a boolean argument to love.mousepressed and love.mousereleased indicating whether the button event originated from a touchscreen press 10 years ago
  Alex Szpakowski ac2b03e8a4 Added love.graphics.isActive. love.graphics function calls (and method calls on objects created via love.graphics) are only guaranteed to work when isActive is true, otherwise bad things might happen (the program crashing, for example.) 10 years ago
  Alex Szpakowski 71c9943bd0 Fixed the keypressed and keyreleased handler functions. 10 years ago
  Alex Szpakowski cce995146f Merged default into minor 10 years ago
  Alex Szpakowski 7f9abc1e77 Added love.touch module and touch screen events. Resolves issue #825. 10 years ago
  Alex Szpakowski c106d9ff53 love.event can now handle any number of event arguments. 10 years ago
  Alex Szpakowski 672899f5c7 Use a message box for version compatibility warnings, rather than displaying a timed message before the game loads. 10 years ago