index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
dynamic_font.cpp
Age
Commit message (
Expand
)
Author
2020-05-28
Disable antialiasing on the DynamicFont outline as well when requested
Hugo Locurcio
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-29
Use underline position and thickness value in font file
volzhs
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-04-01
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-11
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-02-07
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-01-21
Allow greater values for DynamicFont size property
Rémi Verschelde
2020-01-20
Destroys FreeType library on load error
Haoyu Qiu
2020-01-15
Fix typos with codespell
Rémi Verschelde
2020-01-07
Update size and position for colored font with oversampling
volzhs
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-10
Fixes crash when using DynamicFont::set_font_data
Haoyu Qiu
2019-09-29
fix dynamic font crash if no available font size
Rodolfo Ribeiro Gomes
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-17
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-09
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-07
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-05-02
Add a property hint for DynamicFont size
Hugo Locurcio
2019-01-23
Fix warning when setting out of range outline_size
Marcin Zawiejski
2019-01-05
Fix font kerning
volzhs
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-19
Fix colored font rendered in wrong size
volzhs
2018-11-10
Add a property to control DynamicFont anti-aliasing
Hugo Locurcio
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-10-20
Moved dynamic font list from static to lifetime controlled by main.
Ibrahn Sahir
2018-10-19
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-03
Fix fallback font oversampling.
Akeru
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
missed outline size in previous commit
Juan Linietsky
2018-08-24
Initalize font size to 16, closes #21165
Juan Linietsky
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-24
Removed unnecessary assignments
Wilson E. Alvarez
2018-06-29
Fix the DynamicFont hinting setting being ineffective
Hugo Locurcio
2018-05-14
Ceil char width within Label instead of Font
Ruslan Mustakov
2018-05-11
Update oversampling of outlines after window size change
Ruslan Mustakov
2018-05-08
Always emit dynamic font change in update_oversampling
Ruslan Mustakov
2018-05-08
Perfect FreeType-based outlines for DynamicFonts
Ruslan Mustakov
2018-03-14
Ceil dynamic font glyph size
Ruslan Mustakov
2018-02-28
Add an hinting mode setting to DynamicFonts
Hugo Locurcio
[next]