summaryrefslogtreecommitdiffstats
path: root/core/core_bind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-3/+36
|\
| * Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-121-3/+31
| |\
| | * [OS] Add functions to determine standard I/O device type.bruvzg2024-11-061-3/+31
| * | Merge pull request #96590 from reduz/list-directoryThaddeus Crews2024-11-111-0/+5
| |\ \ | | |/ | |/|
| | * Provide a reliable way to see original resources in a directoryJuan2024-10-071-0/+5
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-15/+15
|\| |
| * | Merge pull request #98679 from Bromeon/qol/rename-static-callThaddeus Crews2024-10-311-2/+2
| |\ \
| | * | Rename ClassDB::class_call_static_method -> class_call_staticJan Haller2024-10-301-2/+2
| * | | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-13/+13
| |/ /
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\| |
| * | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-2/+2
| |\ \
| | * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
| | |/
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+15
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / Expose `Geometry2D.bresenham_line()` methodDanil Alexeev2024-10-251-0/+15
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-4/+19
|/
* Merge pull request #90955 from AThousandShips/print_to_stdoutRémi Verschelde2024-09-231-0/+12
|\
| * [Core] Add `Engine.print_to_stout` setting to control printingA Thousand Ships2024-09-221-0/+12
* | Merge pull request #90969 from Naros/expose-resource-and-saver-methodsRémi Verschelde2024-09-231-0/+5
|\ \ | |/ |/|
| * Expose several resource/resource-saver functionsChris Cranford2024-09-221-0/+5
* | Merge pull request #90703 from ZerxZ/core/classdb_get_api_typeRémi Verschelde2024-09-181-1/+14
|\ \
| * | Expose ClassDB::class_get_api_type method深淵の鴿子2024-09-181-1/+14
* | | Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798Hilderin2024-09-111-5/+11
| |/ |/|
* | Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-061-3/+3
|/
* Merge pull request #92530 from Naros/expose-resource-cache-get-refRémi Verschelde2024-08-281-0/+6
|\
| * Expose `get_cached_ref` from `ResourceCache`Chris Cranford2024-05-291-0/+6
* | Add optional count argument to Sempahore::postRadiant2024-08-271-3/+5
* | Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-1/+1
* | Merge pull request #93141 from RadiantUwU/add_static_classdb_callsRémi Verschelde2024-08-261-0/+19
|\ \
| * | Implement `ClassDB::class_call_static_method`Radiant2024-08-231-0/+19
* | | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-0/+1
* | | Expose ClassDB methods `get_property_setter` / `get_property_getter`Chris Cranford2024-07-271-0/+10
* | | [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