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
/
scene
/
3d
/
spatial.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes crash in Spatial::notification
Haoyu Qiu
2020-01-25
1
-0
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Update transform property in the inspector when changing translation/rotation...
PouleyKetchoupp
2019-11-30
1
-0
/
+3
*
fix #32711 : Spatial::look_at wrong re-scaling
Rodolfo Ribeiro Gomes
2019-10-11
1
-3
/
+2
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-9
/
+2
*
fix some crashes
Furkan Türkal
2019-07-01
1
-0
/
+2
*
Merge pull request #29125 from rodolforg/fix_spatial_look_at_affecting_scale
Rémi Verschelde
2019-05-23
1
-11
/
+12
|
\
|
*
fix un-scaling in Spatial::look_at_from_position
Rodolfo Ribeiro Gomes
2019-05-23
1
-11
/
+12
*
|
Merge pull request #26897 from rodolforg/fix_spatial_look_at_affecting_scale
Rémi Verschelde
2019-04-30
1
-2
/
+4
|
\
|
|
*
Spatial::look_at() now preserves its scale values
Rodolfo Ribeiro Gomes
2019-04-26
1
-2
/
+4
*
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
|
/
*
No longer crash due to wrongly requesting a gizmo, fixes #26735
Juan Linietsky
2019-03-07
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #24506 from JFonS/expose_gizmos
Rémi Verschelde
2018-12-30
1
-0
/
+3
|
\
|
*
Expose the new gizmo plugin system to scripting
JFonS
2018-12-21
1
-0
/
+3
*
|
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-3
/
+3
|
/
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
Add a function to force transform update, fixes #17628
Juan Linietsky
2018-09-06
1
-0
/
+12
*
Fix selection of instanced scenes in 3D
JFonS
2018-09-02
1
-14
/
+8
*
New gizmo structure and new gizmo disabling menu
JFonS
2018-08-09
1
-0
/
+1
*
Several improvements to inspector.
Juan Linietsky
2018-08-07
1
-2
/
+2
*
Merge pull request #18955 from tagcup/fix_set_scale
Rémi Verschelde
2018-07-26
1
-6
/
+2
|
\
|
*
Removed incorrect Basis::set_scale().
tagcup
2018-05-17
1
-6
/
+2
*
|
Ability to disable scale in nodes, closes #19927
Juan Linietsky
2018-07-18
1
-9
/
+17
|
/
*
Implemented ragdoll
AndreaCatania
2018-05-07
1
-0
/
+10
*
Fix binding some core API methods only in tools builds
Ignacio Etcheverry
2018-04-29
1
-6
/
+3
*
Avoid converting Quat to Euler angles when not necessary.
tagcup
2018-04-14
1
-3
/
+1
*
Fix visibility of gizmos on scene load
JFonS
2018-02-24
1
-2
/
+6
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15083 from tagcup/spatial_rot_fix
Juan Linietsky
2018-01-02
1
-28
/
+64
|
\
|
*
Restore the behavior of Spatial rotations recently changed in c1153f5.
tagcup
2017-12-27
1
-28
/
+64
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Change the rotate function of Spatial to be local, makes more sense. Closes #...
Juan Linietsky
2017-12-26
1
-4
/
+4
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-2
/
+2
*
Unify degree members and properties
letheed
2017-11-10
1
-7
/
+7
*
Remove deprecated rotation methods
letheed
2017-11-10
1
-18
/
+0
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-2
/
+0
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-31
/
+0
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
-Massive clean up to gizmos
Juan Linietsky
2017-08-26
1
-6
/
+17
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-4
/
+4
*
Removes editor_hint from SceneTree
Ignacio Etcheverry
2017-08-19
1
-3
/
+4
*
Merge pull request #10202 from neikeq/how-do-you-turn-this-on
Rémi Verschelde
2017-08-11
1
-4
/
+4
|
\
|
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-4
/
+4
*
|
Gizmos properly follow the edited object, closes #7837
Juan Linietsky
2017-08-09
1
-2
/
+8
|
/
*
Merge pull request #9791 from bojidar-bg/6087-add-global-local-conv
Rémi Verschelde
2017-07-24
1
-0
/
+13
|
\
|
*
Add .to_local/.to_global methods on Node2D and Spatial
Bojidar Marinov
2017-07-23
1
-0
/
+13
*
|
Add object type hint for docs
Poommetee Ketson
2017-07-23
1
-2
/
+2
|
/
[next]