aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Mono: Avoid invalid class names.Andreas Haas2018-03-151-0/+1
| |/ / /
* | | | Merge pull request #17486 from bojidar-bg/x-fix-clang-negation-warnRémi Verschelde2018-03-131-4/+4
|\ \ \ \
| * | | | Fix a potential bug hinted by clangBojidar Marinov2018-03-131-4/+4
| |/ / /
* | | | Merge pull request #17254 from Chaosus/updatewrapRémi Verschelde2018-03-132-17/+12
|\ \ \ \
| * | | | Update wrap functionsChaosus2018-03-062-17/+12
| | |/ / | |/| |
* | | | Merge pull request #17257 from and3rson/masterRémi Verschelde2018-03-131-1/+1
|\ \ \ \
| * | | | Fix garbage in string padding.Andrew Dunai2018-03-041-1/+1
| |/ / /
* | | | Merge pull request #17311 from marcelofg55/export_err_checksRémi Verschelde2018-03-131-3/+4
|\ \ \ \
| * | | | Improved error checking at EditorExportPlatformPC::export_projectMarcelo Fernandez2018-03-061-3/+4
* | | | | Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde2018-03-132-12/+8
|\ \ \ \ \
| * | | | | Properly closing all files in Python codeViktor Ferenczi2018-03-112-12/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #17319 from eska014/polyclipper-toolsonlyRémi Verschelde2018-03-131-1/+0
|\ \ \ \ \
| * | | | | Build polygon clipper only in tools buildsLeon Krause2018-03-061-1/+0
| | |_|/ / | |/| | |
* | | | | Fix non working action names containing whitespacesrobfram2018-03-121-1/+4
| |/ / / |/| | |
* | | | Merge pull request #16485 from poke1024/vector2-crossRémi Verschelde2018-03-083-8/+2
|\ \ \ \
| * | | | Bring back Vector2.cross()Bernhard Liebl2018-03-073-8/+2
| | |/ / | |/| |
* / | | Reinstate WebGL 1.0 driver in HTML5 platformLeon Krause2018-03-071-1/+2
|/ / /
* / / Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-044-6/+67
|/ /
* | Allow degenerate triangles in polygon triangulation when necessary.Nicolas Silva2018-02-282-10/+37
* | Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-281-3/+3
* | Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-252-0/+31
* | (Magnify|Pan)Gesture: implement as_textPoommetee Ketson2018-02-242-0/+12
* | Refactor version macros and fix related bugsRémi Verschelde2018-02-232-4/+27
|/
* Color:fix setting V switch S to old V valuePoommetee Ketson2018-02-221-1/+1
* Fix typos with codespellluz.paz2018-02-2112-18/+18
* Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky2018-02-212-0/+3
* Fix loading project.binary from PCK fileRémi Verschelde2018-02-211-2/+6
* Merge pull request #15563 from poke1024/gdscript-shuffleRémi Verschelde2018-02-193-0/+17
|\
| * Add shuffle() method to Arraypoke10242018-01-103-0/+17
* | Merge pull request #15852 from poke1024/color_hsvRémi Verschelde2018-02-193-0/+52
|\ \
| * | Add Color.from_hsv()Bernhard Liebl2018-01-183-0/+52