Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-18 | Add a macro to deprecate methods | Juan Linietsky | |
2018-04-18 | Test and warn of case mismatch on Windows | Juan Linietsky | |
Will throw a warning when a file is opened with a different case than what is stored on the Windows filesystem. | |||
2018-04-18 | Merge pull request #18204 from tagcup/quat_scale | Rémi Verschelde | |
Avoid converting Quat to Euler angles when not necessary. | |||
2018-04-18 | Merge pull request #17391 from PJB3005/18-03-09-fix-canvas-light-shaders | Rémi Verschelde | |
Fixes canvas light shaders. | |||
2018-04-18 | Merge pull request #18227 from bojidar-bg/fix-date-unix-crash | Rémi Verschelde | |
Fix crash resulting from bad month check in core_bind.cpp | |||
2018-04-18 | Merge pull request #18230 from volzhs/fix-image-error | Rémi Verschelde | |
Fix index out of size error on Image | |||
2018-04-18 | Merge pull request #18236 from bncastle/add_call_flags_description | Rémi Verschelde | |
Add descriptions for GroupCall flags | |||
2018-04-18 | Merge pull request #18247 from volzhs/path-color | Rémi Verschelde | |
Ability to change path color with self modulate | |||
2018-04-18 | Merge pull request #18142 from AndreaCatania/coverity1 | Rémi Verschelde | |
Removed useless check | |||
2018-04-18 | Merge pull request #18053 from mysticfall/master | Rémi Verschelde | |
#18051: Clean up and reformat C# source files | |||
2018-04-18 | Merge pull request #16902 from groud/analog_action_system | Juan Linietsky | |
Allow actions to provide an analog value | |||
2018-04-17 | Fix crash resulting from bad month check in core_bind.cpp | Bojidar Marinov | |
Also, make it clear that day is 0-based. This might cause very slight differcies in existing games. Fixes #18221 | |||
2018-04-17 | Fix typos in shader_language.cpp | Poommetee Ketson | |
2018-04-17 | Merge pull request #18239 from vnen/variant-op-names | Rémi Verschelde | |
Fix names of Variant operators | |||
2018-04-17 | Merge pull request #18224 from endragor/android-device-events | Rémi Verschelde | |
Fix Android input source checks | |||
2018-04-17 | Merge pull request #18215 from marcelofg55/pulseaudio_latency | Rémi Verschelde | |
Fixed high cpu usage with PulseAudio | |||
2018-04-17 | Ability to change path color with self modulate | volzhs | |
Fix #18164 | |||
2018-04-17 | #18051: Fix indentation issues introduced during clean up | Xavier Cho | |
2018-04-17 | #18051: Do not use `var` in a for-loop, or where type is not obvious | Xavier Cho | |
2018-04-17 | #18051: Use common name for Color type argument | Xavier Cho | |
2018-04-17 | #18051: Remove redundant verbatim prefixes | Xavier Cho | |
2018-04-17 | #18051: Use default parameter value | Xavier Cho | |
2018-04-17 | #18051: Use array initializer when applicable | Xavier Cho | |
2018-04-17 | #18051: Remove redundant parenthesis | Xavier Cho | |
2018-04-17 | #18051: Remove unnecessary variable assignments | Xavier Cho | |
2018-04-17 | #18051: Use 'var' when applicable | Xavier Cho | |
2018-04-17 | #18051: Remove redundant casts and 'using', 'else', 'this' statements | Xavier Cho | |
2018-04-17 | Remove duplicated declaration of RoundToInt() from Mathf | Xavier Cho | |
2018-04-16 | Allow actions to provide an analog value | Gilles Roudiere | |
2018-04-16 | Fix names of Variant operators | George Marques | |
2018-04-16 | Add descriptions for GroupCall flags | bncastle | |
Add descriptions for GroupCall flags | |||
2018-04-16 | Fix error spam with Sprite has compressed texture | volzhs | |
Fix #18177 | |||
2018-04-16 | Fix index out of size error on Image | volzhs | |
Fix #18229 | |||
2018-04-16 | Fix Android input source checks | Ruslan Mustakov | |
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. | |||
2018-04-16 | Merge pull request #18210 from willvincent/feature/exp_doc_fix | Poommetee Ketson | |
Fix/Remove potentially confusing references to Euler [ci skip] | |||
2018-04-15 | Remove incorrect & potentially confusing references to Euler | Will Vincent | |
e is referred to as Euler’s number, so technically the MATH_EXP description in VisualScript doc was not incorrect, though could potentially lead to confusion. e is different from Euler’s constant however, making the existing GDScript exp & VisualScriptMathConstant descriptions nvalid. | |||
2018-04-15 | Fixed high cpu usage with PulseAudio | Marcelo Fernandez | |
2018-04-15 | Merge pull request #18196 from ShyRed/fix18195 | Rémi Verschelde | |
ItemList selection: Check against item count | |||
2018-04-15 | Merge pull request #18211 from YeldhamDev/anim_player_doc_fix | Poommetee Ketson | |
Minor fixes for the AnimationPlayer doc. [ci skip] | |||
2018-04-14 | Minor fixes for the AnimationPlayer doc. | Michael Alexsander Silva Dias | |
2018-04-14 | Avoid converting Quat to Euler angles when not necessary. | tagcup | |
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. | |||
2018-04-14 | Merge pull request #18170 from Chaosus/improvewrapf | Gilles Roudiere | |
Small performance fix to wrapf | |||
2018-04-14 | ItemList selection: Check against item count | ShyRed | |
ItemList needs to check against the number of items available when the user moves the selection via "ui_right" action. | |||
2018-04-13 | Merge pull request #18154 from mhilbrunner/issue-12512 | Fabio Alessandrelli | |
Add DNS resolution in NetworkedMultiplayerEnet::create_client() | |||
2018-04-13 | Add DNS resolution in NetworkedMultiplayerEnet::create_client() | mhilbrunner | |
2018-04-13 | Merge pull request #18038 from Chaosus/mathf | Ignacio Etcheverry | |
[Mono] Improvements for Mathf | |||
2018-04-13 | Merge pull request #18156 from RandomShaper/fix-messed-pr | Rémi Verschelde | |
Revert "Unify http- and percent- encode/decode" | |||
2018-04-13 | [Mono] Improve Mathf | Chaosus | |
2018-04-13 | Merge pull request #17502 from groud/2Deditor_rect | Juan Linietsky | |
Remove the rect surrounding 2D nodes in 2D editor when it's not pertinent | |||
2018-04-13 | Fixes canvas light shaders. | Pieter-Jan Briers | |
Fixes #16904 Restore more out functionality, fix built-ins. Requested changes, I think? |