Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fakecanvas sizeHEADmaster | piernov | 2014-05-12 | 1 | -2/+2 |
| | |||||
* | Port to LÖVE 0.9 and delete vflip | piernov | 2014-04-03 | 1 | -45/+5 |
| | |||||
* | type table was incorrect | xgoff | 2012-08-10 | 1 | -1/+1 |
| | | | | i dunno WHAT i was on when i wrote that. that's what i get for not testing anything | ||||
* | unneeded comments | xgoff | 2012-08-10 | 1 | -7/+2 |
| | |||||
* | copy-pasting is bad. don't do it | xgoff | 2012-08-04 | 1 | -3/+3 |
| | |||||
* | revert commit b299cfe8, was causing problems with that drawq call | xgoff | 2012-08-04 | 1 | -6/+6 |
| | |||||
* | zero-argument version of canvas:clear() is much faster now | xgoff | 2012-08-04 | 2 | -2/+6 |
| | |||||
* | updated | xgoff | 2012-08-04 | 1 | -11/+1 |
| | |||||
* | consecutive setCanvas(some canvas here) calls seem to work correctly now | xgoff | 2012-08-04 | 1 | -39/+48 |
| | |||||
* | deconstructing hopes and dreams | xgoff | 2012-08-04 | 1 | -1/+3 |
| | |||||
* | add version check | xgoff | 2012-08-03 | 2 | -2/+3 |
| | |||||
* | add setOption and getOption functions. | xgoff | 2012-08-03 | 2 | -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 nil | xgoff | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | it looks like love doesn't do anything special with translate et al; they ↵ | xgoff | 2012-08-02 | 1 | -1/+1 |
| | | | | will still affect the canvas even if they are called before it has been set | ||||
* | those arguments were *supposed* to be optional! | xgoff | 2012-08-02 | 1 | -0/+2 |
| | |||||
* | handle stencils... by discarding them. | xgoff | 2012-08-02 | 2 | -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 call | xgoff | 2012-08-02 | 1 | -1/+0 |
| | |||||
* | add todo/untested section to readme | xgoff | 2012-08-02 | 1 | -0/+16 |
| | |||||
* | queried pixeleffect support and never actually used the result... oops | xgoff | 2012-08-02 | 1 | -6/+13 |
| | |||||
* | slight tweak to readme and its example | xgoff | 2012-08-01 | 1 | -2/+2 |
| | |||||
* | might as well make these vararg functions | xgoff | 2012-08-01 | 1 | -7/+6 |
| | |||||
* | or maybe i'll just put the license in the actual file | xgoff | 2012-08-01 | 2 | -7/+26 |
| | |||||
* | Merge https://github.com/fogfx/love2d-fakecanvas | xgoff | 2012-08-01 | 0 | -0/+0 |
|\ | |||||
| * | Update README.md | fogfx | 2012-08-01 | 1 | -1/+1 |
| | | | | | | dat grammar | ||||
| * | Update README.md | fogfx | 2012-08-01 | 1 | -3/+56 |
| | | | | | | actual content | ||||
| * | Initial commit | fogfx | 2012-08-01 | 1 | -0/+4 |
| | |||||
* | initial commit | xgoff | 2012-08-01 | 3 | -0/+318 |