Historique des commits

Auteur SHA1 Message Date
  Alex Szpakowski bb24c1b7a6 Mesh:getVertexMap now returns nil rather than an empty table, if no vertex map is set (resolves issue #1096.) il y a 10 ans
  Alex Szpakowski 46daf9dd15 Simplified some code by removing an unnecessary/useless optimization. il y a 10 ans
  Alex Szpakowski 389b91cf6f Added per-character color support to love.graphics.print/printf and Text objects. Resolves issue #865. il y a 10 ans
  Alex Szpakowski 799e303673 More fixes for love.graphics.printf's text positioning. il y a 10 ans
  Alex Szpakowski 396b0f0956 Mostly fixed the center and right wrap alignments for love.graphics.printf. il y a 10 ans
  Alex Szpakowski 34b8e47831 Removed the internal rounding applied to the x and y parameters of love.graphics.print/printf. Resolves issue #1062. il y a 10 ans
  Alex Szpakowski c03ce3a9ab love.math.random now uses a slight variant of Xorshift (Xorshift*). il y a 10 ans
  Alex Szpakowski f92e6552d4 Rewrote Font:getWrap (and thus love.graphics.printf's logic) to behave better. Resolves issue #799. il y a 10 ans
  Alex Szpakowski 5fabd64aea Improved the error message when an unsupported file format is used with love.image.newImageData or love.graphics.newImage. il y a 10 ans
  Alex Szpakowski 890802c0a3 Use a more descriptive error message if love.graphics.newImage fails because the OpenGL texture can't be created. il y a 10 ans
  Alex Szpakowski d587c206f0 Added a new variant love.math.decompress(data, format), where data is any Data object. il y a 10 ans
  Alex Szpakowski 2e9154283c Added gzip support to love.math.compress and love.math.decompress. il y a 10 ans
  Alex Szpakowski ca29c364f8 Fixed the Mac build (see issue #1081.) il y a 10 ans
  Alex Szpakowski 74ad3b8be6 Don't try to put zero-length data into OpenAL buffers (see issue #1083.) il y a 10 ans
  Alex Szpakowski 6a1ca3a45e Mac: Don't check for drop-file events on startup if the app was launched from a terminal (resolves issue #1081.) il y a 10 ans
  Alex Szpakowski 0bf80bb9fc Fixed a minor memory leak in love.graphics.setMode. il y a 10 ans
  Alex Szpakowski 00845c0ad0 Added love.graphics.intersectScissor(x, y, w, h). Resolves issue #1071. il y a 10 ans
  Alex Szpakowski 9c1214c77a Updated the Xcode project to use Xcode 7's recommended settings. il y a 10 ans
  Alex Szpakowski 99debab3a4 Updated the readme: Xcode 7 lets you build iOS apps for your device without a registered developer account. il y a 10 ans
  Alex Szpakowski 05ed70ed18 Updated stb_image to 2.07. il y a 10 ans
  Alex Szpakowski d30e60f8d7 Disable bitcode (for now) when building the iOS app, since the dependencies don't have it. il y a 10 ans
  Alex Szpakowski 369dedaf38 Fixed SpriteBatch:set and Mesh:setVertex preventing some vertex data from being sent to the GPU. il y a 10 ans
  Alex Szpakowski c9c772613c Enable symlinks by default (resolves issue #1072.) il y a 10 ans
  Alex Szpakowski 4dbc11800e Hopefully fixed the Windows/VS2013 build. il y a 10 ans
  Alex Szpakowski dc7cffe111 Fixed the color set by love.graphics.setColor not being restored properly when love.graphics.pop is called after love.graphics.push("all"). il y a 10 ans
  Alex Szpakowski 1c0870ee29 Pre-emptively work around an issue in libvorbis 1.3.4 and older when rewinding some Ogg Theora videos. il y a 10 ans
  Alex Szpakowski d3d970b925 Renamed iOS.mm and iOS.h to ios.mm and ios.h, to match the naming conventions of other files. il y a 10 ans
  Alex Szpakowski e979455772 love.event.quit now accepts a single (optional) argument, which is used as the program's exit status number. Resolves issue #1070. il y a 10 ans
  Alex Szpakowski 55b9899c82 Backout changeset 521ee85a2bc4d896cddc7ccc5c2a73dfd3b16669 il y a 10 ans
  Alex Szpakowski b432fa4f42 Appveyor: compile using VS 2015 instead of VS 2013. il y a 10 ans