index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
dynamic_font.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-370
/
+322
*
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
*
rename String.extension() -> String.get_extension() / String.basename() -> St...
Juan Linietsky
2017-01-14
1
-1
/
+1
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-2
/
+2
*
-Conversion of most properties to a simpler syntax, easier to use by script
Juan Linietsky
2017-01-04
1
-8
/
+11
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-17
/
+17
*
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
1
-1
/
+1
|
\
|
*
Begining of GLES3 renderer:
Juan Linietsky
2016-10-03
1
-1
/
+1
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
DynamicFont caches now accounts for texture flags
Zher Huei Lee
2016-08-02
1
-56
/
+50
*
Added extra spacing support for DynamicFont
Zher Huei Lee
2016-08-02
1
-5
/
+57
*
Added texture mipmaps and filtering to DynamicFont
Zher Huei Lee
2016-08-02
1
-7
/
+73
*
Remove unused variables (fourth pass) + dead code
Rémi Verschelde
2016-07-08
1
-1
/
+1
*
Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...
Juan Linietsky
2016-06-22
1
-2
/
+2
*
Merge pull request #5259 from neikeq/pr-textedit-zoom
Rémi Verschelde
2016-06-19
1
-1
/
+1
|
\
|
*
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down
Ignacio Etcheverry
2016-06-18
1
-1
/
+1
*
|
DynamicFontData can be built-in (will still link to a ttf though), closes #4600
Juan Linietsky
2016-06-18
1
-0
/
+11
*
|
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
1
-0
/
+28
|
/
[next]