Commit History

Author SHA1 Message Date
  Alex Szpakowski 5de43a7207 The Vertex struct is now recognized as POD by C++, also fixed the name to be consistent with other love structs 12 years ago
  Alex Szpakowski 45de33edb8 Removed Geometry:flip (resolves issue #670) 12 years ago
  Alex Szpakowski 267d901cd6 Fixed Geometry:flip when the Geometry was created with newQuad (resolves issue #671) 12 years ago
  Alex Szpakowski 454ba9d968 love.graphics.newGeometry now takes an optional draw mode argument ("fan", "strip", or "triangles".) "fan" is the default. 12 years ago
  Alex Szpakowski 8d7e0b5629 Time-travelling license text 12 years ago
  Alex Szpakowski 6fe1bfd5f9 Removed convex-check from Geometry:setVertex to prevent errors when re-ordering vertices 12 years ago
  vrld e9d0204cdc Disallow concave shapes as geometry. 12 years ago
  Alex Szpakowski 3b05ec0635 Geometries now automatically use per-vertex colors when drawing if any vertex has a custom color set, otherwise the constant color is used. 12 years ago
  Alex Szpakowski 97d61dda96 Optimized Geometry:setVertex 12 years ago
  Alex Szpakowski 38b7e19914 Fixed Geometry:flip 12 years ago
  vrld 71317c4359 Add Geometries (replaces Quads). 12 years ago