Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-18 | Add missing license headers in our source files (#5255) | RĂ©mi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-13 | fix crash when clearing dynamicfontdata, closes #4877 | Juan Linietsky | |
2016-05-31 | Some cleanup to GDScript | Juan Linietsky | |
separated GDFunction (VM) from GDScript in two different files | |||
2016-05-30 | changed font system to use fallbacks | Juan Linietsky | |
this way more than 64k characters can be used | |||
2016-05-29 | Finalized DynamicFont implementation | Juan Linietsky | |
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | |||
2016-05-03 | Fix crash in dynamic font | sanikoyes | |
2016-05-01 | Support for dynamic fonts (TTF) | Juan Linietsky | |
Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required. |