index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
node.cpp
Age
Commit message (
Expand
)
Author
2018-07-02
-Fixes to how hashing happened, now StringName and NodePath use default hashe...
Juan Linietsky
2018-06-19
Add missing NULL checks for add_child_below_node
Marcelo Fernandez
2018-05-29
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-26
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-15
-New inspector.
Juan Linietsky
2018-05-08
Rename multiplayer_api to just multiplayer.
Fabio Alessandrelli
2018-05-07
Merge pull request #15911 from Zephilinox/ready_signal
Juan Linietsky
2018-05-03
Merge pull request #18514 from neikeq/api-hash-fixes
Rémi Verschelde
2018-05-03
Check invalid node name
volzhs
2018-04-29
Fix binding some core API methods only in tools builds
Ignacio Etcheverry
2018-04-09
Made print_tree_pretty() function which displays scene tree graphically
Geoffrey
2018-04-08
Merge pull request #17227 from Faless/multiplayer_api
Juan Linietsky
2018-04-08
Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved
Juan Linietsky
2018-03-13
Duplicate Arrays and Dictionaries when instancing scene in editor
Bojidar Marinov
2018-03-07
Fix switching WindowDialog types leaves garbage buttons
Link
2018-03-03
Use MultiplayerAPI class for high level networking
Fabio Alessandrelli
2018-02-21
Fix typos with codespell
luz.paz
2018-01-20
Add ready signal to Node
Zephilinox
2018-01-18
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-12
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...
Juan Linietsky
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-11
Fixed crash on duplicate GIProbe baking
AndreaCatania
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-25
Fix crash from move_child at saving scene
volzhs
2017-12-17
Merge pull request #14754 from willnationsdev/dictionary-copy
Rémi Verschelde
2017-12-17
Dictionary::copy -> ::duplicate
Will Nations
2017-12-16
Improve duplication and saving of instanced scenes
Matthias Hoelzl
2017-12-14
-Add lightmapper
Juan Linietsky
2017-12-01
Fixed crash on duplicate instanced nodes (#13432)
Konstantin Zaitsev
2017-11-25
Fix crash on node duplication
Pedro J. Estébanez
2017-11-25
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-21
Node.duplicate(): instanced node's descendants' properties now update
Will Nations
2017-11-21
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
Preserve duplicate signal flags
Chaosus
2017-11-19
Let SceneTreeDock duplicate nodes via Node::duplicate()
Pedro J. Estébanez
2017-11-19
Remove out-of-logic assignment of instance's original scene
Pedro J. Estébanez
2017-11-19
Fix duplication of signals
Pedro J. Estébanez
2017-11-13
fix signals disconnecting on changing target node type
Ian
2017-11-13
Duplicate signals fixes
Chaosus
2017-10-22
Bind unbound enums, rearrange some by value
Poommetee Ketson
2017-10-19
Added a node_added signal to the SceneTree
Nathan Warden
2017-09-30
Renamed fixed_process to physics_process
AndreaCatania
2017-09-21
Merge pull request #11013 from MednauN/master
Rémi Verschelde
2017-09-20
Let queue_free() work on nodes which are not in the scene tree
Rémi Verschelde
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-20
Fix duplication of node with script
Evgeny Zuev
2017-09-12
Merge pull request #10908 from hpvb/fix-unused-variables
Rémi Verschelde
[next]