index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
dynamic_font.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-1156
/
+0
*
Update scene/resources/dynamic_font.cpp
Juan Linietsky
2020-10-28
1
-0
/
+2
*
Implement CanvasGroup and CanvasItem clipping
reduz
2020-10-28
1
-2
/
+13
*
Refactored 2D shader and lighting system
reduz
2020-10-24
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-8
/
+8
*
Add DynamicFont::get_available_chars()
Pedro J. Estébanez
2020-07-20
1
-0
/
+36
*
Disable antialiasing on the DynamicFont outline as well when requested
Hugo Locurcio
2020-05-28
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-38
/
+75
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+5
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-64
/
+0
*
Use underline position and thickness value in font file
volzhs
2020-04-29
1
-0
/
+28
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-9
/
+9
*
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-04-01
1
-0
/
+1
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-6
/
+6
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-1
/
+1
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-35
/
+24
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-2
/
+2
*
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
1
-52
/
+2
*
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-02-07
1
-1
/
+4
*
Allow greater values for DynamicFont size property
Rémi Verschelde
2020-01-21
1
-2
/
+2
*
Destroys FreeType library on load error
Haoyu Qiu
2020-01-20
1
-2
/
+9
*
Fix typos with codespell
Rémi Verschelde
2020-01-15
1
-1
/
+1
*
Update size and position for colored font with oversampling
volzhs
2020-01-07
1
-4
/
+18
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fixes crash when using DynamicFont::set_font_data
Haoyu Qiu
2019-12-10
1
-0
/
+1
*
fix dynamic font crash if no available font size
Rodolfo Ribeiro Gomes
2019-09-29
1
-1
/
+1
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-6
/
+5
*
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
1
-8
/
+0
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-8
/
+5
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-1
/
+1
*
Add a property hint for DynamicFont size
Hugo Locurcio
2019-05-02
1
-1
/
+1
*
Fix warning when setting out of range outline_size
Marcin Zawiejski
2019-01-23
1
-1
/
+1
*
Fix font kerning
volzhs
2019-01-05
1
-16
/
+0
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix colored font rendered in wrong size
volzhs
2018-12-19
1
-1
/
+1
*
Add a property to control DynamicFont anti-aliasing
Hugo Locurcio
2018-11-10
1
-1
/
+17
*
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-4
/
+4
*
Moved dynamic font list from static to lifetime controlled by main.
Ibrahn Sahir
2018-10-20
1
-9
/
+11
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
1
-2
/
+2
*
Fix fallback font oversampling.
Akeru
2018-10-03
1
-0
/
+11
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
missed outline size in previous commit
Juan Linietsky
2018-08-24
1
-0
/
+1
*
Initalize font size to 16, closes #21165
Juan Linietsky
2018-08-24
1
-0
/
+1
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+0
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-12
/
+12
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-2
/
+2
*
Fix the DynamicFont hinting setting being ineffective
Hugo Locurcio
2018-06-29
1
-1
/
+1
[next]