summaryrefslogtreecommitdiff
path: root/core/core_bind.h
AgeCommit message (Expand)Author
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-12-10Improve Directory content navigationTomasz Chabora
2021-12-03Add an `OS.crash()` method for testing system crash handlerHugo Locurcio
2021-11-12Expose Thread::get_main_id in core bindingsBrian Semrau
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-01[macOS] Add `create_instance` function to spawn editor copies.bruvzg
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-26Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner
2021-10-06[core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.Brian Semrau
2021-09-25Use Callable in Thread::startLATRio
2021-09-16Implement `OS::get_locale_language()` helper methodRémi Verschelde
2021-09-11Expose enum related methods in ClassDBHaoyu Qiu
2021-08-25Add ability to register singletons from engine APIreduz
2021-08-17Namespaces instead of underscore prefix for bindsMax Hilbrunner
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-08-11Rename `iterations_per_second` to `physics_ticks_per_second`Hugo Locurcio
2021-08-09Use doubles for time in many other placesAaron Franke
2021-08-09[Core] Expose ResourceLoader.get_resource_uid.Fabio Alessandrelli
2021-07-25Fix various typos with codespellluz paz
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-06-20Merge pull request #48359 from Calinou/add-engine-print-error-propertyRémi Verschelde
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Merge pull request #44806 from madmiraal/consolidate_jsonRémi Verschelde
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-19Expose OS data directory getter methodsHugo Locurcio
2021-06-12Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde
2021-06-11Merge pull request #34566 from Heikki00/34541_to_json_precisionRémi Verschelde
2021-06-11Add Time singletonAaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-10Add OS.get_external_data_dir() to get Android external directoryMarcel Admiraal
2021-06-03Merge pull request #48889 from Calinou/file-rename-endian-swapRémi Verschelde
2021-05-31Tweak arguments of list_dir_begin()kobewi
2021-05-29Increase String::num default decimal precisionHeikki Simojoki
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-20Rename File's `endian_swap` to `big_endian`Hugo Locurcio
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-01Add `Engine.print_error_messages` property to disable printing errorsHugo Locurcio
2021-02-25Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond
2021-02-25Expose set_environment to GDScriptBastiaan Olij
2021-02-18Don't allow negative values for `OS.delay_usec()`/`OS.delay_msec()`Hugo Locurcio
2021-02-18Merge pull request #46131 from bruvzg/move_tablet_to_dsRémi Verschelde
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-18Move tablet driver API from OS to DisplayServer.bruvzg
2021-02-13Expose a `File.flush()` method to scriptingHugo Locurcio
2021-02-11Improve resource load cachereduz