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
J08nY
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
*
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
|
/
*
fix crash when clearing dynamicfontdata, closes #4877
Juan Linietsky
2016-06-13
1
-1
/
+5
*
Some cleanup to GDScript
Juan Linietsky
2016-05-31
1
-0
/
+8
*
changed font system to use fallbacks
Juan Linietsky
2016-05-30
1
-31
/
+254
*
Finalized DynamicFont implementation
Juan Linietsky
2016-05-29
1
-121
/
+180
*
Fix crash in dynamic font
sanikoyes
2016-05-03
1
-0
/
+4
*
Support for dynamic fonts (TTF)
Juan Linietsky
2016-05-01
1
-0
/
+519