Age | Commit message (Expand) | Author |
2017-11-09 | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde |
2017-09-21 | Merge pull request #11365 from leezh/freetype_mono | Rémi Verschelde |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-19 | Added support for FT_PIXEL_MODE_MONO in FreeType | Zher Huei Lee |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-17 | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-24 | Cache DynamicFont resource for Android | volzhs |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |
2016-08-02 | DynamicFont caches now accounts for texture flags | Zher Huei Lee |
2016-08-02 | Added extra spacing support for DynamicFont | Zher Huei Lee |
2016-08-02 | Added texture mipmaps and filtering to DynamicFont | Zher Huei Lee |
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde |
2016-06-22 | Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati... | Juan Linietsky |
2016-06-19 | Merge pull request #5259 from neikeq/pr-textedit-zoom | Rémi Verschelde |
2016-06-18 | DynamicFontData can be built-in (will still link to a ttf though), closes #4600 | Juan Linietsky |
2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde |
2016-06-13 | fix crash when clearing dynamicfontdata, closes #4877 | Juan Linietsky |
2016-05-31 | Some cleanup to GDScript | Juan Linietsky |
2016-05-30 | changed font system to use fallbacks | Juan Linietsky |
2016-05-29 | Finalized DynamicFont implementation | Juan Linietsky |
2016-05-03 | Fix crash in dynamic font | sanikoyes |
2016-05-01 | Support for dynamic fonts (TTF) | Juan Linietsky |