Alex Szpakowski
|
0d52ac6d52
Fixed dumb typo
|
11 년 전 |
Alex Szpakowski
|
309193895a
Added opt-in support for high-dpi mode in OS X when on a retina display (resolves issue #761).
|
11 년 전 |
Alex Szpakowski
|
29f47d9a10
Changed particle spawning behaviour in ParticleSystems to spawn at an interpolated position between the location at the previous update and the current one. This results in much smoother behaviour when moving a ParticleSystem constantly via ParticleSystem:setPosition.
|
11 년 전 |
Alex Szpakowski
|
dc35db1c7b
Fixed tab characters (‘\t’) in text to be drawn properly with love.graphics.print.
|
11 년 전 |
Alex Szpakowski
|
9b9671f5ee
Fixed a potential memory leak when a Font object errors
|
11 년 전 |
Alex Szpakowski
|
7f77c2d0b3
Canvas:renderTo now restores the previously active Canvas when done, instead of erroring if another Canvas is already active
|
11 년 전 |
Alex Szpakowski
|
113093e4fc
Separated canvas texture creation code from FBO creation code
|
11 년 전 |
Alex Szpakowski
|
fda005c5ff
love.graphics.getScissor now has a proper C++ module method
|
11 년 전 |
Alex Szpakowski
|
c64b3d2527
Renamed love.graphics.getMaxImageSize to love.graphics.getMaxTextureSize (old function is still there, but deprecated.)
|
11 년 전 |
Alex Szpakowski
|
6fcebf69e4
Updated changelog
|
11 년 전 |
Alex Szpakowski
|
1d3c4e125e
Make love.graphics.reset call love.graphics.origin instead of clearing the internal pixel size stack
|
11 년 전 |
Alex Szpakowski
|
510ed6f11e
Abstracted lua bindings for general Texture methods into wrap_Texture.cpp
|
11 년 전 |
Alex Szpakowski
|
6756bc3c2c
Updated readme
|
11 년 전 |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 년 전 |
Alex Szpakowski
|
aa69a695d3
Canvases can now be used in SpriteBatches, ParticleSystems, and Meshes (resolves issue #782).
|
11 년 전 |
Alex Szpakowski
|
1d3f6e967d
Added CircleShape:get/setPoint.
|
11 년 전 |
Alex Szpakowski
|
b091746118
Removed some unused variable warnings when compiling
|
11 년 전 |
Alex Szpakowski
|
9c747f1476
Switched to using bearing and advance metrics from the actual bitmap glyph object, removed old unused method declarations in the Filesystem class.
|
11 년 전 |
Alex Szpakowski
|
ccc5535a82
The love.filesystem module searchers for require are now tried after package.preload instead of before.
|
11 년 전 |
Alex Szpakowski
|
ab1cf7fdc5
Really fixed setting the scissor and then changing Canvases
|
11 년 전 |
Alex Szpakowski
|
9a61ca7393
Updated changelog
|
11 년 전 |
Alex Szpakowski
|
279cecaa6b
Improved the error text for LÖVE’s module searchers (used in require.)
|
11 년 전 |
Alex Szpakowski
|
98b258b75f
Fixed font textures in OpenGL returning black RGB values when a shader is active (reverts changeset 69b0b4e)
|
11 년 전 |
Alex Szpakowski
|
90f4dea4ab
The TrueType rasterizer now properly recognizes the monochrome bitmap pixel mode for glyphs (resolves issue #818)
|
11 년 전 |
Alex Szpakowski
|
f3bd944cf5
Reduced the RAM and VRAM space taken up by TrueType font glyphs by 1/2.
|
11 년 전 |
Alex Szpakowski
|
a00c006c44
The graphics viewport is now properly restored when switching from an active Canvas to no Canvas (resolves issue #817)
|
11 년 전 |
Alex Szpakowski
|
cd303c7c62
Added Mesh:setWireframe and Mesh:isWireframe.
|
11 년 전 |
Alex Szpakowski
|
27f36455e8
Fixed ParticleSystem:clone not duplicating position and area spread properly
|
11 년 전 |
Bart van Strien
|
5963e7a9cb
Check whether pitch is actually a sane number
|
11 년 전 |
Bart van Strien
|
90d041ed1b
Patch GLee for missing GLXContextID typedef after upstream (mesa) removal from header
|
11 년 전 |