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
/
modules
/
text_server_fb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
4
-196
/
+63
|
\
|
*
Fix SVG font rendering.
Pāvels Nadtočajevs
2024-11-21
4
-192
/
+63
*
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-30
/
+32
|
\
|
|
*
[TextServer] Only load ellipsis glyph when it's used.
bruvzg
2024-11-05
1
-30
/
+32
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-4
/
+4
|
\
|
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-4
/
+4
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
8
-16
/
+16
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
8
-0
/
+16
|
/
*
[TextServer] Silently skip invalid system fallback fonts.
bruvzg
2024-10-01
2
-5
/
+32
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
2
-0
/
+3
*
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-1
/
+1
*
TextServerFallback: improve performance by removing redundant lookups
rune-scape
2024-08-28
2
-295
/
+374
*
Merge pull request #95549 from timothyqiu/split-translation-server
Rémi Verschelde
2024-08-16
1
-1
/
+1
|
\
|
*
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
1
-1
/
+1
*
|
[Font Import] Detect pixel fonts and disable subpixel positioning.
bruvzg
2024-07-23
2
-0
/
+32
|
/
*
fix: change esthetic -> aesthetic
Eric allen
2024-07-05
1
-1
/
+1
*
[TextServer] Fix get_word_breaks and it uses.
bruvzg
2024-06-21
1
-46
/
+86
*
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-12
4
-15
/
+21
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
2
-33
/
+34
*
SCons: Fix potential Windows ANSI exception
Thaddeus Crews
2024-05-18
1
-8
/
+15
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-20
/
+20
*
SCons: Fixes for warn/error colorization
Thaddeus Crews
2024-04-29
1
-44
/
+46
*
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
2
-60
/
+84
*
[TextServer] Improve empty glyph handling to allow glyphs smaller than 2px an...
bruvzg
2024-04-07
2
-44
/
+53
*
Prefer family name in fonts' names table
Haoyu Qiu
2024-04-06
1
-3
/
+34
*
[TextServer] Expose ICU title case string conversion to scripting.
bruvzg
2024-04-04
2
-0
/
+5
*
[Font] Apply oversampling to the "embolden" strength.
bruvzg
2024-03-19
1
-1
/
+1
*
Merge pull request #89414 from bruvzg/update_icu_msdfgen
Rémi Verschelde
2024-03-13
3
-0
/
+9
|
\
|
*
Update ICU and msdfgen.
bruvzg
2024-03-13
3
-0
/
+9
*
|
[TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd...
bruvzg
2024-03-13
1
-7
/
+5
*
|
Merge pull request #89395 from bruvzg/rtl_ts_img_range
Rémi Verschelde
2024-03-12
2
-6
/
+36
|
\
\
|
|
/
|
/
|
|
*
[RTL] Use "visible characters" property for inline object visibility
bruvzg
2024-03-12
2
-6
/
+36
*
|
[Font] Add option to disable embedded bitmaps loading.
bruvzg
2024-03-11
2
-3
/
+29
|
/
*
SCons: Ensure `with` statement where applicable
Thaddeus Crews
2024-03-10
1
-46
/
+46
*
Enforce `\n` eol for Python writes
Thaddeus Crews
2024-03-09
1
-2
/
+2
*
[TextServer] Fix fallback line breaking code adding two breaks for CR-LF.
bruvzg
2024-03-05
1
-1
/
+4
*
Add two new COMSTR environment variables
Thaddeus Crews
2024-03-01
1
-0
/
+8
*
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
1
-1
/
+1
*
[TextServer] Implement soft hyphen handling.
bruvzg
2024-02-23
1
-6
/
+13
*
Merge pull request #88344 from bruvzg/fb_ts_nbsp
Rémi Verschelde
2024-02-15
1
-1
/
+3
|
\
|
*
[Fallback TextServer] Add support for non breaking spaces.
bruvzg
2024-02-14
1
-1
/
+3
*
|
[TextServer / Font] Do not duplicate images to prevent unnecessary embedding.
bruvzg
2024-02-05
2
-27
/
+31
|
/
*
[TextServer / Font] Add support for customizable baseline offset.
bruvzg
2024-01-28
2
-3
/
+42
*
Merge pull request #86269 from aaronfranke/detect-module
Rémi Verschelde
2024-01-09
7
-9
/
+9
|
\
|
*
Use GODOT_MODULE define in TextServer modules
Aaron Franke
2024-01-06
7
-9
/
+9
*
|
ThorVG: update from v0.11.6 to v0.12.0
Martin Capitanio
2024-01-08
1
-0
/
+2
|
/
*
[TextServer] Do not draw non-visual characters.
bruvzg
2023-12-12
1
-0
/
+12
*
[Text Overrun] Add option to set custom ellipsis character, add support for s...
bruvzg
2023-12-04
2
-162
/
+221
*
Fix various typos with codespell
Rémi Verschelde
2023-11-11
1
-2
/
+2
*
Merge pull request #81438 from 0xafbf/patch-2
Rémi Verschelde
2023-11-10
1
-4
/
+4
|
\
[next]