summaryrefslogtreecommitdiffstats
path: root/core/core_bind.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal2021-06-101-0/+1
* | | Merge pull request #48889 from Calinou/file-rename-endian-swapRémi Verschelde2021-06-031-6/+6
|\ \ \
| * | | Rename File's `endian_swap` to `big_endian`Hugo Locurcio2021-05-201-6/+6
* | | | Tweak arguments of list_dir_begin()kobewi2021-05-311-1/+1
| |/ / |/| |
* | | Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
|/ /
* / Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-4/+4
|/
* Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond2021-02-251-2/+0
* Expose set_environment to GDScriptBastiaan Olij2021-02-251-0/+1
* Don't allow negative values for `OS.delay_usec()`/`OS.delay_msec()`Hugo Locurcio2021-02-181-2/+2
* Merge pull request #46131 from bruvzg/move_tablet_to_dsRémi Verschelde2021-02-181-5/+0
|\
| * Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-5/+0
* | Modernize atomicsPedro J. Estébanez2021-02-181-1/+2
|/
* Expose a `File.flush()` method to scriptingHugo Locurcio2021-02-131-0/+1
* Improve resource load cachereduz2021-02-111-1/+8
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-4/+1
|\
| * Modernize ThreadPedro J. Estébanez2021-01-291-4/+1
* | Merge pull request #44732 from Calinou/os-add-get-thread-caller-idRémi Verschelde2021-01-261-0/+1
|\ \ | |/ |/|
| * Add an `OS.get_thread_caller_id()` methodHugo Locurcio2020-12-271-0/+1
* | Split OS::execute into two methodsMarcel Admiraal2021-01-091-2/+2