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
/
editor
/
import
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
36
-72
/
+72
*
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
*
Don't crash when texture param is null
Marc Gilleron
2021-12-17
1
-0
/
+6
*
Merge pull request #53323 from xMakerx/patch-1
Rémi Verschelde
2021-12-10
1
-0
/
+1
|
\
|
*
ResourceImporterScene: Add error when "default" is not defined to create clips
Maverick Liberty
2021-10-18
1
-0
/
+1
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
7
-56
/
+56
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-8
/
+8
*
|
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-2
/
+2
*
|
Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_master
Rémi Verschelde
2021-11-24
1
-1
/
+1
|
\
\
|
*
|
Fix edge case where 1px cut off from right of image
Giwayume
2021-11-23
1
-1
/
+1
*
|
|
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-4
/
+4
|
/
/
*
|
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-2
/
+2
*
|
Added hint about loop_mode to resource importer
Silc 'Tokage' Renew
2021-11-19
1
-2
/
+2
*
|
Fix texture atlas generation when source sprite is larger than generated atlas
Giwayume
2021-11-18
1
-2
/
+2
*
|
Add path to functions that return iporter options
reduz
2021-11-14
29
-75
/
+102
*
|
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-3
/
+3
*
|
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-12
1
-3
/
+3
*
|
Fix import_scene_from_other_importer and import_animation_from_other_importer
Lyuma
2021-11-11
1
-2
/
+2
*
|
Merge pull request #54838 from groud/fix_editor_import_plugin
Rémi Verschelde
2021-11-10
1
-0
/
+2
|
\
\
|
*
|
Fix EditorImportPlugin logic for checking unimplemented methods
Gilles Roudière
2021-11-10
1
-0
/
+2
*
|
|
Merge pull request #53819 from TokageItLab/re-implement-ping-pong
Rémi Verschelde
2021-11-09
2
-11
/
+11
|
\
\
\
|
*
|
|
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
2
-11
/
+11
*
|
|
|
Merge pull request #54694 from briansemrau/rem-silly-obj-error
Rémi Verschelde
2021-11-09
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Prevent obj importer from printing misleading error
Brian Semrau
2021-11-06
1
-4
/
+4
*
|
|
|
|
Merge pull request #51341 from V-Sekai/fps-30
K. S. Ernest (iFire) Lee
2021-11-09
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Default to 30 animation fps for better quality.
K. S. Ernest (iFire) Lee
2021-11-09
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #54372 from bruvzg/text_edit_ui
Rémi Verschelde
2021-11-09
1
-1
/
+28
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add functions for getting name and font style from dynamic and bitmap fonts.
bruvzg
2021-10-31
1
-1
/
+28
*
|
|
|
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
|
|
|
Merge pull request #54072 from KoBeWi/hrcr_is_ded
Rémi Verschelde
2021-11-03
4
-13
/
+13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove node_hrcr hack
kobewi
2021-10-28
4
-13
/
+13
|
|
|
/
|
|
/
|
*
|
|
Fix crash in ResourceImporterTexture::_save_stex if webp disabled
Chained Lupine
2021-11-02
1
-1
/
+2
|
|
/
|
/
|
*
|
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
1
-2
/
+1
*
|
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-7
/
+7
*
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
2
-19
/
+24
*
|
Avoid crash in scene importer when the mesh is empty.
K. S. Ernest (iFire) Lee
2021-10-27
1
-0
/
+1
*
|
Merge pull request #54050 from reduz/animation-compression
Rémi Verschelde
2021-10-25
2
-4
/
+26
|
\
\
|
*
|
Implement Animation Compression
reduz
2021-10-21
2
-4
/
+26
|
|
/
*
/
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
|
/
*
Implement Animation Blend Shape Tracks
reduz
2021-10-16
3
-57
/
+93
*
collada: fix error in use of fix_transform.
Lyuma
2021-10-15
1
-1
/
+1
*
Add scene Post-Import Plugin support.
reduz
2021-10-15
5
-58
/
+313
*
Implement import actions for pos/rot/scale animation tracks
reduz
2021-10-14
2
-10
/
+160
*
Remove REST transform influence in skeleton bones
reduz
2021-10-13
1
-10
/
+9
*
Remove animation 3D transform track, replace by loc/rot/scale tracks.
reduz
2021-10-12
5
-375
/
+136
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
2
-11
/
+11
*
implement ping-pong loop in animation
Tokage
2021-10-09
2
-11
/
+11
*
added optional region cropping to Texture Atlas importer
boruok
2021-10-07
2
-1
/
+7
*
GLTF for game templates.
K. S. Ernest (iFire) Lee
2021-10-03
10
-1577
/
+59
*
Resolve problem with missing meshes.
K. S. Ernest (iFire) Lee
2021-10-02
1
-1
/
+5
[next]