| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PCKPacker:pck_start(): Update version | Max Hilbrunner | 2018-04-19 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #18261 from flashyincceo/export-project-default-filename | Rémi Verschelde | 2018-04-18 | 1 | -0/+4 |
| |\ | | | | | Set default file name for exported projects | ||||
| | * | Set default file name for exported projects | Peter Folkins | 2018-04-18 | 1 | -0/+4 |
| | | | |||||
| * | | Merge pull request #18172 from Chaosus/fix_notification | Rémi Verschelde | 2018-04-18 | 1 | -1/+2 |
| |\ \ | | | | | | | Prevent visibility notification from being called twice in object creation | ||||
| | * | | Prevent visibility notification been called twice in object creation | Chaosus | 2018-04-13 | 1 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #18168 from Chaosus/fixcrash | Rémi Verschelde | 2018-04-18 | 2 | -0/+10 |
| |\ \ \ | |_|/ |/| | | Fix possible crash when clicking on Skeleton2D or Sprite editor options | ||||
| | * | | Fix possible crash when clicking on Skeleton2D or Sprite editor options | Chaosus | 2018-04-18 | 2 | -0/+10 |
| | |/ | |||||
| * | | Merge pull request #18270 from akien-mga/windows-case-test | Rémi Verschelde | 2018-04-18 | 1 | -9/+12 |
| |\ \ | | | | | | | Fix case mismatch check on Windows | ||||
| | * | | Fix case mismatch check on Windows | Rémi Verschelde | 2018-04-18 | 1 | -9/+12 |
| | | | | | | | | | | | | | | | | | | | @reduz pushed the old 44989bc95754b40f4c00f10db43ed91f64a3e475 commit today which he had forgotten in his local clone, and apparently it does not compile. Also fixed style. | ||||
| * | | | Merge pull request #18161 from flashyincceo/fixing-bug-#18128 | Rémi Verschelde | 2018-04-18 | 2 | -0/+11 |
| |\ \ \ | |/ / |/| | | Add popup_closed signal for ColorPickerButton | ||||
| | * | | Add popup_closed signal for ColorPickerButton | Peter Folkins | 2018-04-13 | 2 | -0/+11 |
| | | | | | | | | | | | | | Fixes #17688 | ||||
| * | | | Add a macro to deprecate methods | Juan Linietsky | 2018-04-18 | 1 | -0/+10 |
| | | | | |||||
| * | | | Test and warn of case mismatch on Windows | Juan Linietsky | 2018-04-18 | 1 | -0/+18 |
| | | | | | | | | | | | | | Will throw a warning when a file is opened with a different case than what is stored on the Windows filesystem. | ||||
| * | | | Merge pull request #18204 from tagcup/quat_scale | Rémi Verschelde | 2018-04-18 | 8 | -18/+85 |
| |\ \ \ | | | | | | | | | Avoid converting Quat to Euler angles when not necessary. | ||||
| | * | | | Avoid converting Quat to Euler angles when not necessary. | tagcup | 2018-04-14 | 8 | -18/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also ensure that get_scale doesn't arbitrarlity change the signs of scales, ensuring that the combination of get_rotation and get_scale gives the correct basis. Added various missing functions and constructors. Should close #17968. | ||||
| * | | | | Merge pull request #17391 from PJB3005/18-03-09-fix-canvas-light-shaders | Rémi Verschelde | 2018-04-18 | 3 | -29/+35 |
| |\ \ \ \ | | | | | | | | | | | Fixes canvas light shaders. | ||||
| | * | | | | Fixes canvas light shaders. | Pieter-Jan Briers | 2018-04-13 | 3 | -29/+35 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #16904 Restore more out functionality, fix built-ins. Requested changes, I think? | ||||
| * | | | | Merge pull request #18227 from bojidar-bg/fix-date-unix-crash | Rémi Verschelde | 2018-04-18 | 1 | -7/+7 |
| |\ \ \ \ | | | | | | | | | | | Fix crash resulting from bad month check in core_bind.cpp | ||||
| | * | | | | Fix crash resulting from bad month check in core_bind.cpp | Bojidar Marinov | 2018-04-17 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also, make it clear that day is 0-based. This might cause very slight differcies in existing games. Fixes #18221 | ||||
| * | | | | | Merge pull request #18230 from volzhs/fix-image-error | Rémi Verschelde | 2018-04-18 | 1 | -0/+24 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix index out of size error on Image | ||||
| | * | | | | | Fix error spam with Sprite has compressed texture | volzhs | 2018-04-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix #18177 | ||||
| | * | | | | | Fix index out of size error on Image | volzhs | 2018-04-16 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix #18229 | ||||
| * | | | | | | Merge pull request #18236 from bncastle/add_call_flags_description | Rémi Verschelde | 2018-04-18 | 1 | -0/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add descriptions for GroupCall flags | ||||
| | * | | | | | | Add descriptions for GroupCall flags | bncastle | 2018-04-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add descriptions for GroupCall flags | ||||
| * | | | | | | | Merge pull request #18247 from volzhs/path-color | Rémi Verschelde | 2018-04-18 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Ability to change path color with self modulate | ||||
| | * | | | | | | | Ability to change path color with self modulate | volzhs | 2018-04-17 | 1 | -1/+2 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Fix #18164 | ||||
| * | | | | | | | Merge pull request #18142 from AndreaCatania/coverity1 | Rémi Verschelde | 2018-04-18 | 1 | -8/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Removed useless check | ||||
| | * | | | | | | | Removed useless check | Andrea Catania | 2018-04-12 | 1 | -8/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #18053 from mysticfall/master | Rémi Verschelde | 2018-04-18 | 21 | -441/+363 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | #18051: Clean up and reformat C# source files | ||||
| | * | | | | | | | | #18051: Fix indentation issues introduced during clean up | Xavier Cho | 2018-04-17 | 6 | -16/+16 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Do not use `var` in a for-loop, or where type is not obvious | Xavier Cho | 2018-04-17 | 7 | -22/+22 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Use common name for Color type argument | Xavier Cho | 2018-04-17 | 1 | -5/+5 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Remove redundant verbatim prefixes | Xavier Cho | 2018-04-17 | 2 | -3/+3 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Use default parameter value | Xavier Cho | 2018-04-17 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Use array initializer when applicable | Xavier Cho | 2018-04-17 | 1 | -4/+2 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Remove redundant parenthesis | Xavier Cho | 2018-04-17 | 13 | -91/+94 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Remove unnecessary variable assignments | Xavier Cho | 2018-04-17 | 5 | -11/+7 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Use 'var' when applicable | Xavier Cho | 2018-04-17 | 14 | -109/+109 |
| | | | | | | | | | | |||||
| | * | | | | | | | | #18051: Remove redundant casts and 'using', 'else', 'this' statements | Xavier Cho | 2018-04-17 | 19 | -281/+211 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Remove duplicated declaration of RoundToInt() from Mathf | Xavier Cho | 2018-04-17 | 1 | -5/+0 |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #16902 from groud/analog_action_system | Juan Linietsky | 2018-04-18 | 12 | -126/+274 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Allow actions to provide an analog value | ||||
| | * | | | | | | | | Allow actions to provide an analog value | Gilles Roudiere | 2018-04-16 | 12 | -126/+274 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix typos in shader_language.cpp | Poommetee Ketson | 2018-04-17 | 1 | -3/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #18239 from vnen/variant-op-names | Rémi Verschelde | 2018-04-17 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix names of Variant operators | ||||
| | * | | | | | | | | | Fix names of Variant operators | George Marques | 2018-04-16 | 1 | -1/+2 |
| | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #18224 from endragor/android-device-events | Rémi Verschelde | 2018-04-17 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix Android input source checks | ||||
| | * | | | | | | | | | Fix Android input source checks | Ruslan Mustakov | 2018-04-16 | 1 | -2/+2 |
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Input source types are not pure bit flags, they are combinations of flags, so != 0 check was incorrect and resulted in crashes later, when trying to obtain the device. | ||||
| * | | | | | | | | | Merge pull request #18215 from marcelofg55/pulseaudio_latency | Rémi Verschelde | 2018-04-17 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Fixed high cpu usage with PulseAudio | ||||
| | * | | | | | | | | Fixed high cpu usage with PulseAudio | Marcelo Fernandez | 2018-04-15 | 1 | -1/+5 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #18210 from willvincent/feature/exp_doc_fix | Poommetee Ketson | 2018-04-16 | 3 | -4/+5 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix/Remove potentially confusing references to Euler [ci skip] | ||||
