Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 years ago |
bruvzg
|
0b6b8427c8
[macOS] Add `create_instance` function to spawn editor copies.
|
4 years ago |
Clay John
|
8a10bb7d0d
Use OpenGL 3.3 core profile instead of compatibility profile
|
4 years ago |
Hugo Locurcio
|
ce97ddbcb1
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
|
4 years ago |
unknown
|
73c5e07051
Added better descriptive error messages for file operations in core_bind.cpp
|
5 years ago |
Brian Semrau
|
f28c677f3d
[core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.
|
4 years ago |
Rémi Verschelde
|
90f8eb7aa0
Merge pull request #53059 from timothyqiu/thread-obj
|
4 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Haoyu Qiu
|
40e188f687
Fix crash when creating thread
|
4 years ago |
Rémi Verschelde
|
ed5267f69f
Merge pull request #53053 from LATRio/callable_in_thread_start
|
4 years ago |
Hennadii Chernyshchyk
|
dbb37e586b
Fix inversed check inside register_singleton
|
4 years ago |
LATRio
|
97c68514c4
Use Callable in Thread::start
|
4 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 |
reduz
|
e2f8df8c5b
Add ability to register singletons from engine API
|
4 years ago |
Rémi Verschelde
|
de7b6d13eb
Merge pull request #51627 from mhilbrunner/todo-for-neikeq
|
4 years ago |
Max Hilbrunner
|
81f7d1890b
Namespaces instead of underscore prefix for binds
|
4 years ago |
Rémi Verschelde
|
913a7a63d5
Merge pull request #51793 from KoBeWi/direnam
|
4 years ago |
kobewi
|
0dde3e5b59
Fix renaming directories
|
4 years ago |
ne0fhyk
|
3a00ff1cce
Add partial support for Android scoped storage.
|
4 years ago |
Hugo Locurcio
|
937c1a716c
Rename `iterations_per_second` to `physics_ticks_per_second`
|
4 years ago |
Aaron Franke
|
84f720966c
Use doubles for time in many other places
|
4 years ago |
Fabio Alessandrelli
|
9798d08ac2
[Core] Expose ResourceLoader.get_resource_uid.
|
4 years ago |
Pedro J. Estébanez
|
a6303b70a5
Fix logic to allow default null thread argument
|
4 years ago |
Rémi Verschelde
|
8c3a6b10a9
OS: Fix used resource debug prints
|
4 years ago |
Pedro J. Estébanez
|
7ca8051645
Fix thread start with no user data when target has no default argument
|
4 years ago |
Rémi Verschelde
|
92299989bd
Use Ref<T> references as iterators where relevant
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |