Alex Szpakowski
|
f192eca727
Add a .gitignore file based on .hgignore.
|
6 ani în urmă |
Alex Szpakowski
|
5c01289300
Fix love.graphics.getTextureTypes to return a table with boolean values instead of number values.
|
6 ani în urmă |
Alex Szpakowski
|
b158aef11e
Add Android.mk file from the love-android repository.
|
6 ani în urmă |
Alex Szpakowski
|
aca979c3ea
Add Joystick:getDeviceInfo(). Returns USB vendor id, product id, and product version numbers (consistent across operating systems).
|
6 ani în urmă |
Alex Szpakowski
|
3c9662a9ce
Fix a typo in the line smoothing code. I don't think it causes any visual change.
|
6 ani în urmă |
Alex Szpakowski
|
3938da9cc6
Fix compiler warnings about Optional field initialization order
|
6 ani în urmă |
Bart van Strien
|
65d9d7fbbd
Re-enable building FLAC decoder with autotools
|
6 ani în urmă |
Alex Szpakowski
|
f911af88c9
Possibly fix win32 compile error. This change should probably be upstreamed...
|
6 ani în urmă |
Alex Szpakowski
|
e66ecd03a8
Minor code cleanup of FLAC decoder.
|
6 ani în urmă |
Alex Szpakowski
|
07179f11ea
Add dr_flac header file to cmakelists and xcode
|
6 ani în urmă |
Alex Szpakowski
|
62d6573216
Rearrange fields in the Optional struct for less wasted padding.
|
6 ani în urmă |
Alex Szpakowski
|
9833515eba
Merged in AuahDark/love/flac-audio (pull request #125)
|
6 ani în urmă |
Alex Szpakowski
|
37472d6f5e
Add 'usedpiscale' boolean (true by default) to love.window.setMode's settings table and love.conf's t.window table. Add love.window.getNativeDPIScale.
|
6 ani în urmă |
Alex Szpakowski
|
2e6644fd44
Backout changeset b0094b5a9fa7f9a8f38040ec2f3d94d0a3cf31ce
|
6 ani în urmă |
Miku AuahDark
|
65b01fc52f
Re-enable FLAC codepath using dr_flac instead of libFLAC.
|
6 ani în urmă |
Alex Szpakowski
|
fc8ede263e
Fixed BezierCurve:render to avoid adding collinear points in some situations. Resolves issue #1501.
|
6 ani în urmă |
Alex Szpakowski
|
2a534893b1
Small ImageData code cleanup.
|
6 ani în urmă |
Alex Szpakowski
|
8455ef22d5
More consistent naming for vertex and index buffers in love's code.
|
6 ani în urmă |
Alex Szpakowski
|
44fd8b4e19
Update TinyEXR
|
6 ani în urmă |
Alex Szpakowski
|
8e5b71e8e7
Improve automatic batching performance slightly on AMD gpus by removing some redundant/useless opengl calls (there is no mapped buffer to flush).
|
6 ani în urmă |
Alex Szpakowski
|
ddef70e141
Potentially improve automatic batching performance slightly on nvidia/intel GPUs.
|
6 ani în urmă |
Alex Szpakowski
|
51d0733943
Apply workaround for font texture loading on Radeon 3000/4000-era graphics cards to mobile GPUs as well as desktop ones.
|
6 ani în urmă |
Alex Szpakowski
|
02fa8b0b2b
Fill truetype font glyph atlases with transparent white instead of transparent black in the borders between glyphs. Fixes black fringes around text (resolves issue #1495) and reduces the appearance of flickering when text is moved at non-integer coordinates and gamma correct rendering isn't enabled (closes issue #1143).
|
6 ani în urmă |
Alex Szpakowski
|
46d8b07e41
Fix non-integer dpi scale values specified in love.graphics.newCanvas.
|
6 ani în urmă |
Alex Szpakowski
|
ee77eef9a9
Update glslang
|
6 ani în urmă |
Alex Szpakowski
|
38cb56f168
Use doubles instead of floats for the time argument in Source:seek. This probably won't affect anything meaningfully, but in theory it's more precise.
|
6 ani în urmă |
Alex Szpakowski
|
3c77edb68b
Fix modplug-decoded streaming Sources when looping repeatedly, and when stop() is called on them. Resolves issue #1493.
|
6 ani în urmă |
Bart van Strien
|
7b7d03721c
Prevent the currently displayed video frame from changing if the video is paused
|
6 ani în urmă |
Bart van Strien
|
064296a6ce
Don't write intermediate frames to the backbuffer if catching up or seeking
|
6 ani în urmă |
Bart van Strien
|
1e8ab8ce1e
Never seek video more than once when trying to catch up (issue #1472, issue #1438)
|
6 ani în urmă |