| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Resume audio on iOS after phone call or alarm | Ruslan Mustakov | 2018-05-07 | 4 | -22/+72 |
| | | | | | | | | When a phone call or an alarm triggers on iOS, the application receives an "audio interruption" and it's up to the application to resume playback when the interruption ends. I added handling for audio interruptions same as if the game is focused out and then back in. | ||||
| * | Merge pull request #18454 from KidRigger/working_timer | Max Hilbrunner | 2018-05-07 | 3 | -4/+9 |
| |\ | | | | | Allows setting the Timer wait_time in start method. | ||||
| | * | Allows setting the Timer wait_time in start method. | Anish | 2018-04-27 | 3 | -4/+9 |
| | | | | | | | | | | | | | | | | | Allows shortening the two line method of Timer.set_wait_time followed by Timer.start set wait_time as a parameter to Timer.start. Also modifies the class documentation. Fixes: #18107 | ||||
| * | | Merge pull request #18587 from AlexHoratio/master | Max Hilbrunner | 2018-05-07 | 1 | -1/+6 |
| |\ \ | | | | | | | Defaults to instancing child at tree root when none selected | ||||
| | * | | Defaults to instancing child at tree root when none selected | Unknown | 2018-05-06 | 1 | -1/+6 |
| | | | | | | | | | | If no node is selected, it will default to selecting the tree root node to instance a child under. This solves #18557 | ||||
| * | | | Merge pull request #18670 from cbscribe/kcc_minor_fixes | Max Hilbrunner | 2018-05-07 | 1 | -54/+57 |
| |\ \ \ | | | | | | | | | [DOCS] Rewrite Tween class reference. | ||||
| | * | | | Rewrite Tween class reference. | Chris Bradfield | 2018-05-06 | 1 | -54/+57 |
| | | | | | |||||
| * | | | | Merge pull request #18666 from mhilbrunner/enet | Max Hilbrunner | 2018-05-07 | 2 | -23/+63 |
| |\ \ \ \ | |/ / / |/| | | | Enet: Allow setting client port, specifying wait time on close | ||||
| | * | | | Enet: Add wait time param to close_connection() | mhilbrunner | 2018-05-07 | 2 | -23/+63 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | Enet: Allow to set client interface/address and port Enet: More error checks Fix comment | ||||
| * | | | Merge pull request #18645 from AlexHoratio/light_theme_asset_store | Max Hilbrunner | 2018-05-06 | 1 | -0/+4 |
| |\ \ \ | |/ / |/| | | LinkButtons are now responsive to engine theme | ||||
| | * | | LinkButtons are now responsive to engine theme | Unknown | 2018-05-05 | 1 | -0/+4 |
| |/ / | | | | | Fixes #18636, so now LinkButtons (like those in the asset store) will change font colour to remain visible in any engine theme, just like Labels etc | ||||
| * | | Merge pull request #18613 from KellyThomas/vector-methods-csharp | Max Hilbrunner | 2018-05-05 | 2 | -0/+15 |
| |\ \ | | | | | | | round / ceil methods for c sharp vectors | ||||
| | * | | round / ceil methods for c sharp vectors | Kelly thomas | 2018-05-04 | 2 | -0/+15 |
| | | | | |||||
| * | | | Merge pull request #18629 from raphael10241024/patch2 | Max Hilbrunner | 2018-05-05 | 1 | -0/+3 |
| |\ \ \ | | | | | | | | | Fix : add condition check in Imgae::create(...), #18592 | ||||
| | * | | | add condition check in Imgae::create(...) | RaphaelHunter | 2018-05-05 | 1 | -0/+3 |
| |/ / / | |||||
| * | | | Merge pull request #18146 from mjtorn/gh-mjtorn-rtl-shadow | Max Hilbrunner | 2018-05-05 | 5 | -19/+65 |
| |\ \ \ | | | | | | | | | Implement font shadows for RichTextLabel | ||||
| | * | | | Implement font shadows for RichTextLabel | Markus Törnqvist | 2018-04-12 | 5 | -19/+65 |
| | | | | | |||||
| * | | | | Merge pull request #18407 from danilo2205/get_closest_point | Max Hilbrunner | 2018-05-05 | 2 | -0/+170 |
| |\ \ \ \ | | | | | | | | | | | Add methods get_closest_point and get_closest_offset for both Curve2D and Curve3D | ||||
| | * | | | | Added methods get_closest_point and get_closest_offset to both Curve2D and ↵ | danilo2205 | 2018-05-01 | 2 | -0/+170 |
| | | | | | | | | | | | | | | | | | | | | | Curve3D | ||||
| * | | | | | Merge pull request #18501 from touilleMan/clean-variant-_data-RefPtr | Max Hilbrunner | 2018-05-05 | 1 | -1/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | Remove unused Variant._data.RefPtr | ||||
| | * | | | | | Remove unused Variant._data.RefPtr | Emmanuel Leblond | 2018-04-29 | 1 | -1/+0 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #18471 from TheYokai/new_script_context_option | Max Hilbrunner | 2018-05-05 | 2 | -0/+18 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | 'New Script' Option Added to FileSystem Docker Right Click Menu | ||||
| | * | | | | | | Basic 'new script' feature added to File System browser | Eoin O'Neill | 2018-04-27 | 2 | -0/+18 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #18488 from AndreaCatania/ie0 | Max Hilbrunner | 2018-05-05 | 2 | -0/+9 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added method to clear input events of an action | ||||
| | * | | | | | | | Added method to clear input events of an action | AndreaCatania | 2018-05-03 | 2 | -0/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #18541 from profan/fix/win-sleep | Max Hilbrunner | 2018-05-05 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Windows: ensure minimum possible timer resolution for sleep | ||||
| | * | | | | | | | | windows: ensure minimum possible timer resolution for sleep | Robin Hübner | 2018-05-01 | 1 | -0/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #18612 from Nobelix/pitch-scale-desc | Max Hilbrunner | 2018-05-05 | 3 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added a description to the picth_scale property. | ||||
| | * | | | | | | | | | Added a description to the picth_scale property in the AudioStreamPlayer ↵ | Nobelix | 2018-05-04 | 3 | -0/+3 |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | classes. | ||||
| * | | | | | | | | | Merge pull request #18615 from KellyThomas/version_docs | Max Hilbrunner | 2018-05-05 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | correct documentation for version number data type | ||||
| | * | | | | | | | | | correct documentation for version number data type | Kelly Thomas | 2018-05-04 | 1 | -3/+3 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix bone refresh logic, closes #18564 | Juan Linietsky | 2018-05-04 | 2 | -20/+68 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Made bone handling for actual Bone2D a special case. Make custom bones ↵ | Juan Linietsky | 2018-05-04 | 5 | -36/+186 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | appear like a custom (less important) option now. | ||||
| * | | | | | | | | | | Make bones have more contrast with outline | Juan Linietsky | 2018-05-04 | 2 | -7/+33 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Skeletal deform working | Juan Linietsky | 2018-05-04 | 5 | -97/+146 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #18480 from BastiaanOlij/add_custom_aabb_to_primitives | Rémi Verschelde | 2018-05-04 | 2 | -0/+20 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added custom aabb to primitives | ||||
| | * | | | | | | | | | added custom aabb to primitives | Bastiaan Olij | 2018-04-29 | 2 | -0/+20 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Update AUTHORS and DONORS list | Rémi Verschelde | 2018-05-04 | 2 | -16/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New contributor added to AUTHORS: @mysticfall Thanks to all contributors and donors for making Godot possible! [ci skip] | ||||
| * | | | | | | | | | | Merge pull request #18607 from Alexander-Alekseev/vectors_round_methods | Rémi Verschelde | 2018-05-04 | 4 | -0/+24 |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Round methods for Vectors | ||||
| | * | | | | | | | | | Vector3::round, Vector2::round & Vector2::ceil methods were added. | Alexander Alekseev | 2018-05-04 | 4 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now both structs (Vector2 & Vector3) have round, floor & ceil methods. (see #18603) | ||||
| * | | | | | | | | | | Merge pull request #18406 from YeldhamDev/script_templates_period | Max Hilbrunner | 2018-05-04 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Changed periods in the script templates | ||||
| | * | | | | | | | | | | Changed periods in the script templates. | Michael Alexsander Silva Dias | 2018-05-02 | 2 | -2/+2 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #18397 from KidRigger/working_te | Max Hilbrunner | 2018-05-04 | 1 | -1/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Support of CMD+Backspace and CMD+Delete on MacOS. | ||||
| | * | | | | | | | | | | | Support of CMD+Backspace and CMD+Delete on MacOS. | Anish | 2018-04-24 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for CMD+Backspace, to delete all text before the cursor in the line and CMD+Delete to delete all text after the cursor in line following the typical MacOS text editing workflow Fixes: #18059 | ||||
| * | | | | | | | | | | | | Merge pull request #18595 from AlexHoratio/script_pos_columns | Rémi Verschelde | 2018-05-04 | 3 | -1/+20 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | Script Editor now displays positional column | ||||
| | * | | | | | | | | | | | Script Editor now displays positional column | Unknown | 2018-05-03 | 3 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This solves #17931 and makes the script editor consistent with other text editors(Sublime, Gedit, Vim) in displaying the position rather than the raw number of characters. | ||||
| * | | | | | | | | | | | | Merge pull request #18601 from YeldhamDev/string_changes | Rémi Verschelde | 2018-05-04 | 2 | -55/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Small changes for some strings | ||||
| | * | | | | | | | | | | | | Small changes for some strings. | Michael Alexsander Silva Dias | 2018-05-03 | 2 | -55/+3 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Skeleton for 2D WIP | Juan Linietsky | 2018-05-03 | 19 | -37/+370 |
| |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | Merge pull request #16358 from JFonS/particlesgizmo_box_fix | Rémi Verschelde | 2018-05-03 | 2 | -4/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ParticlesGizmo solid box now follows actual visibility_aabb position. | ||||
