Commit History

作者 SHA1 備註 提交日期
  Alex Szpakowski fc3affb9b9 Removed 'release mode' and love.releaseerrhand, and added love.filesystem.isFused (resolves issue #579). 12 年之前
  Alex Szpakowski 140a19593b Changed the default error handlers to attempt to create a window to show the error if the window isn't created yet, instead of just quitting 12 年之前
  Alex Szpakowski 7a20bbc6c4 Added an optional search order enum ("first" or "last") to love.filesystem.setIdentity and love.filesystem.mount (resolves issue #694) 12 年之前
  Alex Szpakowski 2106ff2403 Added love.threaderror event callback function (re issue #673) 12 年之前
  Alex Szpakowski bdb4c7eb90 Renamed t.screen to t.window in love.conf (resolves issue #637) 12 年之前
  Alex Szpakowski 67353d4de7 Reduced CPU usage (and improved performance) for the nogame screen 12 年之前
  rude aa1c091cc9 Add Baby Inspector no-game screen. 12 年之前
  Alex Szpakowski 8084096937 Fixed the error screen sometimes not properly appearing until the next input event due to double/triple-buffering 12 年之前
  Alex Szpakowski 958a25e0af Flipped the loading order of the graphics and window modules (first window, then graphics) 12 年之前
  Alex Szpakowski 66b9b46846 Removed the love.joystickball event callback function 12 年之前
  Alex Szpakowski 6b7eb35d8a Added love.visible(boolean visible) event callback 12 年之前
  Alex Szpakowski f253a016f6 Cleaned up love.run a bit 12 年之前
  Alex Szpakowski 6a76e082e4 Re-added love.graphics.getWidth/getHeight 12 年之前
  Alex Szpakowski 252aa114a7 Fixed a potential error in the release errhand function 12 年之前
  Bart van Strien 7b923dc75b On windows, open the console window before the main window, which should mean that the main window gets focus 12 年之前
  Alex Szpakowski eaf69aead1 Renamed love.window.setTitle back to love.window.setCaption 12 年之前
  Alex Szpakowski ff77eb4b29 Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window. 12 年之前
  Bart van Strien 8a5c8c4dc4 Use tail calls to event handlers from love.handlers 12 年之前
  Bart van Strien 79d1a7a6ef Add love.mousefocus (partial issue #120) temporary name (see issue #573) and it's waiting for an exposed love.window to get a check, too 12 年之前
  Alex Szpakowski c9003750fa Removed extension and "."'s from default filesystem identity (issue #568) 12 年之前
  Alex Szpakowski 77c6efd8fd Fixed love.mouse.setPosition when called in love.load (issue #611) 12 年之前
  Alex Szpakowski 6142352cd4 love._openConsole is now called before main.lua is loaded 12 年之前
  Alex Szpakowski ba3a363fd3 Potentially worked around an SDL resize event bug in windows causing initial window creation to happen twice 12 年之前
  Alex Szpakowski 7391d9821f Merged love.graphics.origin into default (issue #124) 12 年之前
  Bart van Strien 7efe11b11f Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463) 12 年之前
  Alex Szpakowski 6b1222366d Removed 'moved' suffix from new joystick callbacks 12 年之前
  Alex Szpakowski a844ac2389 Added love.joystickaxismoved, love.joystickballmoved, and love.joystickhatmoved callbacks 12 年之前
  Bart van Strien 3d0c5761ce Merge in default, update changelog 12 年之前
  vrld 5f586390d8 Add module `love.math`. Implements xorshift RNG. 12 年之前
  Alex Szpakowski 083218742a Added love.graphics.origin(): resets the coordinate system (replaces the current transformation matrix with the identity) 12 年之前