Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-17 | Merge pull request #56739 from strank/master | Rémi Verschelde | |
GDScript: Fix parsing default parameter values from function calls | |||
2022-01-17 | Merge pull request #55995 from Xwdit/enum_fix | Rémi Verschelde | |
Fix enum int comparison | |||
2022-01-17 | Merge pull request #55625 from ↵ | Rémi Verschelde | |
cdemirer/fix-type-guessing-and-gdscript-parser-printing Fix `--test gdscript-parser` crash | |||
2022-01-17 | Merge pull request #55616 from cdemirer/master | Rémi Verschelde | |
Fix nested ternary-if codegen | |||
2022-01-17 | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg | |
2022-01-16 | Merge pull request #56832 from Chaosus/fix_theming | Yuri Roubinsky | |
2022-01-16 | Fix theming update in several editor classes | Yuri Roubinsky | |
2022-01-16 | Merge pull request #55679 from raulsntos/script_reload_fix | Ignacio Roldán Etcheverry | |
C# scripts reload in editor fixed | |||
2022-01-16 | Merge pull request #56309 from Calinou/remove-pvrtc-support | Rémi Verschelde | |
2022-01-15 | Improvments for SyntaxHighlighters | Paulb23 | |
- Fix immedate Funcion in lamba highlight - Highlight signals as one colour - Highlight node paths as one colour - Highlight escape chars in strings | |||
2022-01-15 | Fix crash when exiting the editor | Haoyu Qiu | |
2022-01-14 | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio | |
On the only platform where PVRTC is supported (iOS), ETC2 generally supersedes PVRTC in every possible way. The increased memory usage is not really a problem thanks to modern iOS' devices processing power being higher than its Android counterparts. | |||
2022-01-14 | Merge pull request #55541 from KoBeWi/outcognito_scripts | Rémi Verschelde | |
2022-01-14 | Merge pull request #56762 from bruvzg/mac_fix_sc | Rémi Verschelde | |
2022-01-14 | Use ThorVG instead of NanoSVG for importing SVGs | K. S. Ernest (iFire) Lee | |
ThorVG is a platform-independent portable library for drawing vector-based scene and animation. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-01-13 | Fix various typos | luz paz | |
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew` | |||
2022-01-13 | GDScript: Fix parsing default parameter values from function calls | strank | |
2022-01-13 | [macOS] Fix self-contained mode, by looking for `._sc_` and writing data to ↵ | bruvzg | |
the bundle directory instead of executable directory. | |||
2022-01-13 | Merge pull request #56735 from raulsntos/fix-56733 | Ignacio Roldán Etcheverry | |
Fix marshaling values of generic Godot Dictionary | |||
2022-01-13 | Merge pull request #56268 from KoBeWi/🚗complete_setters | Rémi Verschelde | |
2022-01-13 | Make script type distinguishable by icon | kobewi | |
2022-01-13 | Merge pull request #55124 from akien-mga/freetype-2.11.0 | Rémi Verschelde | |
2022-01-13 | freetype: Update to upstream version 2.11.1 | Rémi Verschelde | |
2022-01-13 | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and ↵ | bruvzg | |
interaction between these modes. Fix "Fill" alignment processing wrong side of the text if overrun trim was applied. Improve "Fill" alignment to avoid adding excessive subsequent spaces or elongations. Add font detection to the overrun, to correctly add ellipsis (was using last glyph font, which doesn't necessary have dot character). Improve line breaking to avoid adding excessive subsequent soft break points for languages without word separator. Port missing overrun/justification code to the Fallback text server. Fix inferred text direction detection by controls. Add tests for "Fill" alignment and line breaking glyph flags. | |||
2022-01-12 | Fix marshaling values of generic Godot Dictionary | Raul Santos | |
2022-01-12 | Merge pull request #56722 from akien-mga/glslang-support-system-library | Rémi Verschelde | |
2022-01-12 | Merge pull request #56692 from JFonS/fix_gizmo_secondary_handles | Rémi Verschelde | |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde | |
2022-01-12 | glslang: Fix support for building against public/system library | Rémi Verschelde | |
Fix include paths to support both vendored and system-installed glslang. Remove usage of the private `StandAlone` bits. Requires us to vendor a copy of `DefaultTBuiltInResource` (or provide our own customized one) as glslang doesn't provide it in its public API. Also removes unused C interface as it's not well encapsulated and depends on `StandAlone`. Fixes #56307. | |||
2022-01-12 | Fix secondary handles in editor gizmos | jfons | |
Primary and secondary handles are no longer differentiated by their ids, so a bool was added to tell them apart in all the handle-related methods. Includes a minor fix in CollisionPolygon3DEditor, unrelated to editor gizmos. | |||
2022-01-12 | Merge pull request #56646 from Chaosus/vst_context_menu | Rémi Verschelde | |
2022-01-12 | Merge pull request #53185 from KoBeWi/viewing_pan | Rémi Verschelde | |
2022-01-12 | Merge pull request #56693 from timothyqiu/vs-i18n | Rémi Verschelde | |
i18n: Make VisualScript node caption & text translatable | |||
2022-01-11 | Merge pull request #56130 from Faless/mbedtls/2.28.0 | Rémi Verschelde | |
2022-01-11 | Merge pull request #56667 from Ice-Cube69/fix_incorrect_property_types | Rémi Verschelde | |
2022-01-11 | i18n: Make VisualScript node caption & text translatable | Haoyu Qiu | |
2022-01-11 | Unify panning in sub-editors and make it configurable | kobewi | |
2022-01-11 | Fixed incorrect property types | Arnav Vijaywargiya | |
2022-01-11 | Assign member type when parsing setters to prevent | SaracenOne | |
'Compiler bug: unresolved assign' errors | |||
2022-01-10 | Merge pull request #56326 from NNesh/fix/unknown_default_value_callable | Rémi Verschelde | |
Extended the _make_arguments_hint function to get default values for function arguments in hint | |||
2022-01-10 | Fixed <unknown> text for callable default value for a function arguments hint | NNesh | |
Format switch Added a case for constant subscripts Fixed default value hinting for the enum type Removed is_null checking for value Added a case for dictionary | |||
2022-01-10 | Merge pull request #55715 from nathanfranke/enum-ordered | Rémi Verschelde | |
2022-01-10 | Merge pull request #56194 from cdemirer/fix-operation-result-type-inference | Rémi Verschelde | |
2022-01-10 | Merge pull request #56232 from V-Sekai/invalid_explicit_variant_assign_fix | Rémi Verschelde | |
2022-01-10 | Merge pull request #56260 from ↵ | Rémi Verschelde | |
cdemirer/fix-type-mutation-upon-assignment-with-operation | |||
2022-01-10 | Merge pull request #56287 from ↵ | Rémi Verschelde | |
cdemirer/fix-member-property-only-getter-cant-be-set | |||
2022-01-10 | Merge pull request #56288 from ↵ | Rémi Verschelde | |
cdemirer/fix-member-property-getter-dont-update-subscript-chain-root | |||
2022-01-10 | Merge pull request #56342 from NNesh/fix/class-completion | Rémi Verschelde | |
2022-01-10 | Merge pull request #56409 from ↵ | Rémi Verschelde | |
cdemirer/fix-unexpected-copying-when-parameter-is-typed | |||
2022-01-10 | Merge pull request #56651 from ↵ | Rémi Verschelde | |
gerhean/Fix-leak-when-function-returning-parent-class-type |