Bart van Strien
|
516c0cc21d
Merge default into minor
|
9 years ago |
Bart van Strien
|
b328049517
Fix print coloring bug with empty strings (fixes #1171)
|
9 years ago |
Alex Szpakowski
|
31b44797bc
Merge default into minor
|
9 years ago |
Alex Szpakowski
|
d6310ca87f
Fixed glyphs being added to partially out-of-bounds positions in Font texture atlases in rare cases (resolves issue #1162).
|
9 years ago |
Bart van Strien
|
db8e7a7670
Merge default into minor
|
9 years ago |
Alex Szpakowski
|
829cf5fd06
Fixed ImageFonts and BMFonts with colored bitmap images to proper sRGB conversions when gamma correction is enabled.
|
9 years ago |
Bart van Strien
|
6533665f15
Ignore carriage returns (\r) in print and friends (issue #1114)
|
9 years ago |
Alex Szpakowski
|
ed933847f8
Color values in love's APIs are now in the range of [0, 1] rather than [0, 255].
|
9 years ago |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 years ago |
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 years ago |
Alex Szpakowski
|
5460a5b872
Hopefully work around an nvidia graphics driver bug in OS X.
|
9 years ago |
Alex Szpakowski
|
46daf9dd15
Simplified some code by removing an unnecessary/useless optimization.
|
9 years ago |
Alex Szpakowski
|
389b91cf6f
Added per-character color support to love.graphics.print/printf and Text objects. Resolves issue #865.
|
9 years ago |
Alex Szpakowski
|
799e303673
More fixes for love.graphics.printf's text positioning.
|
10 years ago |
Alex Szpakowski
|
396b0f0956
Mostly fixed the center and right wrap alignments for love.graphics.printf.
|
10 years ago |
Alex Szpakowski
|
34b8e47831
Removed the internal rounding applied to the x and y parameters of love.graphics.print/printf. Resolves issue #1062.
|
10 years ago |
Alex Szpakowski
|
c03ce3a9ab
love.math.random now uses a slight variant of Xorshift (Xorshift*).
|
10 years ago |
Alex Szpakowski
|
f92e6552d4
Rewrote Font:getWrap (and thus love.graphics.printf's logic) to behave better. Resolves issue #799.
|
10 years ago |
Alex Szpakowski
|
e979455772
love.event.quit now accepts a single (optional) argument, which is used as the program's exit status number. Resolves issue #1070.
|
10 years ago |
Alex Szpakowski
|
71116807e3
Fixed the default error handler to disable relative mouse mode.
|
10 years ago |
Alex Szpakowski
|
153bd6f4cb
Cleaned up the Font:getWrap code a bit.
|
10 years ago |
Alex Szpakowski
|
e44f20fdc6
Renamed OSX.mm/OSX.h to macosx.mm/macosx.h to match love's file naming conventions.
|
10 years ago |
Alex Szpakowski
|
faa6b43441
Hopefully fixed a font initialization failure when OpenGL ES 3 is used.
|
10 years ago |
Alex Szpakowski
|
ded2dc39ee
Fixed Font:getWidth and Font:getWrap to use kerning information.
|
10 years ago |
Alex Szpakowski
|
bf432aff7c
Added basic kerning support for TrueType and BMFont fonts (resolves issue #1055.)
|
10 years ago |
Alex Szpakowski
|
d8fd1413d6
Renamed the internal 'Matrix' class to 'Matrix4'.
|
10 years ago |
Alex Szpakowski
|
ed3f419747
Prevent redundant calls to glEnable/DisableVertexAttribArray. This should hopefully fix a performance regression compared to 0.9.2 as well.
|
10 years ago |
Alex Szpakowski
|
2dc8a8ea45
Cleaned up some index buffer code.
|
10 years ago |
Alex Szpakowski
|
a35ccb4426
Added Font:setFallbacks(otherfont, ...). Resolves issue #1041.
|
10 years ago |
Alex Szpakowski
|
06ef263537
Added OpenGL debug groups for most graphics operations when love is built in debug mode for iOS. The Xcode frame capture tool uses them to create nice visual groups for OpenGL function calls.
|
10 years ago |