aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix fakecanvas sizeHEADmasterpiernov2014-05-121-2/+2
|
* Port to LÖVE 0.9 and delete vflippiernov2014-04-031-45/+5
|
* type table was incorrectxgoff2012-08-101-1/+1
| | | | i dunno WHAT i was on when i wrote that. that's what i get for not testing anything
* unneeded commentsxgoff2012-08-101-7/+2
|
* copy-pasting is bad. don't do itxgoff2012-08-041-3/+3
|
* revert commit b299cfe8, was causing problems with that drawq callxgoff2012-08-041-6/+6
|
* zero-argument version of canvas:clear() is much faster nowxgoff2012-08-042-2/+6
|
* updatedxgoff2012-08-041-11/+1
|
* consecutive setCanvas(some canvas here) calls seem to work correctly nowxgoff2012-08-041-39/+48
|
* deconstructing hopes and dreamsxgoff2012-08-041-1/+3
|
* add version checkxgoff2012-08-032-2/+3
|
* add setOption and getOption functions.xgoff2012-08-032-8/+37
| | | | to start off, there is an option "vflip", used for potential performance increase, at the cost of incorrect texture coordinates
* typeOf() should return false and not nilxgoff2012-08-021-1/+1
|
* it looks like love doesn't do anything special with translate et al; they ↵xgoff2012-08-021-1/+1
| | | | will still affect the canvas even if they are called before it has been set
* those arguments were *supposed* to be optional!xgoff2012-08-021-0/+2
|
* handle stencils... by discarding them.xgoff2012-08-022-1/+2
| | | | i was expecting to have to jump through hoops to not have to call stencil functions multiple times but fortunately that is not the case
* remove redundant clear callxgoff2012-08-021-1/+0
|
* add todo/untested section to readmexgoff2012-08-021-0/+16
|
* queried pixeleffect support and never actually used the result... oopsxgoff2012-08-021-6/+13
|
* slight tweak to readme and its examplexgoff2012-08-011-2/+2
|
* might as well make these vararg functionsxgoff2012-08-011-7/+6
|
* or maybe i'll just put the license in the actual filexgoff2012-08-012-7/+26
|
* Merge https://github.com/fogfx/love2d-fakecanvasxgoff2012-08-010-0/+0
|\
| * Update README.mdfogfx2012-08-011-1/+1
| | | | | | dat grammar
| * Update README.mdfogfx2012-08-011-3/+56
| | | | | | actual content
| * Initial commitfogfx2012-08-011-0/+4
|
* initial commitxgoff2012-08-013-0/+318