Commit History

Author SHA1 Message Date
  vrld 6ea187b2f1 Use *ARB versions for VBOs in SpriteBatch. Throw error if SpriteBatch not 14 years ago
  vrld d420d68048 Add shear transformation and transform object (issue #152). 14 years ago
  Bart van Strien 43a6357b54 Use correct height for y correction in set/getScissor (bug #234) 14 years ago
  Bart van Strien efb8efb45e Prevent overflows and underflows in love.graphics.push and love.graphics.pop (bug #118) 14 years ago
  vrld 30d6968ef9 Rename 'defineMask' to 'newMask'. Add inverted mask (issue #226). 14 years ago
  Bart van Strien 1a340cd6a0 Do not wrap when a single word is longer than the wrap limit. 14 years ago
  Bart van Strien 4fd9888a16 Merge in minor branch, now minor is our next development target 14 years ago
  vrld a18632ce2d Change Graphics::reset() to unbind FBO and clear stencil buffer. Change error 14 years ago
  vrld 939041886c Add masking (see issue #211). Only "hard" masks are supported, no 14 years ago
  vrld 1b8b144bc8 Fix polygon drawing: index of coordinates was off by one. 14 years ago
  vrld aa5eb4380d Add Color class. 14 years ago
  vrld 678f6fdadf Fix getBlendMode() to detect subtractive and multiplicative blend modes. 14 years ago
  rude 9ba2c4eb1d Fixed MSVC2010 compiler errors (ambiguous use of ::fmod). 14 years ago
  vrld 2a42c64a35 Replace line drawing via GL_LINE with custom line drawing (issue #153) 14 years ago
  Bill Meltsner 9251c2b4b1 handle love.graphics.arc being passed identical angles 14 years ago
  Bill Meltsner 33a2110b00 added love.graphics.arc 14 years ago
  vrld 61bf387bf9 Change love.graphics.setBackgroundColor() to accept alpha values. 14 years ago
  rude 2546f27b07 Merge default into minor. 14 years ago
  rude 10a1602840 Silence int -> float warnings on Windows. 14 years ago
  Bill Meltsner cbff71d089 New font engine is implemented and appears to work perfectly. Bugs may be discovered and the internals can certainly be optimized and improved (at some point, perhaps, a less naive packing algorithm would be nice) but for now, it's good to go. 14 years ago
  Bill Meltsner 94b4319878 trashed old unnecessary font stuff - compiles, but obviously will not work yet 14 years ago
  vrld 64b6232c9a Reinitialize event system (via SDL_INIT_VIDEO) in Graphics::setMode(). 14 years ago
  vrld d25a3a36ce Revert reverting 8d29d4ca285e. 14 years ago
  vrld e7db8c2491 Fix issue #176: unexpected behaivior of love.graphics.line with hash-table argument. 14 years ago
  Bart van Strien 04aa189d22 Didn't compile, totally my fault 14 years ago
  Bart van Strien 10524be1c8 Fix toggleFullscreen 14 years ago
  Bill Meltsner fde708160e bringing in the new year by changing every 2010 to 2011 14 years ago
  rude 31c9995082 Fixed some type conversion warnings in VC. Mostly float <-> int and bool <-> int. 14 years ago
  vrld b9b2c4a962 Rewrite Graphics::printf, fixes issue #107 14 years ago
  vrld e3067ff33d Fix issue #136 - Filter for Imagefonts. 14 years ago