summaryrefslogtreecommitdiffstats
path: root/core/core_bind.h
Commit message (Expand)AuthorAgeFilesLines
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Add OS::is_process_running function.mdavisprog2022-05-031-0/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-4/+4
* Expose move_to_trash()kobewi2022-04-271-0/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-4/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Merge pull request #59548 from akien-mga/obj-remove-unused-categoriesRémi Verschelde2022-03-281-1/+0
|\
| * Object: Remove unused category boilerplateRémi Verschelde2022-03-261-1/+0
* | Add GDExtension support to Scriptreduz2022-03-271-0/+5
|/
* Add static method support to ClassDBreduz2022-03-221-1/+1
* Merge pull request #57930 from piiertho/bugfix/add-none-flag-to-resource-saverRémi Verschelde2022-03-071-1/+2
|\
| * Fix ResourceSaver::save method exposition flag parameterPierre-Thomas Meisels2022-03-071-1/+2
* | Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-151-0/+1
* | [Debugger] New extensible EngineProfiler class.Fabio Alessandrelli2022-02-061-22/+3
|/
* Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-2/+2
|\
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Improve Directory content navigationTomasz Chabora2021-12-101-6/+13
* Add an `OS.crash()` method for testing system crash handlerHugo Locurcio2021-12-031-0/+1
* Expose Thread::get_main_id in core bindingsBrian Semrau2021-11-121-0/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* [macOS] Add `create_instance` function to spawn editor copies.bruvzg2021-11-011-0/+1
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-1/+1
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-1/+1
* Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner2021-10-261-1/+1
* [core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.Brian Semrau2021-10-061-2/+3
* Use Callable in Thread::startLATRio2021-09-251-3/+2
* Implement `OS::get_locale_language()` helper methodRémi Verschelde2021-09-161-0/+1
* Expose enum related methods in ClassDBHaoyu Qiu2021-09-111-0/+5
* Add ability to register singletons from engine APIreduz2021-08-251-2/+5
* Namespaces instead of underscore prefix for bindsMax Hilbrunner2021-08-171-84/+92
* Add partial support for Android scoped storage.ne0fhyk2021-08-161-2/+1
* Rename `iterations_per_second` to `physics_ticks_per_second`Hugo Locurcio2021-08-111-2/+2
* Use doubles for time in many other placesAaron Franke2021-08-091-7/+7
* [Core] Expose ResourceLoader.get_resource_uid.Fabio Alessandrelli2021-08-091-0/+1
* Fix various typos with codespellluz paz2021-07-251-3/+3
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+2
* Merge pull request #48359 from Calinou/add-engine-print-error-propertyRémi Verschelde2021-06-201-0/+3
|\
| * Add `Engine.print_error_messages` property to disable printing errorsHugo Locurcio2021-05-011-0/+3
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* | Merge pull request #44806 from madmiraal/consolidate_jsonRémi Verschelde2021-06-191-48/+0
|\ \
| * | Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-48/+0
* | | Expose OS data directory getter methodsHugo Locurcio2021-06-191-0/+3
|/ /
* | Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-8/+0
|\ \
| * | Add Time singletonAaron Franke2021-06-111-8/+0
* | | Rename Reference to RefCountedPedro J. Estébanez2021-06-111-12/+12
* | | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-111-2/+2
|\ \ \
| * | | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
| |/ /
* | | Merge pull request #34566 from Heikki00/34541_to_json_precisionRémi Verschelde2021-06-111-1/+1
|\ \ \ | |/ / |/| |
| * | Increase String::num default decimal precisionHeikki Simojoki2021-05-291-1/+1