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
*
Store GLES over GL status in the OS to avoid direct renderer includes in the ...
bruvzg
2024-09-03
1
-0
/
+3
*
Update rendering driver name on fallbacks. Fix rendering driver/method in the...
bruvzg
2024-09-01
1
-3
/
+3
*
Merge pull request #94792 from akien-mga/core-remove-poolallocator
Rémi Verschelde
2024-08-28
2
-736
/
+0
|
\
|
*
Core: Remove unused PoolAllocator
Rémi Verschelde
2024-07-26
2
-736
/
+0
*
|
Merge pull request #93985 from alvinhochun/windows-gpu-pref
Rémi Verschelde
2024-08-28
1
-0
/
+1
|
\
\
|
*
|
Respect integrated GPU preference in Windows Settings
Alvin Wong
2024-07-16
1
-0
/
+1
*
|
|
Merge pull request #93739 from AThousandShips/lock_unlock
Rémi Verschelde
2024-08-26
2
-2
/
+35
|
\
\
\
|
*
|
|
[Core] Allow locking/unlocking of `MutexLock`
A Thousand Ships
2024-08-26
2
-2
/
+35
*
|
|
|
Change warning muting so it affects all levels, but locally
Pedro J. Estébanez
2024-08-26
1
-0
/
+9
|
/
/
/
*
|
|
Merge pull request #94169 from RandomShaper/wtp_rl_prize
Rémi Verschelde
2024-08-26
3
-41
/
+52
|
\
\
\
|
*
|
|
WorkerThreadPool (plus friends): Overhaul unlock allowance zones
Pedro J. Estébanez
2024-08-21
3
-41
/
+52
*
|
|
|
Add debug utilities for Vulkan
Matias N. Goldberg
2024-08-21
2
-0
/
+57
|
/
/
/
*
|
|
Merge pull request #92391 from rburing/fti_3d
Rémi Verschelde
2024-08-16
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fixed Timestep Interpolation (3D)
Ricardo Buring
2024-07-07
1
-0
/
+1
|
|
/
*
/
Fix Game window stops responding when debugger pauses
Jamie Pate
2024-07-10
1
-2
/
+0
|
/
*
Prevent folder names with trailing periods from being used automatically
Hugo Locurcio
2024-06-26
1
-1
/
+4
*
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
[next]