Bart van Strien
|
7dd960619d
Automatically deduce the type in luax_checktype, luax_getmodule, luax_optmodule and luax_totype
|
8 年之前 |
Bart van Strien
|
c761202486
Build type information on first use (load-time), instead of using a hardcoded list
|
8 年之前 |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 年之前 |
Alex Szpakowski
|
2ad1712eaf
Font:getWrap can now accept a colored text table in the same format as what's accepted by love.graphics.print. Resolves issue #1108.
|
9 年之前 |
Alex Szpakowski
|
2c4e713114
Imported some of the dynamiccore branch from love-experiments:
|
9 年之前 |
Alex Szpakowski
|
a35ccb4426
Added Font:setFallbacks(otherfont, ...). Resolves issue #1041.
|
10 年之前 |
Alex Szpakowski
|
c561308c96
Font:getWrap's second return value is now a table containing the text split into lines. Resolves issue #1002.
|
10 年之前 |
Alex Szpakowski
|
2f419c1c83
Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's.
|
10 年之前 |
Alex Szpakowski
|
ebc68023a7
Fix many warnings about implicit integer conversions when compiling for 64 bits.
|
10 年之前 |
Alex Szpakowski
|
970704c2b7
Added Text objects via love.graphics.newText(font [, textstring]). Reworked the internal code of Font objects to use fewer individual textures and less VRAM per object, and to be compatible with OpenGL ES. Slightly improved the performance of love.graphics.print and love.graphics.printf.
|
10 年之前 |
Alex Szpakowski
|
c7b45b3505
Updated copyright for the new year
|
10 年之前 |
Alex Szpakowski
|
dfa319e01a
Replaced the EXCEPT_GUARD macro for converting love exceptions into Lua errors with the new luax_catchexcept function, which takes lambda function arguments.
|
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
|
4e321697d3
Renamed Font:hasGlyph to Font:hasGlyphs, and expanded it to accept multiple arguments and full strings. Resolves issue #762.
|
11 年之前 |
Alex Szpakowski
|
06f80d5c08
Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729)
|
12 年之前 |
Alex Szpakowski
|
76618f0328
Cleaned up font code to always use uint32 instead of the slightly more ambiguous "unsigned int" for codepoints
|
12 年之前 |
Alex Szpakowski
|
d48d1fd441
Exposed the internal Rasterizer and GlyphData object methods to Lua. Also added Font:hasGlyph.
|
12 年之前 |
Alex Szpakowski
|
2009124cf9
Reworked internal anisotropic filtering code to be more concise and intuitive
|
12 年之前 |
Alex Szpakowski
|
25d6700361
Moved anisotropic filtering to Image:setFilter(min, mag, anisotropy), added anisotropic filtering support to canvases and fonts
|
12 年之前 |
Alex Szpakowski
|
d9736ab3ab
Removed mipmap support from Font graphics objects
|
12 年之前 |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 年之前 |
rude
|
4e2c424cd1
Alexander's patch for improved mipmap API.
|
12 年之前 |
Bart van Strien
|
32684b674e
Add Font:getAscent/getDescent/getBaseline (issue #445)
|
12 年之前 |
Alexander Szpakowski
|
36c5259e12
Font objects now have mipmap filter and mipmap sharpness support
|
12 年之前 |
Alexander Szpakowski
|
e5388ff73b
Removed more unnecessary tabs in blank lines
|
12 年之前 |
Alexander Szpakowski
|
8b3fb1d71c
Code cleanup
|
12 年之前 |
Alexander Szpakowski
|
1678252b7a
Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository
|
12 年之前 |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 年之前 |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 年之前 |