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
...
|
*
Improve documentation for `OS.read_string_from_stdin()`
Hugo Locurcio
2023-01-11
1
-3
/
+3
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Remove duplicate Month and Weekday enums
Aaron Franke
2022-12-26
1
-21
/
+0
|
/
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-3
/
+8
*
Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-setting
Rémi Verschelde
2022-11-15
1
-0
/
+11
|
\
|
*
Implement adjusting the maximum number of physics steps per rendered frame
Hugo Locurcio
2022-10-09
1
-0
/
+11
*
|
Merge pull request #67244 from RandomShaper/split_render_further_2
Rémi Verschelde
2022-10-11
1
-2
/
+2
|
\
\
|
*
|
Polish rendering driver refactor further (take 2)
Pedro J. Estébanez
2022-10-11
1
-2
/
+2
|
|
/
*
|
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Rémi Verschelde
2022-10-11
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
MJacred
2022-10-11
1
-0
/
+6
*
|
Rename `Engine.target_fps` and associated project setting to `max_fps`
Hugo Locurcio
2022-10-03
1
-7
/
+7
*
|
Merge pull request #66803 from akien-mga/core-remove-NO_THREADS
Rémi Verschelde
2022-10-03
1
-6
/
+0
|
\
\
|
*
|
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-10-03
1
-6
/
+0
*
|
|
Merge pull request #65751 from Faless/os/4.x_expose_read_from_stdin
Rémi Verschelde
2022-10-03
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[OS] Expose get_stdin_string to Scripting.
Fabio Alessandrelli
2022-09-13
1
-0
/
+5
*
|
|
Add method bind for `Geometry2D.decompose_polygon_in_convex`
Mansur Isaev
2022-09-21
1
-0
/
+12
*
|
|
Merge pull request #65271 from KoBeWi/FirAccess🌲
Rémi Verschelde
2022-09-19
1
-630
/
+0
|
\
\
\
|
*
|
|
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-19
1
-630
/
+0
|
|
|
/
|
|
/
|
*
/
|
Use `Vector2i` when returning atlas size in `Geometry2D::make_atlas`
Marc Gilleron
2022-09-19
1
-2
/
+1
|
/
/
*
/
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
[prev]
[next]