aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | add Image::bumpmap_to_normalmap conversion functionNeil Graham2018-02-212-0/+43
* | | Merge pull request #17227 from Faless/multiplayer_apiJuan Linietsky2018-04-083-0/+811
|\ \ \
| * | | Add new MultiplayerAPI classFabio Alessandrelli2018-03-033-0/+811
* | | | Merge pull request #17232 from playster000/masterJuan Linietsky2018-04-081-49/+17
|\ \ \ \
| * | | | enhance mipmapsMavropoulos Ioannis2018-03-031-49/+17
| |/ / /
* | | | Merge pull request #17382 from bojidar-bg/13971-path-array-unsavedJuan Linietsky2018-04-088-13/+27
|\ \ \ \
| * | | | Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov2018-03-138-13/+27
* | | | | Merge pull request #17967 from Nibodhika/all-device-modeJuan Linietsky2018-04-082-4/+11
|\ \ \ \ \
| * | | | | Allows to map an action to all devices.Nibodhika2018-04-072-4/+11
* | | | | | Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-073-74/+29
|\ \ \ \ \ \
| * | | | | | Fix buggy percent-encodingPedro J. Estébanez2018-04-051-4/+4
| * | | | | | Enhance HTTPClient.query_string_from_dict()Pedro J. Estébanez2018-03-271-1/+21
| * | | | | | Unify http- and percent- encode/decodePedro J. Estébanez2018-03-273-70/+5
* | | | | | | Merge pull request #17636 from rainerdeyke/fix_issue_17585Juan Linietsky2018-04-071-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Fixes scene corruption when updating dependencies.Rainer Deyke2018-03-241-3/+5
* | | | | | | | Fixed signal input variable nameAndrea Catania2018-04-061-1/+1
* | | | | | | | Merge pull request #17827 from bruvzg/macos_shortcut_key_remapping_fixRémi Verschelde2018-04-052-122/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.bruvzg2018-03-282-122/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #17847 from Faless/lws_updateRémi Verschelde2018-04-032-0/+32
|\ \ \ \ \ \ \
| * | | | | | | Generalize SSL cert reading from fileFabio Alessandrelli2018-04-032-0/+32
| |/ / / / / /
* / / / / / / Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang2018-04-033-7/+5
|/ / / / / /
* | | | | | Fix for clang warning at distance_toMarcelo Fernandez2018-03-221-1/+1
* | | | | | Fix several in-class initialization clang warningMarcelo Fernandez2018-03-225-8/+16
* | | | | | Merge pull request #17653 from eska014/rwlock-dummyRémi Verschelde2018-03-213-21/+25
|\ \ \ \ \ \
| * | | | | | Add RWLockDummy for NO_THREADS buildsLeon Krause2018-03-203-21/+25
* | | | | | | Fix listing files inside directory in pack filePedro J. Estébanez2018-03-181-1/+5
|/ / / / / /
* | | | | | Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli2018-03-162-0/+24
|\ \ \ \ \ \
| * | | | | | Add two new default actions ui_end, ui_homeFabio Alessandrelli2018-02-232-0/+24
* | | | | | | Merge pull request #17237 from RandomShaper/fix-ssl-handshakeFabio Alessandrelli2018-03-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix wrong SSL handshakePedro J. Estébanez2018-03-041-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #17376 from marcelofg55/file_get_pathHein-Pieter van Braam2018-03-153-0/+19
|\ \ \ \ \ \ \
| * | | | | | | Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-133-0/+19
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #17407 from poke1024/fix-hsv-mismatchHein-Pieter van Braam2018-03-151-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix mismatch between Color.h and Color.from_hsv()Bernhard Liebl2018-03-141-0/+4
| |/ / / / / /
* | | | | | | Merge pull request #17388 from Hinsbart/mono_class_nameRémi Verschelde2018-03-151-0/+1
|\ \ \ \ \ \ \