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
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enchance descriptions of @GlobalScope/@GDScript
Yuri Roubinsky
2021-11-25
1
-2
/
+2
*
Move logic for saving project features to ProjectSettings save_custom
Aaron Franke
2021-11-25
1
-5
/
+1
*
Fixes variable/singal nodes not renaming in visualscript editor
Umang Kalra
2021-11-24
1
-0
/
+29
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
15
-34
/
+34
*
Merge pull request #54949 from Chaosus/fix_warning
Rémi Verschelde
2021-11-23
5
-27
/
+41
|
\
|
*
Allow using built-in names for variables, push warnings instead
Yuri Roubinsky
2021-11-13
5
-27
/
+41
*
|
Merge pull request #55243 from KoBeWi/some_random_stuff_idk
Rémi Verschelde
2021-11-23
1
-1
/
+1
|
\
\
|
*
|
Improve various texts
kobewi
2021-11-23
1
-1
/
+1
*
|
|
Fix crash when exporting meshes to gltf that have no skin.
jitspoe
2021-11-22
1
-1
/
+4
|
/
/
*
|
Merge pull request #55151 from Chaosus/control_reset_size
Rémi Verschelde
2021-11-22
1
-6
/
+6
|
\
\
|
*
|
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-6
/
+6
*
|
|
Merge pull request #54919 from williamd67/GPULightmapper-improve-noise-to-pre...
JFonS
2021-11-22
1
-12
/
+34
|
\
\
\
|
*
|
|
GPULightmapper: better algorithm to generate rays for indirect lighting
William Deurwaarder
2021-11-19
1
-12
/
+34
*
|
|
|
Fix merge conflict between #42711 and #42374
Marcel Admiraal
2021-11-21
1
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #55126 from akien-mga/wslay-45d22583b
Rémi Verschelde
2021-11-20
1
-2
/
+1
|
\
\
\
|
*
|
|
wslay: Sync with upstream 45d22583b
Rémi Verschelde
2021-11-19
1
-2
/
+1
|
|
/
/
*
|
|
Merge pull request #55127 from akien-mga/libwebp-1.2.1
Rémi Verschelde
2021-11-20
1
-0
/
+1
|
\
\
\
|
*
|
|
libwebp: Sync with upstream 1.2.1
Rémi Verschelde
2021-11-19
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #55115 from akien-mga/tinyexr-1.0.1
Rémi Verschelde
2021-11-20
3
-0
/
+7
|
\
\
\
|
*
|
|
tinyexr: Sync with upstream 1.0.1
Rémi Verschelde
2021-11-19
3
-0
/
+7
|
|
/
/
*
|
|
Add shape data to area overlap data.
Marcel Admiraal
2021-11-20
4
-192
/
+167
*
|
|
miniupnpc: Update to version 2.2.3
Rémi Verschelde
2021-11-19
4
-6
/
+6
|
/
/
*
|
Merge pull request #42374 from madmiraal/fix-32776
Camille Mohr-Daurat
2021-11-18
1
-1
/
+8
|
\
\
|
*
|
Trigger RigidBodyBullet space override updates when Area properties change.
Marcel Admiraal
2020-09-27
1
-1
/
+8
*
|
|
Merge pull request #42306 from madmiraal/fix-39947
Camille Mohr-Daurat
2021-11-18
6
-7
/
+12
|
\
\
\
|
*
|
|
Update Bullet Area overlaps when Area properties or shapes change.
Marcel Admiraal
2020-10-08
6
-7
/
+12
*
|
|
|
Merge pull request #44726 from madmiraal/fix-44644
Camille Mohr-Daurat
2021-11-18
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Ignore Bullet collision contact points with distance = 0
Marcel Admiraal
2020-12-27
1
-1
/
+1
*
|
|
|
|
Fix `randfn` in visual scripts
Yuri Roubinsky
2021-11-17
1
-2
/
+7
*
|
|
|
|
Expose `randfn` to global scope
Yuri Roubinsky
2021-11-17
5
-55
/
+89
*
|
|
|
|
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-16
1
-1
/
+1
*
|
|
|
|
Merge pull request #54581 from aaronfranke/operator-docs
Rémi Verschelde
2021-11-16
16
-84
/
+1131
|
\
\
\
\
\
|
*
|
|
|
|
Add documentation to operators for math types
Aaron Franke
2021-11-04
16
-84
/
+1131
*
|
|
|
|
|
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
8
-11
/
+11
*
|
|
|
|
|
Fix mono build after invalid rename of `KEY_READ`
Stefan Boronczyk
2021-11-15
1
-2
/
+2
*
|
|
|
|
|
Add path to functions that return iporter options
reduz
2021-11-14
4
-8
/
+8
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Use "enum class" for input enums
Aaron Franke
2021-11-12
5
-60
/
+60
*
|
|
|
|
Make OpenSimplex and VisualScript modules not depend on the editor
Aaron Franke
2021-11-12
7
-14
/
+15
*
|
|
|
|
Add a minimal template build to CI
Aaron Franke
2021-11-12
1
-0
/
+2
*
|
|
|
|
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-12
8
-6
/
+12
*
|
|
|
|
Show built-in script names in the debugger
kobewi
2021-11-11
2
-4
/
+13
*
|
|
|
|
[GDScript] Check string literals for Unicode direction control characters.
bruvzg
2021-11-11
1
-0
/
+9
*
|
|
|
|
Merge pull request #54840 from Calinou/mono-move-exception-policy-setting
Rémi Verschelde
2021-11-10
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Move Mono unhandled exception setting to be located within a subsection
Hugo Locurcio
2021-11-10
1
-1
/
+1
*
|
|
|
|
|
Fix errors in CharacterBody when floor is destroyed or removed
PouleyKetchoupp
2021-11-10
1
-0
/
+9
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #54676 from Chaosus/gds_restrict_names
Rémi Verschelde
2021-11-10
1
-8
/
+76
|
\
\
\
\
\
|
*
|
|
|
|
Prevent identifiers from naming as built-in funcs and global classes
Yuri Roubinsky
2021-11-08
1
-8
/
+76
*
|
|
|
|
|
Merge pull request #54358 from Shawak/feature-allow-root-node-paths-without-q...
Rémi Verschelde
2021-11-10
1
-0
/
+17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Allow using $/root node paths
Maximilian
2021-11-09
1
-0
/
+17
*
|
|
|
|
|
|
fix pingpong in math
Silc 'Tokage' Renew
2021-11-10
1
-1
/
+1
[next]