Commit History

Author SHA1 Message Date
  Alex Szpakowski 67353d4de7 Reduced CPU usage (and improved performance) for the nogame screen 12 years ago
  rude aa1c091cc9 Add Baby Inspector no-game screen. 12 years ago
  Alex Szpakowski 8084096937 Fixed the error screen sometimes not properly appearing until the next input event due to double/triple-buffering 12 years ago
  Alex Szpakowski 958a25e0af Flipped the loading order of the graphics and window modules (first window, then graphics) 12 years ago
  Alex Szpakowski 66b9b46846 Removed the love.joystickball event callback function 12 years ago
  Alex Szpakowski 6b7eb35d8a Added love.visible(boolean visible) event callback 12 years ago
  Alex Szpakowski f253a016f6 Cleaned up love.run a bit 12 years ago
  Alex Szpakowski 6a76e082e4 Re-added love.graphics.getWidth/getHeight 12 years ago
  Alex Szpakowski 252aa114a7 Fixed a potential error in the release errhand function 12 years ago
  Bart van Strien 7b923dc75b On windows, open the console window before the main window, which should mean that the main window gets focus 12 years ago
  Alex Szpakowski eaf69aead1 Renamed love.window.setTitle back to love.window.setCaption 12 years ago
  Alex Szpakowski ff77eb4b29 Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window. 12 years ago
  Bart van Strien 8a5c8c4dc4 Use tail calls to event handlers from love.handlers 12 years ago
  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 years ago
  Alex Szpakowski c9003750fa Removed extension and "."'s from default filesystem identity (issue #568) 12 years ago
  Alex Szpakowski 77c6efd8fd Fixed love.mouse.setPosition when called in love.load (issue #611) 12 years ago
  Alex Szpakowski 6142352cd4 love._openConsole is now called before main.lua is loaded 12 years ago
  Alex Szpakowski ba3a363fd3 Potentially worked around an SDL resize event bug in windows causing initial window creation to happen twice 12 years ago
  Alex Szpakowski 7391d9821f Merged love.graphics.origin into default (issue #124) 12 years ago
  Bart van Strien 7efe11b11f Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463) 12 years ago
  Alex Szpakowski 6b1222366d Removed 'moved' suffix from new joystick callbacks 12 years ago
  Alex Szpakowski a844ac2389 Added love.joystickaxismoved, love.joystickballmoved, and love.joystickhatmoved callbacks 12 years ago
  Bart van Strien 3d0c5761ce Merge in default, update changelog 12 years ago
  vrld 5f586390d8 Add module `love.math`. Implements xorshift RNG. 12 years ago
  Alex Szpakowski 083218742a Added love.graphics.origin(): resets the coordinate system (replaces the current transformation matrix with the identity) 12 years ago
  Alex Szpakowski 3cf03fee8f Fixed the lua header generator script to output the correct year in the copyright text 12 years ago
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 years ago
  Bart van Strien 0fd4b147a4 Merge in default 12 years ago
  Alexander Szpakowski ce75b3af69 Merge from root 12 years ago
  Bart van Strien a72c981c32 Make sure love.errhand gets a local reference to print as well, and find the error handler at errortime (partial #390) 12 years ago