Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-17 | Merge pull request #62156 from madmiraal/fix-61457 | Rémi Verschelde | |
Ensure AudioFrame variables l and r are always initialised | |||
2022-06-17 | Merge pull request #62023 from Calinou/detect-3d-small-textures-no-vram-compress | Rémi Verschelde | |
Disable VRAM compression by default for small textures in Detect 3D | |||
2022-06-17 | Merge pull request #61991 from bruvzg/property_shortcut | Rémi Verschelde | |
Make enum/constant binds 64-bit. | |||
2022-06-17 | Ensure AudioFrame variables l and r are always initialised | Marcel Admiraal | |
2022-06-17 | Make enum/constant binds 64-bit. | bruvzg | |
2022-06-17 | Audio: Expose 2D/3D panning strength parameters | Ellen Poe | |
2022-06-16 | Adding function key support from F17 to F35 | gregcsokas | |
OSX supports everything by default, Linux is also capable of supporting every function key, Windows as I know support only up to F24 | |||
2022-06-16 | Remove redundand header from `a_star.h` | Yuri Rubinsky | |
2022-06-16 | Make AStar to use 64-bit logic | Yuri Rubinsky | |
2022-06-16 | Merge pull request #58669 from theraot/ASar2Dbidirectional | Rémi Verschelde | |
AStar2D bidirectional | |||
2022-06-15 | Validate every source element separately Array::append_array() | Pedro J. Estébanez | |
2022-06-15 | Merge pull request #61812 from Chaosus/fix_wrapf | Rémi Verschelde | |
2022-06-15 | Merge pull request #61934 from Geometror/hashfuncs | Rémi Verschelde | |
Hash function improvements | |||
2022-06-15 | Hash function improvements | Hendrik Brucker | |
2022-06-14 | Merge pull request #62030 from KoBeWi/SetName/GetName | Rémi Verschelde | |
2022-06-14 | Change set/get binding to use StringName | kobewi | |
2022-06-14 | Add vector value linking | kobewi | |
Co-authored-by: redlamp <244062+redlamp@users.noreply.github.com> | |||
2022-06-14 | Disable VRAM compression by default for small textures in Detect 3D | Hugo Locurcio | |
This is done to prevent reducing texture quality when it doesn't save much video memory, especially for pixel art. The size threshold can be adjusted in the project settings. To get the previous behavior where textures detected to be used in 3D had their compression mode always set to VRAM, set this to the lowest value (16). | |||
2022-06-12 | Fix parameter name for String.left and String.right | Haoyu Qiu | |
2022-06-12 | Merge pull request #61949 from ↵ | Rémi Verschelde | |
touilleMan/native_extension_open_library_handle_initialization_error Fix NativeExtension::open_library return value when the undelying lib fails to initialize | |||
2022-06-12 | Fix NativeExtension::open_library return value when the undelying lib fails ↵ | Emmanuel Leblond | |
to initialize | |||
2022-06-11 | Add suffixes to all nodes and resources | FireForge | |
2022-06-08 | Fix `wrapf` to correct wrap values with 0.1 stepping | Yuri Rubinsky | |
2022-06-08 | Fix (again) loading binary resources with float=64 | xutaxkamay | |
I had an error while importing my GLB file from 32-bit precision floating point, I guess this was forgotten while implementing 64-bit precision floating point. I'm not sure if there's any other left to do though. | |||
2022-06-08 | i18n: Misc fixes translation strings | Rémi Verschelde | |
Adds some translator comments to solve some questions raised on Weblate. | |||
2022-06-07 | Merge pull request #61319 from JFonS/taa_wip | Rémi Verschelde | |
Initial TAA implementation | |||
2022-06-07 | Merge pull request #41568 from dalexeev/config_file_empty_sect | Rémi Verschelde | |
Fix saving section-less keys in `ConfigFile` | |||
2022-06-07 | Merge pull request #59786 from V-Sekai/ok_color | Rémi Verschelde | |
Allow picking similar colours using OKHSL. | |||
2022-06-07 | Bind vararg method flag in core constants | sps1112 | |
2022-06-07 | Fix saving section-less keys in `ConfigFile` | Danil Alexeev | |
2022-06-07 | Merge pull request #61751 from KoBeWi/🐱👤 | Rémi Verschelde | |
2022-06-07 | Merge pull request #50349 from Calinou/array-add-some-every | Rémi Verschelde | |
Add `any()` and `all()` methods to Array | |||
2022-06-07 | Allow picking similar colours using OKHSL. | K. S. Ernest (iFire) Lee | |
2022-06-07 | Add GLOBAL_DEF_INTERNAL to hide specific settings | kobewi | |
2022-06-07 | Initial TAA implementation | jfons | |
Initial TAA support based on the implementation in Spartan Engine. Motion vectors are correctly generated for camera and mesh movement, but there is no support for other things like particles or skeleton deformations. | |||
2022-06-06 | Merge pull request #59883 from KoBeWi/merge_this | Rémi Verschelde | |
2022-06-06 | Improve architectures in OS::has_feature and make them work on MSVC | Aaron Franke | |
2022-06-06 | [GDExtension] Expose Variant, NodePath and StringName hash functions. | bruvzg | |
2022-06-04 | Merge pull request #61669 from fire-forge/input | Rémi Verschelde | |
Make Input `mouse_mode` and `use_accumulated_input` properties | |||
2022-06-03 | Make Input mouse_mode and use_accumulated_input properties | FireForge | |
2022-06-03 | Add array element type to `get_connected_joypads` | Raul Santos | |
2022-06-03 | Add StringName explicitly to Variant::hash_compare | George Marques | |
This makes equality comparisons to StringName more performant | |||
2022-06-03 | Fix `String.uri_encode` on Windows | Haoyu Qiu | |
2022-06-02 | Merge pull request #60711 from nathanfranke/rpc-server | Fabio Alessandrelli | |
network - finish renaming AUTH to AUTHORITY | |||
2022-06-02 | Merge pull request #61339 from lyuma/streampeerssl_get_stream | Rémi Verschelde | |
2022-05-31 | Add Dictionary.merge() | kobewi | |
2022-05-25 | Add StreamPeerSSL.get_stream() accessor. | Lyuma | |
2022-05-25 | finish renaming AUTH to AUTHORITY | Nathan Franke | |
2022-05-25 | use ERR_FAIL_INDEX when preferred | Nathan Franke | |
2022-05-25 | Add `any()` and `all()` methods to Array | Hugo Locurcio | |
These can be used as faster, more convenient shorthands to using `filter()` + `size()`. |