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
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move MIDI parsing up from ALSA driver to platform independent driver.
Ibrahn Sahir
2024-06-25
2
-67
/
+200
*
Add `nothreads` feature tag to signify lack of `THREADS_ENABLED`
Mikael Hermansson
2024-06-24
1
-0
/
+4
*
Implement `amplitude` to Input.vibrate_handheld
Radiant
2024-05-02
1
-1
/
+1
*
Add separate feature tags for editor runtime
kobewi
2024-04-26
2
-0
/
+6
*
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
1
-1
/
+8
*
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
2
-1
/
+52
*
Add get_process_exit_code() method
kobewi
2024-04-16
1
-0
/
+1
*
Merge pull request #87117 from DmitriySalnikov/rename_pdb
Rémi Verschelde
2024-04-11
1
-1
/
+1
|
\
|
*
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
1
-1
/
+1
*
|
Update lingering `do/while(0)` defines
Thaddeus Crews
2024-04-04
1
-2
/
+3
|
/
*
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
bruvzg
2024-03-27
1
-0
/
+1
*
Merge pull request #89229 from akien-mga/main-refactor-os-exit-code
Rémi Verschelde
2024-03-24
1
-1
/
+2
|
\
|
*
Refactor OS exit code to be `EXIT_SUCCESS` by default
Rémi Verschelde
2024-03-08
1
-1
/
+2
*
|
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+1
*
|
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
3
-11
/
+11
|
/
*
Merge pull request #86620 from fbcosentino/midi_device_id
Rémi Verschelde
2024-02-19
2
-2
/
+3
|
\
|
*
Add MIDI controller device index to InputEventMIDI.device property.
Fernando Cosentino
2024-02-19
2
-2
/
+3
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
4
-15
/
+15
*
|
Merge pull request #87635 from rune-scape/manage-time-singleton
Rémi Verschelde
2024-02-12
1
-3
/
+0
|
\
\
|
*
|
Manage time singleton
rune-scape
2024-02-11
1
-3
/
+0
*
|
|
[Core] Improve `CowData` and `Memory` metadata alignment.
bruvzg
2024-02-05
2
-22
/
+37
*
|
|
Merge pull request #87871 from vittorioromeo/use_v_shorthand
Rémi Verschelde
2024-02-05
1
-4
/
+4
|
\
\
\
|
*
|
|
Use '_v' shorthand for type traits and 'if constexpr' where appropriate
vittorioromeo
2024-02-02
1
-4
/
+4
*
|
|
|
Extract 'SafeBinaryMutex' to separate header
vittorioromeo
2024-02-04
2
-80
/
+124
|
/
/
/
*
|
|
Merge pull request #87393 from stuartcarnie/bugfix
Rémi Verschelde
2024-01-29
1
-0
/
+21
|
\
\
\
|
*
|
|
Use `os_unfair_lock` on Apple platforms
Stuart Carnie
2024-01-21
1
-0
/
+21
*
|
|
|
Add InputEventKey.location to tell left from right
Mel Collins
2024-01-26
1
-0
/
+6
|
|
/
/
|
/
|
|
*
|
|
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
7
-6
/
+148
*
|
|
Merge pull request #86587 from RandomShaper/wtp_enhance
Rémi Verschelde
2024-01-11
2
-3
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
WorkerThreadPool: Overhaul scheduling and synchronization
Pedro J. Estébanez
2024-01-08
2
-3
/
+7
|
|
/
*
/
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
|
/
*
Improve engine startup/shutdown benchmarks
Yuri Sizov
2023-12-08
2
-15
/
+34
*
Use mingw-std-threads in MinGW builds
Pedro J. Estébanez
2023-11-18
8
-27
/
+69
*
[iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.
bruvzg
2023-11-09
1
-0
/
+6
*
Web: Clarify that `OS.get_unique_id` is not supported
Rémi Verschelde
2023-09-27
1
-1
/
+1
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
3
-11
/
+11
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-1
/
+0
*
Godot Android plugin re-architecture
Fredia Huya-Kouadio
2023-09-03
1
-0
/
+4
*
Add missing YEN, SECTION and OPENURL names to keycode mappings
AttackButton
2023-08-28
2
-0
/
+5
*
[macOS] Implement optional native file selection dialog support for sandboxed...
bruvzg
2023-07-12
2
-0
/
+7
*
Merge pull request #70771 from kleonc/main-loop-set-after-resolved
Yuri Sizov
2023-07-12
2
-12
/
+0
|
\
|
*
Ensure MainLoop and its custom script is set right after it's resolved
kleonc
2022-12-31
2
-12
/
+0
*
|
Merge pull request #74012 from myaaaaaaaaa/remove-tap
Rémi Verschelde
2023-07-08
1
-87
/
+0
|
\
\
|
*
|
Remove unused threaded_array_processor.h
myaaaaaaaaa
2023-02-26
1
-87
/
+0
*
|
|
Fixed the fallback logic of OS::shell_show_in_file_manager
Daylily-Zeleen
2023-07-06
1
-4
/
+6
*
|
|
Merge pull request #47996 from madmiraal/fix-17430
Rémi Verschelde
2023-06-19
2
-5
/
+26
|
\
\
\
|
*
|
|
Fix OS.find_keycode_from_string not working with modifiers
Marcel Admiraal
2023-02-07
2
-5
/
+26
*
|
|
|
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
2
-3
/
+3
*
|
|
|
Merge pull request #71352 from m4gr3d/editor_optimization_main
Rémi Verschelde
2023-05-24
2
-0
/
+69
|
\
\
\
\
|
*
|
|
|
Improve startup benchmarking
Fredia Huya-Kouadio
2023-05-23
2
-0
/
+69
[next]