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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some LGTM errors of "Multiplication result converted to larger type"
Aaron Franke
2021-10-12
1
-5
/
+5
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-63
/
+67
*
Merge pull request #48685 from bruvzg/bundle_icon_4
Rémi Verschelde
2021-09-30
1
-3
/
+5
|
\
|
*
[macOS] Prefer .app bundle icon over the default one.
bruvzg
2021-05-13
1
-3
/
+5
*
|
Improve unregistering XR interfaces so we don't get crashes in GDExtensions b...
Bastiaan Olij
2021-09-28
1
-2
/
+7
*
|
Display an alert when attempting to run a project with no main scene
Hugo Locurcio
2021-09-20
1
-2
/
+4
*
|
Add remaning code edit unit tests
Paulb23
2021-09-20
1
-1
/
+1
*
|
--single-window is passed through project manager.
Jacob Edie
2021-09-15
1
-3
/
+2
*
|
Merge pull request #52562 from BastiaanOlij/gd_extensions_register_drivers
Rémi Verschelde
2021-09-15
1
-5
/
+6
|
\
\
|
*
|
Add driver types to GD extension initialisation levels
Bastiaan Olij
2021-09-13
1
-5
/
+6
*
|
|
Merge pull request #52226 from Faless/debugger/4.x_start_options
Rémi Verschelde
2021-09-14
1
-0
/
+17
|
\
\
\
|
*
|
|
[Editor] Add "--debug-server <uri>" option.
Fabio Alessandrelli
2021-08-29
1
-0
/
+17
*
|
|
|
Merge pull request #50375 from Paulb23/code_edit_unit_tests
Rémi Verschelde
2021-09-13
1
-0
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Allow unit testing SceneTree Ojects
Paulb23
2021-09-01
1
-0
/
+1
*
|
|
|
Merge pull request #47391 from Calinou/platform-feature-tags-lowercase
Juan Linietsky
2021-09-07
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-2
/
+2
|
|
/
/
/
*
/
/
/
Fix negative delta arguments
Manuel Moos
2021-08-31
1
-1
/
+42
|
/
/
/
*
/
/
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-1
/
+1
|
/
/
*
|
Use OrderedHashMap for autoloads to preserve order
Lyuma
2021-08-26
1
-5
/
+5
*
|
Merge pull request #51947 from AnilBK/redundant-assignments
Michael Alexsander
2021-08-23
1
-2
/
+0
|
\
\
|
*
|
Remove redundant assignments.
Anilforextra
2021-08-21
1
-2
/
+0
*
|
|
Merge pull request #37260 from Calinou/define-minimum-window-size
Hugo Locurcio
2021-08-22
1
-0
/
+4
|
\
\
\
|
*
|
|
Define a default minimum window size to workaround rendering issues
Hugo Locurcio
2021-08-22
1
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #36872 from Calinou/default-stretch-aspect-expand
Hugo Locurcio
2021-08-22
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use the `keep` stretch aspect by default
Hugo Locurcio
2021-06-19
1
-2
/
+2
*
|
|
Add project setting for agile input event flushing
Pedro J. Estébanez
2021-08-13
2
-4
/
+16
*
|
|
Add input buffering framework
Pedro J. Estébanez
2021-08-13
1
-0
/
+5
*
|
|
Merge pull request #51486 from reduz/fixes-to-mobile-renderer
Rémi Verschelde
2021-08-11
1
-1
/
+2
|
\
\
\
|
*
|
|
Fixes and optimizations to mobile renderer
reduz
2021-08-10
1
-1
/
+2
*
|
|
|
Rename `iterations_per_second` to `physics_ticks_per_second`
Hugo Locurcio
2021-08-11
3
-17
/
+17
|
/
/
/
*
|
|
[Headless] Add --headless switch (no rendering, no audio).
Fabio Alessandrelli
2021-08-03
1
-8
/
+7
*
|
|
Print a warning when the engine is started as `root`/superuser
Hugo Locurcio
2021-07-31
1
-0
/
+7
*
|
|
Use doubles for time everywhere in Timer/SceneTree
Aaron Franke
2021-07-26
4
-34
/
+34
*
|
|
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
1
-0
/
+2
|
\
\
\
|
*
|
|
Implement Resource UIDs
reduz
2021-07-24
1
-0
/
+2
*
|
|
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+2
|
/
/
/
*
|
|
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-6
/
+6
*
|
|
Adds ability to debug stringnames
reduz
2021-07-20
1
-1
/
+3
*
|
|
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
|
|
Change VSync mode project setting enum type from string to integer
Hendrik Brucker
2021-07-12
1
-14
/
+1
*
|
|
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
1
-27
/
+19
*
|
|
Fix Render Info
reduz
2021-07-03
2
-46
/
+22
*
|
|
Implement native extension system
reduz
2021-06-25
1
-3
/
+21
*
|
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-9
/
+9
|
/
/
*
|
Main: Fixup bogus fallback to project manager with more bolognese
Rémi Verschelde
2021-06-16
2
-16
/
+41
*
|
Merge pull request #49432 from Calinou/tweak-physics-fps-property-hint
Rémi Verschelde
2021-06-15
1
-2
/
+2
|
\
\
|
*
|
Tweak the physics FPS property hint to only allow reasonable values
Hugo Locurcio
2021-06-08
1
-2
/
+2
*
|
|
Refactor editor paths validation in EditorPaths and EditorSettings
Rémi Verschelde
2021-06-14
1
-5
/
+3
*
|
|
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-12
1
-0
/
+9
|
\
\
\
|
*
|
|
Add Time singleton
Aaron Franke
2021-06-11
1
-0
/
+9
|
|
/
/
[next]