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

Автор SHA1 Сообщение Дата
  Boolsheet ee1b679639 Use OpenAL's direct channel features, should improve audio quality 13 лет назад
  Boolsheet 73672bd674 Clean up love.image because we own the memory, not DevIL 13 лет назад
  Bart van Strien 0a423d3e67 Export boot.lua as love.boot, and make it return a function that 'does everything' 13 лет назад
  Bart van Strien 140dbd4fcc Add silent-rules to configure.in, will allow for less verbose builds, also move configure.in and Makefile.am to platform/unix like other 'project files' 13 лет назад
  Bart van Strien 124e9d1d2a Fix memory leak in the mp3 decoder, turned out to be of pretty decent size (bug #395) 13 лет назад
  Bart van Strien f933d5983b Add basic support for file:// uri scheme (issue #425) 13 лет назад
  Bart van Strien 839b48c3e9 Make most Source setters default their z coordinate to 0, instead of erroring in its absence (issue #423) 13 лет назад
  Bart van Strien 7b161e5c41 Make using mpg123 optional, add option to linux build system 13 лет назад
  Bart van Strien 8211b8f93f Add love.joystick.reload, remove love.joystick.open and friends. (issue #392) 13 лет назад
  Bart van Strien fb6ffded14 Fix copyright date in the license file 13 лет назад
  Bart van Strien fd34c21d76 Made sure the launcher uses SDLmain (by including SDL.h) 13 лет назад
  Bart van Strien eb7a758691 Apply patch "More efficient SoundData allocator" that allocates memory less often, and shrinks to minimum size afterwards 13 лет назад
  Bart van Strien cadde8947f Use love.run's return value as return value (if valid), default to 0 13 лет назад
  Bart van Strien db7fba1d3a Now returns return value 1 on error 13 лет назад
  Bart van Strien 2986890746 Fix Shape:testPoint's stack indices (issue #430) 13 лет назад
  Bart van Strien 1b568fdf39 Make setMode get the actual width and height after setting, fixes bug with width and height 0 (aka desktop resolution) 13 лет назад
  Bart van Strien 1e00f0f981 Move the default image filter to the Image class, instead of Graphics applying it on newImage 13 лет назад
  Bart van Strien 1a89622262 Fonts and ImageFonts now use the default image filter, newImageFont gets a second and third argument, to optionally specify the filters 13 лет назад
  Bart van Strien 7f39fa8c3a Create liblove 13 лет назад
  Bart van Strien 0f0a64819e Add --fused command line argument, to override fused game detection 13 лет назад
  vrld 26780681ea Remove artifacts at line endings (see 4f9c5db78143). 13 лет назад
  vrld b5f3addd35 Remove antialiasing artifacts when drawing lines at a very big scale. 13 лет назад
  Bart van Strien 4a04c48891 Merged in aidalgol/love-scaling (pull request #6) 13 лет назад
  Bart van Strien 3b54a88c4e Merged in AMDmi3/love (pull request #7) 13 лет назад
  Bart van Strien 54e4d2da9a Fix endianness check for ppc on gcc 13 лет назад
  Marcus Comstedt 82fb48738d Use configure.in to test for endianness on UNIX 13 лет назад
  vrld 4370f6c9d6 Fix typo in PixelEffect:send() dispatcher when trying to send unsupported type 13 лет назад
  Dmitry Marakasov 204f561033 Fix bashisms 13 лет назад
  Aidan Gauland 8a6c36231c Corrected scaling of values in RopeJoint constructor. 13 лет назад
  Aidan Gauland 27b62b5c9c Removed scaling of unit vectors. 13 лет назад