aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PCKPacker:pck_start(): Update versionMax Hilbrunner2018-04-191-4/+4
|
* Merge pull request #18261 from flashyincceo/export-project-default-filenameRémi Verschelde2018-04-181-0/+4
|\ | | | | Set default file name for exported projects
| * Set default file name for exported projectsPeter Folkins2018-04-181-0/+4
| |
* | Merge pull request #18172 from Chaosus/fix_notificationRémi Verschelde2018-04-181-1/+2
|\ \ | | | | | | Prevent visibility notification from being called twice in object creation
| * | Prevent visibility notification been called twice in object creationChaosus2018-04-131-1/+2
| | |
* | | Merge pull request #18168 from Chaosus/fixcrashRémi Verschelde2018-04-182-0/+10
|\ \ \ | |_|/ |/| | Fix possible crash when clicking on Skeleton2D or Sprite editor options
| * | Fix possible crash when clicking on Skeleton2D or Sprite editor optionsChaosus2018-04-182-0/+10
| |/
* | Merge pull request #18270 from akien-mga/windows-case-testRémi Verschelde2018-04-181-9/+12
|\ \ | | | | | | Fix case mismatch check on Windows
| * | Fix case mismatch check on WindowsRémi Verschelde2018-04-181-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-#18128Rémi Verschelde2018-04-182-0/+11
|\ \ \ | |/ / |/| | Add popup_closed signal for ColorPickerButton
| * | Add popup_closed signal for ColorPickerButtonPeter Folkins2018-04-132-0/+11
| | | | | | | | | | | | Fixes #17688
* | | Add a macro to deprecate methodsJuan Linietsky2018-04-181-0/+10
| | |
* | | Test and warn of case mismatch on WindowsJuan Linietsky2018-04-181-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_scaleRémi Verschelde2018-04-188-18/+85
|\ \ \ | | | | | | | | Avoid converting Quat to Euler angles when not necessary.
| * | | Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-148-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-shadersRémi Verschelde2018-04-183-29/+35
|\ \ \ \ | | | | | | | | | | Fixes canvas light shaders.
| * | | | Fixes canvas light shaders.Pieter-Jan Briers2018-04-133-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-crashRémi Verschelde2018-04-181-7/+7
|\ \ \ \ | | | | | | | | | | Fix crash resulting from bad month check in core_bind.cpp
| * | | | Fix crash resulting from bad month check in core_bind.cppBojidar Marinov2018-04-171-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-errorRémi Verschelde2018-04-181-0/+24
|\ \ \ \ \ | | | | | | | | | | | | Fix index out of size error on Image
| * | | | | Fix error spam with Sprite has compressed texturevolzhs2018-04-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fix #18177
| * | | | | Fix index out of size error on Imagevolzhs2018-04-161-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | Fix #18229
* | | | | | Merge pull request #18236 from bncastle/add_call_flags_descriptionRémi Verschelde2018-04-181-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add descriptions for GroupCall flags
| * | | | | | Add descriptions for GroupCall flagsbncastle2018-04-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add descriptions for GroupCall flags
* | | | | | | Merge pull request #18247 from volzhs/path-colorRémi Verschelde2018-04-181-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ability to change path color with self modulate
| * | | | | | | Ability to change path color with self modulatevolzhs2018-04-171-1/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Fix #18164
* | | | | | | Merge pull request #18142 from AndreaCatania/coverity1Rémi Verschelde2018-04-181-8/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Removed useless check
| * | | | | | | Removed useless checkAndrea Catania2018-04-121-8/+2
| | | | | | | |
* | | | | | | | Merge pull request #18053 from mysticfall/masterRémi Verschelde2018-04-1821-441/+363
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | #18051: Clean up and reformat C# source files
| * | | | | | | | #18051: Fix indentation issues introduced during clean upXavier Cho2018-04-176-16/+16
| | | | | | | | |
| * | | | | | | | #18051: Do not use `var` in a for-loop, or where type is not obviousXavier Cho2018-04-177-22/+22
| | | | | | | | |
| * | | | | | | | #18051: Use common name for Color type argumentXavier Cho2018-04-171-5/+5
| | | | | | | | |
| * | | | | | | | #18051: Remove redundant verbatim prefixesXavier Cho2018-04-172-3/+3
| | | | | | | | |
| * | | | | | | | #18051: Use default parameter valueXavier Cho2018-04-171-1/+1
| | | | | | | | |
| * | | | | | | | #18051: Use array initializer when applicableXavier Cho2018-04-171-4/+2
| | | | | | | | |
| * | | | | | | | #18051: Remove redundant parenthesisXavier Cho2018-04-1713-91/+94
| | | | | | | | |
| * | | | | | | | #18051: Remove unnecessary variable assignmentsXavier Cho2018-04-175-11/+7
| | | | | | | | |
| * | | | | | | | #18051: Use 'var' when applicableXavier Cho2018-04-1714-109/+109
| | | | | | | | |
| * | | | | | | | #18051: Remove redundant casts and 'using', 'else', 'this' statementsXavier Cho2018-04-1719-281/+211
| | | | | | | | |
| * | | | | | | | Remove duplicated declaration of RoundToInt() from MathfXavier Cho2018-04-171-5/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16902 from groud/analog_action_systemJuan Linietsky2018-04-1812-126/+274
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Allow actions to provide an analog value
| * | | | | | | | Allow actions to provide an analog valueGilles Roudiere2018-04-1612-126/+274
| | | | | | | | |
* | | | | | | | | Fix typos in shader_language.cppPoommetee Ketson2018-04-171-3/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #18239 from vnen/variant-op-namesRémi Verschelde2018-04-171-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix names of Variant operators
| * | | | | | | | | Fix names of Variant operatorsGeorge Marques2018-04-161-1/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #18224 from endragor/android-device-eventsRémi Verschelde2018-04-171-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix Android input source checks
| * | | | | | | | | Fix Android input source checksRuslan Mustakov2018-04-161-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_latencyRémi Verschelde2018-04-171-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fixed high cpu usage with PulseAudio
| * | | | | | | | Fixed high cpu usage with PulseAudioMarcelo Fernandez2018-04-151-1/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #18210 from willvincent/feature/exp_doc_fixPoommetee Ketson2018-04-163-4/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix/Remove potentially confusing references to Euler [ci skip]