| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Fix Node2D::global_scale's PropertyInfo type | Rémi Verschelde | 2018-05-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #18348 from rfht/master | Rémi Verschelde | 2018-05-01 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | fix clang6 assignment error | thfrwn | 2018-04-21 | 1 | -2/+2 | |
| | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #18382 from groud/fix_gridcontainer_children_visibility | Rémi Verschelde | 2018-05-01 | 1 | -8/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Fix GridContainer's children visibility breaking the layout | groud | 2018-04-23 | 1 | -8/+15 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code | Rémi Verschelde | 2018-05-01 | 2 | -8/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Fixes logically dead code (Coverity) | Crazy-P | 2018-04-21 | 2 | -8/+2 | |
| | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #18370 from KidRigger/master | Max Hilbrunner | 2018-04-30 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Adds support for CMD+Left and CMD+Right on MacOS | Anish | 2018-04-23 | 1 | -0/+6 | |
| | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #18489 from Calinou/tweak-property-hint-ranges | Max Hilbrunner | 2018-04-30 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Tweak the property hint ranges of caret blink and line length guideline | Hugo Locurcio | 2018-04-28 | 2 | -2/+2 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * / | | | | | | | | | | | | | | | | | | | | Make the LineEdit "secret" character customizable | Hugo Locurcio | 2018-04-30 | 2 | -6/+31 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | CSG Support for Godot! | Juan Linietsky | 2018-04-27 | 5 | -0/+19 | |
| * | | | | | | | | | | | | | | | | | | | | Fixed stylebox crash | sersoong | 2018-04-27 | 1 | -1/+5 | |
| | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Fix Node2D::global_position to have Vector2 type | Ruslan Mustakov | 2018-04-24 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / / / / / / / | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 2018-04-22 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Fixed context menu TTR bugs | sersoong | 2018-04-19 | 2 | -13/+13 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #18172 from Chaosus/fix_notification | Rémi Verschelde | 2018-04-18 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Prevent visibility notification been called twice in object creation | Chaosus | 2018-04-13 | 1 | -1/+2 | |
| | | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #18161 from flashyincceo/fixing-bug-#18128 | Rémi Verschelde | 2018-04-18 | 2 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Add popup_closed signal for ColorPickerButton | Peter Folkins | 2018-04-13 | 2 | -0/+11 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #18204 from tagcup/quat_scale | Rémi Verschelde | 2018-04-18 | 3 | -8/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Avoid converting Quat to Euler angles when not necessary. | tagcup | 2018-04-14 | 3 | -8/+3 | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #18230 from volzhs/fix-image-error | Rémi Verschelde | 2018-04-18 | 1 | -0/+24 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Fix error spam with Sprite has compressed texture | volzhs | 2018-04-16 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | Fix index out of size error on Image | volzhs | 2018-04-16 | 1 | -0/+21 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | / / / / / / / / / / / / / / / | Ability to change path color with self modulate | volzhs | 2018-04-17 | 1 | -1/+2 | |
| | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | ItemList selection: Check against item count | ShyRed | 2018-04-14 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #17502 from groud/2Deditor_rect | Juan Linietsky | 2018-04-13 | 32 | -47/+152 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Remove the selection rect for nodes that do not require it | Gilles Roudiere | 2018-04-03 | 32 | -47/+152 | |
| * | | | | | | | | | | | | | | | | Use internal physics processing for Nodes' internal logic | Rémi Verschelde | 2018-04-11 | 7 | -36/+36 | |
| | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update classref and docs, fix missing parameters' name | Poommetee Ketson | 2018-04-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Fixed color region calculation for the first line | Paulb23 | 2018-04-10 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | Implement Input.set_default_cursor_shape to change the default shape | Guilherme Felipe | 2018-04-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Merge pull request #18095 from robfram/fix-lineedit-17113 | Rémi Verschelde | 2018-04-10 | 2 | -4/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | LineEdit placeholder alignment, content margins, and overflow bugs | robfram | 2018-04-09 | 2 | -4/+17 | |
| | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #18091 from RandomShaper/icon-radio-item | Rémi Verschelde | 2018-04-10 | 3 | -1/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Add support for radio-looking items with icon | Pedro J. Estébanez | 2018-04-09 | 3 | -1/+9 | |
| * | | | | | | | | | | | | | | | | Merge pull request #17081 from endragor/no-press-when-scroll | Rémi Verschelde | 2018-04-10 | 5 | -24/+60 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Make BaseButton not emit press when container is scrolled | Ruslan Mustakov | 2018-04-09 | 5 | -24/+60 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #17080 from simedis/pretty_print_tree | Rémi Verschelde | 2018-04-10 | 2 | -4/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Made print_tree_pretty() function which displays scene tree graphically | Geoffrey | 2018-04-09 | 2 | -4/+20 | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #18080 from Alexander-Alekseev/fix_rigidbody_config_warning | Rémi Verschelde | 2018-04-09 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Fix RigidBody's configuration warning for Z axis | Alexander Alekseev | 2018-04-09 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #16473 from ianb96/move_tab | Rémi Verschelde | 2018-04-09 | 4 | -4/+294 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Drag to rearrange Tabs and TabContainer | ianb96 | 2018-04-08 | 4 | -4/+294 | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #18040 from Paulb23/color_region_cache | Rémi Verschelde | 2018-04-09 | 2 | -37/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Fixed color regions and added local color region cache | Paulb23 | 2018-04-07 | 2 | -37/+54 | |
| | | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #18072 from AlexHolly/master | George Marques | 2018-04-08 | 2 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | expose Tileset TileMode to GDScript | Alexander Holland | 2018-04-08 | 2 | -0/+7 | |
