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
/
gui
/
viewport_container.cpp
Age
Commit message (
Expand
)
Author
2018-11-15
ViewportContainer was not passing unhandled input. Pass it, fixes #17326
Juan Linietsky
2018-11-15
-Send mouse motion events again to CollisionObjects (Area/Body) if they move,...
Juan Linietsky
2018-01-15
ViewportContainer passes input down to children viewports
Fabio Alessandrelli
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-10-31
Ability to shrink 3D viewport by half
Juan Linietsky
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-01-13
New API for visibility in both CanvasItem and Spatial
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2016-10-05
-Added ViewportContainer, this is the only way to make viewports show up in G...
Juan Linietsky