История коммитов

Автор SHA1 Сообщение Дата
  Alex Szpakowski 44d10be928 Added a love.keyboard.setTextInput variant (setTextInput(enable, x, y, width, height)) to specify a rectangle where text is expected to be displayed on the screen. This is used as a hint so on-screen keyboards won't cover the text area. 10 лет назад
  Alex Szpakowski 2f1c89006e Slightly more robust hack to work around SDL's touch coordinate issues in Linux. 10 лет назад
  Alex Szpakowski 71c9943bd0 Fixed the keypressed and keyreleased handler functions. 10 лет назад
  Alex Szpakowski 5c1e6014cc Changed the love.keypressed and love.keyreleased event callbacks to be love.keypressed(key, scancode, isrepeat) and love.keyreleased(key, scancode). Added love.keyboard.isScancodeDown. Resolves issue #993. 10 лет назад
  Alex Szpakowski cce995146f Merged default into minor 10 лет назад
  Alex Szpakowski 976ce8ae00 Fixed cmakelists.txt. 10 лет назад
  Alex Szpakowski 7f9abc1e77 Added love.touch module and touch screen events. Resolves issue #825. 10 лет назад
  Alex Szpakowski 24cb934fa6 Slightly reduced the memory usage of Fonts / Rasterizers created using the default font. 10 лет назад
  Alex Szpakowski fb79788d74 Moved more Font code out of the FreeType implementation files. 10 лет назад
  Alex Szpakowski e8286de1f3 Pulled some Font module code out of the freetype implementation files, since it's not freetype-specific. 10 лет назад
  Alex Szpakowski c2628fe4f9 Added a workaround for a bug in PhysFS 2.1-alpha involving trailing slashes and PHYSFS_enumerateFiles. 10 лет назад
  Alex Szpakowski 8edea22179 Added love.mouse.hasCursor. Returns true if mouse cursors are available. 10 лет назад
  Alex Szpakowski 1f726b2fa1 Code style cleanup. 10 лет назад
  Alex Szpakowski 813457aa71 Pre-emptive fix for an attenuation distance issue in iOS' OpenAL implementation. 10 лет назад
  Alex Szpakowski 606f077e5d Moved Mac-specific code from platform/macosx/ to src/common/ 10 лет назад
  Alex Szpakowski 976deb0b74 Added a Sound Decoder using Apple's CoreAudio framework. 10 лет назад
  Alex Szpakowski c106d9ff53 love.event can now handle any number of event arguments. 10 лет назад
  Alex Szpakowski 672899f5c7 Use a message box for version compatibility warnings, rather than displaying a timed message before the game loads. 10 лет назад
  Alex Szpakowski 7d2f1d74a4 Renamed the Key and Scancode constants representing the spacebar from " " to "space" (see issue #976.) 10 лет назад
  Alex Szpakowski b0b4613896 I forgot to export love.window.maximize in time for 0.9.2's release. :( 10 лет назад
  Alex Szpakowski 7a7567145a Updated the 0.10.0 changelog. 10 лет назад
  Alex Szpakowski 10cf501979 Merged default into minor 10 лет назад
  Alex Szpakowski ed4c364171 Fixed a potential crash when an invalid Scancode constant argument is used in love.keyboard.getKeyFromScancode. 10 лет назад
  Alex Szpakowski 84294ac684 Added tag 0.9.2 for changeset a5e405cdf14d 10 лет назад
  Alex Szpakowski 39db975cb5 Added release date for 0.9.2 10 лет назад
  Bart van Strien 902a7cb68b Update debian package files to the 0.9.2~rc1 version 10 лет назад
  Alex Szpakowski 5e088aa183 Updated changelog 10 лет назад
  Bart van Strien 600a369d77 Allow calling newRasterizer without arguments from newFont again 10 лет назад
  Alex Szpakowski d82d2c93b6 If love is run from an existing console window in Windows, it will use that for stdout (when console mode is enabled via love.conf or --console) rather than creating a new console. 10 лет назад
  Alex Szpakowski 36e99b4880 Fix an OpenGL error when an sRGB image is created with mipmaps in OpenGL ES 2. 10 лет назад