Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Bart van Strien 8ae53765c7 Images are now bound before they are encoded (fixes #95) 15 gadi atpakaļ
  Bart van Strien 8a7e2a0629 Thread wrapper checks for failed thread creation. (fixes #90) 15 gadi atpakaļ
  Bill Meltsner 9a76ac7bea You can no longer access out-of-range pixels in ImageData 15 gadi atpakaļ
  Bill Meltsner a34640bcfd (Hopefully) fixed bug where extended ASCII characters would not display properly. 15 gadi atpakaļ
  Bart van Strien 2169f531f8 Threads now get the love.filesystem package.loader too 15 gadi atpakaļ
  Bill Meltsner b95c7215e9 commented out the audio capture initialization stuff so that lovers don't get concerned by warnings about being unable to open a capture device 15 gadi atpakaļ
  Bill Meltsner 5b62692c7d love.graphics.newImageFont now accepts an Image as its first argument 15 gadi atpakaļ
  Bill Meltsner 41124e9032 fixed typo in wrapper function declaration 15 gadi atpakaļ
  Bart van Strien b2d054ad50 newWorld(w, h) now actually makes the world w*h, not 4*w*h 15 gadi atpakaļ
  Bart van Strien fdd8393b13 Fix for blurry text, bug #85 15 gadi atpakaļ
  Bill Meltsner 8800fa982a made fonts actually print from the top-left. 15 gadi atpakaļ
  Bill Meltsner b9bcd701b1 Updated Xcode project with new changes. 15 gadi atpakaļ
  Bart van Strien b35be57a6b Fix bug #82 (blend mode in error handler) 15 gadi atpakaļ
  Bart van Strien 73a4175a30 Updated changelog 15 gadi atpakaļ
  Bart van Strien b2386d7201 (Hopefully) Fixed a bug where ImageData was not seen as preconverted by newImageFont (#73) 15 gadi atpakaļ
  Bart van Strien 9c5c86325a Reverted Box2D errors back to asserts, because love's exceptions provided even less info 15 gadi atpakaļ
  Bart van Strien d942ff3315 Fix font scaling newline issue (bug #56) 15 gadi atpakaļ
  Bart van Strien fe373075a4 Thread now has access to mutex and cond as well, fixes bug where errors wouldn't get picked up 15 gadi atpakaļ
  rude 8515ee675d Too careless while resolving conflicts in boot.lua. 15 gadi atpakaļ
  rude 25aa6aa766 Added ignore stuff for msvc2010. 15 gadi atpakaļ
  rude d27dd8b5dd Added base64 support for FileData, and inlined all resources in boot.lua/graphics.lua as base64. Also removed old reshax stuff. 15 gadi atpakaļ
  Bill Meltsner 6492888c31 updated no game screen 15 gadi atpakaļ
  Bill Meltsner 86dbc3212c removed the DMG creation process from the OS X build - we'll distribute using zips from here on out 15 gadi atpakaļ
  Bart van Strien 7e318cc9b2 Let's hope I finally smashed those mem leaks 15 gadi atpakaļ
  Bart van Strien 2b273c0081 Hopefully fixed more memory leakage in fonts 15 gadi atpakaļ
  Bart van Strien 99abe5ae19 Updated the changelog to reflect bugfix as described in issue #67 15 gadi atpakaļ
  Bart van Strien c96ade1cf0 Prevented a memory leak in the setFont wrapper 15 gadi atpakaļ
  Bill Meltsner 708f4f92ae updated version stuff 15 gadi atpakaļ
  rude a39b58bf5e Added code names for each version. 15 gadi atpakaļ
  rude 1eca14ed9e Fixed artifacts exposed (not really caused) by a0d18b527fb1. GL_CLAMP is deprecated in OpenGL ES. Image::Filter and Image::Wrap did not have reasonable default. 15 gadi atpakaļ