index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
dynamic_font.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warning when setting out of range outline_size
Marcin Zawiejski
2019-01-23
1
-1
/
+1
*
Fix font kerning
volzhs
2019-01-05
1
-16
/
+0
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix colored font rendered in wrong size
volzhs
2018-12-19
1
-1
/
+1
*
Add a property to control DynamicFont anti-aliasing
Hugo Locurcio
2018-11-10
1
-1
/
+17
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-4
/
+4
*
Moved dynamic font list from static to lifetime controlled by main.
Ibrahn Sahir
2018-10-20
1
-9
/
+11
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
1
-2
/
+2
*
Fix fallback font oversampling.
Akeru
2018-10-03
1
-0
/
+11
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
missed outline size in previous commit
Juan Linietsky
2018-08-24
1
-0
/
+1
*
Initalize font size to 16, closes #21165
Juan Linietsky
2018-08-24
1
-0
/
+1
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+0
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-12
/
+12
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-2
/
+2
*
Fix the DynamicFont hinting setting being ineffective
Hugo Locurcio
2018-06-29
1
-1
/
+1
*
Ceil char width within Label instead of Font
Ruslan Mustakov
2018-05-14
1
-2
/
+0
*
Update oversampling of outlines after window size change
Ruslan Mustakov
2018-05-11
1
-0
/
+5
*
Always emit dynamic font change in update_oversampling
Ruslan Mustakov
2018-05-08
1
-9
/
+6
*
Perfect FreeType-based outlines for DynamicFonts
Ruslan Mustakov
2018-05-08
1
-239
/
+278
*
Ceil dynamic font glyph size
Ruslan Mustakov
2018-03-14
1
-0
/
+3
*
Add an hinting mode setting to DynamicFonts
Hugo Locurcio
2018-02-28
1
-10
/
+37
*
Merge pull request #15780 from volzhs/emoji
Rémi Verschelde
2018-02-19
1
-21
/
+57
|
\
|
*
Support colored font
volzhs
2018-01-16
1
-21
/
+57
*
|
I have no idea why this commit fixes #15392
Juan Linietsky
2018-01-21
1
-8
/
+3
|
/
*
Two potential glitches in font oversampling
Bernhard Liebl
2018-01-08
1
-1
/
+14
*
Fix stale dynamic font reference fetch from cache
Bernhard Liebl
2018-01-07
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Make dynamic font oversampling fully dynamic.
Juan Linietsky
2017-12-19
1
-1
/
+53
*
Added font oversampling support
Juan Linietsky
2017-12-19
1
-13
/
+19
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-1
/
+1
*
Remove get_default_video_mode definition on OSX/iOS
Rémi Verschelde
2017-11-09
1
-1
/
+1
*
Merge pull request #11365 from leezh/freetype_mono
Rémi Verschelde
2017-09-21
1
-2
/
+17
|
\
|
*
Added support for FT_PIXEL_MODE_MONO in FreeType
Zher Huei Lee
2017-09-19
1
-2
/
+17
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
|
/
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-4
/
+4
*
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
1
-1
/
+1
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-5
/
+5
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-5
/
+5
*
Several changes to better run in mobile.
Juan Linietsky
2017-07-22
1
-2
/
+2
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Cache DynamicFont resource for Android
volzhs
2017-03-24
1
-1
/
+25
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-375
/
+327
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-17
/
+17
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-9
/
+9
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-1
/
+1
[next]