index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
viewport.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed type_mask and fixed some variable name
AndreaCatania
2017-11-21
1
-3
/
+3
*
Native pan and zoom for macOS
Bernhard Liebl
2017-11-21
1
-0
/
+24
*
Merge pull request #12149 from endragor/check-input-handled
Rémi Verschelde
2017-10-20
1
-2
/
+7
|
\
|
*
Check if input is handled before handling it
Ruslan Mustakov
2017-10-16
1
-2
/
+7
*
|
Fix Viewport clear mode is bool instead of int, fixes #12202
Poommetee Ketson
2017-10-19
1
-1
/
+1
|
/
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-3
/
+3
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
*
Fix enums bindings
Maxim Sheronov
2017-09-13
1
-0
/
+9
*
Fix serveral recent new clang-format errors
Hein-Pieter van Braam
2017-09-08
1
-2
/
+1
*
Restored auto snapping of controls to pixels, fixes #10847 and probably sever...
Juan Linietsky
2017-09-07
1
-0
/
+17
*
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-02
1
-2
/
+2
*
Exposed new ClearMode function to Viewport clases, closes #9995
Juan Linietsky
2017-08-31
1
-16
/
+10
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-50
/
+7
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Viewport: fix 'size' binding from Rect2 to Vector2
Poommetee Ketson
2017-08-27
1
-1
/
+1
*
-Massive clean up to gizmos
Juan Linietsky
2017-08-26
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-62
/
+52
*
Merge pull request #10351 from neikeq/enums-are-for-the-weak
Juan Linietsky
2017-08-21
1
-28
/
+28
|
\
|
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-28
/
+28
*
|
Fixed segfault when hovering over scene tree elements and showing tooltips.
Wilson E. Alvarez
2017-08-20
1
-0
/
+4
*
|
Merge pull request #10319 from neikeq/pr-engine-editor-hint
Juan Linietsky
2017-08-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Removes editor_hint from SceneTree
Ignacio Etcheverry
2017-08-19
1
-2
/
+2
*
|
Merge pull request #9889 from groud/control_enhancements
kubecz3k
2017-08-15
1
-2
/
+2
|
\
\
|
*
|
Replace GUI anchor type by a float between 0 and 1
Gilles Roudiere
2017-08-13
1
-2
/
+2
|
|
/
*
/
Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622
Juan Linietsky
2017-08-15
1
-2
/
+1
|
/
*
Fixes method definitions with extra number of arguments
Ignacio Etcheverry
2017-08-10
1
-2
/
+2
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-11
/
+11
*
Merge pull request #10136 from MednauN/master
Thomas Herzog
2017-08-07
1
-0
/
+83
|
\
|
*
Add handling of touch events in _gui_input_event
Evgeny Zuev
2017-08-07
1
-0
/
+83
*
|
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-2
/
+2
|
/
*
Adding base classes and structures for ARVR support
BastiaanOlij
2017-07-28
1
-0
/
+16
*
Add object type hint for docs
Poommetee Ketson
2017-07-23
1
-2
/
+2
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-1
/
+1
*
Script editor usability fixes
Juan Linietsky
2017-07-15
1
-4
/
+8
*
Fix picking list flood while mouse capture enabled
Pedro J. Estébanez
2017-07-10
1
-1
/
+1
*
Merge pull request #7947 from RandomShaper/fix-vis-notifier-2d
Rémi Verschelde
2017-06-28
1
-1
/
+2
|
\
|
*
Fix VisibilityNotifier2D reapplication of viewport offset
Pedro J. Estébanez
2017-03-06
1
-1
/
+2
*
|
-Restored support for Canvas BG mode on Environment
Juan Linietsky
2017-06-24
1
-6
/
+5
*
|
-Fix freezes caused by etccomp2, closes #9183
Juan Linietsky
2017-06-16
1
-12
/
+0
*
|
Properly adjust the visible editor rect and make limits respected, closes #8328
Juan Linietsky
2017-06-12
1
-0
/
+1
*
|
Restored multiple viewport function, as well as view modes.
Juan Linietsky
2017-06-11
1
-0
/
+36
*
|
-Restored multithread capability to VisualServer
Juan Linietsky
2017-06-09
1
-0
/
+20
*
|
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-10
/
+10
*
|
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-14
/
+14
*
|
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-407
/
+350
*
|
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
1
-2
/
+2
*
|
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-7
/
+7
*
|
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
|
Viewport: Fix undefined behaviour found by llvm sanitizer.
Andreas Haas
2017-04-02
1
-2
/
+2
|
/
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-863
/
+648
[next]