Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Alex Szpakowski 2f419c1c83 Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's. 10 vuotta sitten
  Alex Szpakowski 970704c2b7 Added Text objects via love.graphics.newText(font [, textstring]). Reworked the internal code of Font objects to use fewer individual textures and less VRAM per object, and to be compatible with OpenGL ES. Slightly improved the performance of love.graphics.print and love.graphics.printf. 10 vuotta sitten
  Alex Szpakowski a7e4148869 Merged default into minor 10 vuotta sitten
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 vuotta sitten
  Alex Szpakowski 8d0654a6a7 Added runtime drag-and-drop file and folder support via new love.filedropped and love.directorydropped event callback functions. filedropped has a single File object argument, and directorydropped has a single string argument containing the full path of the directory, which can be used with love.filesystem.mount. 11 vuotta sitten
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! 11 vuotta sitten
  Alex Szpakowski aa69a695d3 Canvases can now be used in SpriteBatches, ParticleSystems, and Meshes (resolves issue #782). 11 vuotta sitten
  Alex Szpakowski 5e3a0fbc6e Updated box2d from 2.2.1 to 2.3.0 11 vuotta sitten
  Alex Szpakowski 1e696c4505 Added Mesh objects and love.graphics.newMesh. Mesh objects are similar to Geometry but they're drawables (the relationship between meshes and images is the opposite of geometry and images.) 12 vuotta sitten
  Alex Szpakowski 113ed1cfe7 Merged SDL2 changes from bartbes/love-experiments/SDL2 into default. 12 vuotta sitten
  vrld 19eade843c Add support for Bezier curves of arbitrary degree. 12 vuotta sitten
  Alex Szpakowski ff77eb4b29 Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window. 12 vuotta sitten
  vrld 71317c4359 Add Geometries (replaces Quads). 12 vuotta sitten
  Alex Szpakowski 3046981fce Added love.math.newRandomGenerator. Returns a RNG object with its own seed and random methods. 12 vuotta sitten
  Alex Szpakowski 5301026f3c Added support for DXT1/3/5 and BC5/7 compressed textures via love.image.CompressedData. Some internals are still iffy. 12 vuotta sitten
  Alex Szpakowski fd839bbee9 Removed some internal vestigial traces of EncodedImageData 12 vuotta sitten
  Bart van Strien 3d0c5761ce Merge in default, update changelog 12 vuotta sitten
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 vuotta sitten
  Alexander Szpakowski e24d721381 Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'. 12 vuotta sitten
  Alexander Szpakowski 0611234067 changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders 12 vuotta sitten
  Bart van Strien 399a6a6614 Merge in channels from love-experiments 13 vuotta sitten
  Bart van Strien 7793e7f02f CRLF to LF 13 vuotta sitten
  rude 81c38e22d0 Applied the new style guidelines. 13 vuotta sitten
  Bill Meltsner be55579a22 Happy New Year, have an enormous diff 13 vuotta sitten
  Bart van Strien 0aae9684b3 Automated formatting fix 13 vuotta sitten
  Bill Meltsner d40b25c1e6 Hindenmerge 14 vuotta sitten
  Bill Meltsner 14348f6146 Create DrawQable class, make Image and Canvas DrawQable, and make love.graphics.drawq take a DrawQable as its first argument 14 vuotta sitten
  Bill Meltsner 71abae06c7 Implement Fixture class properly. 14 vuotta sitten
  Bill Meltsner 915e3e9d86 Updated to Box2D 2.2, added new joints, some other updates to match the API changes (still plenty more to go though) 14 vuotta sitten
  vrld 28b4008797 Rename Framebuffer to Canvas (issue #263). Move error reporting code. 14 vuotta sitten