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
/
main
/
scene_tree.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+0
*
Ensure process notification is received only if really enabled, fixes #7894
Juan Linietsky
2018-07-29
1
-0
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-6
/
+6
*
Merge pull request #19888 from AndreaCatania/pry
Juan Linietsky
2018-07-23
1
-4
/
+15
|
\
|
*
Implemented proceses priority
Andrea Catania
2018-07-23
1
-4
/
+15
*
|
-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI project
Juan Linietsky
2018-07-03
1
-3
/
+4
*
|
Add a new notification to detect crashes on native scripts
Marcelo Fernandez
2018-07-02
1
-0
/
+5
|
/
*
Add option to disable automatic multiplayer poll
Fabio Alessandrelli
2018-06-03
1
-1
/
+15
*
Rename multiplayer_api to just multiplayer.
Fabio Alessandrelli
2018-05-08
1
-31
/
+31
*
Merge pull request #18514 from neikeq/api-hash-fixes
Rémi Verschelde
2018-05-03
1
-6
/
+6
|
\
|
*
Fix binding some core API methods only in tools builds
Ignacio Etcheverry
2018-04-29
1
-6
/
+6
*
|
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-30
1
-0
/
+8
|
/
*
Merge pull request #17227 from Faless/multiplayer_api
Juan Linietsky
2018-04-08
1
-442
/
+39
|
\
|
*
Use MultiplayerAPI class for high level networking
Fabio Alessandrelli
2018-03-03
1
-442
/
+39
*
|
Fix oversampled font artifacts after resize
Ruslan Mustakov
2018-03-19
1
-3
/
+3
*
|
FIX Windows enter/exit mouse notifications
Ranoller
2018-03-03
1
-0
/
+2
|
/
*
Fix typos with codespell
luz.paz
2018-02-21
1
-1
/
+1
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+20
*
Fix typo in new strings
Poommetee Ketson
2018-01-06
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15192 from volzhs/expose-quit-on-go-back
Rémi Verschelde
2018-01-03
1
-0
/
+1
|
\
|
*
Bind SceneTree::set_quit_on_go_back() to gdscript
volzhs
2017-12-30
1
-0
/
+1
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Removed the InputEvent ID field, which was unused and can cause bugs.
Juan Linietsky
2017-12-26
1
-8
/
+7
*
Fixed wrong Project Settings direction on an error message.
Michael Alexsander Silva Dias
2017-12-20
1
-1
/
+1
*
Make dynamic font oversampling fully dynamic.
Juan Linietsky
2017-12-19
1
-0
/
+1
*
Added font oversampling support
Juan Linietsky
2017-12-19
1
-0
/
+24
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-0
/
+2
*
Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D.
Juan Linietsky
2017-12-04
1
-2
/
+2
*
Merge pull request #12572 from RandomShaper/onion-skinning
Juan Linietsky
2017-11-26
1
-5
/
+5
|
\
|
*
Implement onion skinning for the animation editor
Pedro J. Estébanez
2017-11-25
1
-5
/
+5
*
|
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-4
/
+4
|
/
*
Merge pull request #12224 from NathanWarden/scene_tree_added_signal
Rémi Verschelde
2017-10-20
1
-0
/
+7
|
\
|
*
Added a node_added signal to the SceneTree
Nathan Warden
2017-10-19
1
-0
/
+7
*
|
Fix window display shrink can't set to float numbers
geequlim
2017-10-20
1
-1
/
+1
|
/
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-6
/
+6
*
Merge pull request #11545 from Paulb23/line_edit_caret_blink_resetting_issue_...
Rémi Verschelde
2017-09-25
1
-1
/
+1
|
\
|
*
Fixed caret blink and speed resetting in scenes, issue 10764
Paulb23
2017-09-24
1
-1
/
+1
*
|
Merge pull request #11552 from Tetane/master
Poommetee Ketson
2017-09-25
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add a missing constant binding in SceenTree
Tetane
2017-09-24
1
-0
/
+1
*
|
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-1
/
+0
|
/
*
Fix files header
Poommetee Ketson
2017-09-01
1
-1
/
+1
*
Do not error flood if removing default environment. Closes #9945
Juan Linietsky
2017-08-31
1
-0
/
+4
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-18
/
+5
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Merge pull request #10579 from quinnyo/rpc-sender-id
Rémi Verschelde
2017-08-27
1
-0
/
+9
|
\
|
*
add SceneTree method to get ID of rpc calling peer
Quinn Schwab
2017-08-23
1
-0
/
+9
*
|
Add two missing Null checks
Hein-Pieter van Braam
2017-08-26
1
-1
/
+4
*
|
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-5
/
+2
|
/
*
Add missing NULL check for the new show_about() call
Marcelo Fernandez
2017-08-22
1
-1
/
+1
[next]