Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-27 | Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll | Rémi Verschelde | |
2022-04-27 | Merge pull request #59932 from vnen/remove-arg-names-release | Rémi Verschelde | |
2022-04-27 | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde | |
2022-04-27 | Expose move_to_trash() | kobewi | |
2022-04-26 | Merge pull request #60420 from AndreaCatania/fix_looup_ptr_const | Rémi Verschelde | |
Add mutable OAHashMap::lookup_ptr function to fix mutability. | |||
2022-04-25 | Merge pull request #60438 from Paulb23/text-edit-tests | Rémi Verschelde | |
Add TextEdit unit tests and multiple fixes. | |||
2022-04-25 | Merge pull request #60424 from timothyqiu/fa-unref | Rémi Verschelde | |
Close `FileAccess` before accessing it with `DirAccess` | |||
2022-04-25 | Merge pull request #60298 from reduz/scene-unique-paths | Rémi Verschelde | |
2022-04-25 | Implement Scene Unique Nodes | reduz | |
Implements https://github.com/godotengine/godot-proposals/issues/4096 * Nodes can be marked unique to the scene in the editor (or via code). * Unique nodes can be accessed via the **%** prefix at any point in the path. From that point in the path (depending on whether the scene of the path is), the unique node will be fetched. * Implementation is very optimal, as these nodes are cached. | |||
2022-04-22 | Merge pull request #60201 from laws65/datetime-string-message-fix | Aaron Franke | |
Proper (in)validation of negative values in datetime strings and datetime dicts | |||
2022-04-22 | Use Input::push_input for tests plus extra mouse testing | Paulb23 | |
2022-04-22 | Close FileAccess before accessing it with DirAccess | Haoyu Qiu | |
2022-04-22 | Add mutable OAHashMap::lookup_ptr function to fix mutability. | AndreaCatania | |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg | |
2022-04-19 | Merge pull request #50175 from kleonc/image-blit-blend-fix-rects | Hugo Locurcio | |
`Image.blit_rect/blend_rect` Fix rects calculations for negative arguments | |||
2022-04-17 | Proper validation of negative values in datetime strings and datetime dicts | laws65 | |
2022-04-15 | Quick fix: Crash when parsing invalid datetime string #60189 | Oğuzhan Eroğlu | |
2022-04-14 | Merge pull request #60203 from RedHeadphone/master | Rémi Verschelde | |
Fix Time.get_datetime_string_from_dict() does not validate input | |||
2022-04-14 | Merge pull request #60208 from Magorx/input-set-custom-mouse-cursor-fix | Rémi Verschelde | |
Added p_shape check to avoid engine crash in DisplayServer | |||
2022-04-13 | Merge pull request #60093 from TokageItLab/reset-blend | Rémi Verschelde | |
Make blend animation to use ResetTrack as default value | |||
2022-04-13 | Merge pull request #60191 from novaplusplus/file-open-fix | Rémi Verschelde | |
2022-04-13 | Fix "File must be opened" error with File.open() | nova++ | |
2022-04-13 | Added p_shape check to avoid engine crush | KingCakeTheFruity | |
2022-04-13 | validate input in Time.get_datetime_string_from_dict() | RedHeadphone | |
format fix better fix to handle ERR_FAIL_COND_V_MSG return data type | |||
2022-04-13 | Color: Rename `to_srgb`/`to_linear` to include base color space | Rémi Verschelde | |
This helps reduce confusion around sRGB <> Linear conversions by making both input and output color spaces explicit. | |||
2022-04-13 | Merge pull request #60097 from V-Sekai/fix_triangle_mesh_selection | Rémi Verschelde | |
Rearrange TriangleMesh function to workaround MSVC compiler bug | |||
2022-04-13 | Rearrange TriangleMesh stack level incrementation to fix MSVC compiler ↵ | SaracenOne | |
optimization bug | |||
2022-04-12 | Merge pull request #60078 from Pineapple/cowdata-get-data | Rémi Verschelde | |
Remove get_data() from CowData | |||
2022-04-12 | Remove or make private `FileAccess` `close()` methods. | bruvzg | |
2022-04-12 | Narrow FileAccess scope to prevent deadlocks. | bruvzg | |
2022-04-11 | Merge pull request #53573 from Klowner/53568-safelist-leak-fix | Rémi Verschelde | |
2022-04-11 | Merge pull request #60046 from Zylann/print_line_function | Rémi Verschelde | |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg | |
2022-04-10 | Make blend animation to use ResetTrack as default value | Silc 'Tokage' Renew | |
2022-04-09 | Remove get_data() from CowData | Bartłomiej T. Listwon | |
2022-04-09 | Changed print_line macro to a function | Marc Gilleron | |
2022-04-08 | add SafeList destructor which calls maybe_cleanup() to prevent mem leak | Mark Riedesel | |
2022-04-08 | Merge pull request #59324 from Zylann/fix_fvec_array_binary_load | Rémi Verschelde | |
Fix loading binary resources with float=64 | |||
2022-04-08 | Fix loading binary resources with float=64 | Marc Gilleron | |
- PackedVector2Array - PackedVector3Array - PackedColorArray | |||
2022-04-06 | Fix some issues found by cppcheck. | bruvzg | |
2022-04-05 | Remove argument name strings from release builds | George Marques | |
They are not needed in release, so we can remove them to reduce the binary size. | |||
2022-04-05 | Fix DynamicBVH crash after #59867 | Rémi Verschelde | |
I made a wrong assumption that initialization the other pointer in the union would properly initialize the `childs` array. | |||
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde | |
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr. | |||
2022-04-03 | Merge pull request #59633 from EricEzaM/better-code-complete-update | Rémi Verschelde | |
Improve sorting of Code Completion options. | |||
2022-04-01 | Improve sorting of Code Completion options. | Eric M | |
Done by ordering options by their location in the code - e.g. local, parent class, global, etc. | |||
2022-03-31 | Fix some issues found by clang sanitizers. | bruvzg | |
2022-03-31 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.2-dev from current git. Fix a couple incorrect uses of gendered pronouns. | |||
2022-03-30 | Merge pull request #58436 from piiertho/feature/typed-vararg-method-bind | Rémi Verschelde | |
2022-03-30 | Make vararg method bind no return and return | Pierre-Thomas Meisels | |
Type emit_signal exposed method return type set UndoRedo add_do_method and add_undo_method exposed return void Set TreeItem::_call_recursive_bind returns void Set _rpc_bind and _rpc_id_bind returns void in Node Set _call_group and _call_group_flags method returns void in SceneTree Set godot-cpp-test CI flag to false | |||
2022-03-30 | Add PortableCompressedTexture | reduz | |
* Resource that allows saving textures embedded in scenes or standalone. * Supports only formats that are portable: Lossy, Lossles or BasisUniversal This is something I wanted to add for a long time. I made it now because @fire requires it for importing GLTF2 files with embedded textures, but also this will allow saving Godot scenes as standalone binary files that will run in all platforms (because textures will load everywhere). This is ideal when you want to distribute individual standalone assets online in games that can be built from Godot scenes. |