summaryrefslogtreecommitdiffstats
path: root/core/core_bind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-4/+19
* [Crypto] Expose OS.get_entropyFabio Alessandrelli2024-06-171-0/+9
* [Crypto] Expose get_system_ca_certificates.Fabio Alessandrelli2024-06-141-0/+5
* Expose several EngineDebugger methods and signals as plugin callbacksChris Cranford2024-06-101-0/+77
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* Merge pull request #90916 from Naros/expose-classdb-class-get-property-defaul...Rémi Verschelde2024-04-221-0/+11
|\
| * Expose ClassDB::class_get_property_default_value methodChris Cranford2024-04-191-0/+11
* | Merge pull request #90368 from Naros/expose-classdb-is-enum-bitfieldRémi Verschelde2024-04-221-1/+7
|\ \
| * | Expose `ClassDB::is_enum_bitfield` as `ClassDB::is_class_enum_bitfield`Chris Cranford2024-04-191-1/+7
| |/
* | Fix import and saving related crashesA Thousand Ships2024-04-221-2/+0
* | Add get_process_exit_code() methodkobewi2024-04-161-0/+5
|/
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-6/+15
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+6
* Merge pull request #86777 from Mickeon/autocomplete-classdbRémi Verschelde2024-03-011-0/+24
|\
| * Add autocompletion for ClassDB & AudioServerMicky2024-02-291-0/+24
* | Merge pull request #86743 from Mickeon/autocompletion-optimise-objectRémi Verschelde2024-03-011-1/+3
|\ \
| * | Optimise Object's `get_argument_options`Micky2024-02-291-1/+3
* | | Enhance cache modes in resource loadingPedro J. Estébanez2024-02-261-0/+2
|/ /
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* | Add const lvalue ref to container parametersMuller-Castro2024-01-051-7/+7
* | Merge pull request #83353 from Chubercik/expose_delaunay_3dRémi Verschelde2024-01-041-0/+5
|\ \
| * | Expose 3D Delaunay tetrahedralization in `Geometry3D`Jakub Marcowski2023-10-161-0/+5
* | | Add autocompletion for `Engine.get_singleton` & similarMicky2024-01-031-0/+10
| |/ |/|
* | Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-0/+1
|/
* Fixes to allow object-less callables throughout GodotMai Lavelle2023-10-061-2/+1
* Merge pull request #78871 from jitspoe/master.pr_compute_convex_mesh_pointsRémi Verschelde2023-08-161-0/+12
|\
| * Expose compute_convex_mesh_points function to GDScript.jitspoe2023-08-141-0/+12
* | Add ability to get barycentric coordinates from rayPrecisionRender2023-08-021-0/+7
* | [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-0/+10
|/
* Merge pull request #78000 from RandomShaper/let_users_mess_upRémi Verschelde2023-06-101-0/+8
|\
| * Let user scripts disable thread safety checksPedro J. Estébanez2023-06-091-0/+8
* | Mark thread name setup safe for nodesPedro J. Estébanez2023-06-081-0/+4
|/
* Merge pull request #52314 from lawnjelly/four_delta_smoothRémi Verschelde2023-05-171-0/+12
|\
| * Add frame delta smoothing option (4.x)lawnjelly2023-05-161-0/+12
* | Merge pull request #77000 from reduz/make-more-base-nodes-thread-safeRémi Verschelde2023-05-161-30/+30
|\ \
| * | Make more base nodes thread safeJuan Linietsky2023-05-151-30/+30
| |/
* / Robustify multi-threading primitivesPedro J. Estébanez2023-05-121-4/+20
|/
* Merge pull request #76418 from reduz/method-bind-validated-callRémi Verschelde2023-05-081-2/+3
|\
| * Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-2/+3
* | Cache feature list in OS.has_feature()kobewi2023-05-051-1/+8
* | Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorerRémi Verschelde2023-04-251-0/+10
|\ \ | |/ |/|
| * Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-0/+10
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-0/+5
|/
* Add Engine::unregister_script_language and make Engine::register_script_langu...Emmanuel Leblond2023-02-101-2/+7
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-7/+7
* Booleanize various sync primitives' wait & locking methodsPedro J. Estébanez2023-01-271-3/+3
* OS: Add `unset_environment`, better validate inputRémi Verschelde2023-01-161-3/+8
* Merge pull request #70714 from Calinou/doc-os-stdinRémi Verschelde2023-01-121-3/+3
|\