Hendrik Brucker
|
b396fd4eef
Improve compilation speed (forward declarations/includes cleanup)
|
3 years ago |
Fabio Alessandrelli
|
789e648f4d
[Debugger] New extensible EngineProfiler class.
|
3 years ago |
strank
|
88eb9f7aef
Delete orphaned property default for exit_code which is not exposed any more.
|
3 years ago |
Rémi Verschelde
|
8bdef23f7f
Merge pull request #56012 from bruvzg/wt🤎4
|
3 years ago |
Anilforextra
|
6c3a0460a8
Use List Initializations for Vectors.
|
3 years ago |
Rémi Verschelde
|
fcc2648e18
Fix missing arg name in bindings for GDExtension API
|
3 years ago |
kobewi
|
ec94ceba14
Fix method validation in Thread
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
luz paz
|
a124f1effe
Fix various typos
|
3 years ago |
bruvzg
|
ea5bb8b47d
[Windows] Improve console handling and execute/create_process.
|
3 years ago |
Tomasz Chabora
|
d04c2a554f
Improve Directory content navigation
|
5 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Hugo Locurcio
|
5761b90f3c
Add an `OS.crash()` method for testing system crash handler
|
3 years ago |
Brian Semrau
|
c558263d84
Expose Thread::get_main_id in core bindings
|
3 years ago |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 years ago |
bruvzg
|
0b6b8427c8
[macOS] Add `create_instance` function to spawn editor copies.
|
3 years ago |
Clay John
|
8a10bb7d0d
Use OpenGL 3.3 core profile instead of compatibility profile
|
3 years ago |
Hugo Locurcio
|
ce97ddbcb1
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
|
3 years ago |
unknown
|
73c5e07051
Added better descriptive error messages for file operations in core_bind.cpp
|
4 years ago |
Brian Semrau
|
f28c677f3d
[core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.
|
3 years ago |
Rémi Verschelde
|
90f8eb7aa0
Merge pull request #53059 from timothyqiu/thread-obj
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Haoyu Qiu
|
40e188f687
Fix crash when creating thread
|
3 years ago |
Rémi Verschelde
|
ed5267f69f
Merge pull request #53053 from LATRio/callable_in_thread_start
|
3 years ago |
Hennadii Chernyshchyk
|
dbb37e586b
Fix inversed check inside register_singleton
|
3 years ago |
LATRio
|
97c68514c4
Use Callable in Thread::start
|
3 years ago |
Hugo Locurcio
|
2560070c0a
Remove `Engine.editor_hint` in favor of `Engine.is_editor_hint()`
|
4 years ago |
Rémi Verschelde
|
def99c7baf
Implement `OS::get_locale_language()` helper method
|
4 years ago |
Haoyu Qiu
|
d2aef4c439
Expose enum related methods in ClassDB
|
4 years ago |
Wilson E. Alvarez
|
d11c1afc04
Rename String::is_rel_path to String::is_relative_path
|
4 years ago |