Commit History

Author SHA1 Message Date
  Bart van Strien 4c2b1ea104 Make visual studio produce love.dll instead of liblove.dll 12 years ago
  Alex Szpakowski 1d34dda48b Removed SpriteBatch:remove(id) (reverted commit 2ca82dd) 12 years ago
  Alex Szpakowski 7d579308dc LÖVE now errors when Image creation fails 12 years ago
  Alex Szpakowski 472915a4bb Worked around ATI/AMD driver bugs when creating mipmaps for Images 12 years ago
  Alex Szpakowski d9736ab3ab Removed mipmap support from Font graphics objects 12 years ago
  Alex Szpakowski 5bf78f891d Fixed OpenGL vertex buffer function usage (issue #489.) 12 years ago
  Alex Szpakowski 23968d3b4a Fixed image mipmap creation on some systems with buggy video drivers 12 years ago
  Alex Szpakowski 8c21c4dce0 Fixed love.graphics.getBlendMode on systems which don't support the subtractive blend mode 12 years ago
  Alex Szpakowski a68bdfe7a2 Constified many Graphics and Window methods 12 years ago
  Alex Szpakowski eba8cbc0b5 Removed internal code support for multitexturing without shaders, since it's not currently used and there are no plans to do so 12 years ago
  Alex Szpakowski 0e4d7f1f4a Replaced deprecated lua_open calls with luaL_newstate 12 years ago
  Alex Szpakowski 1945b7975d Cleaned up exception handling code when creating new fonts, spritebatches, and shaders 12 years ago
  Alex Szpakowski e1779897ab Removed love.graphics.drawTest 12 years ago
  Alex Szpakowski e05e8e6e6a Switched audio backends in OS X from Apple's OpenAL implementation to OpenAL Soft 12 years ago
  Alex Szpakowski 77ab120424 Fixed SpriteBatch file includes 12 years ago
  Alex Szpakowski ceb0ee6c7e Added SpriteBatch:remove(id) 12 years ago
  Alex Szpakowski 842c01b4e5 liblove now builds as a framework on OS X 12 years ago
  Alex Szpakowski 668a1bfa6d Silenced some compiler warnings 12 years ago
  Alexander Szpakowski ef8bdb96bd removed stowaway hgcheck file 12 years ago
  Alex Szpakowski c6da6ffab9 XCode project now builds liblove and uses it with love.app 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
  Alex Szpakowski e16b5afa6d Fixed love.graphics.getPointStyle 12 years ago
  Alex Szpakowski a76ffd5715 Fixed VertexIndex::getElementSize 12 years ago
  Alex Szpakowski de959b7275 Added a method to VertexIndex to determine the size in bytes of an element in the index array 12 years ago
  Alex Szpakowski a9211a1389 Removed direct OpenGL calls in the SDL Window module 12 years ago
  Bart van Strien 8fba362fc5 Add SoundData:getDuration, returns the duration in seconds 12 years ago
  Alex Szpakowski 7a16e4cb49 Made Visual Studio play nice with the C++ STL min/max functions in the new shader code 12 years ago
  Alex Szpakowski 7384bf15d3 Merged rude/love into default 12 years ago
  Alex Szpakowski 02d2a872ab Improved shader member variable names, fixed up XCode project file 12 years ago