Alexander Szpakowski
|
a6f4a3ab0f
Removed names of unused parameters to quiet noisy compilers
|
12 years ago |
Alexander Szpakowski
|
e5388ff73b
Removed more unnecessary tabs in blank lines
|
12 years ago |
Alexander Szpakowski
|
1678252b7a
Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository
|
12 years ago |
Alexander Szpakowski
|
a8dc813258
Text drawing performance improvements (issue #532)
|
12 years ago |
vrld
|
6d02057864
Close issue #408: printf-justify alignment.
|
13 years ago |
vrld
|
12f714bf74
Issue #419: Make font:getWidth(str) account for newlines.
|
13 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
vrld
|
d4c59d3508
Fix issue #406: Empty glyphs cause some ATI cards to crash in Font::addGlyph().
|
13 years ago |
vrld
|
340ee8442d
Fix issue #397: printf does not center string correctly.
|
13 years ago |
Bart van Strien
|
2ac4a9e6d0
Manually keep track of bound textures, so we don't have to poll each frame
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bill Meltsner
|
21516fc658
Add padding around every glyph in a Font texture, fixing the fringing seen with scaled text (actually fixes issue #321)
|
13 years ago |
Bill Meltsner
|
4c5d11d582
Backout changeset e90d89c7b9712297c14ba73eda37ec28f25101f9
|
13 years ago |
Bart van Strien
|
5fa0a4cfa3
Drastically improve the font scaling quality (issue #321)
|
13 years ago |
Bart van Strien
|
864c800e10
Fix some warnings
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
vrld
|
7a513e1434
Make love::Exception safe(r).
|
13 years ago |
Bart van Strien
|
49ec65dbf3
Oops, didn't have a clean tree
|
13 years ago |
Bart van Strien
|
d8666202cd
Improve compatibility check (I still can't believe robin was right)
|
13 years ago |
Bart van Strien
|
dc873c24f0
Some exception cleanup
|
14 years ago |
Bart van Strien
|
96a5a3e402
Catch not just the generic utf8 exception, but a few specific ones as well (bug #244)
|
14 years ago |
Bart van Strien
|
9199f1be5b
Catch ALL the utf8 errors (bug #244)
|
14 years ago |
Bart van Strien
|
6e630e8987
Fix width for getWrap and catch utf8 decoding errors in getWrap and getSize (issues #230 and #244)
|
14 years ago |
Bart van Strien
|
190e11d016
Move wrapping to Font::getWrap and make printf use that (fixes issue #230)
|
14 years ago |
Bart van Strien
|
0d174cfb81
Fix compiler warnings
|
14 years ago |
vrld
|
d420d68048
Add shear transformation and transform object (issue #152).
|
14 years ago |
Bart van Strien
|
b90771d44a
Fail gracefully on a utf-8 decoding error (bug #244)
|
14 years ago |
Bill Meltsner
|
79fd4aa180
fixing font-related segfault bug, thanks to itsnotabigtruck
|
14 years ago |
rude
|
6a2423f104
windows.h #defines min/max by default, causing problems with std::[min, max].
|
14 years ago |