aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18589 from karroffel/oahashmap-robinhoodJuan Linietsky2018-05-031-442/+175
|\
| * updated OAHashMap to use robinhood hashingkarroffel2018-05-031-442/+175
* | Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-031-1/+1
|\ \ | |/ |/|
| * ClassDB API hash now only includes exposed classesIgnacio Etcheverry2018-04-291-1/+1
* | Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-022-2/+3
|\ \
| * | Implement universal translation of touch to mousePedro J. Estébanez2018-04-302-2/+3
* | | Merge pull request #18520 from paulloz/gdscript-api-string-pathRémi Verschelde2018-05-023-5/+5
|\ \ \
| * | | fix API string pathPaul Joannon2018-04-303-5/+5
* | | | Merge pull request #18530 from garyo/missing-arg-errRémi Verschelde2018-05-011-1/+5
|\ \ \ \
| * | | | Handle missing arg pointer in get_call_error_textGary Oberbrunner2018-04-301-1/+5
* | | | | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-012-1/+3
|\ \ \ \ \
| * | | | | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-192-1/+3
* | | | | | Merge pull request #16649 from ibrahn/visual-script-release-crashRémi Verschelde2018-05-011-1/+1
|\ \ \ \ \ \
| * | | | | | fix for segfault when using CallBasic in visual script on release buildIbrahn Sahir2018-02-121-1/+1
* | | | | | | Fix #17019 : overrides with unknown base settingManuel Moos2018-05-011-4/+3
* | | | | | | Merge pull request #18428 from groud/fix_inputRémi Verschelde2018-05-013-5/+7
|\ \ \ \ \ \ \
| * | | | | | | Fixing input strength and the impossibility to erase action eventsgroud2018-04-253-5/+7
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #18355 from ShyRed/fix18344Rémi Verschelde2018-05-011-9/+9
|\ \ \ \ \ \ \
| * | | | | | | Keep alpha when changing h, s or v on colorShyRed2018-04-221-9/+9
* | | | | | | | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde2018-05-012-2/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Fixes logically dead code (Coverity)Crazy-P2018-04-212-2/+6
| |/ / / / / /
* | | | | | | Merge pull request #18284 from mhilbrunner/pck-versionMax Hilbrunner2018-04-301-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | PCKPacker:pck_start(): Update versionMax Hilbrunner2018-04-191-4/+4
* | | | | | | Add option to renormalize mipmaps when generating them for normalmaps.Juan Linietsky2018-04-292-13/+37
| |_|/ / / / |/| | | | |
* | | | | | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* | | | | | Merge pull request #18176 from nikibobi/string-trimGeorge Marques2018-04-223-0/+64
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | add string trim_prefix trim_suffix lstrip and rstrip methodsbosak2018-04-173-0/+64
| | |_|_|/ | |/| | |
* | | | | Merge pull request #18280 from groud/fix_inputRémi Verschelde2018-04-191-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixes left/up axis not mappable as actionsGilles Roudiere2018-04-181-2/+2
| | |/ / | |/| |
* / | | Fix some Coverity warnings in String APIRémi Verschelde2018-04-183-29/+13
|/ / /
* | | Add a macro to deprecate methodsJuan Linietsky2018-04-181-0/+10
* | | Merge pull request #18204 from tagcup/quat_scaleRémi Verschelde2018-04-183-5/+77
|\ \ \
| * | | Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-143-5/+77
* | | | 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.cppBojidar Marinov2018-04-171-7/+7
* | | | | Merge pull request #16902 from groud/analog_action_systemJuan Linietsky2018-04-188-52/+154
|\ \ \ \ \
| * | | | | Allow actions to provide an analog valueGilles Roudiere2018-04-168-52/+154
* | | | | | Fix names of Variant operatorsGeorge Marques2018-04-161-1/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #18170 from Chaosus/improvewrapfGilles Roudiere2018-04-141-2/+2
|\ \ \ \ \
| * | | | | Small performance fix to wrapfChaosus2018-04-131-2/+2
| | |_|/ / | |/| | |
* / | | | Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-123-7/+72
|/ / / /
* | | | iPhone X support and iOS-related fixesRuslan Mustakov2018-04-113-0/+18
* | | | Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-111-2/+2
* | | | Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe2018-04-102-0/+3
* | | | Resolves Inccorect Quaternion ConversionCrazy-P2018-04-091-1/+1
|/ / /
* | | Merge pull request #16495 from Chaosus/is_point_in_triangle_fixJuan Linietsky2018-04-081-7/+6
|\ \ \
| * | | Fix is_point_in_triangleChaosus2018-02-081-7/+6
| | |/ | |/|
* | | Merge pull request #16898 from Lerc/masterJuan Linietsky2018-04-082-0/+43
|\ \ \
| * | | change bumpmap_to_normalmap range from [1...255] to [0...255]Neil Graham2018-03-161-3/+3
| * | | change to clang formatNeil Graham2018-02-242-20/+20