summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-04-29Color with alpha constructorAaron Franke
2020-04-29Merge pull request #38307 from Calinou/shell-open-res-user-warningRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-29Merge pull request #38034 from punto-/punto-/vibration_info_protectedRémi Verschelde
2020-04-29Merge pull request #37580 from aaronfranke/xformRémi Verschelde
2020-04-29Input: make VibrationInfo protected to allow implementors to use itpunto-
2020-04-28Merge pull request #38064 from aaronfranke/rotatedRémi Verschelde
2020-04-28Print errors when passing an invalid type to xformAaron Franke
2020-04-28Warn when trying to open `res://` or `user://` with `OS.shell_open()`Hugo Locurcio
2020-04-28Merge pull request #38295 from akien-mga/input-is-backRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-28Input: Drop obsolete versions of SDL gamecontrollerdbRémi Verschelde
2020-04-25Add const to InputEventMouseButton::get_factorTobias Mansfield-Williams
2020-04-21Improve the Vector2 rotated codeAaron Franke
2020-04-21Add proper type to most public API uses of ArrayJuan Linietsky
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-20Merge pull request #37982 from DrMoriarty/fix_square_resizeRémi Verschelde
2020-04-20Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editorRémi Verschelde
2020-04-20Merge pull request #38039 from akien-mga/docdata-skip-unexposedRémi Verschelde
2020-04-20DocData: Skip unexposed classesRémi Verschelde
2020-04-20Revert "Made possible to specify where to dump the contents when loading a "....Rémi Verschelde
2020-04-18Fix square image resizeVasiliy Makarov
2020-04-16Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander
2020-04-15Fixes leaks in ResourceCache, Vulkan and X11qarmin
2020-04-14Remove unnecessary check for zero determinant in Basis::orthonormalize().Marcel Admiraal
2020-04-14Implement decalsJuan Linietsky
2020-04-10Merge pull request #37450 from SkyLucilfer/profilerBugRémi Verschelde
2020-04-10Merge pull request #37693 from lupoDharkael/remove-hintRémi Verschelde
2020-04-10Merge pull request #37699 from lupoDharkael/committing-typoRémi Verschelde
2020-04-10Fix Engine get_target_fps() returning float instead of int.Marcel Admiraal
2020-04-08Remove obsolete enumslupoDharkael
2020-04-08Replace is_commiting_action with is_committing_actionlupoDharkael
2020-04-08Refactored shadowmapping.Juan Linietsky
2020-04-07Merge pull request #37579 from Calinou/improve-shader-error-outputRémi Verschelde
2020-04-05Fix aspect ratio on hmd projection matrixBastiaan Olij
2020-04-04Improve the shader error console outputHugo Locurcio
2020-04-03Fix C# bindings after recent breaking changesIgnacio Etcheverry
2020-04-02Replace more occurrences of NULL with nullptrRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-02Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde
2020-04-01Make dict erase node sequenced godotengine#37477Zak Grumbles
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-04-01some typo in method binds fixedThakee Nathees
2020-03-31Fix profiler frame number stops updating when window is minimizedSkyJJ
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Ensure COWData does not reallocate on push back, fixes #22561Juan Linietsky
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Fix some -Wmaybe-uninitialized warningsRémi Verschelde
2020-03-26Add macOS DisplayServer implementation.bruvzg