index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
core_bind.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose Thread::get_main_id in core bindings
Brian Semrau
2021-11-12
1
-0
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-3
/
+3
*
[macOS] Add `create_instance` function to spawn editor copies.
bruvzg
2021-11-01
1
-0
/
+1
*
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-1
/
+1
*
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-1
/
+1
*
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-26
1
-1
/
+1
*
[core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.
Brian Semrau
2021-10-06
1
-2
/
+3
*
Use Callable in Thread::start
LATRio
2021-09-25
1
-3
/
+2
*
Implement `OS::get_locale_language()` helper method
Rémi Verschelde
2021-09-16
1
-0
/
+1
*
Expose enum related methods in ClassDB
Haoyu Qiu
2021-09-11
1
-0
/
+5
*
Add ability to register singletons from engine API
reduz
2021-08-25
1
-2
/
+5
*
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-17
1
-84
/
+92
*
Add partial support for Android scoped storage.
ne0fhyk
2021-08-16
1
-2
/
+1
*
Rename `iterations_per_second` to `physics_ticks_per_second`
Hugo Locurcio
2021-08-11
1
-2
/
+2
*
Use doubles for time in many other places
Aaron Franke
2021-08-09
1
-7
/
+7
*
[Core] Expose ResourceLoader.get_resource_uid.
Fabio Alessandrelli
2021-08-09
1
-0
/
+1
*
Fix various typos with codespell
luz paz
2021-07-25
1
-3
/
+3
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-0
/
+2
*
Merge pull request #48359 from Calinou/add-engine-print-error-property
Rémi Verschelde
2021-06-20
1
-0
/
+3
|
\
|
*
Add `Engine.print_error_messages` property to disable printing errors
Hugo Locurcio
2021-05-01
1
-0
/
+3
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
|
Merge pull request #44806 from madmiraal/consolidate_json
Rémi Verschelde
2021-06-19
1
-48
/
+0
|
\
\
|
*
|
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
1
-48
/
+0
*
|
|
Expose OS data directory getter methods
Hugo Locurcio
2021-06-19
1
-0
/
+3
|
/
/
*
|
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-12
1
-8
/
+0
|
\
\
|
*
|
Add Time singleton
Aaron Franke
2021-06-11
1
-8
/
+0
*
|
|
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-12
/
+12
*
|
|
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
\
\
\
|
*
|
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #34566 from Heikki00/34541_to_json_precision
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Increase String::num default decimal precision
Heikki Simojoki
2021-05-29
1
-1
/
+1
*
|
|
Add OS.get_external_data_dir() to get Android external directory
Marcel Admiraal
2021-06-10
1
-0
/
+1
*
|
|
Merge pull request #48889 from Calinou/file-rename-endian-swap
Rémi Verschelde
2021-06-03
1
-6
/
+6
|
\
\
\
|
*
|
|
Rename File's `endian_swap` to `big_endian`
Hugo Locurcio
2021-05-20
1
-6
/
+6
*
|
|
|
Tweak arguments of list_dir_begin()
kobewi
2021-05-31
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
|
/
/
*
/
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-4
/
+4
|
/
*
Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...
Emmanuel Leblond
2021-02-25
1
-2
/
+0
*
Expose set_environment to GDScript
Bastiaan Olij
2021-02-25
1
-0
/
+1
*
Don't allow negative values for `OS.delay_usec()`/`OS.delay_msec()`
Hugo Locurcio
2021-02-18
1
-2
/
+2
*
Merge pull request #46131 from bruvzg/move_tablet_to_ds
Rémi Verschelde
2021-02-18
1
-5
/
+0
|
\
|
*
Move tablet driver API from OS to DisplayServer.
bruvzg
2021-02-18
1
-5
/
+0
*
|
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-1
/
+2
|
/
*
Expose a `File.flush()` method to scripting
Hugo Locurcio
2021-02-13
1
-0
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+8
*
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-31
1
-4
/
+1
|
\
|
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-4
/
+1
*
|
Merge pull request #44732 from Calinou/os-add-get-thread-caller-id
Rémi Verschelde
2021-01-26
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add an `OS.get_thread_caller_id()` method
Hugo Locurcio
2020-12-27
1
-0
/
+1
*
|
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
1
-2
/
+2
[next]