Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-17 | Allow indexing of String values in scripting languages | George Marques | |
2021-09-17 | Merge pull request #52450 from aaronfranke/they-came-from-scale | Rémi Verschelde | |
Replace Vector3.to_diagonal_matrix with Basis.from_scale | |||
2021-09-17 | Allow comparing equality between builtin types and null | George Marques | |
2021-09-17 | Replace Vector3.to_diagonal_matrix with Basis.from_scale | Aaron Franke | |
2021-09-16 | Merge pull request #52734 from lucypero/thread_override_master | Rémi Verschelde | |
2021-09-16 | Allow for platform Thread implementation override | Lucy | |
2021-09-16 | Merge pull request #52739 from BastiaanOlij/gdextension_array_index | Rémi Verschelde | |
2021-09-16 | Merge pull request #52740 from akien-mga/os-get_locale-language | Rémi Verschelde | |
Implement `OS::get_locale_language()` helper method | |||
2021-09-16 | Add GD extensions operator functions for arrays | Bastiaan Olij | |
2021-09-16 | Merge pull request #52358 from kleonc/astar_error_messages | Rémi Verschelde | |
`AStar` Add error messages | |||
2021-09-16 | Merge pull request #52735 from BastiaanOlij/gdextension_property_group | Rémi Verschelde | |
Add property group and subgroup registration to extensions | |||
2021-09-16 | Implement `OS::get_locale_language()` helper method | Rémi Verschelde | |
This method extracts the 2 or 3-letter language code from `OS::get_locale()`, making it easier for users to identify the "main" language code for users that might have different OS locales due to different OS or region, but should be matched to the same translation (e.g. "generic" Spanish). Fixes #40703. | |||
2021-09-15 | Merge pull request #52571 from timothyqiu/expose-enum | Juan Linietsky | |
Expose enum related methods in ClassDB | |||
2021-09-16 | Add property group and subgroup registration to extensions | Bastiaan Olij | |
2021-09-15 | Fix String::num_real and String test cases when compiling with doubles | Aaron Franke | |
2021-09-15 | Merge pull request #52693 from akien-mga/fixup-inputmap-macos-override | Rémi Verschelde | |
InputMap: Fixup `macos` feature tag overrides after #52291 | |||
2021-09-15 | InputMap: Fixup `macos` feature tag overrides after #52291 | Rémi Verschelde | |
Fixes #52691. | |||
2021-09-15 | --single-window is passed through project manager. | Jacob Edie | |
This means you can start godot with --single-window | |||
2021-09-15 | Merge pull request #52123 from lightspot21/fix-placement-new-warning | Rémi Verschelde | |
Silence false-positive warning for malformed placement new on GCC 11.1 | |||
2021-09-15 | Merge pull request #52562 from BastiaanOlij/gd_extensions_register_drivers | Rémi Verschelde | |
Add driver types to GD extension initialisation levels | |||
2021-09-15 | Merge pull request #52291 from Calinou/inputmap-rename-osx-macos | Rémi Verschelde | |
Rename `osx` to `macos` in input map feature tag handling | |||
2021-09-15 | Rename `osx` to `macos` in input map feature tag handling | Hugo Locurcio | |
This follows the general feature tag rename for 4.0. | |||
2021-09-14 | Clean convex hull decomposition code | PouleyKetchoupp | |
Remove unnecessary conversion between triangle data and vertex data whenever possible. | |||
2021-09-15 | Fix placement new on zero-sized region warning on GCC 11.1 | Grigoris Pavlakis | |
On latest (11.1 as of this commit) GCC, the following warning is continuously issued during build: warning: placement new constructing an object of type 'SafeNumeric<unsigned int>' and size '4' in a region of type 'uint32_t*' {aka 'unsigned int*'} and size '0' [-Wplacement-new=] This happens because on 98ceb60eb4 the new operator override used was dropped and replaced with standard placement new. GCC sees the subtraction from the pointer and complains as it thinks that the SafeNumeric is placed outside an allocation, not knowing that the address requested is already inside one. After suggestions, the false positive is silenced, with no other changes. | |||
2021-09-14 | Merge pull request #52613 from V-Sekai/fix_custom_sync_commands | Fabio Alessandrelli | |
Fix custom multiplayer sync commands | |||
2021-09-14 | Merge pull request #52535 from e8newallm/52490-type_conversion | Rémi Verschelde | |
Added explicit type conversion to uint32_t | |||
2021-09-13 | Revert some URLs from the "Replace HTTP URLs with HTTPS" PR | Aaron Franke | |
2021-09-13 | Merge pull request #50375 from Paulb23/code_edit_unit_tests | Rémi Verschelde | |
2021-09-13 | Merge pull request #52049 from theraot/master | Rémi Verschelde | |
2021-09-13 | Added explicit type conversions | Matthew Newall | |
2021-09-13 | Add driver types to GD extension initialisation levels | Bastiaan Olij | |
2021-09-12 | Fix custom multiplayer sync commands | SaracenOne | |
2021-09-11 | Expose enum related methods in ClassDB | Haoyu Qiu | |
2021-09-10 | Merge pull request #52406 from ellenhp/libvorbis | Juan Linietsky | |
Replace stb_vorbis with libvorbis | |||
2021-09-10 | Merge pull request #52229 from lawnjelly/basis_quat_warning | Max Hilbrunner | |
Improve Basis::get_quaternion error message | |||
2021-09-09 | Replace stb_vorbis with libogg+libvorbis | Ellen Poe | |
2021-09-08 | Merge pull request #52408 from GiantBlargg/fix-string-cast | Fabio Alessandrelli | |
Fix invalid string cast | |||
2021-09-08 | Multiplayer networking renames/simplification | Max Hilbrunner | |
Removes _networking_ prefix from some methods and members, now that multiplayer has been largely moved out of Node and SceneTree and is seperated into its own set of classes. | |||
2021-09-07 | Merge pull request #52097 from mortarroad/master-fix-convex-hull-double-edges | Max Hilbrunner | |
Fix emitting duplicate edges for convex hulls | |||
2021-09-07 | Merge pull request #47391 from Calinou/platform-feature-tags-lowercase | Juan Linietsky | |
Make platform feature tag names lowercase | |||
2021-09-07 | Merge pull request #52289 from Calinou/remove-old-msvc-support-ifdef | Max Hilbrunner | |
Remove `#ifdefs` for handling compilation with Visual Studio < 2015 | |||
2021-09-07 | Merge pull request #52442 from Faless/mp/4.x_rpc_manager | Max Hilbrunner | |
[Net] Move multiplayer classes to own subfolder. Split RPC from MultiplayerAPI. | |||
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli | |
Move multiplayer classes to "core/multiplayer" subdir. Move the RPCConfig and enums (TransferMode, RPCMode) to a separate file (multiplayer.h), and bind them to the global namespace. Move the RPC handling code to its own class (RPCManager). Renames "get_rpc_sender_id" to "get_remote_sender_id". | |||
2021-09-07 | Implement properties arrays in the Inspector. | Gilles Roudière | |
2021-09-05 | Merge pull request #51722 from ↵ | Gilles Roudière | |
TokageItLab/implement-set-read-only-in-extended-class Apply `set_read_only()` to child classes of `EditorProperty` elements | |||
2021-09-05 | Apply set_read_only() to child classes of EditorProperty elements | Silc 'Tokage' Renew | |
2021-09-04 | fix invalid string cast | Daniel Doran | |
2021-09-05 | Merge pull request #52309 from BastiaanOlij/add_extension_index_functions | Bastiaan Olij | |
Add functions for access members by index on packed array objects | |||
2021-09-03 | AStar Add error messages | kleonc | |
2021-09-02 | Fix _send_default_spawn_default function sending zero length | SaracenOne | |
PackedByteArray when deriving from a single PackedByteArray state variant. |