| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\
| | |
| | |
| | | |
Core: Fix built-in enum constant bindings
|
| | | |
|
| |/ |
|
|\| |
|
| |\
| | |
| | |
| | | |
Implement `[ExportToolButton]`
|
| | | |
|
|\| | |
|
| |\ \
| | | |
| | | |
| | | | |
Remove duplicate read/write-only property warning from ScriptPropertiesGenerator
|
| | | | |
|
| |/ / |
|
|\| | |
|
| |\ \
| | | |
| | | |
| | | | |
C#: Fix StringName leak when converting `Variant` to `Signal` / `Callable`
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
C#: Escape signal parameters
|
| | |/ / |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Add Codium support to C# external editors
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Selecting the VS Code option will now work if Codium is installed,
picking it as the last option after attempting to run VS Code.
|
| |/ / / |
|
|\| | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Always add decimal when converting float to string
|
| | |/ / |
|
|\| | | |
|
| |/ /
| | |
| | |
| | | |
- Set clang-format `Standard` rule to `c++20`
|
| | | |
|
|\| | |
|
| |\ \
| | | |
| | | |
| | | | |
[C#] Change generated On{SignalName} to EmitSignal{SignalName}
|
| | |/ |
|
| | |
| | |
| | |
| | | |
to incorrect scene serialization
|
|\| | |
|
| |\ \
| | | |
| | | |
| | | | |
[.NET] Fix unhandled GD0303 error for nested generic attribute types
|
| | | | |
|
|\| | | |
|
| |/ /
| | |
| | |
| | |
| | | |
Co-authored-by: Raul Santos <raulsntos@gmail.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
|
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add Linux Editor tests workflow matrix
Add Windows Editor w/ Mono workflow matrix
Add Generate Glue Code job to Windows workflow
Add Build GodotSharp job to Windows workflow
Add godot compatibility version references
Add Godot author info
Add Godot version compatibility info
Add Godot donor info
Add Godot authors and donors to editor_about.cpp
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|\
| |
| |
| | |
C#: Generate strongly-typed method to raise signal events and fix event accessibility
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
CI: Update `clang-format` pre-commit hook to 19.1.0
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | | |
C#: Implement proper generic type name printing for Godot Editor
|
| | |
| | |
| | |
| | | |
Co-authored-by: Raul Santos <raulsntos@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
Delsin-Yu/generator-based-CreateManagedForGodotObjectBinding
[.NET] Replace Reflection-Based implementation with Generated one in `CreateManagedForGodotObjectBinding`
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Raul Santos <raulsntos@gmail.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
|
|\ \ \ \
| |_|_|/
|/| | |
| | | | |
C#: Generate signal delegates with typed arrays
|
| | | |
| | | |
| | | |
| | | | |
Signals with typed arrays were generating C# delegates with untyped arrays.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Fix C# `operator *(Transform3D, Aabb)`
|