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
*
Print expected `os.arch` tuple for current platform in GDExtension error
Hugo Locurcio
2022-08-08
1
-0
/
+2
*
Expose the "restart on exit" OS functionality
Hugo Locurcio
2022-08-01
1
-0
/
+4
*
Merge pull request #63733 from akien-mga/file-get_as_text-skip-CR
Rémi Verschelde
2022-08-01
1
-1
/
+1
|
\
|
*
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-1
/
+1
*
|
Add support for command-line user arguments.
Juan Linietsky
2022-08-01
1
-0
/
+1
|
/
*
Expose load_threaded_request's cachemode to GDScript
Robin Arys
2022-07-31
1
-1
/
+1
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
Add a Movie Quit On Finish property to AnimationPlayer
Hugo Locurcio
2022-07-27
1
-0
/
+3
*
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-26
1
-0
/
+2
*
Implement a BitField hint
reduz
2022-07-05
1
-2
/
+2
*
Exposes methods for adding and removing ResourceFormatLoaders and -Savers in ...
leogeier
2022-06-29
1
-0
/
+4
*
Remove userdata from Thread.start()
kobewi
2022-06-23
1
-2
/
+1
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Add OS::is_process_running function.
mdavisprog
2022-05-03
1
-0
/
+1
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-4
/
+4
*
Expose move_to_trash()
kobewi
2022-04-27
1
-0
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-4
/
+2
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Rémi Verschelde
2022-03-28
1
-1
/
+0
|
\
|
*
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-26
1
-1
/
+0
*
|
Add GDExtension support to Script
reduz
2022-03-27
1
-0
/
+5
|
/
*
Add static method support to ClassDB
reduz
2022-03-22
1
-1
/
+1
*
Merge pull request #57930 from piiertho/bugfix/add-none-flag-to-resource-saver
Rémi Verschelde
2022-03-07
1
-1
/
+2
|
\
|
*
Fix ResourceSaver::save method exposition flag parameter
Pierre-Thomas Meisels
2022-03-07
1
-1
/
+2
*
|
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-15
1
-0
/
+1
*
|
[Debugger] New extensible EngineProfiler class.
Fabio Alessandrelli
2022-02-06
1
-22
/
+3
|
/
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-2
/
+2
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-2
/
+2
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Improve Directory content navigation
Tomasz Chabora
2021-12-10
1
-6
/
+13
*
Add an `OS.crash()` method for testing system crash handler
Hugo Locurcio
2021-12-03
1
-0
/
+1
*
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
[next]