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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-16
1
-0
/
+10
|
/
*
Drop obsolete resource usage debug methods from OS class
Rémi Verschelde
2022-08-29
1
-115
/
+0
*
Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file
Rémi Verschelde
2022-08-25
1
-5
/
+0
|
\
|
*
Remove unimplemented `OS.dump_memory_to_file()` method
Hugo Locurcio
2022-08-18
1
-5
/
+0
*
|
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-15
/
+18
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-7
/
+8
|
/
*
Print expected `os.arch` tuple for current platform in GDExtension error
Hugo Locurcio
2022-08-08
1
-0
/
+6
*
Bring back Geometry2D.segment_intersects_circle
Hakim
2022-08-03
1
-0
/
+1
*
Expose the "restart on exit" OS functionality
Hugo Locurcio
2022-08-01
1
-0
/
+27
*
Merge pull request #63733 from akien-mga/file-get_as_text-skip-CR
Rémi Verschelde
2022-08-01
1
-3
/
+3
|
\
|
*
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-3
/
+3
*
|
Add support for command-line user arguments.
Juan Linietsky
2022-08-01
1
-0
/
+11
|
/
*
Expose load_threaded_request's cachemode to GDScript
Robin Arys
2022-07-31
1
-3
/
+3
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-4
/
+4
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Add a Movie Quit On Finish property to AnimationPlayer
Hugo Locurcio
2022-07-27
1
-0
/
+6
*
Merge pull request #62973 from bruvzg/sysfont_support
Rémi Verschelde
2022-07-27
1
-0
/
+10
|
\
|
*
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-26
1
-0
/
+10
*
|
Address remaining scoped storage regressions
Fredia Huya-Kouadio
2022-07-26
1
-7
/
+1
|
/
*
Implement a BitField hint
reduz
2022-07-05
1
-9
/
+9
*
Handle custom Callables in Thread.start()
kobewi
2022-07-01
1
-2
/
+3
*
Exposes methods for adding and removing ResourceFormatLoaders and -Savers in ...
leogeier
2022-06-29
1
-0
/
+20
*
Remove userdata from Thread.start()
kobewi
2022-06-23
1
-41
/
+5
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Add OS::is_process_running function.
mdavisprog
2022-05-03
1
-0
/
+5
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-7
/
+7
*
Expose move_to_trash()
kobewi
2022-04-27
1
-0
/
+5
*
Fix "File must be opened" error with File.open()
nova++
2022-04-13
1
-1
/
+0
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-79
/
+60
*
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Rémi Verschelde
2022-03-28
1
-5
/
+0
|
\
|
*
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-26
1
-5
/
+0
*
|
Add GDExtension support to Script
reduz
2022-03-27
1
-0
/
+16
|
/
*
Add static method support to ClassDB
reduz
2022-03-22
1
-2
/
+2
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-24
/
+10
*
Merge pull request #57930 from piiertho/bugfix/add-none-flag-to-resource-saver
Rémi Verschelde
2022-03-07
1
-2
/
+3
|
\
|
*
Fix ResourceSaver::save method exposition flag parameter
Pierre-Thomas Meisels
2022-03-07
1
-2
/
+3
*
|
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+1
*
|
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-15
1
-0
/
+5
*
|
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+0
*
|
[Debugger] New extensible EngineProfiler class.
Fabio Alessandrelli
2022-02-06
1
-55
/
+10
|
/
*
Delete orphaned property default for exit_code which is not exposed any more.
strank
2022-01-19
1
-1
/
+0
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-6
/
+6
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-6
/
+6
*
|
Use List Initializations for Vectors.
Anilforextra
2022-01-12
1
-8
/
+2
*
|
Fix missing arg name in bindings for GDExtension API
Rémi Verschelde
2022-01-07
1
-2
/
+2
*
|
Fix method validation in Thread
kobewi
2022-01-04
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
|
/
[prev]
[next]