Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-10 | Merge pull request #18070 from mhilbrunner/godot-net-kick | Fabio Alessandrelli | |
NetworkedMultiplayerEnet: Add disconnecting/kicking peers | |||
2018-04-10 | NetworkedMultiplayerEnet: Add disconnecting/kicking peers | mhilbrunner | |
2018-04-10 | Merge pull request #18111 from mhilbrunner/docs-os | Chris Bradfield | |
2018-04-10 | [DOCS] OS | Max Hilbrunner | |
2018-04-10 | Merge pull request #18093 from guilhermefelipecgs/set_default_cursor_shape | Rémi Verschelde | |
Implement Input.set_default_cursor_shape to change the default shape | |||
2018-04-10 | Implement Input.set_default_cursor_shape to change the default shape | Guilherme Felipe | |
Closes #18043 | |||
2018-04-10 | Merge pull request #18105 from akien-mga/coreaudio-iphone | Rémi Verschelde | |
CoreAudio: Fix iphone build after audio device refactor (#17742) | |||
2018-04-10 | CoreAudio: Fix iphone build after audio device refactor (#17742) | Rémi Verschelde | |
2018-04-10 | Travis: Reenable osx and iphone builds | Rémi Verschelde | |
We disabled them due to Travis having big infrastructure issues for osx builds, but it seems to be back under control now. | |||
2018-04-10 | doc: Sync classref with current source | Rémi Verschelde | |
2018-04-10 | Merge pull request #18095 from robfram/fix-lineedit-17113 | Rémi Verschelde | |
LineEdit placeholder alignment, content margins, and overflow bugs | |||
2018-04-10 | Merge pull request #18071 from denisw/navigation2d-docs | Rémi Verschelde | |
[DOCS] Navigation & Navigation2D | |||
2018-04-10 | Merge pull request #18091 from RandomShaper/icon-radio-item | Rémi Verschelde | |
Add support for radio-looking items with icon | |||
2018-04-10 | Merge pull request #18089 from guilhermefelipecgs/same_cursor_to_diferent_shape | Rémi Verschelde | |
Allow set_custom_mouse_cursor to use same cursor(image) with different shapes | |||
2018-04-10 | Merge pull request #18047 from marcelofg55/mingw_fix | Rémi Verschelde | |
WASAPI audio driver compile fix on mingw | |||
2018-04-10 | Merge pull request #17081 from endragor/no-press-when-scroll | Rémi Verschelde | |
Make Button not emit press when container is scrolled | |||
2018-04-10 | Merge pull request #17080 from simedis/pretty_print_tree | Rémi Verschelde | |
Made Node.print_tree() print prettily | |||
2018-04-10 | Add Navigation docs | Denis Washington | |
2018-04-10 | Add Navigation2D docs | Denis Washington | |
2018-04-09 | WASAPI audio driver compile fix on mingw | Marcelo Fernandez | |
2018-04-09 | LineEdit placeholder alignment, content margins, and overflow bugs | robfram | |
LineEdit doesn't correctly uses style margins nor use placeholders width correctly, causing multiple rendering bugs. | |||
2018-04-09 | Merge pull request #18083 from Noshyaar/tutorial | Rémi Verschelde | |
Add new transform tutorial to the appropriate classes | |||
2018-04-09 | Merge pull request #18081 from AndreaCatania/arcle | Rémi Verschelde | |
Corrected area overlap cleaning | |||
2018-04-09 | Merge pull request #18080 from Alexander-Alekseev/fix_rigidbody_config_warning | Rémi Verschelde | |
Fix of RigidBody's configuration warning for Z axis | |||
2018-04-09 | Merge pull request #18079 from Crazy-P/Resolves-Inccorect-Quaternion-Conversion | Rémi Verschelde | |
Resolves Incorrect Quaternion Conversion | |||
2018-04-09 | Merge pull request #18075 from guilhermefelipecgs/fix_3086 | Rémi Verschelde | |
Fix custom cursor when it's hidden | |||
2018-04-09 | Merge pull request #16473 from ianb96/move_tab | Rémi Verschelde | |
Drag to Rearrange Editor Docks | |||
2018-04-09 | Add support for radio-looking items with icon | Pedro J. Estébanez | |
Letting users of `PopupMenu` use them. `OptionButton` was one of those interested and is updated in this commit. Fixes #18063. | |||
2018-04-09 | Merge pull request #18069 from mhilbrunner/docs-scenetree | Rémi Verschelde | |
[DOCS] SceneTree | |||
2018-04-09 | Allow set_custom_mouse_cursor use same cursor(image) with different shapes. | Guilherme Felipe | |
2018-04-09 | Merge pull request #18054 from Mintormo/bugfix-inconsistent-sort-in-file-manager | Rémi Verschelde | |
Fixed bug #17929. Inconsistent sort in file manager. | |||
2018-04-09 | Merge pull request #18040 from Paulb23/color_region_cache | Rémi Verschelde | |
Fixed colour regions and added local colour region cache | |||
2018-04-09 | Make BaseButton not emit press when container is scrolled | Ruslan Mustakov | |
This fixes the problem described in #13996 in a proper way. This also adds "deadzone" property to ScrollContainer. It can be used on mobile, where taps are not as precise as mouse clicks. Player could slightly move their finger when tapping, in which case we still want the button to be pressed rather than the container to be scrolled. | |||
2018-04-09 | Fix custom cursor when it's hidden | Guilherme Felipe | |
[Linux] Ensures that the custom cursor will be used when changing to MOUSE_MODE_VISIBLE. Fix #3086 [Windows] Fix cursor flickering when MOUSE_MODE_HIDDEN. [Mac] Fix possible cursor flicker when MOUSE_MODE_HIDDEN. | |||
2018-04-09 | Made print_tree_pretty() function which displays scene tree graphically | Geoffrey | |
2018-04-09 | Add new transform tutorial to appropriate classes | Poommetee Ketson | |
2018-04-09 | Fixed area overlap cleaning | Andrea Catania | |
2018-04-09 | Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activated | Ignacio Etcheverry | |
Fixed mono bottom panel to select the correct file when messages are filtered | |||
2018-04-09 | Resolves Inccorect Quaternion Conversion | Crazy-P | |
Fixes https://github.com/godotengine/godot/issues/18025 | |||
2018-04-09 | Fix RigidBody's configuration warning for Z axis | Alexander Alekseev | |
2018-04-08 | Merge pull request #18072 from AlexHolly/master | George Marques | |
expose Tileset TileMode to GDScript | |||
2018-04-08 | Drag to rearrange Tabs and TabContainer | ianb96 | |
2018-04-08 | Merge pull request #16297 from lpn/master | Juan Linietsky | |
Fixed wave file importer's broken resampling. | |||
2018-04-08 | [DOCS] SceneTree | Max Hilbrunner | |
2018-04-08 | Merge pull request #16495 from Chaosus/is_point_in_triangle_fix | Juan Linietsky | |
Fix is_point_in_triangle function | |||
2018-04-08 | Merge pull request #16503 from Chaosus/particlesfix | Juan Linietsky | |
Fix invalid particle movement when time_scale is zero | |||
2018-04-08 | expose Tileset TileMode to GDScript | Alexander Holland | |
2018-04-08 | Merge pull request #16556 from aragar/master | Juan Linietsky | |
For-in loop variable added to autocompletion | |||
2018-04-08 | Merge pull request #16571 from Zylann/find_in_files | Juan Linietsky | |
Added find & replace in files | |||
2018-04-08 | Merge pull request #16705 from Chaosus/generate_normals_flip | Juan Linietsky | |
Add flip switch to SurfaceTool.generate_normals |